There is no "99-gpio.rules" file in the latest Jetson.GPIO Library

Hi All,
I am using the latest Developer Kit OS r32.3.1.
I have verified the installation of the Jetson.GPIO library.
I am attempting to set permissions for the Jetson Nano GPIO.
When I invoke “sudo cp /usr/lib/python3/dist-packages/Jetson/GPIO/99-gpio.rules /etc/udev/rules.d/” the CLI response is that there is no “99-gpio.rules” file in the GPIO directory which I have verified.
Can someone point me to the correct path for setting the GPIO permissions or is there none at the moment?

Regards,
TCIIISC

In L4T r32.3.1 and later, Jetson.GPIO’s udev rules should be pre-installed in /lib/udev/rules.d, so you no longer need to manually install the rules file.

5 Likes

@StephenWarren,

Thank you for the response, much apperciated.