Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to convert from .pof to binary?
Hi all, I've manged to combine the .sof and my boot-loader into .pof file (via the convert file option in quartus) - and everything is good. However, for remote updates I'd like to...
Altera_Forum
Honored Contributor
21 years agoWhat about `quartus_cpf -c <project>.sof <project>.hexout`?
You can then use nios2-elf-objcopy to convert the hexout to srec if that's what you'd rather have. It works for .pof files too, although I haven't verified that it creates the correct output.