Summary
At first, I installed “Jetson Linux 35.3.1” to Jetson Orin NX.
And, I installed “nvidia-jetpack” package via apt command.
But, I could NOT shutdown Jetson Orin NX after the installation of “nvidia-jetpack”.
Environment
- reComputer J4012(Jetson Orin NX 16GB) https://www.seeedstudio.com/reComputer-J4012-p-5586.html
- Jetson Linux 35.3.1 https://developer.nvidia.com/embedded/jetson-linux-r3531
Steps to reproduce
Host PC(x86_64)
tar xf Jetson_Linux_R35.3.1_aarch64.tbz2
sudo tar xpf Tegra_Linux_Sample-Root-Filesystem_R35.3.1_aarch64.tbz2 -C Linux_for_Tegra/rootfs/
cd Linux_for_Tegra/
sudo ./apply_binaries.sh
sudo ./tools/l4t_flash_prerequisites.sh
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 p3509-a02+p3767-0000 internal
Jetson Orin NX
sudo shutdown -h now
In this time, I could shutdown Jetson Orin NX.
sudo apt install nvidia-jetpack
sudo shutdown -h now
But, I could NOT shutdown Jetson Orin NX after the installation of “nvidia-jetpack”.
So, I think that there is a problem in “nvidia-jetpack” package (or dependent package).
This is a critical issue for developers.