How to check BOARDREV when jetson orin nano multiflashing?

Hello,

How to check BOARDREV when jetson orin nano multiflashing?
sudo BOARDID= FAB= BOARDSKU= BOARDREV= ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --network usb0 --massflash 5 jetson-xavier-nx-devkit-emmc mmcblk0p1

nvidia@ubuntu:~$ cat /etc/nv_boot_control.conf
TNSPEC 3767-300-0003-M.2-1-1-jetson-orin-nano-devkit-
COMPATIBLE_SPEC 3767--0003--1--jetson-orin-nano-devkit-
TEGRA_LEGACY_UPDATE false
TEGRA_BOOT_STORAGE nvme0n1
TEGRA_EMMC_ONLY false
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0

Thank you.

Hi yhlee1,

You could refer to the following pattern for these information.
<BOARDID>-<FAB>-<BOARDSKU>-<BOARDREV>

In your case…
BOARDID= 3767
FAB= 300
BOARDSKU= 0003
BOARDREV= M.2

Why you are using the board config of Xavier NX for Orin Nano?

1 Like

Hello,

It’s my mistake.

Thank you.

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