Use new Hopperv4 loader 1.4.1

* It has fixed raw file loading
This commit is contained in:
Berkus Decker 2019-03-02 19:10:32 +02:00
parent 94324f3f8c
commit 9c220f9bb2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ nm:
cargo nm --target $(TARGET_JSON) -- kernel8 | sort
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) -f interface/jlink.cfg -f ./doc/rpi3_jlink.cfg