Distinguish Multiple boards attached with one CI machine using stm32cubeprogrammer #58050
Unanswered
mithunpandey
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a CI setup which has multiple boards attached with the CI Agent Machine.
we are building for the following boards using west build
F429
F767
H743
and using west flash using openocd as runner , which is running fine.
west flash --build-dir build --hex-file C:/app-to-build/build/zephyr/zephyr.hex -r openocd --skip-rebuild --cmd-pre-init "hla_serial 002F00154D4B500820373831"
we have introduced nucleo_u575zi_q board, and flashing using openocd is failing, so we used "stm32cubeprogrammer" as a runner
We need to distinguish multiple boards while using west flash using the serial number of the board as we are doing with openocd, so the question is
Beta Was this translation helpful? Give feedback.
All reactions