Jetson Nano "hangs" after initial setup screen

Hi,
I have created a custom carrier board for Jetson Nano Production Module (with EMMC).
After flashing Jetson with updated devicetree and booting it I came across some issue.
After initial setup (where I set password, keyboard, timezone etc.) there is only ubuntu wallpaper on the screen and nothing is appearing. After resetting the board the initial setup shows again.
Where to look for a problem?
I tried it with different L4T releases, flashing was made using terminal.

Hi,

What’s the L4T/JetPack version in use?
Would it happen if the module is plugged into a DevKit?

I’d suggest setting the user accounts before flashing like this:

sudo ./tools/l4t_create_default_user.sh -u <username> -p<password>

After setting user account before flashing it worked!
Thank you very much :)

Probably it was some sort of a bug

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