Hi,
I'm trying to get working temp sensor (DS18B20, 1-wire). My board is Odroid-C2. Have Rpi with DS18B20 too, but with raspbian - working ok.
I was read this thread, and found some tips (write "dtoverlay=w1-gpio, gpiopin=4" in /flash/config.txt) but is one problem: dont have dtoverlay, dont have w1-gpio modules. Is it problem?
Code
LibreELEC:~ # dtoverlay -l
-sh: dtoverlay: not found
LibreELEC:~ # modprobe w1-gpio
modprobe: FATAL: Module w1-gpio not found in directory /lib/modules/3.14.29
Yesterday i was switch my Libreleec to Libreelec RR (adding unofficial source from #1 site),
Is it posiible to have working DS18B20 temp sensor on my Odroid?