Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS II Flash Programming
Hi ,
We Have generated a NIOS II system and and generated a .sof file and from Eclipse we are able to run the C Code on the Hardware(Run As NIOS II Hardware). My doubt is , when I program the sof file into the flash, How to execute the C code? in another way How to integrate the C Code with sof file? Regards Praveen1 Reply
- Altera_Forum
Honored Contributor
Although my answer may not be concrete but you have to generate a .elf file which has to be downloaded on to the device after the .sof file has been successfully downloaded .
The .elf is generated using the c code, how to generate that i dont know. GOOD LUCK