mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-03 20:57:19 -04:00
4 lines
159 B
Bash
Executable File
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
|