git clone https://github.com/Raabi91/pi_for_lcd4linux
cd pi_for_lcd4linux
sh install_pi_for_lcd4linux.sh
Input Your Settings in putty Wenn you will ask:
receiver Ip --> Your Ip form your vu+ receiver with lcd4linux
then we need a autostart for the script use
sudo nano /etc/rc.local
and put this
sh /home/pi/pi_for_lcd4linux/lcd4linux.sh &
bevor
exit 0
save with strg+o and enter exit with strg+x
check bevor reboot your ip ist right
sudo nano /home/pi/pi_for_lcd4linux/lcd4linux_config.sh
wenn right then reboot the pi
sudo reboot
then use telnet or ssh on your vu+ receiver and execute this
echo 'sleep 30' >/etc/init.d/pilcd.sh
chmod 755 /etc/init.d/pilcd.sh
ln -s /etc/init.d/pilcd.sh /etc/rc0.d/K85pilcd.sh
ln -s /etc/init.d/pilcd.sh /etc/rc6.d/K75pilcd.sh
that will delay the shutdown of the receiver
cd ~/pi_for_lcd4linux
git reset --hard HEAD
git pull
sudo reboot
sudo nano /home/pi/pi_for_lcd4linux/lcd4linux_config.sh
After Edit the Config do a Reboot
sudo reboot