hello sinovoip,
Firstly thanks a lot for the Raspbian image. It worked like a charm on my banana pi zero.
However I cannot get SPI work.Can you advice if you included the spi overlays?
I can see the “file” exists
[email protected]:~ $ ls /dev/spi*
/dev/spidev0.0
And SPI is ON in confifg.txt
#Uncomment some or all of these to enable the optional hardware interfaces
dtparam=spi=on
But I do not see it loaded when I try below command (no result)
lsmod | grep spi
Moreover, enabling SPI from dtparam, throws below message
sudo dtparam spi=on
mount: mount point /config/device-tree does not exist
- Failed to mount configfs - 2
/config folder is actually empty when I check it.
Any hints will be appreciated
Thanks
Sergi