I would like to set up for SPI with Jetson Nano B01 devkit.
I used the jetson-io tool to enable SPI and utilized “insmod and modprobe” command for loading the spidev.ko.
After that, I tried to run the script of the loopback test for SPI with reference to the following: https://sciencompass.com/electrical_work/jetson-nano/spi-set
However, I could see not ”0x01 0x02″ but ”0x00 0x00″ when I use the script of the loopback test for SPI. I think I cannot use the SPI at this status.
I also checked the following link:
So, do we need to prepare for the native linux host PC to set up for SPI with Jetson Nano B01 devkit? or we can set up for SPI on Jetson Nano B01 devkit?
It is not customized carrierboard but Jetson Nano B01 Devkit.
After installing JetPack4.6 and then when I checked the pin by sudo cat /sys/kernel/debug/tegra_gpio, I get the attached messagesgpio (1.1 KB)