Files
MuditaOS/run.sh
2020-04-07 13:07:20 +02:00

4 lines
159 B
Bash
Executable File

#!/bin/bash -e
[[ -e $1 ]] || ( echo "ERROR: Provide proper folder with PurePhone.elf to load"; exit 1)
arm-none-eabi-gdb-py $1/PurePhone.elf -x .gdbinit-1051