Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi Joe,
I have some good news and some better news ... the good news is I found the code and can send it to you if you like. The better news is you don't need it ;-) 1. Use sof2flash 2. Use objcopy as wombat suggested E.g.: $ sof2flash --epcs --input=proj.sof --offset=0x0 --output=proj.flash $ nios2-elf-objcopy -I srec -O binary proj.flash proj.bin As an aside, the logical address/data packet in the pof is _NOT_ compressed. Using the steps above however will produce a compressed bitstream (as appropriate). Regards, --Scott