Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Nios II Download output: Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Processor is already paused Reading System ID at address 0x002010B0: verified Initializing CPU cache (if present) OK --- Quote End --- As I suggested above, you are restarting processor without downloading code. Check debug target properties. The output should be (I copied here mine): Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloaded 336KB in 6.2s (54.1KB/s) Verified OK Starting processor at address 0x04000000 You may also try directly with Nios command shell: - open a shell window (n.1) and type nios2-terminal to open a terminal session - open another shell window (n.2) and type nios2-download <your_app_name>.elf -g You should see in window n.1 an output similar that I reported above, while in n.2 you'll the hello world message