Orin Nano 4GB shows error device name

I have a custom Orin Nano board, and after flashing r36.3, I checked the system and found that the device name is Orin NX. Why is this happening, and what are the implications?

root@b1 /h/orca# cat /proc/device-tree/model
NVIDIA Jetson Orin NX Engineering Reference Developer Kit⏎  

Hi zjy523213189zjy,

Is the custom carrier board designed by you?

Please share the result of the following command on your board.

$ cat /etc/nv_tegra_release
$ cat /etc/nv_boot_control.conf

Yes

root@b1 /h/orca# cat /etc/nv_boot_control.conf
TNSPEC 3767-300-0004-S.1-1-1-jetson-orin-nano-devkit-
COMPATIBLE_SPEC 3767--0004--1--jetson-orin-nano-devkit-
TEGRA_BOOT_STORAGE nvme0n1
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0

root@b1 /h/orca# cat /etc/nv_tegra_release
# R36 (release), REVISION: 3.0, GCID: 36191598, BOARD: generic, EABI: aarch64, DATE: Mon May  6 17:34:21 UTC 2024
# KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia

root@b1 /h/orca# 

It seems you are using Jetson Orin Nano 4GB (P3767-0004), which is correct from command you shared.

It seems captured from device tree model = NVIDIA Jetson Orin NX Engineering Reference Developer Kit"
It seems only SKU 5 would show NVIDIA Orin Nano developer Kit since SKU5 come with Orin Nano developer kit.
Please also share the full device tree for further check.

tegra234-p3768-0000+p3767-0004-nv.dts.gz (36.7 KB)
I get this dts file by command: dtc -I dtb -O dts kernel/dtb/tegra234-p3768-0000+p3767-0004-nv.dtb > tegra234-p3768-0000+p3767-0004-nv.dts

	model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";

Yes, it shows the above in your device tree.

Orin NX/Nano are from similar series so that it shows Orin NX Engineering Reference Developer Kit.
You can customize it as you want.

1 Like

I get it. Thanks.

Another question, why free -h shows only 3.5GB mem total, and 400M used, but there are no running application.
that means only about 3G memory are available?

Please always file a new topic is question is not related to original topic.

1 Like

Will next jetpack release fix the device name?
In my opinion, the model in the device tree of P3767-0003 and P3767-0004 should both be Jetson Orin Nano.

No, our Orin Nano devkit come with Orin Nano 8G SD module(SKU 5) so that only it shows NVIDIA Orin Nano developer Kit.

For other SKUs, it would show NVIDIA Jetson Orin NX Engineering Reference Developer Kit since they are from similar design as Orin NX.
If you want it showing NVIDIA Jetson Orin Nano Engineering Reference Developer Kit or something else, you can simply customize it in device tree as you want.

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