diff options
author | pancake <pancake@dazo> | 2007-10-08 00:25:56 +0200 |
---|---|---|
committer | pancake <pancake@dazo> | 2007-10-08 00:25:56 +0200 |
commit | 85fdbfb35437f5ab8a449235f2c86f410770925f (patch) | |
tree | e54a6f6e60b7d8cbd451edf0399097376238882d /doc | |
parent | 11e32133b02012d200104ca44968fd453a86c49d (diff) | |
download | 0xFFFF-85fdbfb35437f5ab8a449235f2c86f410770925f.tar.bz2 |
* Finally implement the support for the FIASCO firmware format
* Up version to 0.3
* Alphabetically order the help message flags
* Cleaner short help message
* Pseudo-api for creating firmwares (not yet finished)
* Add '-F' flag to flash from a fiasco image
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -8,6 +8,7 @@ Tablets (n770 and n800). - reboot de mother board - extract the current firmware pieces from the device (dump) - set the USB host/slave mode + - pack/unpack fiasco firmwares - fine grained R&D flags support - identify firmware pieces - dump mtd partitions (embedded mtd-utils source code) @@ -19,27 +20,29 @@ Tablets (n770 and n800). This is the help message of the tool: <pre> <b>~$ 0xFFFF -h</b> -0xFFFF v0.2 // The Free Fiasco Firmware Flasher +0xFFFF v0.3 // The Free Fiasco Firmware Flasher -b [arg] boots the kernel with arguments + -c console prompt mode + -C [/dev/mtd] check bad blocks on mtd + -d [vid:pid] injects a usb device into the supported list + -D [0|1|2] sets the root device to flash (0), mmc (1) or usb (2) -e [path] dump and extract pieces to path - -r [0|1] disable/enable R&D mode -f <flags> set the given RD flags (see '-f help') - -p [[p%]file] piece-of-firmware % file-where-this-piece-is - -u [fiasco] unpack target fiasco image - -U [0|1] disable/enable the usb host mode - -s [serial] serial port console (minicom like terminal) - -C [/dev/mtd] check bad blocks on mtd - -c console prompt mode + -F [fiasco] flash a fiasco firmware image -h show this help message + -H [file] calculate hash for file -i show device information (let standby mode) -I [piece] identify a firmware piece - -l list supported usb device ids - -d [vid:pid] injects a usb device into the supported list - -D [0|1|2] sets the root device to flash (0), mmc (1) or usb (2) + -l, -L list supported usb device ids + -p [[p%]file] piece-of-firmware % file-where-this-piece-is + -r [0|1] disable/enable R&D mode -R reboot the omap board - -x extract configuration entries from /dev/mtd1 + -s [serial] serial port console (minicom like terminal) + -u [fiasco] unpack target fiasco image + -U [0|1] disable/enable the usb host mode -v be verbose and noisy -V show 0xFFFF version information + -x extract configuration entries from /dev/mtd1 Pieces are: xloader secondary kernel initfs rootfs omap-nand </pre> |