Forum Discussion
Altera_Forum
Honored Contributor
22 years agoa question of download
Assume there are helloworld.c uart.c receive.c and so on.Now,I want to download them to flash,how to do it?Begin,I think I can only download a .srec to flash.In the end ,I found It can download s...
Altera_Forum
Honored Contributor
22 years agoIt sounds like those three .c files are all part of one project correct? When they are built using nios-build in the Nios SDK, it should create one .srec file that represents the entire program, say for instance hello_world_complete.srec. Using the srec2flash utility you can convert that .srec to a .flash file. Running nios-run on the resulting .flash file programs it into flash. The GERMS monitor running on Nios handles all the flash programming details.