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? Yes ,It is.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. Why it should create one .srec file that represents the entire program.I don't think so.I mean how to download several .flash files to the ext_flash.Let me see a flash "bootloader" document on the altera web site.