I recently upgraded my rasperry pi from wheezy + pilight 7.0 + pilight-webgui 7.0 + Kernel 4.1.19+
to jessie + pilight 8.0.4 + pilight-webgui 8.3 + Kernel 4.9.70+
My raspberry model:
Revision Release Date Model PCB Revision Memory Notes
000e Q4 2012 B 2.0 512 MB (Mfg by Sony)
so I assume, the following setting for gpio-platform to be correct
after reading many of the posts, I was not able to get any pilight v8.0 with kernel 4.9.70+ running and had to downgrade back to
jessie + pilight 7.0.67-g960219e + pilight-webgui 7.5 + Kernel 4.4.50+
any idea, on which part I should focus next, to end up with up-to-date kernel and pilight-version?
I'm completely lost (but happy, that at least everything is running again, so I can control my devices with pilight)
thanks for any hint!!!
to jessie + pilight 8.0.4 + pilight-webgui 8.3 + Kernel 4.9.70+
My raspberry model:
Code:
cat /proc/cpuinfo|grep Revision
Revision : 000e
000e Q4 2012 B 2.0 512 MB (Mfg by Sony)
so I assume, the following setting for gpio-platform to be correct
Code:
"gpio-platform": "raspberrypi1b2"
after reading many of the posts, I was not able to get any pilight v8.0 with kernel 4.9.70+ running and had to downgrade back to
Code:
sudo apt-get install pilight-webgui=7.5 pilight=7.0.67-g960219e
sudo rpi-update 52241088c1da59a359110d39c1875cda56496764
jessie + pilight 7.0.67-g960219e + pilight-webgui 7.5 + Kernel 4.4.50+
any idea, on which part I should focus next, to end up with up-to-date kernel and pilight-version?
I'm completely lost (but happy, that at least everything is running again, so I can control my devices with pilight)
thanks for any hint!!!