Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI actually just tried the Flash Programmer (to program just one CPU), and it reads the system ID just fine, so the problem seems to be solely with the Nios II Debugger. Here is the relevant portion of the information shown in the console:
--- Quote Start --- # Programming flash with the FPGA configuration "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00000000 --sidp=0x0 00019f0 --id=372094003 --timestamp=1253043911 --instance=1 "ETF.flash" Using cable "USB-Blaster [USB-0]", device 1, instance 0x01 Resetting and pausing target processor: OK reading system id at address 0x000019f0: verified ... Programmed 366KB +18KB in 8.8s (43.6KB/s) Did not attempt to verify device contents Leaving target processor paused ... # Programming flash with the project "$SOPC_KIT_NIOS2/bin/nios2-flash-programmer" --epcs --base=0x00000000 --sidp=0x0 00019f0 --id=372094003 --timestamp=1253043911 --instance=1 "epcs_controller.flas h" Using cable "USB-Blaster [USB-0]", device 1, instance 0x01 Resetting and pausing target processor: OK reading system id at address 0x000019f0: verified ... Programmed 9KB +55KB in 1.3s (49.2KB/s) Did not attempt to verify device contents Leaving target processor paused --- Quote End ---