Forum Discussion
Michael2021
Occasional Contributor
5 months agoWith the help of another helper, I have solved the problem with the nios2 command shell for running build_sw.sh.
if [[ $uname =~ "Microsoft" ]]; then => if [[ $uname =~ "microsoft" ]]; then
I have attached a screenshot of the execution result. The AN900 document says that the .elf file is created,
but it is not.
Please advise.
Thank you