You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,7 +116,7 @@ In the rare event that a unit is not staying on long enough for new firmware to
114
116
115
117
## Updating Firmware From WiFi
116
118
117
-

119
+

118
120
119
121
**Note:** Firmware versions 1.1 to 1.9 have an issue that severely limits firmware upload over WiFi and is not recommended; use the [GUI](firmware_update.md#updating-firmware-using-the-uploader-gui) method instead. Firmware versions v1.10 and beyond support direct firmware updates via WiFi.
120
122
@@ -134,7 +136,7 @@ Connect a USB A to C cable from your computer to the ESP32 port on the RTK devic
134
136
135
137
If the COM port is not showing be sure the unit is turned **On**. If an unknown device is appearing, you’ll need to [install drivers for the CH340](https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all). Once you know the COM port, open a command prompt (Windows button + r then type ‘cmd’).
@@ -164,30 +166,7 @@ Where */dev/ttyUSB0* is replaced with the port that the RTK product enumerated a
164
166
165
167
**Note:** Some users have reported the 921600bps baud rate does not work. Decrease this to 115200 as needed.
166
168
167
-
Upon completion, your RTK device will reset and power down.
168
-
169
-
## Updating 4MB Surveyors
170
-
171
-
RTK Surveyors sold before September 2021 may have an ESP32 WROOM module with 4MB flash instead of 16MB flash. These units still support all the functionality of other RTK products with the following limitations:
172
-
173
-
* There is not enough flash space for OTA. Upgrading the firmware must be done via [CLI](firmware_update.md#updating-firmware-from-cli) or [GUI](firmware_update.md#updating-firmware-using-windows-gui). OTA, WiFi, or SD update paths are not possible.
174
-
175
-
The GUI (as of v1.3) will autodetect the ESP32's flash size and load the appropriate partition file. No user interaction is required.
176
-
177
-
If you are using the CLI method, be sure to point to the [4MB partition file](https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware_Binaries/blob/main/bin/RTK_Surveyor_Partitions_4MB.bin?raw=true). For example:
* Use the esptool via CLI. Please see the [flash_id](https://docs.espressif.com/projects/esptool/en/latest/esp32s3/esptool/basic-commands.html#read-spi-flash-id-flash-id) command for usage.
188
-
* Use the GUI and attempt a firmware update. The output will auto-detect and show the flash size, as shown below:
189
-
190
-

0 commit comments