From c039c286dbfddc093196849d50747d84f3a16e49 Mon Sep 17 00:00:00 2001 From: buhe Date: Wed, 7 Apr 2021 15:13:47 +0800 Subject: [PATCH] use python script instead of system exe --- os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/Makefile b/os/Makefile index 61c67c06..c0ed4fc0 100644 --- a/os/Makefile +++ b/os/Makefile @@ -76,7 +76,7 @@ else @mv $(BOOTLOADER).copy $(KERNEL_BIN) @sudo chmod 777 $(K210-SERIALPORT) python3 $(K210-BURNER) -p $(K210-SERIALPORT) -b 1500000 $(KERNEL_BIN) - miniterm --eol LF --dtr 0 --rts 0 --filter direct $(K210-SERIALPORT) 115200 + python3 -m serial.tools.miniterm --eol LF --dtr 0 --rts 0 --filter direct $(K210-SERIALPORT) 115200 endif debug: build