Skip to content

Commit 08700cd

Browse files
committed
Add programming tools for ZED firmware update.
1 parent d2396a1 commit 08700cd

9 files changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@echo off
2+
3+
if [%1]==[] goto usage
4+
5+
@echo Program for upgrading ZED Firmware on the SparkFun RTK Products
6+
@pause
7+
:loop
8+
9+
@echo -
10+
@echo Programming binary: %1 on %2
11+
12+
ubxfwupdate.exe -p \\.\%2 -b 9600:9600:921600 --no-fis 1 -s 0 -t 1 -v 1 "%1"
13+
14+
@echo Done programming! Ready for next board.
15+
@pause
16+
17+
goto loop
18+
19+
:usage
20+
@echo Missing the binary file and com port arguments. Ex: batch_program.bat UBX_F9_100_HPG132.df73486d99374142f3aabf79b7178f48.bin COM37
156 KB
Binary file not shown.

0 commit comments

Comments
 (0)