Skip to content

Commit c176b47

Browse files
committed
fix bootloader flash
1 parent aa17fe2 commit c176b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ tools.remoteocd.upload.pattern="{path}/{cmd}" upload --adb-path "{runtime.tools.
274274
tools.remoteocd.bootloader.params.verbose=--verbose
275275
tools.remoteocd.bootloader.params.quiet=
276276
tools.remoteocd.erase.pattern=
277-
tools.remoteocd.bootloader.pattern="{path}/{cmd}" upload --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" -f "{build.variant.path}/{openocd_cfg}" "{upload.verbose}" "{runtime.platform.path}/firmwares/{bootloader.file}"
277+
tools.remoteocd.bootloader.pattern="{path}/{cmd}" upload --adb-path "{runtime.tools.adb.path}/adb" -s "{upload.port.properties.serialNumber}" -f "{build.variant.path}/flash_bootloader.cfg" "{upload.verbose}" "{runtime.platform.path}/firmwares/{bootloader.file}"
278278

279279
tools.remoteocd_network.upload.protocol=network
280280
tools.remoteocd_network.upload.field.password=Password

0 commit comments

Comments
 (0)