Jetson Linux 36.3 : after flashing Orin Nano,It turns out to be Orin NX

Jetson Linux 36.3 + Orin Nano
flash with command:sudo ./flash.sh jetson-orin-nano-devkit-nvme internal
It turns out to be Orin NX:


flash log:
log.txt (98.8 KB)

Hi,

Could you refer to this doc and dump using lsusb when device in recovery mode?

Thanks

Bus 004 Device 031: ID 0955:7020 NVIDIA Corp. L4T (Linux for Tegra) running on Tegra

Hi,

You need to make device in recovery mode.
Likes below:

Bus <bbb> Device <ddd>: ID 0955: <nnnn> Nvidia Corp.

Thanks

Bus 001 Device 111: ID 0955:7623 NVIDIA Corp. APX

Hi,
Please refer to this doc to execute official recommended command instead.

#Jetson Orin Nano Developer Kit (NVMe):
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit internal

Thanks.

Using official command :
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit internal

flash log:
log.txt (324.5 KB)

Still shows Orin NX in dmesg or power GUI

Hi,

One more question to confirm. Is your Orin Nano a dev kit or the custom carrier board?

Thanks

Custom carrier board
the only file I modified is bootloader/generic/BCT/tegra234-mb2-bct-misc-p3767-0000.dts
cvb_eeprom_read_size = <0x100>; → cvb_eeprom_read_size = <0x0>;

Hi.

With our internal review, your device has been successfully flashed. Please ignore the name mismatch for now.
We will conduct further checks and get back to you once the name mismatch is resolved.

Thanks

Any update?