Added loadmax target to kernel Makefile.
Use "make loadmax" in sys/pic32/max32 directory to upload the kernel image to chipKIT Max32 board.
This commit is contained in:
@@ -67,6 +67,9 @@ bl_devcfg.o: $(BUILDPATH)/devcfg.c
|
|||||||
load: unix.hex
|
load: unix.hex
|
||||||
pic32prog $(BLREBOOT) unix.hex
|
pic32prog $(BLREBOOT) unix.hex
|
||||||
|
|
||||||
|
loadmax: unix.hex
|
||||||
|
$(PROGTOOL) -U flash:w:unix.hex:i
|
||||||
|
|
||||||
loadboot: bootloader.hex
|
loadboot: bootloader.hex
|
||||||
pic32prog $(BLREBOOT) bootloader.hex
|
pic32prog $(BLREBOOT) bootloader.hex
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user