P/n code

For example, Jetson Orin Nano 8GB, what command is used to get the P/N code of the device?

我們的網頁上有寫


我的意思是,假如不记得模组类型了,比如不清楚32g还是64g的了,在系统里面有什么命令能查询吗?这样我可以通过PN码,反推出模组类型

cat cat /etc/nv_boot_control.conf 

TNSPEC 3701-RC1-0005-A.0-1-1-jetson-agx-orin-devkit-
COMPATIBLE_SPEC 3701--0005--1--jetson-agx-orin-devkit-
TEGRA_LEGACY_UPDATE false
TEGRA_BOOT_STORAGE mmcblk0
TEGRA_EMMC_ONLY false
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0
sudo dmesg | grep kernel-dts
[    0.004889] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0005-p3737-0000.dts

你可以直接知道module的SKU,不需要透過P/N

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