-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west flash error on zephyr v1.14.99 #16851
Comments
@erwango could you also take a look here? |
@xuefli , which version of openocd are you using? |
@erwango from the log: |
Thanks! the worst part is that I actually searched before asking. |
@xuefli , OpenOCD version 0.10.0 is a bit old. So in your version, the file to be used is : st_nucleo_l476rg.cfg. |
@xuefli , did the previous comment help to solve your issue? |
no response, closing. |
@erwango Hi, I also encounter this issue when flashing to ST NUCLEO-F746ZG, with OpenOCD version 0.10.0. I am new to embedded systems and do not find a good solution to upgrade the OpenOCD. Could you drop me some hints on how to "align your OpenOCD on Zephyr SDK version"? |
I suggest to follow Zephyr getting started guide and get the latest SDK which provides the latest openocd |
enviroment:
host: macOS 10.13.6 High Sierra
board: stm32 EUCLEO-L476RG
run with sample/hello_word
can flash zephyr.elf with STM32 Cube Programer,but with west flash can not flash
the console log like follow:
how to config board/st_nucleo_l4.cfg and which folder to put
The text was updated successfully, but these errors were encountered: