Commit 0b5dbcb4 authored by 那我就让时光倒流's avatar 那我就让时光倒流
Browse files

test

parent 26ae58c6
No related merge requests found
Showing with 1 addition and 7 deletions
+1 -7
......@@ -156,13 +156,7 @@ else
endif
all: build
ifeq ($(platform), k210)
@$(OBJCOPY) $T/kernel --strip-all -O binary $(image)
@$(OBJCOPY) $(RUSTSBI) --strip-all -O binary $(k210)
@dd if=$(image) of=$(k210) bs=128k seek=1
@cp $(k210) os.bin
endif
debug: build
ifeq ($(platform), k210)
......
Supports Markdown
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