Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to flash the latest software image

187 bytes added, 10:01, 21 September 2018
no edit summary
Now you have a booted IGEP board with latest IGEP firmware running from MicroSD card, you can write Falshing only supported on the firmware to the flash memory. following boards
{| class="contenttable sortable"|-||IGEP SMARC AQUILA (512 MiB NaND)|-||IGEP SMARC AM335X|-||IGEP SMARC iMX6|-||IGEP SMARC iMX6UL|} Now you have a booted IGEP board with latest IGEP firmware running from MicroSD card, you can write the firmware to the flash memory. Enter to the IGEP Processor Board using 'root' as login name and an 'empty password', enter to the /opt/firmware and run the igep-flash script  <pre>igep-flash --image /opt/firmware/demo-image-sato-igep00x0.tar.bz2</pre> When finish, power off your board, unplug the micro-SD card and power on the board. That's all, enjoy the new firmware running from the flash memory.  '''NOTE:''' You can speed up flash procedure. By default the flash script runs the nandtest command to mark bad blocks, this can take a long time and in most cases is not necessary, you can speed up the flash procedure running the script as follows:
'''NOTE:''' You can speed up flash procedure. By default the flash script runs the nandtest command to mark bad blocks, this can take a long time and in most cases is not necessary, you can speed up the flash procedure running the script as follows:
<pre>igep-flash --image /opt/firmware/demo-image-sato-igep00x0.tar.bz2 --skip-nandtest </pre>
 
[[Category:Software_distributions]]