Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to convert .srec to .rbf for flash progr.?
Hello, how do I convert a Nios1 software file (.srec or .flash) to a .rbf file (raw binary file) that I can use to program directly a flash via that Nios? Thanks for your help, damc
Altera_Forum
Honored Contributor
21 years agonios2-elf-objcopy is quite good for converting files between different formats. You probably need to convert your file to "raw" format using the switch `-O raw`.