Forum Discussion
Altera_Forum
Honored Contributor
11 years agoCreating pof from sof and two hex - exceeds memory
Hi, I am trying to generate an EPCS64 pof file with sof and two hex files. One hex is my nios code (relative addressing). The second hex (absolute addressing with 0x7F0000 offset) is a tiny 64 cha...
Altera_Forum
Honored Contributor
11 years agoThanks for your comments.
Sorted the issue, the sof file needed compression enabled to ensure that the sof end address matches with the elf2flash --after address. Now I can add multiple hex and use Relative addressing start address - 0x0 for each.