Hi:
After using SDK Manager for automatic installation, the maximum power consumption is capped at 25W with no Super mode available. According to the official documentation, command-line flashing is required. However, when executing the command in /nvidia/nvidia_sdk/Linux_for_Tegra , the process failed with the following
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 jetson-orin-nano-devkit-super internal
error:
###############################################################################
L4T BSP Information:
R36 , REVISION: 4.3
User release: 0.0
###############################################################################
ECID is
Board ID() version() sku() revision()
Preset RAMCODE is
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: Unrecognized module SKU
Error: failed to generate images
Cleaning up…
——————————————————————————————————————————
我使用sdk manager 自动安装后,最大功率只有25W,同时没有super模式。我查阅官方文档后发现应该使用指令模式,但是我在/nvidia/nvidia_sdk/Linux_for_Tegra 下运行命令,没有执行成功
$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 jetson-orin-nano-devkit-super internal
提示信息:
###############################################################################
L4T BSP Information:
R36 , REVISION: 4.3
User release: 0.0
###############################################################################
ECID is
Board ID() version() sku() revision()
Preset RAMCODE is
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: Unrecognized module SKU
Error: failed to generate images
Cleaning up…