You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a crazy hard time getting two SPI devices to work with the spidev driver in mendel on the Google Coral Dev Board Mini. I modified the device tree in the following way to get two adjacent pins (GPIO5 and GPIO8) functioning as chip selects for two devices on the same bus.
The system boots and I see /dev/spi0.0 and /dev/spi0.1 enumerated, but communication fails. It's unlikely to be an electrical issue because I'm using a production board (PXFMINI) that has previously worked with a raspberry pi zero. Is there any chance that the SPI chip itself is not respecting the pinmux and using CSB despite my request not to?
Click to expand!
Issue Type
Performance
Operating System
Mendel Linux
Coral Device
Dev Board Mini
Other Devices
No response
Programming Language
Other
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered:
Description
I'm having a crazy hard time getting two SPI devices to work with the spidev driver in mendel on the Google Coral Dev Board Mini. I modified the device tree in the following way to get two adjacent pins (GPIO5 and GPIO8) functioning as chip selects for two devices on the same bus.
The system boots and I see
/dev/spi0.0
and/dev/spi0.1
enumerated, but communication fails. It's unlikely to be an electrical issue because I'm using a production board (PXFMINI) that has previously worked with a raspberry pi zero. Is there any chance that the SPI chip itself is not respecting the pinmux and using CSB despite my request not to?Click to expand!
Issue Type
Performance
Operating System
Mendel Linux
Coral Device
Dev Board Mini
Other Devices
No response
Programming Language
Other
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: