我按照
processors.wiki.ti.com/.../C5000_Creating_Boot-Images
这个网页上的说明操作,生成bin文件,在用CCS软件导入到开发板时,产生一个错误
请问如何解决。
hex55 -i filename.out -o boot_image_file_name.bin -boot -v5505 -b -serial8,在命令提示符上这一个操作我应该如何修改
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.
我按照
processors.wiki.ti.com/.../C5000_Creating_Boot-Images
这个网页上的说明操作,生成bin文件,在用CCS软件导入到开发板时,产生一个错误
请问如何解决。
hex55 -i filename.out -o boot_image_file_name.bin -boot -v5505 -b -serial8,在命令提示符上这一个操作我应该如何修改
试试运行一下开发板里的spiflash test例程,看SPI flash有没有问题。
http://support.spectrumdigital.com/boards/ezdsp5535/revc/
或者试试烧写SPI Boot Files例程里的bootimg1.bin
http://support.spectrumdigital.com/boards/ezdsp5535/revc/
你好,问题解决了,hex55 -i filename.out -o boot_image_file_name.bin -boot -v5505 -b -serial8这段命令我不该修改它,我以为要把5505改成5535,是我自作聪明了,我按照说明的步骤将LED程序的映像文件拷贝到了闪存里,现在开发板上电就会开始执行LED程序。
谢谢之前的帮助
谢谢经验分享。
一般boot table的生成在相应的bootloader文档里会有说明。
http://www.ti.com/lit/an/sprabl7b/sprabl7b.pdf