I’ve contacted the IDE team about it and this field is automatically filled when you set a device as default. Therefore if you do this beforehand this prompt shouldn’t appear.
The team will plan to review the description of all configuration properties so that they become easier to understand.
Once again thanks for the feedback, it really helps us deliver a better product!
Even if I have set the device as default, the prompt appears.
What I should enter in the field, if the prompt appears?
yes/no?
vivante?
something else?
Thanks
EDIT:
I can add that after having added manually
"torizon_gpu": "-vivante"
to .vscode/settings.json, the prompt doesn’t appear anymore.
But even if in .vscode/tasks.json I see GPU=${config:torizon_gpu} in several places, when I run -create-production-image
I get a message
Rebuilding xxx/projectnamel:tag ...
WARN[0000] The "GPU" variable is not set. Defaulting to a blank string.
Yes, if the SoM in question uses the Vivante GPU drivers, like the Verdin iMX8M Plus you’re using, then the value of torizon_gpu should be "-vivante" as you have added.
Is the warning message causing any issue in particular, or is it more of a concern? I’ll check with the extension team about this.