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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,15 +85,23 @@ To install the Python package:
85
85
At a command line - issue the package install command:
86
86
87
87
*`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)
89
89
90
90
Notes:
91
91
* A path might be needed to specify the install file location.
92
92
* Depending on your platform, this command might need to be run as admin/root.
93
93
* 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`
96
94
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.
97
97
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
+

98
105
106
+

0 commit comments