Custom Carrier Board Jetson Orin Nano, cannot access GPIO

Hello!
So my problem is when using Jetpack 6 and tring to access the DI/DO on SEEED-Studios custom Industrial Jetson Orin Nano (J3011); When using their image of Jetpack 5.1.1 it worked flawlessly both with sysfs and gpiod. As of their JP6 image it does not work at all. (Tested for Output Pin Only).

I have read a lot about it, came across the pinmux files, however seeed does not provide it for their custom board…
However it works on JP5 so it makes me think this might not be the problem at all?

I have tried the command gpioset --mode=wait 0 51=1. It works on JP5 but not on JP6.
The gpiolist command also looks different when used on either Version. (Although this might not be true, thats just what I remember… I want to wait for a answer before downgrading and checking again…)
Any Advice on where to look specifically would be appreciated.

Kind regards

Please use libgpiod tools instead, for instance, The new GPIO Interface on the Raspberry PI: libgpiod | Lloyd Rochester's Geek Blog

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.