Altera_Forum
Honored Contributor
10 years agoConverting .sof and .elf to make single .pof
Hi Everybody,
I am in the process of buying Licence for IP Which I used in my program. Till now I am testing my program with time_limited.sof file for FPGA and .elf file for NIOSII and It works error free. My aim is to convert these 2 files(.sof and .elf) to single .pof file which I can load on EPCS64 in active serial mode for Permanent duration. I am trying to learn how to convert this and I used following instruction available on Altera: https://www.altera.com/support/support-resources/knowledge-base/solutions/rd04112006_450.html As currently I have .sof file in time limited form, I used another full version of .sof file for learning purpose and 1. and 3. points mentioned in this link seems to work. 2. point mentioned in this link:- sof2flash --epcs --input=<sof file name>.sof --output=<flash output file name>.flash --verbose
- nios2-elf-objcopy –input-target srec –output-target ihex <elf2flash output file name>.flash <Hex output file name>.hex