summarylogtreecommitdiffstats
path: root/gd32-isp-console-bin.install
diff options
context:
space:
mode:
authortaotieren2021-06-27 11:24:30 +0800
committertaotieren2021-06-27 11:24:30 +0800
commit825b47d044aae13e1c17813e6fb04fe08c9b19c5 (patch)
treec1953e090a739f649e1c9cbae59ae1e0f956e007 /gd32-isp-console-bin.install
downloadaur-825b47d044aae13e1c17813e6fb04fe08c9b19c5.tar.gz
Update GD32_ISP_Console_v1.0.1.3411
Diffstat (limited to 'gd32-isp-console-bin.install')
-rw-r--r--gd32-isp-console-bin.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gd32-isp-console-bin.install b/gd32-isp-console-bin.install
new file mode 100644
index 000000000000..e4527a35ce45
--- /dev/null
+++ b/gd32-isp-console-bin.install
@@ -0,0 +1,11 @@
+# gd32-isp-console-bin.install
+info() {
+ echo -e "It is only for GD32 MCU. please check your device,and make sure BOOT0 is high."
+ echo -e "gd32_isp_console -c --pn /dev/ttyUSB1 --br 57600 --sb 1 -i GD32F450ZKT6 -e --all"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ info
+}