Activating SPI on Orin NX #1826
-
Hi, I'm trying to get SPI to run on my Orin NX, but it does not seem to work. My setup:
I tried to adjust the confirguration here https://github.com/orgs/OE4T/discussions/1604#discussioncomment-9959312 to my own image, but I shorted MOSI and MISO pins on the 40-pin header (19-21 and 22-37) and am trying to run
My suspicion is that the pinmux is not set correctly:
Setting the pinmux in the kernel does not seem to do anything, but changing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In addition to activating SPI, I also needed to deactivate the GPIO as described here: https://forums.developer.nvidia.com/t/orin-nx-16gb-spi-pinmux-not-work/249078/13 Now, it works:
|
Beta Was this translation helpful? Give feedback.
In addition to activating SPI, I also needed to deactivate the GPIO as described here: https://forums.developer.nvidia.com/t/orin-nx-16gb-spi-pinmux-not-work/249078/13
Now, it works: