Skip to content

Commit 670ae7f

Browse files
committed
Update firmware_update.md
1 parent 20c6f51 commit 670ae7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/firmware_update.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ esptool.exe --chip esp32 --port COM6 --baud 921600 --before default_reset --afte
108108

109109
Where *COM6* is replaced with the COM port that the RTK product enumerated at and *RTK_Surveyor_Firmware_vxx.bin* is the firmware you would like to load.
110110

111+
**Note:** Some users have reported the 921600bps baud rate does not work. Decrease this to 115200 as needed.
112+
111113
Upon completion, your RTK device will reset and power down.
112114

113115
### macOS / Linux
@@ -120,6 +122,8 @@ py esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_re
120122

121123
Where */dev/ttyUSB0* is replaced with the port that the RTK product enumerated at and *RTK_Surveyor_Firmware_vxx.bin* is the firmware you would like to load.
122124

125+
**Note:** Some users have reported the 921600bps baud rate does not work. Decrease this to 115200 as needed.
126+
123127
Upon completion, your RTK device will reset and power down.
124128

125129
## Updating 4MB Surveyors

0 commit comments

Comments
 (0)