Altera_Forum
Honored Contributor
14 years agoDE0 Nano - Problem using the provided examples
Hi,
i just received my DE0 Nano board and I've been trying the examples in the system CD. I've downloaded and installed Quartus 11.0sp1 + Nios II/Nios II GCC4 Toolchain. Every example works fine, except the myfirst_niosii example. When I execute the batch file, it programs the .sof file into the FPGA, but it is unable to to start the test_bashrc. Excerpt of test.bat: " "%QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe" --rcfile ".\test_bashrc" " After the .sof file is programmed, it gives an error saying that it is unable to find the nios2-terminal and the nios2-download commands. From what I can understand these commands are called so that the hello_world_0.elf file is downloaded and run. Anybody can help me shed some light on this? Thanks in advance