Forum Discussion
Hi @Michael2021 I meant to ask if you ran the "nios2-bsp-update-settings" inside the Nios2 command shell. It seems that you are running it from the WSL command shell.
Could you please also confirm which version of WSL and Ubuntu are you using?
Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
Thanks
- AdrianaI_Altera5 months ago
New Contributor
Hi @Michael2021
Could you please try to run the command as this? "nios2-bsp-update-settings.exe" instead of "nios2-bsp-update-settings"
- Michael20215 months ago
Occasional Contributor
i attached a screenshot
Thanks
- AdrianaI_Altera5 months ago
New Contributor
Thank you @Michael2021
If you run "uname -r", are you getting something like this? "6.6.87.2-microsoft-standard-WSL2"?
If so, can you please change the following line of the script?
From:
if [[ $uname =~ "Microsoft" ]]; then
to:
if [[ $uname =~ "microsoft" ]]; then