I am currently facing an issue with my Jetson Nano (module: P3450-180-13449-DAAF-B01). I am using the pins 3 and 4 (UART RXD and UART TXD) on J50 to communicate with other components.
However, I encounter a problem during the boot process when the other components are powered on. The Nvidia logo gets stuck on the screen.
Is there a method to ensure a smooth boot process for the Jetson Nano while UART communication is active on J50 and the other components are powered on?
Boot process is successfull when I do not use UART connection.
Everything functions correctly when I utilize pin3 and pin4 AFTER the booting process completes successfully.
Yes, the booting issue occurs when I use pin3 and pin4 on J50.
I want to read a sensor data using the UART pins that I mentioned. But these pins are also used for the debugging console during the booting process.
It seems that disabling the debug console during the initial boot might be necessary for successful booting. Am I right?
To adress this issue, I followed the steps outlined in the following forum post:
I edited the p3448.conf.common file as instructed and flashed the SD card accordingly.
After that I tried to convert “/dev/ttyTHS1” and “/dev/ttyS0” to dialout.
However, I was only able to convert “/dev/ttyTHS1” to dialout.
“/dev/ttyS0” still remains as tty. Do you have any suggestions?
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Sorry that there’s only 3 UART interface on Jetson Nano devkit.
Have you also tried using TTL cable from USB port for your sensor?