Altera_Forum
Honored Contributor
16 years agoNios II Flash Programmer (error)
Hello,
I've built an SOPC system with SOPC Builder, and I've written my code using Nios II IDE. i was using a DE1 board, i try to program my main program code into the Flash memory (EPCS device) using the Nios II Flash Programmer, so that every time i switch off the DE1 and open again, the main program will still inside the board. I was following the step like the Nios II Flash Programmer User Guide . And i am very not sure what should i set for the Reset Vector and Exception Vector .. What is Reset Vector and Exception Vector ?? After i program with the Flash programmer. It show me this error. # Programming flash with the FPGA configuration
"$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x01009800 --sidp=0x0
100a028 --id=1510228780 --timestamp=1263451078 --instance=0 "flash_0.flash"
There are no Nios II processors available which match the values specified.
Please check that your PLD is correctly configured, downloading a new SOF
file if necessary.
After mine research around the internet. I try to program the .pof file into the flash memory using the Quartus II programmer in AS mode first, then i program the main program code using the Nios II programmer again (in JTAG mode). And It show me an error also.. Programmed 185KB +7KB in 4.6s (41.7KB/s)
Did not attempt to verify device contents
Leaving target processor paused
Anyone can help me with this error ? Izzt possible with me SOPC builer setting was wrong ??