I have used the pinmux to configure pin as output or as input and it works as expected in both mode.
However if I try to change the pin as bidirectional and change direction at runtime with gpioset or gpioget then it seem it do not work:
For example if a pin is settled as bidirectional and I want to use gpioset on it, then it seem to do nothing even if gpioinfo indicate that pin is output.
I saw this thread about a patch to apply on Jetpack 6
However I was thinking that this patch will be present in Jetpack 7.1 as it was released this year but it is not the case.
Here it say it will be included in next Jetpack 6
I have taken a look to the source code and it is not in Jetpack 7.1
Do you have any idea why?
Will it be included in next Jetpack 7 release?