Add openocd target

This commit is contained in:
Berkus Decker 2019-02-24 00:00:36 +02:00
parent fb141be9d5
commit e90b78c8bf
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,8 @@ QEMU_OPTS = -M raspi3 -d in_asm,int
QEMU_SERIAL = -serial null -serial stdio
QEMU = /usr/local/Cellar/qemu/HEAD-3365de01b5-custom/bin/qemu-system-aarch64
OPENOCD = /usr/local/openocd-20ceec69/bin/openocd
.PHONY: all qemu clippy clean objdump nm
all: kernel8.img
@ -78,3 +80,6 @@ nm:
hopper: all
hopperv4 -e kernel8.img -R --base-address 0x80000 --entrypoint 0x80000 --file-offset 0 --aarch64
openocd:
$(OPENOCD) -f interface/jlink.cfg -f ./doc/rpi3_jlink.cfg