Altera_Forum
Honored Contributor
14 years agoProblem with Hello World NIOS program
I have recently purchased a DE-0 board. I followed some of the tutorials to add a NIOS processor, DRAM, and JTAG interface using Qsys to my project.
I have used Eclipse to build load the hello world template onto the chip. However I cannot find where the hello world message is displayed in Eclipse. The console just has this:Using cable "USB-Blaster ", device 1, instance 0x00
Processor is already paused
Initializing CPU cache (if present)
OK
Downloading 00800000 ( 0%)
Downloading 00806F60 (76%)
Downloaded 28KB in 1.2s (23.3KB/s)
Verifying 00800000 ( 0%)
Verifying 00806F60 (76%)
Verified OK
Starting processor at address 0x008001B4 How do I get the stdout output?