add gdb_bootloader to makefile

pull/25/head
Pavol Rusnak 8 years ago
parent 6e6c2ed6b7
commit f09ce087c3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -70,6 +70,9 @@ openocd: ## start openocd which connects to the device
gdb: ## start remote gdb session which connects to the openocd
gdb $(STMHAL_BUILD_DIR)/firmware.elf -ex 'target remote localhost:3333'
gdb_bootloader: ## start remote gdb session which connects to the openocd
gdb $(STMHAL_BUILD_DIR)/bootloader.elf -ex 'target remote localhost:3333'
load: ## load contents of src into mass storage of trezor
rm -rf /run/media/${USER}/PYBFLASH/*
cp -a src/apps /run/media/${USER}/PYBFLASH/

Loading…
Cancel
Save