Forum Discussion
Altera_Forum
Honored Contributor
17 years agoPCIe Dev Kit Stratix II GX and the TSE MegaCore
Hi everyone, I'm new here and have a question. By the way, it's my first adventure with complex cores and FPGA's, I used to programming in ARM before that. I want to run a aplication on Nios II ...
Altera_Forum
Honored Contributor
17 years agothe problem you get in nios shell is common. you have to select the correct device. For USB Blaster i use these commands
nios2-configure-sof -d 2 ddr_time_limited.sof the option "-d 2 "select the usb blaster if you use the triple speed ethernet, you have to use the time limited sof after configure sof: nios2-download -g -d 2 zImage nios2-terminal now should work