Added script to check installation

This commit is contained in:
root 2018-10-02 22:44:21 +02:00
parent 55096f4d9f
commit 710ce497b4
2 changed files with 35 additions and 2 deletions

View file

@ -1,5 +1,7 @@
NextionDriverInstaller NextionDriver Installer and Checker
====================== ===================================
##NextionDriver Installer
This is the installer program for NextionDriver for those who do This is the installer program for NextionDriver for those who do
not want to do it by hand. not want to do it by hand.
@ -42,3 +44,34 @@ go !
``` ```
sudo NextionDriverInstaller/install.sh sudo NextionDriverInstaller/install.sh
``` ```
##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.