Updating RedBoot Through RedBoot

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

Updating RedBoot Through RedBoot

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 

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 being 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:02 AM
Updated by: