2023-06-19 01:10 AM
Hi
I have used the "bitbake -c populate_sdk st-image-weston" command to generate an updated SDK with OpenCV and ZerMQ packages. The SDK is generated successfully.
The issue is when I want to use this SDK in STM32CubeIDE, since I can't seem to find the SDK in "OpenSTLinux SDK Manager" under Window ==> Preferences. The manager can easily find the standard SDK which can be downloaded from the website.
I suspect the issue to be the version name, since the updated SDK outputs "4.0.4-snapshot" instead of "4.0.4-openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23" when entering:
PC >> echo $OECORE_SDK_VERSION
What can I do to fix this? :)
(OpenSTLinux SDK Manager unable to see SDK)
(Updated SDK folder)
2023-06-29 07:12 AM
Hi @MarcusRJ ,
In order to be seen by "SDK manager" SDK version might contain "openstlinux-"
Hope it help
Olivier