I’m having the same exact issue as this person: https://forums.developer.nvidia.com/t/jetson-nano-wont-boot-without-uart-to-usb-attached-to-serial-console/176066
I have a custom motherboard for the TX2, pin compatible with the other Nano and Xavier. The SoM is not booting properly without UART to USB attatched so the console can print out the boot log. I’m trying to log in remotely via SSH through a usb ethernet adaptor connected to USB 2.0 of the Jetson. The usb ethernet adaptor is only recognized when the UART to USB adaptor is connected.
As soon as I confirm the ethernet adaptor is working and I have the IP address, I disconnect the UART to USB adaptor that connects to putty so I can go back to my desk, and all of a sudden I can’t log in through SSH anymore. I can tell the OS is not booting the same way if I leave UART unplugged because the current meter I have idles at 300mA, whereas when I have it plugged it in idles at 400mA and has a couple of spikes up to 900mA; the patterns aren’t the same.
Is there anything on the OS that would prevent it from booting without being able to display the console? The idea is to have a headless system that boots up and shows up on our LAN so we can remotely develop code on it. The end use-case is also headless.
I don’t want to disable the tty0 because we may need it for troubleshooting.
Does anyone have any suggestions on where I might start to resolve this?