Altera_Forum
Honored Contributor
19 years agonios2-flash-programmer
Hi,
I'd like download a .sof in memory, so I used this code:$ sof2flash --input=de2_net.sof --output=de2_net.flash --offset=0x0
$ nios2-flash-programmer --base=0x0 DE2_net.flash but I think that the --base adress is not good. <div class='quotetop'>QUOTE </div> --- Quote Start --- No CFI table found at adress 0x00000000 Leaving target processor paused[/b] --- Quote End --- Should I better create a "srec" file ? What is the --base adress for the SREC or the FLASH file (in DE2 board) ? Thanks!