Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
I just got it converted from a .sof to .flash. Apologies it takes some time, it does seem it is not properly documented on our side, and thanks for your feedback we will get this channeled properly and update our documentation.
Use a quartus_pfg or Programming file generator to create a ".rpd" from your ".sof".
After that open a Nios II command shell, get your ".rpd" and convert it to ".flash" using:
nios2-elf-objcopy -I binary -O srec --srec-forceS3 --srec-len 32 <RPD filename> <FLASH filename>
If you're using on a Windows machine, you may need to include ".exe".
Let me know if the .flash works for your S10 board as in your Arria 10 board.