Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

NIOS 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

Praveen

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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