Hi,
Please follow the below steps
-
device side (connected to serial console)
- Follow the UEFI Adaptation — NVIDIA Jetson Linux Developer Guide and change to
recovery partition. - reboot and boot into initrd, you will see below in serial console
bash-5.1#- mount rootfs and reset passwd
mkdir -p /mnt/root mount /dev/nvme0n1p1 /mnt/root chroot /mnt/root passwd ${user}- change back to
extlinuxand reboot
- Follow the UEFI Adaptation — NVIDIA Jetson Linux Developer Guide and change to
About setting up serial console, please refer related website NVIDIA Jetson Orin AGX - In Board - Getting in Board - Serial Console.
Thanks