Forum Discussion
Altera_Forum
Honored Contributor
13 years agoLoading .rbf file into EPCS16 for remote configuration of FPGA.
Hi, I have prepared a qsys design(Say in quartus_project_a) for writing and reading bytes with EPCS16 using SPI protocol(I am using EP3C25F25C68 FPGA) and it is working properly. Now, I want t...
Altera_Forum
Honored Contributor
13 years agoHi,
if you do not want to use the byte reflecting you can do the following from the Nios II Command Shell:
sof2flash --epcs --compress --input=yourSOF --output=fw.flash
nios2-elf-objcopy -I srec -O binary fw.flash fw.rbf
Now the fw.rbf file should be just in the right format to store to the fpga