mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 23:23:30 +08:00
6 lines
177 B
Bash
6 lines
177 B
Bash
#! /bin/bash -x
|
|
|
|
work/build/openocd/prefix/bin/openocd -f ${2} \
|
|
-c "flash protect 0 0 last off; program ${1} verify; resume 0x20000000; exit" \
|
|
2>&1 | tee openocd_upload.log
|