2026-01-19 12:49 AM - last edited on 2026-01-19 3:57 AM by Andrew Neil
Hi,
In paragraph 1.2 “Launch the provisioning script” I read that:
Launch one of the provided scripts depending on your IDE:
For EWARM or MDK-ARM: launch the provisioning.bat script.
For STM32CubeIDE: launch the provisioning.sh script.
I have Windows and STM32CubeIDE. Can I run the provisioning.sh script on Windows?
Looking into the env.sh script, I found the following code:
It seems that the script cannot be run on Windows.
Could you please advise how to run the provisioning script for STM32CubeIDE on Windows?
Thank you very much for your support.
Best regards,
Marco
2026-01-19 3:18 AM
Hi @stst9187 ,
the guide you are reading probably needs update. The 'bat' is for Windows, 'sh' is for Linux. The statement you read mentions CubeIDE and the shell script, because CubeIDE is the only multiplatform IDE supported. But if you use CubeIDE and provision the sample using 'bat' file, it will work correctly.
Please post the link to the erroneous article, we'll try to have it fixed.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-01-19 7:33 AM
Hi Bubbles,
here it is the link to the ST WiKi page:
How to start with OEMiRoT on STM32U3 - stm32mcu
Thank you for your support
Marco