Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi,Scott
thanks!! I have make it run. Because I forget to connect the flash_byte_n to Vcc, it can't run correctly before. <div class='quotetop'>QUOTE </div> --- Quote Start --- Now I'm confused, is the flash on your custom board located at 0000_0000 or 0020_0000?[/b] --- Quote End --- when programming to the flash, use the base address 0x000200000 of the custom board, and when run my project, it uses the base address 0x00000000. <div class='quotetop'>QUOTE </div> --- Quote Start --- $SOPC_KIT_NIOS2/bin/nios2-flash-programmer --input=flash.flash --sof=e:/altera/U P3_board/up3/system/up3.sof --base=0x00200000[/b] --- Quote End --- you can see that up3.sof is the .sof file of my custom board, and the aim to set up a custom board is programming the board.