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/.../C5535_Boot-Image_Programmer

  你好,我在看上边这个启动映像程序创建的说明,里边有这么一段话

First, load the programmer_c5535_eZdsp.out from File:Programmer C5535 eZdsp.zip using the Code Composer Studio as shown in Figure 5 by selecting “Load Program…” under the Target menu in CCS.

我下载了.out文件,但是我无法在CCS软件上找到Load Program这个选项。我用的是ccsVersion: 4.2.4.00033这个版本,请问我该下载哪个版本的

  • CCS 4.x: Right-click on the project and select Debug Options. On the "Debugger" 看看有没有"Load Program"选项。

  • 没有找到那个选项

  • 我用的是CCS v5里有这个选项,要么你升级一下吧。

  • 我升级到6版本,有这个选项了。

         另外我还有个不懂的地方,http://processors.wiki.ti.com/index.php/C5000_Creating_Boot-Images

    Creating a Non-Encrypted Boot Image

    这里有段话

    The most common DOS command for generating a non-encrypted boot image:

    hex55 -i filename.out -o boot_image_file_name.bin -boot -v5505 -b -serial8

    NOTE: The option -v5505 will work for C5505 and C5515 development tools. For the C5502 development tools, use -v5502.

    然后举了一个例子

    我在官方给出的LED工程里,没有找到led.out这个文件,那是如何生成bin文件的呢?

    我按照说明的步骤确实生成了bin文件,如果我换一个其他工程,想把这个工程里的程序导入到5535开发板上的spiflash,比如我想把官方给的aic3204工程也按照上边的步骤操作,是不是只需要把led.out改成aic3204.out就可以生成bin文件了

  • 你可以search一下led.out文件,应该有,要不然会报错的。应该跟hex55.exe在一个文件夹里。

    是的,把.out文件名换成你的要转的.out文件名就可以了。