Hi,
I am using AGX Orin devkit.
I want to repurpose pin 16(GPIO08) and pin 32(GPIO09) on 40 pin header from GPIO to UART
I tried 2 method
manually config by Jetson-io.py, but those two pin has no option to be configured as UART
using pinmux spreadsheet: Orin_Jetson_Series_Pinmux_Config_Template_2.0.
but both pin doesn’t have option to be configured as UART
would you advise that does it means from hardware perspective there is no way to repurpose the 2 GPIO pin to UART?
*I did found UART driver in spe-freertos-bsp, and wonder if it’s possible to modify that driver to drive those 2 GPIO pin as UART?
I am not using custom board, I am using AGX Orin devkit
as document mentioned I should refer to pinmux-spreadsheet and I did check it out, there is no such option, does it mean from hardware perspective it’s not feasible?
They are both expected since these 2 pins can not be used as UART.
I’ve checked the NVIDIA Jetson AGX Orin Developer Kit Carrier Board document(SP-10900-001_v1.2).
It seems these 2 pins can not be used as UART.
If you have the requirement for UART, please use PIN8/PIN10 of 40-pins header instead.
Hi Kevin,
1.What’s the Jetpack version in use? it’s r35.3.1
2.I understand it’s not default configurable to UART, but wonder if it’s possible I can modify existing driver to configure it to UART. because I need UART controlled by SPE instead of main CPU(UART suggested by you controlled by main CPU). I wonder if it’s hardware limit that it’s impossible to configure pin 16 & 32 as UART or it’s just pinmux firmware/software setting limit which might be feasible to modify it.
pinmux spreadsheet allows you to configure how do you want to use the pins.
All available functions are listed in pinmux spreadsheet, they are determined from hardware.
For UART, please refer to Jetson AGX Orin Series Modules Design Guide. Table 15-1. Orin Module UART Pin Description in Chapter 15. UART shows the available UART interfaces for AGX Orin.
There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks ~0409