Search found 2 matches

by dusinnhht
Wed Oct 23, 2019 9:07 pm
Forum: Other hardware
Topic: How to get SPI0 working
Replies: 2
Views: 11235

Re: How to get SPI0 working

I just noticed, that SPI1 is in fact SPI0, at least it drives the pins for SPI0. It's weird, because when I connected SPI1's Mosi with Miso it passed the test. But what I connected to SPI1 bus didn't work, so I checked the other pins with oscilloscope and noticed that SPI0 pins are driven (also? I d...
by dusinnhht
Wed Oct 23, 2019 3:26 pm
Forum: Other hardware
Topic: How to get SPI0 working
Replies: 2
Views: 11235

How to get SPI0 working

Hi! I'd like to use SPI0 on the StereoPi. I use the standard and latest Raspbian. I enabled SPI with raspi-config and rebooted several times, but ls /dev/spi* doesn't give any result. Then I enabled SPI1 (added dtoverlay=spi1-3cs to /boot/config.txt), and it seems to be working. (I now have /dev/spi...