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/faq2 | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/faq2') diff --git a/doc/faq2 b/doc/faq2 index 26a7f99..d89e952 100644 --- a/doc/faq2 +++ b/doc/faq2 @@ -1,9 +1,9 @@ -FAQ +FAQ2: This file tries to collect a bunch of common questions/answers about flashing -*) Why implement a free software flasher? +*) Why implement a free software flasher? The Nokia Internet Tablets are based on Free Software (software libre), but not everything included *is* free software, for instance, the firmware flasher @@ -18,7 +18,7 @@ This file tries to collect a bunch of common questions/answers about flashing powerpc, x86, mips, etc... -*) Can I brick my device? +*) Can I brick my device? Of course! You're free to do what you want with your device :) @@ -30,20 +30,24 @@ This file tries to collect a bunch of common questions/answers about flashing use the flasher provided by Nokia, it's better for your heart's health. -*) What can I do with 0xFFFF? +*) What can I do with 0xFFFF? Actually 0xFFFF allows you to: - - - flash separated pieces of the firmware. + + - flash separated pieces of the firmware + - flash full FIASCO image + - load kernel & initfs without flashing + - cold-flash bricked device (without NOLO) - retrieve information about the device - reboot de mother board - - extract the current firmware pieces from the device (reverse flash) + - extract the current firmware pieces from the device (dump) - set the USB host/slave mode - - set the R&R mode - - identify firmware pieces + - set the R&R mode and flags + - pack/unpack FIASCO firmwares + - automatic piece identifier -*) What is NOLO? +*) What is NOLO? NOLO is the 'server-side' part of the flasher from Nokia. NOLO means NOkia LOader and it's composed by two pieces of the firmware that are @@ -59,10 +63,10 @@ This file tries to collect a bunch of common questions/answers about flashing actions on the device. -*) How can I identify my device? +*) How can I identify my device? Theorically 770 and n800 have different USB device ID, but this is not - true at all. The first series of the n800 comes with the same usb-id + true at all. The first series of the n800 comes with the same usb-id than 770. That's weird! So, the only way to identify the device is by asking nolo for the version @@ -71,10 +75,6 @@ This file tries to collect a bunch of common questions/answers about flashing because it wouldn't work :) -*) Can I unpack fiasco blobs? - - Actually the fiasco format is not yet supported and not planned in - short term. There is no real need for supporting a proprietary - format image containing a proprietary system. +*) Can I unpack FIASCO blobs? - We can just use tarballs containing the desired pieces. + Yes, last version of 0xFFFF has full support of FIASCO images. -- cgit v1.2.3