Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Installation of Workbench on Mac Ventura 13.4

Hello!
I tried the command lines and I am getting “Bad CPU type in executable”. Here is the full line with my name taken out.
./install_sw4stm32_macos_64bits-latest.run: line 191: /Users/MyNameNoSpaces/Downloads/.jre/Contents/Home/bin/java: Bad CPU type in executable

I am using a new MacBook Air with the M1 chip and Mac Ventura 13.4

Thank you!

Hi,

Sorry, the MacOS version is not maintained anymore. The M1 and M2 chips are not supported.

Regards,
Kevin.

Thank you for your response!
I was able to find a solution using Rosetta 2 by downloading it in the Terminal with this command.
softwareupdate --install-rosetta

I hope this helps!

Hi,

Thank you for sharing your solution! We will add it in the installation steps for MacOS users.

Regards,