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.

TMDXEVM6678L 评估板调试以太网Bootloader问题

试验例程所在位置\mcsdk_2_00_05_17\tools\boot_loader\examples\ethernet,按照readme说明操作,想问第一步是怎么实现的,第一步的过程如下:

Steps to build the example:

1. Run "simple.bat" under "tools\boot_loader\examples\ethernet\simple\". This will build the simple.out and use
   hex6x.exe (delivered in CG tools package) to convert the .out to a boot table file, and then use the
   bconvert64x.exe/bootpacket.exe to convert the hex6x boot table file to the Ethernet boot format data file,
   simple.eth.

问:simple.out文件在哪?怎样执行生成simple.eth?虽然在\mcsdk_2_00_05_17\tools\boot_loader\examples\ethernet\Ethernet_boot里能找到生成后的simple.eth。现在想自己编 .out文件,通过以太网boot。