GUI Login issue if flash with nv-auto-config

Hi

I am using SDK 35.1.0 and flashing with one of below commands:

  • sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1
    With this I am able to login via ssh to terminal and able to do my work. Also GUI I am able to login and use as ubuntu desktop

  • sudo ./flash.sh -C nv-auto-config jetson-xavier-nx-devkit-emmc mmcblk0p1
    With this I am able to login via ssh to terminal but not via GUI.
    Ubuntu Login asking for password and when I enter password its going (some processing) and again login display comes up.

Any suggestion to fix this issue ?

Hi sujit.kumar,

Are you using the devkit or custom board?

Where do you refer to use this command?

Have you tired the following instruction to skip oem-config?
Flashing Support — Skipping oem-config

Its custom board, but I can see same behavior in AGX dev kit board also.

We are trying this option to work without having monitor, so we can configure ubuntu and login via ssh. But at same time I need GUI also for one of my application requirement.

If you could see the behavior on the devkit, please use the devkit to verify first.
Are you using Xavier NX devkit or Xaveir AGX devkit?

Does the “skip oem-config” work for your use case?

sudo ./l4t_create_default_user.sh -u <usr_name> -p password

worked for me.

Thanks
Sujit

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