Add mksunxi tool to make flashable image

This commit is contained in:
Yunhao Tian
2021-12-07 22:53:52 +08:00
parent 96979a2c4a
commit 75f7fb3d9d
4 changed files with 69 additions and 15 deletions
+6 -1
View File
@@ -41,5 +41,10 @@ INC += \
$(TOP)/$(MCU_DIR)/include \
$(TOP)/$(BOARD_PATH)
# flash target using on-board stlink
# flash target using xfel
flash: flash-xfel
exec: $(BUILD)/$(PROJECT).bin
xfel ddr
xfel write 0x80000000 $<
xfel exec 0x80000000