Forum Discussion
juart-terminal in vscode extension
Hi, i'm trying to use riscfree vscode extension to debug my NiosV app. All is fine but i can't achieve to launch juart-terminal from vscode. Any idea ?
Thanks
Hi ETang2,
It’s not possible to call the juart-terminal directly, since it requires several environment variables to be sourced by Nios V first. The correct process is to launch it through the Nios V terminal.
5 Replies
- CaroG_Altera
New Contributor
Hi Etang2,
Do you have the correct path to the executable?
- YoshiakiS_Altera
Occasional Contributor
Hello ETang2,
Which OS do you use? Could you please share an error log with us?
Thanks
- ETang2
Occasional Contributor
I'm using win11. I don't have any error. Currently, i open a Nios V shell terminal and launch "juart-terminal -c 1 -d 0 -i 0" without any problem. But i'm trying to launch this just with one click.
Thanks
- CaroG_Altera
New Contributor
Hi ETang2,
It’s not possible to call the juart-terminal directly, since it requires several environment variables to be sourced by Nios V first. The correct process is to launch it through the Nios V terminal.
- YoshiakiS_Altera
Occasional Contributor
Hello Etang2,
A solution is to use "Terminal Keeper" extension. But this doesn't run with one click.
https://marketplace.visualstudio.com/items?itemName=nguyenngoclong.terminal-keeperThanks