I have the same problems on a AGX Orin developer’s kit and my custom board.
Without real-time RT compilation (“generic_rt_build.sh disable”), everything works fine.
If I enable real-time RT compilation (“generic_rt_build.sh enable”). The system will have white noise on the screen when restarting.
System information and reproduction steps are as follows:
JetPack 6.2 (5.15.148-rt-tegra)
Connect the monitor to the AGX Orin Devkit and power it on.
Wait until you enter the desktop and then execute sudo reboot
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device: Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs: Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system: Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!
Hi,
I appreciate the speedy response.
I enabled CONFIG_HZ_1000 in generic_rt_build.sh and flash the recompiled preemt_rt kernel to the AGX Orin Devkit using the flash command (sudo ./flash jetson-agx-orin-devkit internal).
The device can boot normally and perform any operation, But when I restart the device, I still see white noise appear on screen after seeing the shutdown NVIDIA logo. (the result is the same as the previous video clip I provided.)
It can fully reproduce this problem using the AGX Orin development kit and Jetpack 6.2 with RT enabled.
Following are two uart logs (boot log and log after reboot instruction) for your reference. 01_boot_Log_AGX-Orin-Devkit_jp6.2_RT-enable.log (75.6 KB) 02_reboot_Log_AGX-Orin-Devkit_jp6.2_RT-enable.log (79.7 KB)
Thank you again.
Hi,
Device can reboot successfully, but it will see white noise appear on screen after seeing the shutdown NVIDIA logo.
Although this will not affect the device restart, it did not happen before Jetpack 6.0.
How to fix this in Jetpack 6.2?
Thank you.