Difference between revisions of "Backup and restore U-Boot image on AMC1"

From DSignT Support Database
Jump to: navigation, search

(Created page with "== Backup U-Boot image == Load U-Boot image to memory '''''sf read ${loadaddr} 0x000000 0x80000''''' Write to backup section '''''sf write ${loadaddr} 0x080000 0x80000''''...")
 
 
Line 1: Line 1:
 +
__NOINDEX__
 
== Backup U-Boot image ==
 
== Backup U-Boot image ==
 
Load U-Boot image to memory  
 
Load U-Boot image to memory  

Latest revision as of 11:26, 16 November 2017

1 Backup U-Boot image

Load U-Boot image to memory

sf read ${loadaddr} 0x000000 0x80000

Write to backup section

sf write ${loadaddr} 0x080000 0x80000

2 Restore U-Boot image

Load U-Boot image from backup section

sf read ${loadaddr} 0x080000 0x80000

Write to U-Boot boot section section

sf write ${loadaddr} 0x000000 0x80000


Arr u.png    back to top

3 Additional Tags

Serial FLASH mapping on AMC1
Serial FLASH programming via U-Boot on AMC1


Contact Post.png Support Tool.png