Change I2C pin to GPIO/PWM

Hello all,

I’m wondering it it’s possible to change the configuration of the pin outs on the Jetson Nano Dev Kit 4GB?

I’m using an expansion board with a 40 pin header, meant for raspberry pi 4gb, and want to copy code over to run on the Nano. However, the pin configs are different. Is there a way to change pin functions, for instance pins 27 & 28 to GPIO/PWM or will I have to make something to make pin configurations match what I need?

Thanks,

Torrence

hello metechsogood,

you may refer to Configuring the 40-Pin Expansion Header for using Jetson-IO python tool to simplify the configuration.
please also refer to below similar discussion threads for referenece,
thanks

@JerryChang

Thank you kindly, this has been a big help!