Hi, I’m running CoreELEC (official): nightly_20200626
on an ODROID N2. Should the SPI module work out of the box @Portisch ? Because I’m unable to find it in the modules.
KodiWohnzimmer:~ # lsmod | grep spi
KodiWohnzimmer:~ # ls /dev/spidev*
ls: /dev/spidev*: No such file or directory
KodiWohnzimmer:~ #
Is it still required to load the module somehow?
EDIT:
Got it to work using the following snippets:
mount -o remount,rw /flash
fdtput -t s /flash/dtb.img /soc/cbus@ffd00000/spi@13000/spidev@0 status "okay"
fdtput -t s /flash/dtb.img /soc/cbus@ffd00000/spi@13000 status "okay"
echo "spidev" >> /storage/.config/modules-load.d/spi.conf
echo "spi-meson-spicc" >> /storage/.config/modules-load.d/spi.conf
reboot