DRIVE OS Version: 7.2.4
Issue Description:
Hello NVIDIA Support Team,
We are currently setting up a DRIVE AGX Thor Developer Kit (SKU 12) on a development bench:
* Part Number: 670-63960-0012-000
* DRIVE OS Version: 7.2.4.0 (Build 7.2.4.0-0006 )
* Setup: Bench setup connected to a laboratory power supply.
#### The Problem:
Following the hardware guide, we connected the board to a 12V DC power source. However, attempting to flash the board using bootburn.py fails with a target recovery
error:
./bootburn.py -b p3960-10-sw03 -x /dev/ttyACM2 --init_persistent_partitions
...
\[bootburn\]: \[GetTegrasAssocWithAurix(514)\] : Setting Tegra-A in recovery...
\[bootburn\]: \[GetTegrasAssocWithAurix(532)\] : retrying board recovery check...
Could not put Tegra-A in recovery
OSError: 15
#### Safety MCU Diagnostics:
We connected directly to the Safety MCU console ( NvShell> on /dev/ttyACM2 @ 115200) to check the logs. During the reset sequence, the MCU immediately trips with an
undervoltage fault:
ERROR: NvMCU_SocVMON: UV fault has occurred !
ERROR: MCU_ERRHANDLER: SocVMON : ReportedID - 0x810B ErrorCode - 0x12
Running showvoltages reveals that the input rail KL30_PWR reads 12.33V but the Safety MCU expects 18.00V with a strict tolerance window of 17.10V to 18.90V:
showvoltages
Info: Executing cmd: showvoltages, argc: 0, args:
ADCJxIy - Rail Name : Actual Voltage : Expected Voltage : Voltage Range(default - +/- 5%)
...
ADCJ0I17 - KL30_PWR : 12.33V : 18.00V : { 17.10V to 18.90V}
ADCJ0I8S - SMCU_5V : 03.85V : 05.00V : { 04.75V to 05.25V}
#### Our Questions:
1. Why the 18V configuration? The official hardware specifications for the DRIVE AGX Thor DevKit state that the board operates on a nominal 12V input (operating range 9V to 16V). However, the factory-flashed MCU firmware actively enforces a 17.10V to 18.90V range, rendering 12V inputs as faults.
2. How to boot/flash on 12V? Since we are deploying this platform, we need to run on a 12V vehicle system.
\* Is there a precompiled 12V-specific Safety MCU firmware binary ( .hex ) bundled in the DRIVE OS 7.2.4 SDK?
\* If not, is modifying the guest safety manager device tree ( tegra264-gr.dts ) and building a custom configuration the officially supported path to change these thresholds to 9V -16V ?
Thank you for your guidance!





