Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
for grepping for pieces and be verbose - fixed flashing order using grep options xloader, secondary, kernel, initfs, rootfs - Tested and working - Added parser for the hw revision string
* Autodetect device hw revision and setup the subversion string
on the fly.
|
|
- Fix set_altinterface workaround which seems to be checked by nolo 1.7
- n810 has the same USBID than n770
* Define some nolo commands used in query.c in nolo.h
* Get SW version with -i too
|
|
* Add HAVE_USB to config.mk
- Now is possible to build a usb-less version of the flasher
(only for unpacking and so, offline operations)
* Refactor varname. Avoid portability problems:
- reboot -> moboreboot
|
|
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99
release 0.3.1
|
|
|
|
* Avoid dumping non-mtd files because writesize = 0
- Properly close the file when failing
* Better doc/pieces documentation
|
|
* 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
|
|
* Add new flag '-c' that makes 0xFFFF run as a shell
* Split the connect_via_usb() code from main()
* Add console handler for shell like usage of the flasher
|