You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter b30bc518c4
Switch to GCC objdump and nm
The GCC versions of `objdump` and `nm` seem to have better out-of-the-box
support (for AArch64). Demangling works better, and instructions in objdump are
presented as 4 bytes instead of 4 * 1 bytes, which helps a lot.

Hence, switch to the GCC versions for now until LLVM has caught up.
4 years ago
..
.vscode Run of prettier over whole repo 4 years ago
src Upgrade to cortex-a 4.x.x 4 years ago
Cargo.lock Upgrade to cortex-a 4.x.x 4 years ago
Cargo.toml Make cortex-a platform specific dep 4 years ago
Makefile Switch to GCC objdump and nm 4 years ago
README.md Add code for tutorial 09 5 years ago
build.rs Let cargo track changed files 4 years ago
jtag_boot_rpi3.img Switch to GCC objdump and nm 4 years ago
jtag_boot_rpi4.img Switch to GCC objdump and nm 4 years ago
update.sh X1: Fix deletion of non-existent file 4 years ago

README.md

Xtra 1 - JTAG boot

Not much is happening here. The binary just patiently waits for a JTAG debugger to connect.