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.

tci6614 如何通过uart boot



我在EVM板上设置为uart 启动模式,能够在putty中收到CC,但是不知道下一步应该做什么,另外我不知道如何生成uart 启动的uboot,在网上找了些uart启动的文章,但是好像需要生成u-boot-spl.bin   我不知道6614 是否同样需要这个文件,如果同样需要如何生成这个文件

  • 参考6614上编译烧写u-boot及kernel:http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/25575.aspx

  • 谢谢你的回复

    我能够编译6614 的uboot  kernel,也制作出了ubifs 使用nand 启动的时候这些镜像都没有问题,

    我尝试过用securecrt  通过xmodem发送u-boot.bin,u-boot_hdr_tlr.bin都失败了,串口参数115200 1,8无校验,奇,偶校验都试过,

    也用另外一个可以发送xmodem的串口软件试过,能够发送,但发送完没有任何反应。我不知道哪个地方有问题