This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何使用串口烧录boot和demo(startware)



1. cpu :am3358BZCZA100,自行开发的板子

2. 最近需要进行裸机程序调试,如果不想在statware里重新做boot工程生成boot.bin,  可否直接将我已经在linux环境下编译好的u-boot-spl.bin使用串口xmodem协议进行引导?即我使用串口的流程是:

a. 设置串口启动,在串口打印“CCC”时使用超级终端选择xmodem协议发送u-boot-spl.bin

b. 等待超级终端再次打印“CCC”,使用超级终端选择Ymodem协议发送在ccs里做的测试程序demo_ti.bin

然后是否可以等待程序demo程序运行??



如果以上流程不对,我该怎么操作? (自行开发的板子,linux下的uboot已修改ddr配置并经验证可以用,现在主要是不想根据startware的建议在ccs里建boot工程生成boot.bin了)