Hello,
I am experiencing a critical issue with the GPU power-on sequence on a Jetson Xavier NX.
When the GPU (GV11B) powers on, the instantaneous current draw is too high, causing my custom board to reset due to power supply overload. This appears to be related to the aggressive power-on ramp when the GPU transitions from idle/off state to active.
- Platform: Jetson Xavier NX
- GPU: GV11B (tegra_gv11b)
- Issue: Excessive inrush current during GPU power-on sequence
Is there a supported way to control the GPU power-on ramp through device tree properties?
Can the GPU power-on sequence be modified to include:
- A startup delay before GPU initialization
- Progressive frequency/voltage ramping
- Current limiting during power-on
Are there any recommended approaches for managing GPU inrush current on custom carrier boards with limited power delivery capability?
I would appreciate any guidance on implementing a software-based solution to smooth the GPU power-on current draw, either through device tree configuration, driver modifications, or runtime power management settings.
Thank you for your assistance.
Best regards,
Yannick