Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-02 | doc: Update fiasco documenation | Pali Rohár | 1 | -15/+55 | |
2021-05-01 | local: Fix calling nanddump | Pali Rohár | 1 | -3/+2 | |
In last 15 years nanddump changed its command line arguments. Argument -b (omit bad blocks) was completely removed and argument -o (omit oob data) changed its meaning to "include" oob data. So for compatibility with all nanddump versions, do not use argument -b and instead of -o use argument --omitoob which is present in all nanddump versions and has same meaning to omit oob data. This change should fix dumping firmware files on devices with recent versions of nanddump. | |||||
2016-12-06 | doc: Update fiasco documentation | Pali Rohár | 1 | -2/+6 | |
2016-01-13 | doc: Remove nanddump param -i also from doc | Pali Rohár | 1 | -2/+1 | |
2014-11-26 | doc/mkii: Update info about protocol | Pali Rohár | 1 | -17/+83 | |
2013-09-23 | doc: Fix typo | Pali Rohár | 7 | -16/+16 | |
2013-09-21 | doc: Update examples | Pali Rohár | 1 | -25/+19 | |
2013-04-07 | doc: Add examples | Pali Rohár | 1 | -0/+46 | |
2013-04-07 | doc: Remove usage (now replaced by autogenerated manpage) | Pali Rohár | 1 | -88/+0 | |
2013-02-01 | doc/local-flash: Add info about ubi on n900 | Pali Rohár | 1 | -0/+12 | |
2013-02-01 | doc/dumping: Add info about naddump | Pali Rohár | 1 | -2/+18 | |
2012-11-25 | Update doc | Pali Rohár | 7 | -203/+134 | |
2012-09-22 | doc: Update fiasco documentation | Pali Rohár | 1 | -1/+1 | |
2012-08-11 | doc/fiasco: Update info | Pali Rohár | 1 | -4/+12 | |
2012-08-11 | doc/mkii: Added initial RE documentation about Mk II protocol | Pali Rohár | 1 | -0/+90 | |
2012-07-14 | Update fiasco documentation | Pali Rohár | 1 | -11/+11 | |
2012-06-24 | Rename n700 --> 770 | Pali Rohár | 5 | -9/+9 | |
2012-06-23 | Update fiasco documentation, now is on 95% complete | Pali Rohár | 1 | -25/+31 | |
2012-06-23 | * Apply Pali Rohár patch - Add support for device and hw revisions ↵ | pancake | 1 | -3/+16 | |
specified in hw pieces - Updated documentation - Fixed problems when unpacking - Ready for mmc and cold flashing | |||||
2008-03-07 | * Shift doc/faq to doc/faq20.3.9 | pancake | 2 | -54/+104 | |
* Add 'doc/faq' with most used commands * -e can be used with -u to specify the path to extract the files * Remove gui directory - GUI source is in src/gui - Incrusted inside the build and install targets (ignores build and install errors) | |||||
2007-10-20 | * Make the fiasco writing api work (some hardcoded things, but mostly ok) | pancake | 1 | -0/+30 | |
* Move documentation of fiasco format to doc/ * 0.3 release | |||||
2007-10-08 | * Finally implement the support for the FIASCO firmware format | pancake | 1 | -12/+15 | |
* 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 | |||||
2007-06-25 | * Initial import of the maemo bug report #1584 into documentation | pancake | 1 | -0/+60 | |
2007-06-25 | * Update documentation for the 0.2 release | pancake | 2 | -18/+27 | |
* Fix case0 bug of libusb in usb_device_found function | |||||
2007-06-16 | * Add new command 'nanddump' for the console shell | pancake | 2 | -0/+46 | |
* Avoid dumping non-mtd files because writesize = 0 - Properly close the file when failing * Better doc/pieces documentation | |||||
2007-06-10 | * Initial implementation of the "badblocks" (-C) command. | pancake | 1 | -19/+28 | |
* Initial work on the reorganization of the dump.c code to avoid spagetti code. ATM is just a draft * Dump now shows you more info | |||||
2007-06-02 | * Initial import of the offline work of the GUI environment | pancake | 1 | -0/+24 | |
- Not yet usable, it's just a sketch with glade O:) - But you can get fun hacking on the source! * Add deinstall target to the Makefile * Add INSTALL file for build & install instructions * Add documentation for local flashing. | |||||
2007-04-20 | * Do not strip the initfs.jffs2 image, it is only 2MB | pancake | 1 | -3/+6 | |
* Some fixups on the doc/dumping documentation | |||||
2007-04-20 | * Initial commit of 0xFFFF.0.1 | pancake | 6 | -0/+282 | |
This tree contains the same as the 0.1 tarball |