Skip to content

Fix Jetson PMT

Bram Veenboer requested to merge jetson into master

On Jetson platforms, there are a number of different on-board power sensors. It is not properly documented what each of these measures (or I couldn't find it). Therefore, we have to take all the sensors into account to get the total power consumption of the platform.

On Xavier, the reported power consumption now seems correct (more similar to what was measured with Powersensor2). Ideally, the Jetson PMT needs to be validated for both Xavier and Orin using Powersensor2/3. This is beyond the scope of this MR, though.

Merge request reports