- Install OpenOCD.
- Plug the JTAG cable into the Bus Blaster's adapter board and the target.
- Run
arm-none-eabi-gdb path/to/firmware.elf -ex 'target remote | openocd -c "gdb_port pipe;" -f ../jtag/busblaster.cfg'
(adjust paths as appropriate) to launch gdb.