Hey, if you need a precompiled image for ICnova ap7000 Base aka grasshopper, with sdcard support (look for embedded journal 2 to a how-to here) and SPI (here).
- To flash the image on the icnova just do this from a remote terminal (lets assume you already have rootfs.avr32.jffs2 on /tmp)
cd /tmp
mount -o remount,ro /
dd if=/tmp/rootfs.avr32.jffs2 of=/dev/mtdblock2
Be very carefull or you will corrupt the partition and you wont be able to boot from the icnova flash! (make sure you have sufficient knowledge on u-boot and linux)
Recent Comments