mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
3 lines
187 B
Bash
Executable File
3 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
openocd -d3 -f board/stm32f4discovery.cfg -c "hla_serial wrong_serial" 2>&1 | xxd -p | tr -d '\n' | sed -n 's/^.*6e756d6265722027\([0-9a-f]*\)2720646f65736e27.*$/\1/p'; echo
|