All Boards Updating RedBoot Through RedBoot

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

All Boards Updating RedBoot Through RedBoot

All Boards Updating RedBoot Through RedBoot

Copy redboot binary to /tftpboot. In this case: redboot.bin

Load binary file to i.MX RAM memory:

RedBoot> load -v -r -b 0x100000 /tftpboot/redboot.bin

Run the loaded image

RedBoot> run 0x100000

Enable NOR, NAND or MMC flash media for Redboot. In this case, NAND is beeing used.

RedBoot> factive nand

Update RedBoot in the flash with currently running image

RedBoot> romupdate
Tags (1)
No ratings
Version history
Last update:
‎09-10-2020 03:32 AM
Updated by: