How to automatic config the account when first boot

Hello

On first boot the user is prompted to provide information such as locale, username/password, and network settings. Has anyway to automate these parameters? I follow the TX2 L4T 32.1 Automatic Booting to setting the automatic config,but it no working in Jetson AGX Xavier。

You might look at the script here, which uses QEMU to add content from the PC side prior to flash:
https://forums.developer.nvidia.com/t/jetson-nano-all-usb-ports-suddenly-stopped-working/75784/37

1 Like

Note that this only happens if you rewrite the rootfs, not add a kernel or dtb’s. If you prepopulate the file on the rootfs and flash that, you may not need the graphical config screen. As far as I can tell, you can’t do that config stuff off a uart or console login.

Larry @ FLIR