run_gdb_rp2040.sh 260 B

123456789
  1. #!/bin/bash
  2. arm-none-eabi-gdb \
  3. -iex 'target extended /dev/ttyACM0' \
  4. -iex 'mon s' -iex 'att 1' \
  5. -iex 'set mem inaccessible-by-default off' \
  6. -iex 'source utils/rp2040_gdb_macros' \
  7. .pio/build/ZuluSCSI_RP2040/firmware.elf