Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.3.10904
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Following command failing when executing from DriveOS docker container
/drive/drive-foundation/tools/flashtools/bootburn$ ./create_bsp_images.py -b p3710-10-s05 -r 01 -g ./output
Following is the error log
Updating MB1 BCT to file
:[I]: QbPartMgrGetIdByName: Could not find a match for given partition name: mb1-bct
:[I]: QbPartMgrGetIdByName: Could not find a match for given partition name: mb1-bct-r
metadata for partition bct created under filename meta_bct.txt
:[E]: QbFindAndCreateImages : 1499: Error (Unknown) (0xff00)
:[E]: Failed to exectute nvimagegen: ./nvimagegen --parentcfg /drive/drive-foundation/tools/flashtools/bootburn_t23x_py/output/642-63710-0010-000_TS5/flash-images/tmp_global_storage.cfg --cfg /drive/drive-foundation/tools/flashtools/bootburn_t23x_py/output/642-63710-0010-000_TS5/flash-images/tmp_global_storage_sub2.cfg --prefix A --chip 0x23 --chipver A01 --mb1bct bct_MB1.bct --bct_der_consts /drive/drive-foundation/tools/flashtools/bootburn_t23x_py/output/der_const_val.bin --pvitversion 6.0.6.1-32773177 --membct membct_0.bct membct_1.bct membct_2.bct membct_3.bct --showpt --man man_A.txt
:[E]: QbCreatePartition : 2006: Error (Unknown) (0xff00)
:[E]: failed to find and create images
Failed to create partitions
:[E]: nvimagegen : 1103: Error (Unknown) (0xff00)
:[E]: Creating Partition images failed
finish nvimagegen
Error Code ff00
[create_bsp_p3710-10-s05]: [executeShellCommand(168)] : Return code: 255
command line used was:
[‘./create_bsp_images.py’, ‘-b’, ‘p3710-10-s05’, ‘-r’, ‘01’, ‘-g’, ‘./output’]
s_ERROR_TOOL_NVIMAGEGEN
Exception 46 raised in create_bsp_active
Traceback (most recent call last):
File “/drive/drive-foundation/tools/flashtools/bootburn/…/bootburn_t23x_py/create_bsp_images.py”, line 72, in create_bsp_active
bootburnLib.CreateBSPImages()
File “/drive/drive-foundation/tools/flashtools/bootburn/…/bootburn_t23x_py/bootburn_orin.py”, line 433, in CreateBSPImages
self.CreateVDKImages(self.targetConfig.f_FlashCfg, self.targetConfig.p_OutDirPath, “flash-images”)
File “/drive/drive-foundation/tools/flashtools/bootburn/…/bootburn_t23x_py/bootburn_orin.py”, line 352, in CreateVDKImages
self.GenerateImage(self.storageCfgParser.cfgFileList, l_Operation, operationPath)
File “/drive/drive-foundation/tools/flashtools/bootburn/…/bootburn_t23x_py/bootburn_lib.py”, line 2568, in GenerateImage
AbnormalTermination(“s_ERROR_TOOL_NVIMAGEGEN”, nverror.NvError_NvImagegen)
File “/drive/drive-foundation/tools/flashtools/bootburn/…/bootburn_t23x_py/flashtools_nverror.py”, line 249, in AbnormalTermination
raise OSError(errorCode)
OSError: 46