Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOk lets do that.....
dont use the flash programmer at nios 22 eclipse..... go to start /programs /altera /nios2 EDS / nios2 legacy/ nios2 command shell and open the nios terminal and : sof2flash --input=(your.sof) --output=(output.flash) --offset=(initial offset) --verbose your.sof = your project output.flash = the file generated initial offset = this is the offset of the flash memmory ...this is a data sheet parameter , i use 0x10000 at my flash and write your.flash nios2-flash-programmer --base=(your flash base addres) output.flash --verbose do this and report Franz