From 914e90514639b3f9306d64f15d97c7f86b6a89f8 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 4 Apr 2016 13:58:21 +0200 Subject: [PATCH] add sync to make load --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9a00a3b8..fcc6c7d2 100644 --- a/Makefile +++ b/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 rm -rf /run/media/${USER}/PYBFLASH/* cp -a src/* /run/media/${USER}/PYBFLASH/ + sync