mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
add sync to make load
This commit is contained in:
parent
a447cb5492
commit
914e905146
1
Makefile
1
Makefile
@ -28,3 +28,4 @@ gdb: ## start remote gdb session which connects to the openocd
|
|||||||
load: ## load contents of src into mass storage of trezor
|
load: ## load contents of src into mass storage of trezor
|
||||||
rm -rf /run/media/${USER}/PYBFLASH/*
|
rm -rf /run/media/${USER}/PYBFLASH/*
|
||||||
cp -a src/* /run/media/${USER}/PYBFLASH/
|
cp -a src/* /run/media/${USER}/PYBFLASH/
|
||||||
|
sync
|
||||||
|
Loading…
Reference in New Issue
Block a user