Difference between revisions of "Update installed IGEP Firmware"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with "=<span id="How_to_flash_the_latest_software_image" class="mw-headline">Update installed IGEP Firmware<br /></span>= ''(from [index.php/How_to_flash_the_latest_software_image H...")
 
 
Line 1: Line 1:
=<span id="How_to_flash_the_latest_software_image" class="mw-headline">Update installed IGEP Firmware<br /></span>=
+
''(from [http://labs.isee.biz/index.php/How_to_flash_the_latest_software_image How to flash the latest software image])''
''(from [index.php/How_to_flash_the_latest_software_image How to flash the latest software image])''
 
  
 
Now you should have a booted IGEP board with latest IGEP firmware
 
Now you should have a booted IGEP board with latest IGEP firmware

Latest revision as of 09:35, 18 September 2018

(from How to flash the latest software image)

Now you should 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

igep-flash --image /opt/firmware/demo-image-sato-igep00x0.tar.bz2

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:

igep-flash --image /opt/firmware/demo-image-sato-igep00x0.tar.bz2 --skip-nandtest