boards/stm32f429i-disc1: fix flashing with openocd#12228
boards/stm32f429i-disc1: fix flashing with openocd#12228
Conversation
At least with openocd 0.10.0, STLINK_VERSION needs to explicitly set to 2 for flashing of this board to work.
|
Any reason why the branch is in the main repository? |
|
Oops, I didn't notice this. I discovered that the additional parameter was needed when scavenging my drawer for a board to test your PR on. So instead of going back to master, creating a branch, pushing it… I found it easier to just edit the file directly on Github. Should have selected the option to create the branch in my clone - but this is a minor fix, the branch should be deleted soon anyway. |
|
I wish OpenOCD would do another release 😕 With that it was necessary to specify the I haven't tried with the latest |
|
FYI: stm32f0discovery, stm32f3discovery, stm32f4discovery and some other also have this. |
|
I just compiled me a fresh OpenOCD and with that it's working, straight off the master branch. So I guess I can close this. |
Contribution description
At least with openocd 0.10.0,
STLINK_VERSIONneeds to explicitly set to 2 for flashing of this board to work.Testing procedure
Run
make BOARD=stm32f429i-disc1 flashwith any applicationIssues/PRs references
none