From 1e84b07b393c8efedf2f594641e7736749e680dc Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 25 Nov 2012 22:57:04 +0100 Subject: Update doc --- doc/faq | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) (limited to 'doc/faq') diff --git a/doc/faq b/doc/faq index 5a5ec7a..2087a56 100644 --- a/doc/faq +++ b/doc/faq @@ -1,38 +1,28 @@ -

FAQ

+FAQ: -*) How can I set my Internet Tablet into RD mode with 0xFFFF? +*) How can I set my Internet Tablet into RD mode with 0xFFFF? - Just type '0xFFFF -r 1' as root + Just type '0xFFFF -R 1' as root -*) How can I unpack a FIASCO firmware? +*) How can I unpack a FIASCO firmware? - Just type '0xFFFF -r 1' as root + Just type '0xFFFF -M FiascoFirmware.bin -u' -*) How can I unpack a FIASCO firmware? +*) How can I flash a new rootfs? - Just type '0xFFFF -u FiascoFirmware.bin -e /tmp' as root + # 0xFFFF -m rootfs.jffs2 -f -*) How can I flash a new rootfs? +*) How can I flash a full FIASCO image? - Unpack the pieces from the fiasco firmware (the one distributed by Nokia for example) and then type: + # 0xFFFF -M FiascoFirmware.fiasco -f - # 0xFFFF -R -p rootfs.jffs +Advanced commands: -*) How can I flash a full FIASCO image? - - It is not recommended to use, it needs more testing, and is more secure to unpack them first manually - and flash the pieces manually with multiple '-p' flags. If you are brave try: - - # 0xFFFF -F FiascoFirmware.fiasco - - -

Advanced commands

- -*) How to extract the firmware pieces from a running device? +*) 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: @@ -40,10 +30,6 @@ # mkdir /media/mmc1/backup # 0xFFFF -e /media/mmc1/backup + To dump directly into FIASCO image run: -*) Dumping configuration region - - There's a hidden mtd partition containing undocumented configuration information. This one can be - dumped from the device using the following command: - - # 0xFFFF -x + # 0xFFFF -E /media/mmc1/backup.fiasco -- cgit v1.2.3