File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.
142
142
143
143
tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v /tmp/sketch.bin -R
144
144
145
- tools.bossac.network_cmd={runtime.tools.arduinoOTA.path}/arduinoOTA
145
+ tools.bossac.network_cmd={runtime.tools.arduinoOTA.path}/bin/ arduinoOTA
146
146
tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port 65280 -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
147
147
148
148
#
@@ -157,7 +157,7 @@ tools.openocd.upload.params.verbose=-d2
157
157
tools.openocd.upload.params.quiet=-d0
158
158
tools.openocd.upload.pattern="{path}/{cmd}" {upload.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; program {{{build.path}/{build.project_name}.bin}} verify reset 0x2000; shutdown"
159
159
160
- tools.openocd.network_cmd={runtime.tools.arduinoOTA.path}/arduinoOTA
160
+ tools.openocd.network_cmd={runtime.tools.arduinoOTA.path}/bin/ arduinoOTA
161
161
tools.openocd.upload.network_pattern={network_cmd} -address {serial.port} -port 65280 -sketch "{build.path}/{build.project_name}.bin" -upload /sketch -b
162
162
163
163
# Program flashes the binary at 0x0000, so use the linker script without_bootloader
You can’t perform that action at this time.
0 commit comments