Is there a preferred way to flash STM32 Nucleo board with stlink? #1546
Unanswered
MarekSzczypinski
asked this question in
Q&A
Replies: 1 comment 2 replies
-
We use labgrid with boards running Linux, so we have tools like Perhaps the Driver for So to support these boards/MCUs in labgrid, you'd have to write corresponding Driver and Resource classes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm still wrapping my head around the
labgrid
. For this I'm setting up my small "device farm" to try the idea of remote access to MCU boards. My farm is an old laptop with some boards attached to it via usb cables. Some boards arearduino nano
, someSTM32Nucleo
and aRaspberry Pi
.Unfortunately I can't find an example of using labgrid to flash a
*.bin
file to aSTM32 Nucleo
board either usingstlink
or theSTM32Cube Programmer
.Same goes for flashing arduino board with prepared
*.hex
file usingavrdude
I have found the
FlashScriptDriver
, but I still am not sure how to use it.Any advice on how to approach such a task? If I've missed some place in documentation or example that explains this please point me to the right place :-)
Beta Was this translation helpful? Give feedback.
All reactions