Hi. I recently inherited an old BBB-Bela setup and I encountered an issue while running the SPI example.
According to other posts on the forum, the soft-SPI from BB-BELA-CTAG-SPI-00A0 uses pins on the P8 header. However, I see signals on P9_29, P9_30 and P9_31 (the BBB SPI1 pins). The signal on P9_31 is clearly a clock signal.
But there is no SS signal on P9_28.
Info on my setup:
Bela Rev B2, 09/17
Bela Image v0.3.8h, updated with Bela-master.zip via the IDE.
I tried loading cape-universalh-00A0, but it causes gpio conflicts during boot and /dev/spidev3.* to disappear.
Also tried the v0.5.0alpha2 image, but same issue with SPI signals not going to the P8 pins.
My motivation for getting SPI to work is so I can hook up an ILI9488 to display waveform/harmonic analysis.
I've done similar projects on RPI and Libre S905x so I must be misunderstanding something fundamental on the Bela platform...
-Toshi