Skipping license and lanugage input screen in Jetson Tx2 after flashing

Hi,
every time I flash the Jetson Tx2 with ./flash.sh script, after competing the flashing, the board boots and it expects user input in Desktop (GUI), to enter the language, region and set password.

Can I skip this GUI input part? and access using command line ? When I access board in remote session, this GUI part is kind of disturbing. So is there any way we can skip this GUI input part?

-Jay

I found this approach works well
https://forums.developer.nvidia.com/t/tx2-l4t-32-1-automatic-booting/71829/6

Actually you can enter the password, and clone a image copy.
Next time, you can flash with the copied image without enter init UI.

Most of that is available in a script to run host side prior to flash. See:
https://forums.developer.nvidia.com/t/jetson-nano-all-usb-ports-suddenly-stopped-working/75784/37

The script basically contains what @richardsearle gave as steps. I tend to agree with @juns, that a clone is useful, but you have to flash once first and get the account added. If you clone a system with full updates and all of the optional packages you want, then the next flash has all of that right from the start (including account setup). Having a clone for a backup is immensely useful if you are going to do anything risking mistakes…even a filled filesystem can prevent boot and a clone takes a lot of risk away.

1 Like

Let me try that script for auto login.