cancel
Showing results for 
Search instead for 
Did you mean: 

How to start with OEMiRoT on STM32U3 - Question about launching provisioning script on Windows

stst9187
Associate II

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:

 

 
echo ${OS} | grep -i -e windows -e mingw >/dev/null if [ $? == 0 ]; then echo "" echo " ==========================================" echo "| For Windows OS, please use .bat scripts. |" echo " ==========================================" echo "" echo " Press any key to continue..." echo read -p "" -n1 -s exit 0 fi
 

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

0 REPLIES 0