UART ttyTHS1 not working as expected on A206 carrier board

hello chennakeshavareddy.palla,

it’s by default having debug console with pin-203/205, could you please check you’re able to setup a terminal and fetch the logs via serial port utility? such as picocom or minicom.
furthermore, you may try have below steps to remove UART2 debug messages on Jetson-Nano,

  1. Remove “earlyprintk=uart8250-32bit,0x70006000” from kernel cmdline
  2. Change ODMDATA to 0x14000
  3. Remove console=ttyS0 in kernel cmdline.