HDMI 2.1 Design Example.
I am trying to use the HDMI 2.1 example design. I am following the instructions on page 52 of UG-20077, 2021.04.01. When I enter the Nios II terminal command on the Nios II command shell, step 4 in section 2.15.1, I get the message "command not found". How do I fix this"?
I have tried this with versions 20.3, 20.4 and 21.1 of Quartus. I have also installed WSL and Eclipse ISE. I was able to do steps 2 and 3 in the command shell without any problems.
Hi,
I looked at chapter 2.1 in the NIOS II Software Developer Handbook and I had already done all 3 steps. However after step 3 there was a note shown below.
Note: • For the Nios II Command Shell, use all command line tools, as before, but you
need to add .exe to launch a Windows executable, like eclipse-nios2.exe or
jtagconfig.exe.Therefore I typed the command "nios2-terminal.exe" instead of "nios2-terminal" and the command worked.