Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can either write a little program to do the bit-reversal yourself or you can use the following utilities included with the NIOS2 EDS to perform the reversal for you:
"$SOPC_KIT_NIOS2/bin/sof2flash" --epcs --compress --input="my_project.sof" --output="my_project.flash"
# Convert to binary
nios2-elf-objcopy -I srec -O binary my_project.flash my_project.bin Jake