diff options
Diffstat (limited to 'target/riscv64/Makefile')
| -rw-r--r-- | target/riscv64/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/riscv64/Makefile b/target/riscv64/Makefile index 55134d24e..ba5a7749e 100644 --- a/target/riscv64/Makefile +++ b/target/riscv64/Makefile @@ -54,6 +54,9 @@ endif ifeq ($(ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT),y) @echo 'sudo python3 scripts/kflash.py -p /dev/ttyUSB0 -b 1500000 -t $(FW_DIR)/$(TARGET_KERNEL)' endif +ifeq ($(ADK_TARGET_SYSTEM_SIPEED_MAIXDUINO),y) + @echo 'sudo python3 scripts/kflash.py -p /dev/ttyUSB0 -b 1500000 -t $(FW_DIR)/$(TARGET_KERNEL)' +endif endif ifeq ($(ADK_TARGET_FS),genimage) targethelp: |
