We have the Orin NX 16gb module on a custom carrier board. I am currently using Jetpack 5.1.1 and L4T 35.3.1.
According to the image below, it says the DDR5 components on the Orin NX module need to be monitored. Is there anyway to monitor those temperatures with software (in Jetpack) or do they need to be externally monitored?
Also, what happens if we exceed the max case temperature? It looks like it is specified to be 85 C.
Iāve checked with internal for this feature.
There is no direct method to show the temperature of the DDR.
However, we can use bpmp debugfs to tell some register value and then use that register value to go back and get the temperature range.
But bpmp debugfs wonāt be available if your board is in secure fused.
May I know whatās your use case to get the temperature of DDR?
Do you have any documentation on the register and how to do that? I donāt believe our board is in secure fused - how do I check?
Regarding our use case, we have a robot that operates outdoors and can reach very high internal ambient temperatures, sometimes around 85 degrees C. Because the thermal design guide says the DDR5 components donāt need to be contacted, our heatsink design doesnāt contact them. We are also doing passive cooling so there is not much airflow, if any, over the DDR5 components. We want to know how close we are to the thermal limit of the DDR5 with our current design and that is why we would like to monitor them.