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
There are two (or more) firmwares that operate on the device:
6
6
@@ -64,13 +64,13 @@ Download the GUI [here](https://github.com/sparkfun/SparkFun_RTK_Firmware/raw/ma
64
64
65
65
In general, the SD firmware update method is recommended, but for some firmware updates (for example from version v1.x to v2.x) a serial connection via USB is required. This GUI makes it easy to point and click your way through a firmware update.
66
66
67
-
### To Use
67
+
**To Use**
68
68
69
69
* Attach the RTK device to your computer using a USB cable.
70
70
* Turn the RTK device on.
71
71
* Open Windows Device Manager to confirm which COM port the device is operating on.
72
72
73
-

73
+

74
74
75
75
*Device Manager showing 'USB-Serial CH340' port on COM27*
76
76
@@ -96,7 +96,7 @@ Connect a USB A to C cable from your computer to the ESP32 port on the RTK devic
96
96
97
97
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’).
@@ -122,6 +122,23 @@ Where */dev/ttyUSB0* is replaced with the port that the RTK product enumerated a
122
122
123
123
Upon completion, your RTK device will reset and power down.
124
124
125
+
## Updating 4MB Surveyors
126
+
127
+
RTK Surveyors sold prior to 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:
128
+
129
+
* A firmware compatible with 4MB systems must be used to update a device
130
+
* Upgrading the firmware must be done via [CLI](https://sparkfun.github.io/SparkFun_RTK_Firmware/firmware_update/#updating-firmware-from-cli) or [GUI](https://sparkfun.github.io/SparkFun_RTK_Firmware/firmware_update/#updating-firmware-using-windows-gui).
131
+
132
+
### Determining Size of Flash
133
+
134
+
To determine if the device has a 4MB module:
135
+
136
+
* Use the GUI or CLI and attempt a firmware update. The output will auto-detect and show the flash size, as shown below:
137
+
138
+

139
+
140
+
More information can be found within github issues [#151](https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/151) and [#207](https://github.com/sparkfun/SparkFun_RTK_Firmware/issues/207).
141
+
125
142
## Updating u-blox Firmware
126
143
127
144
The following products contain the following u-blox receviers:
@@ -140,7 +157,7 @@ The firmware on u-blox devices can be updated using a [Windows based GUI](https:
0 commit comments