DRIVE OS Version: Provide DRIVE OS version. Example: 7.0.3
Issue Description:
Hello,
We are using Nvidia thor hardware, and trying to perform bootburn on the SoC.
for bootburn process we are following steps mentioned by nvidia in the link below
In the Minicom shell we enter into Recovery Mode
tegrarecovery x1 on
tegrareset x1
And then from the Docker terminal we are executing below commands
cd /drive/drive-foundation/tools/flashtools/bootburn
python3 bootburn.py -b p3960-10-sw01 -l -u pct-bin kernel-dtb
but we are facing issue
*ERROR: Failed to create hpse_t264 pkg due to /drive/drive-foundation/security/spvault/out/nvidia/spvault/conf-blob/t26x/spvault-hpse-oem-conf.bin is not found.
*
We need to know why is this failing and is there any additional things we need perform.?
Complete Logs:
root@7.0.3.0-0010-linux-nsr:/drive/drive-foundation/tools/flashtools/bootburn# python3 bootburn.py -b p3960-10-sw01 -l -u pct-bin kernel-dtb
********* Starting bootburn/bootburn.py *********
Command Line Arguments :: [‘bootburn.py’, ‘-b’, ‘p3960-10-sw01’, ‘-l’, ‘-u’, ‘pct-bin’, ‘kernel-dtb’]
2026-01-20 15:33:02,461 - INFO - Initializing SOC group selector
2026-01-20 15:33:02,462 - INFO - Found SOC group for board p3960-10-sw01
********* Starting t264 bootburn py ********
Bootburn Starting with arguments [‘bootburn.py’, ‘-b’, ‘p3960-10-sw01’, ‘-l’, ‘-u’, ‘pct-bin’, ‘kernel-dtb’]
Default Schema:/drive/drive-foundation/tools/flashtools/bootburn_t264_py/nv-customer-data-schema.json
cwd in setBoardConfigPath :: /drive/drive-foundation/tools/flashtools/bootburn_t264_py
cwd in loadBoardGoldenRegsFile :: /drive/drive-foundation/tools/flashtools/bootburn_t264_py
Check finished successfully
Done parsing command line
[bootburn]: [executeShellCommand(155)] : command = whoami
cwd = /drive/drive-foundation/tools/flashtools/bootburn_t264_py
[bootburn]: [executeShellCommand(162)] : root
[bootburn]: [getListTargetsInRecovery(3570)] : Bus 001 Device 012: ID 0955:7026 NVIDIA Corp. APX
[bootburn]: [getListTargetsInRecovery(3570)] : Bus 001 Device 002: ID 0955:7045 NVIDIA Corp. Tegra On-Platform Operator
p3960-10-sw01
Default Schema:/drive/drive-foundation/tools/flashtools/bootburn_t264_py/nv-customer-data-schema.json
cwd in setBoardConfigPath :: /drive/drive-foundation/tools/flashtools/bootburn_t264_py
cwd in loadBoardGoldenRegsFile :: /drive/drive-foundation/tools/flashtools/bootburn_t264_py
Check finished successfully
Done parsing command line
[bootburndie0]: [executeShellCommand(155)] : command = whoami
cwd = /drive/drive-foundation/tools/flashtools/bootburn_t264_py
[bootburndie0]: [executeShellCommand(162)] : root
[bootburndie0]: [GetTargetECID(784)] : Target BR_CID: 0x80012641783DC0C908000000170301C0
[bootburndie0]: [GetTargetECID(785)] : Target ECID: 0x1783DC0C908000000170301C0
[bootburndie0]: [GenAdbSerialNum(551)] : ADB serial number is 2U1TO34GG00000BG60E0
[bootburndie0]: [CheckForDeviceType(882)] : Detected ES production device type
In BoardSetFilePathsAndDefaultValues in targetConfig
n_FlashFirmware is set to True
In BoardSetFilePathsAndDefaultValues in targetConfig
n_FlashFirmware is set to True
[bootburndie0]: creating and flashing coldboot images
[bootburndie0]: [Boot_Create_Flash_Coldboot(1439)] : Creating & Flashing images
[bootburndie0]: Creating rcm-flash images
[bootburndie0]: [Boot_Create_Flash_Coldboot(1442)] : flashingCFG :: /drive/drive-foundation/tools/flashtools/flashing_kernel/flashing_configs/t264/quickboot_flashing.cfgself.targetConfig.p_OutDirPath :: /drive/drive-foundation/tools/flashtools/bootburn_t264_py/__temp_t264/die0-13c15cd36cc
/drive/drive-foundation/tools/flashtools/bootburn_t264_py/__temp_t264/die0-13c15cd36cc/rcm-flash/tegrasign_v3_internal.py:1339: SyntaxWarning: invalid escape sequence ‘\d’
m = re.search(‘Key size is (\d+)’, ret_str)
/drive/drive-foundation/tools/flashtools/bootburn_t264_py/__temp_t264/die0-13c15cd36cc/rcm-flash/tegrasign_v3_internal.py:1385: SyntaxWarning: invalid escape sequence ‘\d’
m = re.search(‘Key size is (\d+)’, ret_str)
/drive/drive-foundation/tools/flashtools/bootburn_t264_py/_temp_t264/die0-13c15cd36cc/rcm-flash/tegrasign_v3_internal.py:1752: SyntaxWarning: invalid escape sequence ‘\d’
re_string = 'kdf_args’ + temp_stem + ‘(\d).yaml’
/drive/drive-foundation/tools/flashtools/bootburn_t264_py/__temp_t264/die0-13c15cd36cc/rcm-flash/tegrasign_v3_util.py:158: SyntaxWarning: invalid escape sequence ‘\d’
m = re.search(‘[1]+’, arg)
command line used was:
[‘bootburn.py’, ‘-b’, ‘p3960-10-sw01’, ‘-l’, ‘-u’, ‘pct-bin’, ‘kernel-dtb’]
ERROR: Failed to create hpse_t264 pkg due to /drive/drive-foundation/security/spvault/out/nvidia/spvault/conf-blob/t26x/spvault-hpse-oem-conf.bin is not found
Exception 8 raised in bootburn_active
Traceback (most recent call last):
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/bootburn.py”, line 144, in bootburn_active
bootburnThor.Boot_Create_Flash_Coldboot()
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/bootburn_thor.py”, line 1445, in Boot_Create_Flash_Coldboot
self.CreateVDKImages(flashingCFG, self.targetConfig.p_OutDirPath, “rcm-flash”)
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/bootburn_thor.py”, line 878, in CreateVDKImages
self.GenerateImage(self.storageCfgParser.cfgFileList, l_Operation, operationPath)
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/bootburn_lib.py”, line 1919, in GenerateImage
self.GenerateHpseSbPkg(l_Image, p_TempDumpPath, chain)
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/bootburn_thor.py”, line 631, in GenerateHpseSbPkg
raise AbnormalTermination(“ERROR: Failed to create %s pkg due to %s is not found” %(pkg, f_OespBinAbs),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/drive/drive-foundation/tools/flashtools/bootburn/../bootburn_t264_py/flashtools_nverror.py”, line 261, in AbnormalTermination
raise OSError(errorCode)
OSError: 8
root@7.0.3.0-0010-linux-nsr:/drive/drive-foundation/tools/flashtools/bootburn#
\d ↩︎