Hi,
we tried flashing our Orin-Devkit with the following command:
sudo ./flash.sh jetson-agx-orin-devkit-as-jao-32gb internal
but when checking e.g. with tegrastats
, we see that 12 cores are active (which should be only 8 in the emulation mode):
$ tegrastats
11-21-2024 17:16:39 RAM 2059/30697MB (lfb 5x4MB) SWAP 0/15349MB (cached 0MB) CPU [0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729,0%@729] GR3D_FREQ 0% cpu@44.5C tboard@31.5C soc2@41.687C tdiode@36.25C soc0@41.75C tj@44.593C soc1@41.562C VDD_GPU_SOC 2379mW/2379mW VDD_CPU_CV 396mW/396mW VIN_SYS_5V0 3824mW/3824mW VDDQ_VDD2_1V8AO 402mW/402mW
also other tools, like jtop are showing 12 active cores.
/boot/extlinux/extlinux.conf
shows the correct configuration though:
TIMEOUT 30
DEFAULT primary
MENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/Image
INITRD /boot/initrd
APPEND ${cbootargs} root=PARTUUID=d8da58d9-f573-4d70-916a-f2a869e5f66e rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb video=efifb:off console=tty0 nr_cpus=8
also, /etc/nv_boot_control.conf
shows, that the emulation mode should be active:
$ cat /etc/nv_boot_control.conf
TNSPEC 3701-500-0000-J.0-1-1-jetson-agx-orin-devkit-as-jao-32gb-
COMPATIBLE_SPEC 3701-300-0000--1--jetson-agx-orin-devkit-as-jao-32gb-
TEGRA_BOOT_STORAGE mmcblk0
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0`
Do you have any advice what the problem might be here? We need to configure the Orin-devkit to have the same hardware capabilities as the 32GB Module (regarding GPU and CPU).
We used the Orin devkit in the past with Jetpack 5 for example, to build engines and deployed them successfully on the 32GB module, and we would like to do this with Jetpack 6.0 as well.