Updating RedBoot Through RedBoot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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 
标记 (1)
无评分
版本历史
最后更新:
‎09-10-2020 03:02 AM
更新人: