* * inflash * * Utility to respond to Ingenic XBurst USB boot protocol, provide * initial boot stages and ability to access NAND on device. * Authors: Xiangfu Liu Marek Lindner Wolfgang Spraul This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Build Requirements: libusb-dev, libconfuse-dev Build and Installation: ./autogen.sh ./configure make make install *) make install will install the 'inflash' binary to /usr/bin/inflash and the stage 1 and 2 bootloaders as well as inflash.cfg configuration file into /usr/share/inflash Configuration file: /usr/share/inflash/inflash.cfg Examples: sudo inflash -c "boot" sudo inflash -c "nprog 0 u-boot-nand.bin 0 0 -n" sudo inflash -c "nprog 2048 uImage 0 0 -n"