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.

romparse on large files

Gents,

I am trying to convert a 7.5MB .out file to a SPI programming file. We have a scheme in place which relies on TI tools, b2i2c, romparse, etc.. Everything works fine for a small .out file where we get the programming file (.dat), we can program this file and boot from it.

We are trying to get the NDK's client_evm6678 software application to SPI flash. I took care of the DDR3 init section and integrated that in the project and I can see my data located at the right address as well as the extra section added.

I had to recompile b2i2c so it can deal with large files by changing a define. But now romparse.exe is crashing, it sounds like there is size limitation in there which is not caught up by the tool. Maybe I am doing something obviously wrong but isn't there a way to create a large programming file? 

Thank you,

Arnaud