Other Parts Discussed in Thread: UNIFLASH
I have a project that has adapted the Tivaware bootloader code to load applications over Ethernet. We also have a separate data file (TXT format) that is loaded into Flash over JTAG. I would like to know if there is an easy way to merge this data file into the application image so they can be loaded together using the bootloader. The data file is automatically generated from separate application and is device specific (includes serial numbers, etc.) so building with CCS isn't an option. Are there any utilities that can package multiple files into one binary?