mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
5 lines
127 B
Bash
Executable File
5 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
BUILD_DIR=vendor/micropython/stmhal/build-TREZORV2
|
|
|
|
gdb $BUILD_DIR/firmware.elf -ex 'target remote localhost:3333'
|