TX1 in SPI Slave mode to an ADC.

I believe the compiled module should be spi-tegra124-slave. You’ll still need spidev module as well. SPI uses two modules, the lower level HW specific one, here it’s spi-tegra124-slave and the higher level module which enumerates the linux device, which is spidev.

Fantastic, ‘nottheup’.

I’ve been struggling with talking to another device using SPI and I believe you’ve pointed me in the right direction! My project requires the TX1 to act as a SPI slave and I was concerned I couldn’t achieve this.

Thanks again!

David.

I understand. I went through the same about a year ago. We have a similar requirement, and I can assure you it works. You may have to really tweak the driver for your specific implementation though. :) Good luck!