Hello,
We would like to build our own tool to combine the steps required to turn a .out file into something which can be sent to the DSP using “pcsendpkt” for Ethernet boot loading. This is for a C6657 EVM and our build environment is a Linux PC.
The steps we do manually now are:
hex6x c66x.rmd
bconvert -le foo.btbl foo.le.btbl
bootpacket foo.le.btbl foo.eth
In my installation I have found source code files bconvert64x.c and bootpacket.c in folder C:\ti\pdk_c665x_2_0_1\packages\ti\boot\examples\ethernet\Utilities.
I can’t find source code for the hex6x utility. Is it available? I have read about it in Chapter 11 of spru186w.pdf but haven’t found any pointers in that document or sprugy5c.pdf or the wiki or e2e posts for the source code.
Thanks,
Geraldine