I have already seen the questions: Does SPI port work on Raspberry B+ and SPI module on Raspberry Pi 2, but they don't answer my question.
I can't seem to get the SPI port working on my Raspberry Pi 2. Using a logic analyser connected to the pins, I can't get any signals from it, using spincl or by echo -ne "\x01\x02\x03" > /dev/spidev0.1
When I try to enable it with raspi-config, I get the following error:
modprobe: ERROR: could not insert 'spi_bcm2708': No such device
- My /etc/modprobe.d/raspi-blacklist.conf is empty
- /boot/config.txt contains
dtparam=spi=onanddtoverlay=spi-bcm2835 - /proc/cpuinfo contains
Hardware : BCM2709 - lsmod contains
spi_bcm2835
Here is the output of several commands:
ls /dev/spidev*
/dev/spidev0.0 /dev/spidev0.1
uname -a
Linux raspberrypi 4.1.15-v7+ #830 SMP Tue Dec 15 17:02:45 GMT 2015 armv7l GNU/Linux
I'm a little confused about the fact that the hardware is listed as 2709, but it seems to be giving an error about 2708. Is this the reason the SPI isnt working?


dtoverlay=lirc-rpi,gpio_out_pin=17,gpio_in_pin=13as an example – clockw0rk Oct 27 '21 at 14:45