If QSPI failed to load the DTB for both A/B slots would it panic or would it go into bootloader recovery mode as it would mark both slots A and B as invalid:
My second question: If the path below is followed in slot A would it attempt to changed to Slot B and boot before it tried to load the recovery kernel?
If it can not boot up successfully due to DTB, then it would trigger reset. After 3 times trails, it will switch to another slot. If it still can not boot up successfully from that slot for 3 times, then it will enter into recovery kernel state.
just to be clear then if slot A and B can not boot up successfully after 3 times trails due to DTB it will enter into recovery kernel state and not the bootloader recovery mode (UEFI shell)?
I should have mentioned it earlier but I am on JetPack 6.0.0 (rev 2) L4T r36.3.0,
Linux 5.15.136-tegra, Ubuntu 22.04.4 LTS.
As I’m on L4T-r36.3.0 would it enter the bootloader recovery mode (UEFI shell) on DTB failure and not the recovery kernel state as this changed since L4T-r35.2?