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 :confused: ? 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!