From 16207a5e3e302b1cf19d6ee355df330fd42b6b89 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 20 Jun 2024 16:57:57 +0200 Subject: [PATCH] fix: wrong binary extension for maple upload method introduced by previous #2323. Signed-off-by: Frederic Pillon --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index ad6b1b9360..d54f4e7e11 100644 --- a/platform.txt +++ b/platform.txt @@ -225,7 +225,7 @@ tools.maple_upload.script=maple_upload.sh tools.maple_upload.path={runtime.tools.STM32Tools.path} tools.maple_upload.upload.params.verbose=-d tools.maple_upload.upload.params.quiet=n -tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.dfu" +tools.maple_upload.upload.pattern="{busybox}" sh "{path}/{script}" {serial.port.file} {upload.altID} {upload.vid} {upload.pid} "{build.path}/{build.project_name}.bin" # STM32MP1 self-contained shell script tools.remoteproc_gen.path={runtime.tools.STM32Tools.path}