I have a rev 1.1 EVM and I am running MCSDK 3_00_03_15. I see /dev/spidev32766.3 as the only spi device listed by the kernel and I have a couple of questions related to this:
- What Bus/Device does this correspond to?
- When I try to open the device and write to it I don't see any of the SPI wires active on an oscilloscope.
- I compiled and ran the spidev test provided here https://www.kernel.org/doc/Documentation/spi/spidev_test.c and I see no active SPI comms on the oscilloscope. (FYI I have confirmed setup because I see the SPI NOR comms at power up)
- I took the kernel out of the picture and compiled in the "sspi" U-Boot command and at the U-Boot prompt I tried to communicate on every bus/device and the only one that I see communication on is the 0.0 SPI NOR. Do I need to enable the other buses and devices somehow?
Ultimately I would like to be able to communicate over any of the SPI buses and devices from Linux running on the ARM.
Thank you.