Unable to Configure System Using Standard UART Debug Port

I am unable to configure the system using the usual UART debug port, even though this port still displays logs when I flash the kernel and during boot.

It displays the following message:

[34.536250] Please complete system configuration setup on the serial port provided by Jetson’s USB device mode connection, e.g., /dev/ttyACMx where x can be 0, 1, 2, etc.

I have disabled the initial setup function using the following command, but the initial setup is still required:

sudo ./tools/l4t_create_default_user.sh -u nvidia -p 1 -a

Hi chien.nguyen2,

Are you using the devkit or custom board for AGX Orin?
What’s the Jetpack version in use?

What do you mean about “unable”?
Do you mean that you don’t have host PC to do system configuration?

Could you run the following command instead in your BSP package before flash ?

$ sudo ./tools/l4t_create_default_user.sh -u nvidia -p 1 -a --accept-license -n Jetson

Please also share the full flash log if you still have the issue.

1 Like

Hi KevinFFF,

I connected the monitor via the HDMI port on the custom board for the AGX Orin, and the setup was successful.
Thanks for your support

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.