在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中没有描述怎么使用。
请问,有相关的文档吗?? 谢谢~!