orin的GPU频率突然能达到1.3G了? 35.4.1

35.2.1 升级到现在的35.4.1版本之后同样的测试程序,GPU频率达到了1.3G,且功率提高了15W多,请问这是为什么呢?

Hi,
Please run the command and share the prints for reference:

$ cat /etc/nv_boot_control.conf

Would like to make sure which AGX Orin module you are using. The capability is different for individual modules.

Hi,
我们用的AGX orin,32GB。
root@orin:/home/orin# cat /etc/nv_boot_control.conf

TNSPEC 3701-500-0004-J.0-1-0-jetson-agx-orin-devkit-

COMPATIBLE_SPEC 3701–0004–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

root@orin:/home/orin#

please dump the tegrastats result after you run jetson_clocks.

hi,请看上边我发的jtop的图片,里边就有,GPU的频率从原来的970M 变为了1.3G。功率也是GPU增加了。

please share tegrastats. jtop is not yet a official tool…

And also share the dmesg.

Hi:
08-05-2023 00:32:01 RAM 24045/30595MB (lfb 1000x4MB) SWAP 0/23297MB (cached 0MB) CPU [100%@2201,100%@2079,100%@2201,100%@2201,100%@2201,100%@2201,100%@2201,100%@2201] EMC_FREQ 17%@3199 GR3D_FREQ 99%@[1300,1300] VIC_FREQ 115 APE 174 CV0@-256C CPU@66.281C Tboard@45C SOC2@60.187C Tdiode@50C SOC0@56.531C CV1@-256C GPU@64.343C tj@66.281C SOC1@57.875C CV2@-256C VDD_GPU_SOC 38421mW/38421mW VDD_CPU_CV 9236mW/9236mW VIN_SYS_5V0 8190mW/8190mW NC 0mW/0mW VDDQ_VDD2_1V8AO 2423mW/2423mW NC 0mW/0mW

dmesg.txt_20230821 (73.6 KB)

[ 0.004045] 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-0000-p3737-0000.dts

The log shows it is sku0 device tree. How did you flash your board?

(⊙o⊙)…,我们这次做系统的升级,没有使用sdkmanager,而是下载Jetson_Linux_R35.4.1_aarch64.tbz2,Tegra_Linux_Sample-Root-Filesystem_R35.4.1_aarch64.tbz2,然后运行apply_binaries.sh,解压rootfs,然后烧写,然后在线安装那些cuda,cudnn,mediaAPI等程序。
请问,使用了sku0 device tree,意味着什么呢?

please share your full flash log from host side.

使用了sku0 device tree,意味着什么呢?

means something is wrong…

Also, please do not use the module involved from below topic…

Hi,
For information, do you use developer kit or your custom board?

e ,我知道问题在哪了,是不是因为,我做给工厂使用的批量工具的时候,用的命令“sudo BOARDID=3701 FAB=TS1 BOARDSKU=0001 BOARDREV=C.2 ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --massflash 5 --network usb0 jetson-agx-orin-devkit mmcblk0p1”
其中 BOARDREV=C.2,是否应该配置成J.0 ?

No, the previous one is wrong.

“sudo BOARDID=3701 FAB=TS1 BOARDSKU=0001

FAB and sku are all wrong.

(⊙o⊙)… 好吧,请问,这样会导致什么问题?FAB 和 sku 应该是?

I don’t think you need to write those parameters to your l4t_initrd_flash.sh… just let it read info from the module…

我怕有些模块,没有了eeprom信息,所以固定它。请问FAB 和 sku 应该是?

Hi,

You should RMA or fix the modules if eeprom info is gone… but not using them…

Hi,
Please revive the eeprom per suggestion. If eeprom is wrong or empty, the module is not suggested be used for production.