west flash fails for all STM32 boards in clean install of Zephyr 4.2.99 #93656
Replies: 9 comments
-
Did you install STM32_CubeProgrammer ? See https://docs.zephyrproject.org/latest/releases/migration-guide-4.0.html#stm32 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I installed STM32_CubeProgrammer on my Ubuntu 24.04.2 LTS. Now,
I also tried to use
Since this is STM32 NUCLEO board, I ended up programming the board manually by simply copying the |
Beta Was this translation helpful? Give feedback.
-
They might have failed due to a permission error. If you're on linux, try
|
Beta Was this translation helpful? Give feedback.
-
Likely openocd udev rules need to be installed. |
Beta Was this translation helpful? Give feedback.
-
Regarding the openocd permissions, I tried the |
Beta Was this translation helpful? Give feedback.
-
I don't understand what "openocd udev rules" means. |
Beta Was this translation helpful? Give feedback.
-
See this section on the Getting Started Page, https://docs.zephyrproject.org/latest/develop/beyond-GSG.html#setting-udev-rules |
Beta Was this translation helpful? Give feedback.
-
This issue is particular to your set up. If you're facing issue son STM32Cubeprogrammer installation, please report it to https://community.st.com/. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have cleanly installed Zephyr 4.2.99 on Ubuntu 24.04.2 LTS. The examples build cleanly for STM32 boards. However, the subsequent "west flash" fails for all STM32 boards with the following error message:
This stuff used to work in the past without extra steps or installations.
Thank you for your help.
Regression
Steps to reproduce
No response
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions