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.

C6678 BOOT 文件怎么转换??



在BOOTLOADER例子下面的 SRIOBOOT中有如下描述:

 

1.Uses Code Gen utility hex6x.exe utility to convert the ELF format .out file to a ASCII hex format boot table file 。

2.Uses Bttbl2Hfile.exe to convert the boot table file to a header text file.

3. Uses hfile2array.exe to convert the header text file to a header file with array of the image data 。

4.Copies the converted header file to tools\boot_loader\examples\srio\srioboot_example\src so that the boot image can be linked into the Host boot example application

 

但是上面说的这些.EXE文件 hex6x.exe   Bttbl2Hfile.exe   hfile2array.exe 我要怎么用呢??  怎么才能转换文件格式?

文件目录下的README中没有描述怎么使用。

请问,有相关的文档吗??   谢谢~!