summaryrefslogtreecommitdiffstats
path: root/src/console.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10console: Prepair for new codePali Rohár1-11/+13
2012-08-10Rename utils.c to printf-utils.c, remove unused functionsPali Rohár1-4/+8
2012-08-09Move query.c into nolo.cPali Rohár1-1/+0
2008-12-08* Implement and test direct file FIASCO flash - openfiasco receives options ↵pancake1-1/+6
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.
2008-02-18* Initial support for n8100.3.2pancake1-1/+2
- 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
2008-01-14* Up to 0.3.2pancake1-0/+2
* 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
2007-11-20- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump ↵0.3.1pancake1-6/+9
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-06-16* Add new command 'nanddump' for the console shellpancake1-1/+33
* 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.pancake1-15/+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-10* Fix in fpid for proper JFFS2 identificationpancake1-0/+120
* 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