|
Hi all,
I have been able to get GPIO and I2C working, curious if anyone has gotten SPI working?
I followed the PDF instructions I found here - chrome-extension://efaidnbmnnnibpcajpcglclefindmkaj/[https://tienda.tettsa.gt/wp-content/uploads/2022/08/OrangePi\_Zero2\_H616\_User-manual\_v3.7.pdf](https://tienda.tettsa.gt/wp-content/uploads/2022/08/OrangePi_Zero2_H616_User-manual_v3.7.pdf)
However, when I run
ls /dev/spi*
Nothing is found.
I've included the lines
overlays=spi-spidev
param_spidev_spi_bus=1
param_spidev_spi_cs=1
In my /boot/orangepiEnv.txt
Any ideas? |
|