GianniDPC Posted July 3, 2017 Posted July 3, 2017 I'm using wiringPi installed from here, it works fine for the most part but when I try loading spi it throws the following error: modprobe: FATAL: Module spi-sun7i not found in directory /lib/modules/3.4.113-sun8i gpio: Unable to load spi-sun7i FYI: I'm using Armbian 5.31
Igor Posted July 4, 2017 Posted July 4, 2017 SPI is build in - not as module. https://github.com/armbian/build/blob/master/config/kernel/linux-sun8i-default.config#L1935-L1942 script.bin/fex is where you enable and disable it.
Recommended Posts