Skip to content

Commit 73f4ff2

Browse files
committed
bootloader burning tool to use 'artemis_svl.bin'
1 parent 03353f2 commit 73f4ff2

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
@@ -157,7 +157,7 @@ tools.ambiq_bin2board.erase.pattern=
157157

158158
# Upload tool pattern
159159
tools.ambiq_bin2board.upload.pattern={pgm} {args}
160-
tools.ambiq_bin2board.bootloader.pattern={pgm} --bin "{runtime.platform.path}/bootloaders/artemis/Artemis_SVL_V2.ino.bin" --load-address-blob 0x20000 --magic-num 0xCB -o "{runtime.platform.path}/bootloaders/artemis/Artemis_SVL_V2" --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.sbl_baud} -port "{serial.port}" -r 2 {bootloader.verbose}
160+
tools.ambiq_bin2board.bootloader.pattern={pgm} --bin "{runtime.platform.path}/bootloaders/artemis/artemis_svl.bin" --load-address-blob 0x20000 --magic-num 0xCB -o "{runtime.platform.path}/bootloaders/artemis/artemis_svl" --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.sbl_baud} -port "{serial.port}" -r 2 {bootloader.verbose}
161161
tools.ambiq_bin2board.erase.pattern={pgm} --bin "{runtime.platform.path}/bootloaders/artemis/Artemis_Bare_Minimum.ino.bin" --load-address-blob 0x20000 --magic-num 0xCB -o "{runtime.platform.path}/bootloaders/artemis/Artemis_Bare_Minimum" --version 0x0 --load-address-wired 0xC000 -i 6 --options 0x1 -b {upload.sbl_baud} -port "{serial.port}" -r 2 {bootloader.verbose}
162162

163163
##### The following tool settings are for the SparkFun variable bootloader (Artemis SVL) (Saturn Five Loader)

0 commit comments

Comments
 (0)