Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search
no edit summary
{{Message/Information Message|title= How to create a SD-card with latest |message='''IMPORTANT NOTE''': This software image =is distributed in the hope that it will be useful, but '''WITHOUT ANY WARRANTY''';without even the implied warranty of '''MERCHANTABILITY''' or '''FITNESS FOR A PARTICULAR PURPOSE'''}}
= How to flash the latest software image =<br>
(obsolete)----
With this kernel the partitions looks like,= Summary =
<This article explains how to '''update the pre># cat /proc/mtddev: size erasesize namemtd0: 00080000 00040000 "-installed software''' of your IGEP Processor Board to a current release. This will update to the latest available version of the pre-installed software, which consists of IGEP X-Loader"mtd1: 00180000 00040000 "U-Boot"mtd2: 00080000 00040000 "U-Boot Env"mtd3: 00300000 00040000 ", IGEP Kernel"mtd4: 1fa80000 00040000 "File System"</pre>To flash files to mtd partitions just use the nandwrite program. For example, to flash and the IGEP firmware factory v3Yocto.2.1-0 download from
*httpThis tutorial will follow the following steps://www.igep.es/downloads/01-ISEE_Products/IGEPv2/SW_Releases/binaries/firmware/firmware-poky-image-sato-igep0020-3.2.1-0.tar.gz
#'''Download the latest firmware''' from ISEE in a Linux PC. #Run a script that will automatically setup and copy to target directory /home/root '''create a MicroSD card''' with the latest software in your boardhost PC. #Then '''boot your IGEP Processor Board''' from that MicroSD card you have just created. #Finally, then follow next stepsyou can write the updated software from the MicroSD to the '''flash memory''' on your IGEP device.
{{Message/Information Message|message=If you want to run a '''different software distribution''', you can follow this article: [[How to boot from MicroSD Card]].}}  <prebr># cd /home/root/firmware-factory-igep0020-3.2.1-0# for i in 0 1 2 3 4; do flash_eraseall {{Message/dev/mtd${iForum}}; done# nandwrite  = How to create a SD-p /dev/mtd0 xcard with the latest software image = ''(from [[How to create a SD-load-ddp-1.4.2-2.igep0020card with the latest software image]])'' {{:How to create a SD-card with the latest software image}}  = How to flash the latest software image = ''(from [[How to flash the latest software image]])'' {{:How to flash.bin.iftthe latest software image}}# nandwrite -p /dev/mtd1 u-boot-arm-2009.11-1.igep0020.bin# nandwrite -p /dev/mtd2 u-boot= Pre-environment.bininstalled software on IGEP Processor Boards =# nandwrite ''(from [[Pre-p /dev/mtd3 uImage-2.6.28-r4-igep0020-20100321091933.bininstalled_software_on_IGEP_Processor_Boards]])'' {{# nandwrite lst:Pre-p /dev/mtd4 poky-image-sato-igep0020-20100321084218.rootfs.jffs2installed_software_on_IGEP_Processor_Boards}}</pre>Restart your board and enjoy your new firmware. That's all folks.[[Category:Software]] [[Category:Boot_loaders]] [[Category:Linux_Kernel]] [[Category:Software_distributions]]