I need to enable and test one of the spi ports on the TX2 on the dev carrier board. I have used jetpack 4.6.5 to flash the latest image. I’ve used the jetson-io.py tools to enable the port SPi4 on J21 of the dev carrier board pins 19,21,23. I ran modprobe spidev.
$ ls /dev/spi*
/dev/spidev3.0 /dev/spidev3.1
If not, is there a simple way to test the spi? Is there anything else I need to do? I found all sorts of information on line about modifying device tree, recompiling kernel etc but that seems to be out of date (hopefully).