Error at Orin Nano with NVMe Flash in NVMe and boot from NVMe

Hi @WayneWWW

I completely masked as below in “Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb2-bct-misc-p3767-0000.dts”

tegra234-mb1-bct-misc-p3767-0000
/ {
mb2-misc {
eeprom {
/*cvm_eeprom_i2c_instance = <0>;
cvm_eeprom_i2c_slave_address = <0xa0>;
cvm_eeprom_read_size = <0x100>;
cvb_eeprom_i2c_instance = <0x0>;
cvb_eeprom_i2c_slave_address = <0xae>;
cvb_eeprom_read_size = <0x100>;
*/
};
};
};

Flashed But i got loader error like attached target and host logs.

for quick reference target logs as below :

[0035.872] W> Firewall readback mismatch
[0035.878] I> Task: Load MB2/Applet/FSKP (0x5000ca55)
[0035.882] I> Loading MB2 Applet
[0035.885] I> Slot: 1
[0035.888] E> BLOCK_DEV: Failed to open blockdev.
[0035.892] E> LOADER: Failed to open blockdev 0(0).
[0035.898] E> LOADER: Failed to get storage info for binary 21 from loader.
[0035.905] C> LOADER: Could not read binary 21.
[0035.909] E> Failed to load MB2
[0035.912] C> Task 0x0 failed (err: 0x27228311)
[0035.917] E> Top caller module: MB2_PARAMS, error module: LOADER, reason: 0x11, aux_info: 0x83
[0035.925] C> Boot Info Table status dump :
1
host.txt (13.3 KB)
target.txt (3.1 KB)

Please i need your guidance.