2018-10-02 22:44:21 +02:00
|
|
|
NextionDriver Installer and Checker
|
|
|
|
|
===================================
|
|
|
|
|
|
|
|
|
|
##NextionDriver Installer
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
This is the installer program for NextionDriver for those who do
|
2018-09-27 22:26:24 +02:00
|
|
|
not want to do it by hand.
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
This is the first release. I have tested it on some hotspots
|
|
|
|
|
but there are always much more situations and combinations than
|
|
|
|
|
the ones I tested :-)
|
|
|
|
|
|
2018-09-29 11:23:01 +02:00
|
|
|
This repository also includes the configuration convertor program
|
2018-09-27 22:19:00 +02:00
|
|
|
for automatically converting the MMDVM.ini file to incorporate
|
|
|
|
|
NextionDriver.
|
|
|
|
|
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-09-27 22:26:24 +02:00
|
|
|
_**For the moment, both programs are intended for Pi-Star hotspots.**_
|
2018-09-27 22:19:00 +02:00
|
|
|
|
|
|
|
|
Please let me know if you have any problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-09-27 22:26:24 +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
|
|
|
|
|
* 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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
get the installer
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com/on7lds/NextionDriverInstaller.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
##NextionDriver Checker
|
|
|
|
|
|
|
|
|
|
This programs tries to check the MMDVMHost and NextionDriver
|
|
|
|
|
configuration.
|
|
|
|
|
|
|
|
|
|
### Checking NextionDriver installation (on Pi-Star)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
get the installer
|
|
|
|
|
```
|
|
|
|
|
git clone https://github.com/on7lds/NextionDriverInstaller.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
go !
|
|
|
|
|
```
|
|
|
|
|
sudo NextionDriverInstaller/check_installation.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The program then gives a lot of information about the installation
|
|
|
|
|
of the NextionDriver and if it seems to be OK or not.
|