1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

add sync to make load

This commit is contained in:
Pavol Rusnak 2016-04-04 13:58:21 +02:00
parent a447cb5492
commit 914e905146
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -28,3 +28,4 @@ gdb: ## start remote gdb session which connects to the openocd
load: ## load contents of src into mass storage of trezor
rm -rf /run/media/${USER}/PYBFLASH/*
cp -a src/* /run/media/${USER}/PYBFLASH/
sync