Skip to content

Commit 364c7f8

Browse files
committed
Update README. Add RPi screenshots
1 parent cc7ade4 commit 364c7f8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,23 @@ To install the Python package:
8585
At a command line - issue the package install command:
8686

8787
* `pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
88-
* Once installed, you can start the RTK Uploader App by issuing the command `artemis_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)
88+
* 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)
8989

9090
Notes:
9191
* A path might be needed to specify the install file location.
9292
* Depending on your platform, this command might need to be run as admin/root.
9393
* Depending on your system, you might need to use the command `pip3`
94-
* On Raspberry Pi, use `sudo pip3 install RTK_Firmware_Uploader-1.4.0.tar.gz`
95-
* By default, the executable will be placed in `/usr/local/bin/RTK_Firmware_Upload`
9694

95+
### Raspberry Pi
96+
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.
9797

98+
Notes:
99+
* 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`
100+
* By default, the executable will be placed in `/usr/local/bin`
101+
* On 64-bit Raspberry Pi, use `sudo pip install RTK_Firmware_Uploader-1.4.0.tar.gz`
102+
* The 'sudo' is required to let `setup.py` install `python3-pyqt5` and `python3-pyqt5.qtserialport` using `sudo apt-get install`
103+
104+
![Raspberry Pi 64-bit : Install](images/RPi_install.png)
98105

106+
![Raspberry Pi 64-bit : Install](images/RPi_Uploader.png)
99107

images/RPi_Uploader.png

108 KB
Loading

images/RPi_install.png

395 KB
Loading

0 commit comments

Comments
 (0)