Skip to content

Commit 7b6434a

Browse files
committed
TEMP: remove verification from bossacI tool
This completely removes the verification phase, speeding up the compile/upload/test cycle. The patch can be reverted if: * we release a new version of bootloader + VidorBoot combo where checksum is internally calculated by the FPGA * we patch bossac to avoid asking the checksum for locations over internal flash size
1 parent 8575a52 commit 7b6434a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tools.bossacI.cmd.windows=bossac.exe
153153

154154
tools.bossacI.upload.params.verbose=-i -d
155155
tools.bossacI.upload.params.quiet=
156-
tools.bossacI.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -I -U {upload.native_usb} -i -e -w -v "{build.path}/{build.project_name}.bin" -R
156+
tools.bossacI.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -I -U {upload.native_usb} -i -e -w "{build.path}/{build.project_name}.bin" -R
157157

158158
tools.bossacI_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v /tmp/sketch.bin -R
159159

0 commit comments

Comments
 (0)