About flashing

Hello,

sudo ./flash.sh jetson-nano-emmc.conf mmcblk0p1
After flashing with the above command, there is a screen to set as below.

Is it possible to skip this even when creating a massflashing blob?

Thank you.

I don’t know if this is what you want, but there is a script (“l4t_create_default_user.sh”) which can add the first boot information to the content prior to flash. See:
https://forums.developer.nvidia.com/t/jetson-nano-all-usb-ports-suddenly-stopped-working/75784/37

This is a human readable script, and uses QEMU, so you could probably edit this for custom purposes, e.g., reading random passwords from a list or picking and logging a random password.

1 Like