Use new Hopperv4 loader 1.4.1
* It has fixed raw file loading
This commit is contained in:
parent
94324f3f8c
commit
9c220f9bb2
2
Makefile
2
Makefile
|
@ -83,7 +83,7 @@ nm:
|
||||||
cargo nm --target $(TARGET_JSON) -- kernel8 | sort
|
cargo nm --target $(TARGET_JSON) -- kernel8 | sort
|
||||||
|
|
||||||
hopper: all
|
hopper: all
|
||||||
hopperv4 -e kernel8.img -R --base-address 0x80000 --entrypoint 0x80000 --file-offset 0 --aarch64
|
hopperv4 -l RAW --base-address 0x80000 --entrypoint 0x80000 --file-offset 0 --aarch64 -e kernel8.img
|
||||||
|
|
||||||
openocd:
|
openocd:
|
||||||
$(OPENOCD) -f interface/jlink.cfg -f ./doc/rpi3_jlink.cfg
|
$(OPENOCD) -f interface/jlink.cfg -f ./doc/rpi3_jlink.cfg
|
||||||
|
|
Loading…
Reference in New Issue