*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, it appears that you are experiencing issues with random power cuts on your Jetson AGX Orin 64GB Carrier Board, which is impacting your robot development project. You have raised several cases and are seeking to confirm the device tree file settings related to thermal zones.
The device tree files mentioned are:
tegra234dtsi
tegra234p37010000dtsi
tegra234p37370000dtsi
tegra234p37370000p37010000dtsi
tegra234simvdkdtsi
These files are part of the Linux kernel source code and contain settings for the Jetson AGX Orin module. The dtsi
files are Device Tree Source Include files, which are used to define the hardware components and their properties.
To address your issue, I recommend checking the thermal zone settings in these device tree files. Specifically, you should look for the thermal-zones
node and its child nodes, which define the thermal zones and their properties.
Here’s a brief overview of the thermal zone settings:
thermal-zones
: This node defines the thermal zones on the Jetson AGX Orin module.
zone0
: This node defines the first thermal zone, which typically corresponds to the CPU.
zone1
: This node defines the second thermal zone, which typically corresponds to the GPU.
zone2
: This node defines the third thermal zone, which typically corresponds to the memory.
In each zone node, you should check the following properties:
trip-points
: This property defines the temperature trip points for each zone.
cooling-devices
: This property defines the cooling devices associated with each zone.
To troubleshoot your issue, you can try the following:
- Check the thermal zone settings in the device tree files to ensure that they are correctly configured.
- Verify that the thermal zones are properly defined and that the trip points are set correctly.
- Check the cooling devices associated with each zone to ensure that they are functioning correctly.
- Monitor the system temperature and thermal zone status using tools like
sensors
or thermal_zone
to see if there are any anomalies.
If you are still experiencing issues after checking the device tree files and thermal zone settings, you may want to consider other factors that could be contributing to the random power cuts, such as:
- Power supply issues
- Overheating due to environmental factors or inadequate cooling
- Hardware faults or defects
It’s also worth noting that the Jetson AGX Orin module has a minimum operating temperature of -20°C, as mentioned in the topic “Jetson Orin 200T module’s minimum operating temperature is only -20℃”. If your system is operating below this temperature, it may be causing issues.
I hope this helps you troubleshoot and resolve the issue with your Jetson AGX Orin 64GB Carrier Board.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***