我在6678开发板上使用SPI Nor Flash引导程序,参考例程是:http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/8065.aspx。
在烧写工程使用的是:C:\ti\mcsdk_2_01_02_06\tools\writer\nor\evmc6678l
在烧写镜像文件时,点击“RUN”按钮后,出现了错误:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"Locate the file or edit the source lookup path to include its location.
不知是什么原因?请大家解答一下,谢谢!
Thomas Yang1:
exit.c 文件没有找到,可能是路径不对,也可能是根本没有这个文件,不过这个应该不影响您烧写结果的
Bo Lv:
回复 Thomas Yang1:
@Thomas Yang1
你好,上面的提示估计不是错误的本质。
把spirom_le.dat镜像文件load进入DDR3的0x8000 0000位置后,点击“RUN”按钮进行烧写,在console出现:
[C66xx_0] NOR Writer Utility Version 01.00.00.03Error in parsing nor_writer_input.txt input file
另外,弹出的对话框abort() at /tmp/TI_MKLIBr78rCW/SRC/exit.c:109 0x86f300
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"
Locate the file or edit the source lookup path to include its location.
就是烧写不成功,请问是什么原因呢?
另外,看到很多例程都需要I2C的EEPROM里的程序作为引导,不知道这个是不是必须的?