Purchased ORIN Nano, but bios says "NVIDIA ORIN NX Developer Kit"

after purchasing the ORIN Nano, I booted up the bios and it reads “ORIN NX Developer Kit”


Just need to know what I am working with a Nano or a NX.
thanks,
mike

Hi,

After the device boots into the Ubuntu system, you can check the dts information in dmesg like this:

nvidia@tegra-ubuntu:~$ sudo dmesg | grep dts
[sudo] password for nvidia:
[ 0.002561] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0003-p3768-0000-a0.dts

In my case, p3767-0003 means Orin Nano 8GB, and for Orin NX, it’d be p3767-0000 (16GB), or p3767-0001 (8GB).

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