File: faq

package info (click to toggle)
0xffff 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 464 kB
  • sloc: ansic: 5,928; makefile: 48; xml: 20
file content (35 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
FAQ:

*) How can I set my Internet Tablet into RD mode with 0xFFFF?

  Just type '0xFFFF -R 1' as root


*) How can I unpack a FIASCO firmware?

  Just type '0xFFFF -M FiascoFirmware.bin -u'


*) How can I flash a new rootfs?

  # 0xFFFF -m rootfs.jffs2 -f


*) How can I flash a full FIASCO image?

  # 0xFFFF -M FiascoFirmware.fiasco -f


Advanced commands:

*) How to extract the firmware pieces from a running device?

  It is possible to dump the firmware pieces from the internal MTD to reconstruct a FIASCO image.
  To do this recompile the flasher for ARM and run this command in the device:

  # mkdir /media/mmc1/backup
  # 0xFFFF -e /media/mmc1/backup

  To dump directly into FIASCO image run:

  # 0xFFFF -E /media/mmc1/backup.fiasco