Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHello,
i have the same problem. How can i "merge" 2 applications to 1 *.hex file, so i can convert this *.hex file with the "convert programming tools" into a *.pof file ? With the Altera EDK (Eclipse) i can generate only 1 application to a *.hex file with the "mem_init_generate" tool. Regards, Andi UPDATE: I found this tool http://srecord.sourceforge.net/. I merged both applications (2 .flash files generated with nios edk "mem_init_generate" for each application) into one intel hex file like this: srec_cat -Output_Block_Size 16 .\..\Software\FactoryApp\onchip_flash_0.flash .\..\Software\TestApp\onchip_flash_0.flash -o .\..\Software\Build_Srec_tool\combined_apps.hex -intel Then i used the "convert programming tool" to generate a single pof to download and it works!