Commit b08c935c authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

Makefile: keep serial terminal running for load target

parent fe37addf
Pipeline #668 failed with stage
in 0 seconds
...@@ -280,4 +280,4 @@ makeall_copy: $(addprefix $(DEFCONFIG_NAME),$(MAKEALL_COPY_LIST)) ...@@ -280,4 +280,4 @@ makeall_copy: $(addprefix $(DEFCONFIG_NAME),$(MAKEALL_COPY_LIST))
load: all load: all
- killall -9 usb-bootloader.py - killall -9 usb-bootloader.py
- ./tools/uart-bootloader/usb-bootloader.py -p $(PORT) wrc.bin - ./tools/uart-bootloader/usb-bootloader.py -t -p $(PORT) wrc.bin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment