Disable IPv6 boot

I have cloned my Jetson Orin nvme0n1 with the modified l4t_backup_restore.sh and initrd_flash.

That has worked great so far. However, if I plug in a LAN cable, the Jetson gets stuck at Start PXE over IPv4.
If the LAN cable is not plugged in, the Jetson boots without any problems.


.
I need to clone many Jetsons for production. Is there a way to change or disable the boot order before cloning?

Hi deveso,

Have you referred to the following instruction to configure boot-order before cloning?
UEFI Adaptation — Customizing the Default Boot Order in L4TConfiguration.dtbo in the BSP Directory

Yes I have already done that. However, I believe that something is wrong with cloning the device. I have modified the script l4t_backup_restore.sh and initrd_flash, as already mentioned. In addition to the boot problem, I have problems with my CSI-2 camera that was installed with kernel overlays.

I have no problems with my “master” jetson which I use for cloning. Is there another way to clone Jetson Orin NX with a NVME hard drive?

Please make sure boot-order is expected in L4TConfiguration.dtbo before you clone the board.

Sorry, using l4t_backup_restore.sh is the only official suggested method to clone the external NVMe.
Or you could try using other command like dd to clone the entire NVMe drvie.

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