2018-10-02 22:44:21 +02:00
|
|
|
NextionDriver Installer and Checker
|
|
|
|
|
===================================
|
2019-02-09 19:56:45 +01:00
|
|
|
|
2019-08-16 10:14:03 +02:00
|
|
|
This is installer version 1.04 ( 16 aug 2019 )
|
2019-02-09 19:56:45 +01:00
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
This repository brings you 3 helper programs for the installation of
|
|
|
|
|
NextionDriver when you do not want to do it by hand:
|
2018-10-02 22:44:21 +02:00
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
* a program to install NextionDriver
|
|
|
|
|
* a program to convert an existing MMDVMHost configuration file for
|
|
|
|
|
using NextionDriver (this is called by the installer program)
|
|
|
|
|
* a program to check the installation
|
2018-09-27 22:19:00 +02:00
|
|
|
|
2019-02-03 15:20:00 +01:00
|
|
|
-----
|
|
|
|
|
__Please use this installer to update your system if your installation is
|
|
|
|
|
older than this date. Even if the NextionDriver was recently updated__
|
|
|
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
2018-09-27 22:19:00 +02:00
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
### install.sh
|
|
|
|
|
|
|
|
|
|
This is the installer program for NextionDriver.
|
|
|
|
|
|
|
|
|
|
I (and others) have tested it on some hotspots, but there are always
|
|
|
|
|
much more situations and combinations than the ones we tested :-)
|
2018-10-04 18:48:21 +02:00
|
|
|
(special thanks to Rob PD0DIB for his feedback)
|
2018-10-03 21:05:21 +02:00
|
|
|
|
|
|
|
|
The installer runs the configuration convertor program for automatically
|
|
|
|
|
converting the MMDVM.ini file to incorporate NextionDriver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### NextionDriver_ConvertConfig
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
You could just run it (NextionDriver_ConvertConfig) if you installed
|
|
|
|
|
NextionDriver by hand, but it also will be called when you run the
|
|
|
|
|
installer !
|
|
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
### check_installation.sh
|
|
|
|
|
|
|
|
|
|
When you have installed the NextionDriver, this programs tries to check
|
|
|
|
|
the MMDVMHost and NextionDriver configuration.
|
|
|
|
|
The program then gives a lot of information about the installation
|
|
|
|
|
of the NextionDriver and if it seems to be OK or not.
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
## Installing NextionDriver (on Pi-Star)
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
log in to your Pi-Star with SSH
|
|
|
|
|
|
|
|
|
|
* use PuTTY
|
2018-10-03 21:05:21 +02:00
|
|
|
* or go to your dashboard -> configuration -> expert -> SSH access
|
|
|
|
|
(http://pi-star.local/admin/expert/ssh_access.php)
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
go to the /tmp directory
|
|
|
|
|
```
|
|
|
|
|
cd /tmp
|
|
|
|
|
```
|
|
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
get the software
|
2018-09-27 22:19:00 +02:00
|
|
|
```
|
2019-09-30 16:52:43 +02:00
|
|
|
git clone https://github.com/ElGamal/NextionDriverInstaller.git
|
2018-09-27 22:19:00 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
go !
|
|
|
|
|
```
|
2018-09-29 11:23:01 +02:00
|
|
|
sudo NextionDriverInstaller/install.sh
|
2018-09-27 22:19:00 +02:00
|
|
|
```
|
2018-10-02 22:44:21 +02:00
|
|
|
|
|
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
## Checking the installing (on Pi-Star)
|
2018-10-02 22:44:21 +02:00
|
|
|
|
|
|
|
|
log in to your Pi-Star with SSH
|
|
|
|
|
|
|
|
|
|
* use PuTTY
|
|
|
|
|
* or go to your dashboard -> configuration -> expert -> SSH access (http://pi-star.local/admin/expert/ssh_access.php)
|
|
|
|
|
|
|
|
|
|
go to the /tmp directory
|
|
|
|
|
```
|
|
|
|
|
cd /tmp
|
|
|
|
|
```
|
|
|
|
|
|
2018-10-03 21:05:21 +02:00
|
|
|
get the software
|
2018-10-02 22:44:21 +02:00
|
|
|
```
|
2019-09-30 16:52:43 +02:00
|
|
|
git clone https://github.com/ElGamal/NextionDriverInstaller.git
|
2018-10-02 22:44:21 +02:00
|
|
|
```
|
2018-10-03 21:05:21 +02:00
|
|
|
>NOTE: if you get an error that the destionation path exists,
|
|
|
|
|
>you already downloaded the software. The just ho to the next step.
|
2018-10-02 22:44:21 +02:00
|
|
|
|
|
|
|
|
go !
|
|
|
|
|
```
|
|
|
|
|
sudo NextionDriverInstaller/check_installation.sh
|
|
|
|
|
```
|