嵌入式开发者社区
标题:
AM437XF能在uboot下更新nandflash嘛
[打印本页]
作者:
xzf361
时间:
2018-8-23 09:39
标题:
AM437XF能在uboot下更新nandflash嘛
AM437XF能通过uboot下更新nandflash中的UBOOT和内核嘛
作者:
Tronlong-陈工
时间:
2018-8-23 14:43
我们目前其他平台有资料说到是在boot中通过tftp下载内核到内存,但是目前没有提供下载到NANDFLAH中的方法。
作者:
Tronlong-陈工
时间:
2018-8-23 14:45
uboot可以通过CCS使用仿真器烧写到NAND,QQ群中已经上传此文档
作者:
xzf361
时间:
2018-8-29 09:25
使用如下命令可在uboot更新对应的nandflash分区,
tftp_update_vxworks=if tftpboot 0x82000000 vxWorks;then nand erase.part NAND.vxworks;nand write 0x82000000 NAND.vxworks ${filesize};else echo failed to tftp vxWorks;fi;
欢迎光临 嵌入式开发者社区 (https://www.51ele.net/)
Powered by Discuz! X3.4