Hello,
Since today morning I am facing this issue where not a single board is being visible for me to select on vscode, I am using nCS v2.4.0:
Request support on priority as my work is stalled.
Thanks,
Hello,
Since today morning I am facing this issue where not a single board is being visible for me to select on vscode, I am using nCS v2.4.0:
Request support on priority as my work is stalled.
Thanks,
Hi Mohammed,
You're right, the other customer also reported that it didn't work.
They did manage to fix their issue however - They said they deleted everything related to nRF and VS Code in their "appdata" directory:
No boards found in nRF Connect for VS Code
Alternatively, I have a suggestion from the developers:
Sounds like vscode isn't quite able to find NCS either. You could try:
- Open an "nRF Connect" terminal in VS Code (press the dropdown menu next to the + button in the terminal panel)
- cd to the top of the NCS directory
- do ls -l to check whether .west exists (on Windows, dir also works). If it doesn't, call west init -l nrf.
- call west update
- call west zephyr-export
- restart vscode.
I hope one of those suggestions fixes your issue.
Best regards,
Raoul
I have a suggestion from the developers:
Thanks Raoul
Can you please help me resolve this issue when I am trying west update from the nRF Terminal:
I updated west from windows cmd prompt. Yet no boards are showing
I cannot afford to delete appdata folder yet, as I have execution dependencies with current project, I do not want to mess with that.
Guess I will have to wait until I can delete "appdata" to be able to work with v2.4.1
Thanks Raoul
Hi Mohammed, no problem.
Ubaid_M said:I cannot afford to delete appdata folder yet, as I have execution dependencies with current project, I do not want to mess with that.
Understandable. I'm not sure what to suggest further. I'm still assuming that the board detection issue is related to the wider toolchain installation issue, and unfortunately there's no fix for that at the moment (since the exact cause isn't known):
nRF Connect SDK v2.4.1 files missing after installation
In the near future, I believe the VS Code extension will be able to take on the role as toolchain manager. I hope you can get by until then, but let me know if you need further help.
Best regards,
Raoul