Hi all,
I tried to make an Ethernet boot image for the 3 cores we use.
The bootpacket.exe program said Max input array size exceeded.
Is there a fix to this issue?
Regards,
e
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.
Hello,
I think you may be using an earlier version of bootpacket.exe which had the hard coded size limitation. I think you have two options:
1) if you have access to source code, go into bootpacket.h, modify the limitation size to bigger than your applization size and then rebuilt it;
or
2) use a new version of bootpacket.exe which don't have such limitation. One example is here:
C:\ti\mcsdk_2_01_02_06\tools\boot_loader\examples\ethernet\Utilities\bootpacket.exe
regards,
David