I’m working on a project involving a Jetson Orin NX (16GB) running Jetpack 6.1, focused on finding hardware faults and exploring fault injection to test the RAS (Reliability, Availability, and Serviceability) capabilities. I noticed that the RAS driver moved from the kernel to ATF.
If possible, I would like to know if there’s a way to output RAS messages through dmesg and inject fault through software so that I can test this RAS? Any documentations on how to build and run ATF would be helpful too.
Thanks for the link. However, may I know if RAS driver has already been built in by default when flashing Jetpack with SDK Manager so we can just observe errors through UART?