Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

552 bytes added, 13:49, 9 June 2014
Write the Bootloader
We will erase all NAND partitions using these commands: $ flash_eraseall /dev/mdt0 $ flash_eraseall /dev/mtd1 $ flash_eraseall /dev/mtd2
== Write Install the Bootloader == Download the writeloader binary package from [http://downloads.isee.biz/pub/distros/ubuntu/isee-writeloader-bin-armel_0.01_armel.deb here] ARMEL version or from [http://downloads.isee.biz/pub/distros/ubuntu/isee-writeloader-bin-armhf_0.01_armhf.deb here] if you are using hard float version.  After download the appropiate package we're ready for install the bootloader in the internal flash ARMEL version <pre>$ writeloader-armel -i /boot/MLO -o /dev/mtd0</pre> ARM Hard float version <pre>$ writeloader-armhf -i /boot/MLO -o /dev/mtd0</pre>