Skip to content

Commit eaeff51

Browse files
committed
Merge branch 'release_candidate' of https://github.com/sparkfun/SparkFun_RTK_Firmware into release_candidate
2 parents d32c238 + e433fca commit eaeff51

15 files changed

+137
-10
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)