06-01-2018, 10:37 AM
Hi,
lately I tried to get pilight running on Armbian.
I used the 5.44 testing image of Armbian, which is based in Ubuntu Bionic with Kernel 4.14.
Installation via apt failed, because of
So I tried to compile it manually from source from the "master" git branch. The compilation first fails due to false luajut header pathes, so I changed them from version 2.0 to 2.1 in the libs/pilight/lua/lua.h. After that the compilation nd installation seems to work without further errors.
I configured the gpio-platform to be "odroidc2".
But after starting pilight, I get the error
pilight version is 8.1.0-nightly-f6b8db0
What can I do to solve this?
Greetings
lately I tried to get pilight running on Armbian.
I used the 5.44 testing image of Armbian, which is based in Ubuntu Bionic with Kernel 4.14.
Installation via apt failed, because of
Code:
W: Failed to fetch http://apt.pilight.org/dists/stable/InRelease Unable to find expected entry 'main/binary-arm64/Packages' in Release file
So I tried to compile it manually from source from the "master" git branch. The compilation first fails due to false luajut header pathes, so I changed them from version 2.0 to 2.1 in the libs/pilight/lua/lua.h. After that the compilation nd installation seems to work without further errors.
I configured the gpio-platform to be "odroidc2".
But after starting pilight, I get the error
Code:
pilight-daemon: ERROR: the 433gpio module is not supported
pilight-daemon: ERROR: could not initialize 433gpio hardware module
pilight version is 8.1.0-nightly-f6b8db0
What can I do to solve this?
Greetings