Hi,
We are using custom BSP based on Jetson L4T and facing below issue after Flashing the BSP, This BSP is otherwise working and tested:
1)On first boot, I perform the following commands (for the purpose of changing the default password of both the “nvidia” account and “root” account):
passwd
sudo passwd root
2)Next, I go into the user account settings GUI, and disable auto-login to force the user to type in a password on boot.
3)Lastly, I run the following command to reboot the system:
sudo reboot
When the system reboots, I get a stream of errors on the boot log, then the screen goes dark, and I can’t do anything further using keyboard/mouse.
The only way I found to recover from this issue, is to connect the module to the network via Ethernet, then find its IP, ssh into it, and perform sudo apt-get update, upgrade, fix a few held back dependencies, and then finally the system will boot into without issues.
The issue seems to affect Nano, Xavier NX , Xavier AGX . I also tried to reflash the modules, but the issues happens again.
Is the BSP set up to self-minimize after first boot, because I noticed this when i SSH into it:
“This system has been minimized by removing packages and content that are not required on a system that users do not log into.”
If I run the command “unminimize” to bring back the system to a state where it can be used with a monitor+keyboard+mouse, the system is then is able to boot into GUI, but the USB ports on the carrier stop working, so I can’t log in.