In JetPack 5.1.2 the backup restore process works without any issue, but in JetPack 6.0 and now JetPack 6.1, it does not work. We can take a backup from a custom Orin NX system, and when we try to flash it to another Orin NX device with an empty NVMe, it does not work and the system boots into the EFI shell.
Flashing the QSPI does not help and this was also not necessary for JP5.1.2.
There seem to be similar cases:
It only works if we do the following steps:
flash empty NVMe with kernel_flash tool
restore device from step 1 with the backup_restore tool
We also noticed that we can exchange the SSD of a previously flashed Orin NX (with the backup-restore process) with an empty one and when trying to restore the empty NVMe, we get the same result.
We need a solution for this as we are using this steps in our production and we can not flash every device first with a newly created image.
In the UEFI menu, the 240GB NVMe is listed as boot device and also in the EFI shell, the partitions of the NVMe are listed. However when we choose in the boot manager the NVMe, it just opens again the boot manager.
Thank you for your help.
This patch is already inside the script for JetPack 6.1 and we have also included it into the JetPack 6.0 version. It does not change the behaviour.
Do you see the issue on your side?
Thank you.
It boots into the EFI shell as already mentioned and when selecting the NVMe SSD as boot device, it just opens the boot manager again as mentioned in the post from Oct 29.