summaryrefslogtreecommitdiffstats
path: root/doc/faq
blob: 2087a5674709d505d2a7cee76bc716bcf4f1aa47 (plain)
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