Skip to content

Commit cfa150e

Browse files
committed
Update README.md
1 parent a097c83 commit cfa150e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ From v1.6.0, this GUI does not contain a copy of ```esptool.py```. Instead the l
2424
* Click ```Browse``` and select the firmware file you'd like to upload (the filename should end in *.bin*)
2525
* You can find the firmware in the [SparkFun_RTK_Firmware_Binaries repo on GitHub](https://github.com/sparkfun/SparkFun_RTK_Firmware_Binaries)
2626
* The older versions of the firmware are in a [separate folder](https://github.com/sparkfun/SparkFun_RTK_Firmware_Binaries/tree/main/PreviousVersions)
27-
* If you have one of the earliest RTK Surveyors with 4MB flash, please select **v1_12**
2827

2928
![Select Firmware](images/RTK_Uploader_Windows_4.png)
3029

@@ -87,11 +86,11 @@ The RTK Firmware Uploader is also provided as an installable Python package. Thi
8786

8887
To install the Python package:
8988
* Download the package file - *python-install-package.zip*
90-
* Unzip the github release file. This results in the installable Python package file - *RTK_Firmware_Uploader-1.4.0.tar.gz* (note - the version number might vary)
89+
* Unzip the github release file. This results in the installable Python package file - *RTK_Firmware_Uploader-1.6.0.tar.gz* (note - the version number might vary)
9190

9291
At a command line - issue the package install command:
9392

94-
* `pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
93+
* `pip install RTK_Firmware_Uploader-1.6.0.tar.gz`
9594
* Once installed, you can start the RTK Uploader App by issuing the command `./RTK_Formware_Upload` at the command line. (To see the command, you might need to start a new terminal, or issue a command like `rehash` depending on your platform/shell)
9695

9796
Notes:
@@ -103,9 +102,9 @@ Notes:
103102
We've tested the Uploader on both 32-bit and 64-bit Raspberry Pi Debian. You will need to use the **Python Package** to install it.
104103

105104
Notes:
106-
* On 32-bit Raspberry Pi, with both Python 2 and Python 3 installed, use `sudo pip3 install RTK_Firmware_Uploader-1.4.0.tar.gz`
105+
* On 32-bit Raspberry Pi, with both Python 2 and Python 3 installed, use `sudo pip3 install RTK_Firmware_Uploader-1.6.0.tar.gz`
107106
* By default, the executable will be placed in `/usr/local/bin`
108-
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
107+
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.6.0.tar.gz`
109108
* The `sudo` is required to let `setup.py` install `python3-pyqt5` and `python3-pyqt5.qtserialport` using `sudo apt-get install`
110109

111110
![Raspberry Pi 64-bit : Install](images/RPi_install.png)

0 commit comments

Comments
 (0)