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
1 changed files with 1 additions and 0 deletions

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