mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 13:32:04 +08:00
957d61c2f7
date: 2023-08-15T11:39:41 commit: 23c1c08d626baec60d22077c16ac8d279730af5c
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo openocd -f "interface/stlink.cfg" -c "transport select hla_swd" -f "target/stm32h7x.cfg" -c "init"
|