From 69d6529f7e814d451c8061ec05db76951608647a Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Thu, 28 Apr 2016 16:48:58 +0300 Subject: [PATCH] Add path to dfu-util for intel_arc32 // Issue #535 --- platformio/builder/scripts/intel_arc32.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio/builder/scripts/intel_arc32.py b/platformio/builder/scripts/intel_arc32.py index 385f2598..e5db85d8 100644 --- a/platformio/builder/scripts/intel_arc32.py +++ b/platformio/builder/scripts/intel_arc32.py @@ -112,7 +112,8 @@ env.Replace( SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES', UPLOADER=join("$PIOPACKAGES_DIR", "tool-arduino101load", "arduino101load"), - UPLOADCMD='"$UPLOADER" $BUILD_DIR $SOURCES $UPLOADERFLAGS verbose', + DFUUTIL=join("$PIOPACKAGES_DIR", "tool-arduino101load", "dfu-util"), + UPLOADCMD='"$UPLOADER" $DFUUTIL $SOURCES $UPLOADERFLAGS verbose', PROGNAME="firmware", PROGSUFFIX=".elf"