I am trying to build a prototype that requires spidev to be enabled. Iv’e tried on both Ubuntu and Raspian OS
On Raspin, I did raspi-config and enabled spi but that did not create a /dev/spidev0.0 device.
On Ubuntu I tried:
sudo ldto enable spicc spicc-spidev
which works on La Potato but on H3/H5 I received the error:
LDTO_enable: spicc does not exist and cannot be adde
any help on getting this operational would be greatly appreciated.