====== SPI ====== SPI on MBLS102xA: * plannend for future revision * Does only work with BSP Rev. 106 * Tested with BSP Rev.0104, MBLS102xA Rev.0202, TQMLS1020A-AD Rev.0203 * SPI-Interface(spidev0.0): SIN/SOUT (Pin 36/38) on X18 root@MBLS102xa:~ spidev_test -D /dev/spidev0.0 SPI on MBa6x: * Tested with BSP Rev.109, MBa6x Rev.200, TQMa6Q-AA Rev.0203 * SPI-Interface(spidev0.1): MISO/MOSI (Pin 43/44) on X27 * SPI-Interface(spidev4.0): MISO/MOSI (Pin 51/53) on X28 root@MBa6x:~ cd /usr/bin root@MBa6x:/usr/bin ./spidev_test -D /dev/spidev0.1 root@MBa6x:/usr/bin ./spidev_test -D /dev/spidev4.0 SPI on MBa7x: * Tested with BSP Rev.0101, MBa7x Rev.200, TQMa7D-PROTO1 Rev.0101 * SPI-Interface(spidev0.0): MISO/MOSI (Pin 43/44) on X23 * SPI-Interface(spidev1.0): MISO/MOSI (Pin 32/44) on X25 root@MBa7x:~ cd /usr/bin root@MBa7x:/usr/bin ./spidev_test -D /dev/spidev0.0 root@MBa7x:/usr/bin ./spidev_test -D /dev/spidev1.0 ++++Example| SPI-Interface not bridged: root@MBLS102xa:~ spidev_test -D /dev/spidev0.0 spi mode: 0x0 bits per word: 8 max speed: 500000 Hz (500 KHz) RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................................ SPI-Interface bridged: root@MBLS102xa:~ spidev_test -D /dev/spidev0.0 spi mode: 0x0 bits per word: 8 max speed: 500000 Hz (500 KHz) RX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D | ......@....▒..................▒. ++++ ---- \\