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


Firmware has not been found locally

Hello, comrades. I need to install firmware manually as the PC on which I work has no internet connection.
I use nucleo-f103rb board. System WorkBench is installed from fresh downloaded distributive under Ubuntu 24.
I downloaded firmware from https://github.com/STMicroelectronics/STM32CubeF1.Question (I cloned it with submodules). Then packed to zip file. An put to home dir/.ac6/SW4STM32/firmwares.
Now I have:
home dir/.ac6/SW4STM32/firmwares/STM32F1xx (folder)
home dir/.ac6/SW4STM32/firmwares/STM32F1xx.zip (archive)
I still have message. “Target firmware has not been found locally, please install it”.
What I am doing wrong?
I have read all the post about this problem, but I am still have no results :-(