Error might be timeout in USB write

Hello,
I’m trying to flash my AGX Orin. The vendor provided the BSP so they validated it and it should be working. However, when launching the process, I get an error saying that it might be timeout in USB write. As suggested by others in this forum, I deactivated usb autosuspend, but still not working. Here is the full log:

Full L4T Image
###############################################################################
# L4T BSP Information:
# R36 , REVISION: 2.0
# User release: 0.0
###############################################################################
ECID is 0x80012344705DD3E31000000016030100
# Target Board Information:
# Name: jetson-agx-orin-devkit, Board Family: generic, SoC: Tegra 234, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying emc_fuse_dev_params(JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-diag-boot.dts)... done.
copying device_config(JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
./tegraflash.py --chip "0x23" --applet "JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/mb1_t234_prod.bin" --skipuid --cfg readinfo_t234_min_prod.xml --dev_params tegra234-br-bct-diag-boot.dts --device_config tegra234-mb1-bct-device-p3701-0000.dts --misc_config tegra234-mb1-bct-misc-p3701-0000.dts --bins "mb2_applet applet_t234.bin" --cmd "dump eeprom cvm cvm.bin; dump try_custinfo custinfo_out.bin; reboot recovery" 
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
 
[   0.0224 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.0227 ] File rcm_state open failed
[   0.0229 ] ERROR: failed to read rcm_state
[   0.0229 ] 
[   0.0236 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0237 ] Assuming zero filled SBK key
[   0.0232 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
[   0.0287 ] Pre-processing config: tegra234-mb1-bct-misc-p3701-0000.dts
[   0.0369 ] Parsing partition layout
[   0.0373 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0382 ] Kernel DTB used: None
[   0.0382 ] WARNING: dce base dtb is not provided

[   0.0382 ] Parsing partition layout
[   0.0385 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0391 ] Creating list of images to be signed
[   0.0394 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --list images_list.xml zerosbk
[   0.0397 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0408 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0412 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0457 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0711 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0764 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0770 ] adding BCH for mb2_t234_aligned.bin
[   0.0801 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0947 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0953 ] adding BCH for mb2_t234_aligned.bin
[   0.1095 ] Filling MB1 storage info
[   0.1095 ] Parsing dev params for multi chains
[   0.1163 ] Generating br-bct
[   0.1167 ] Updating dev and MSS params in BR BCT
[   0.1167 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.1173 ] Updating bl info
[   0.1176 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin
[   0.1179 ] WARNING: boot chain is not completed. set to 0
[   0.1190 ] Generating signatures
[   0.1196 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1198 ] Assuming zero filled SBK key
[   0.1280 ] Warning: pub_key.key is not found
[   0.1276 ] Parsing dev params for multi chains
[   0.1276 ] Generating br-bct
[   0.1281 ] Updating dev and MSS params in BR BCT
[   0.1281 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.1288 ] Updating bl info
[   0.1292 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.1296 ] WARNING: boot chain is not completed. set to 0
[   0.1312 ] Generating SHA2 Hash
[   0.1326 ] Sha saved in br_bct_BR.sha
[   0.1320 ] Get Signed section of bct
[   0.1323 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[   0.1329 ] Signing BCT
[   0.1335 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1337 ] Assuming zero filled SBK key
[   0.1353 ] Sha saved in br_bct_BR.sha
[   0.1355 ] Warning: pub_key.key is not found
[   0.1349 ] Updating BCT with signature
[   0.1352 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[   0.1355 ] Offset :4608 Len :3584
[   0.1360 ] Generating SHA2 Hash
[   0.1367 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[   0.1368 ] Assuming zero filled SBK key
[   0.1368 ] Assuming zero filled SBK key
[   0.1385 ] Sha saved in br_bct_BR.sha
[   0.1381 ] Updating BCT with SHA2 Hash
[   0.1384 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[   0.1387 ] Offset :4608 Len :3584
[   0.1390 ] Offset :68 Len :8124
[   0.1401 ] Generating coldboot mb1-bct
[   0.1404 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[   0.1407 ] MB1-BCT version: 0.13

[   0.1422 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb 
[   0.1424 ] Added Platform Config 9 data with size :- 100
[   0.1424 ] 
[   0.1424 ] Updating mb1-bct with firmware information
[   0.1427 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.1440 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[   0.1447 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   0.1450 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   0.1465 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1467 ] Assuming zero filled SBK key
[   0.1479 ] Warning: pub_key.key is not found
[   0.1477 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1484 ] Generating recovery mb1-bct
[   0.1488 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[   0.1491 ] MB1-BCT version: 0.13

[   0.1506 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb 
[   0.1509 ] Added Platform Config 9 data with size :- 100
[   0.1509 ] 
[   0.1509 ] Updating mb1-bct with firmware information
[   0.1512 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.1523 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[   0.1526 ] Generating SHA2 Hash for mb1bct
[   0.1542 ] Sha saved in mb1_bct_MB1_aligned.sha
[   0.1539 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   0.1542 ] adding BCH for mb1_bct_MB1_aligned.bct
[   0.1555 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1556 ] Assuming zero filled SBK key
[   0.1568 ] Warning: pub_key.key is not found
[   0.1565 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1573 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1573 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1573 ] Copying signatures
[   0.1576 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.1627 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1629 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1629 ] Boot Rom communication
[   0.1633 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[   0.1637 ] BR_CID: 0x80012344705DD3E31000000016030100
[   0.1645 ] Sending bct_br
[   0.1646 ] ERROR: might be timeout in USB write.
Error: Return value 3
Command tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
Reading board information failed.

Unfortunately, I saw in this forum that the error is random and no solution was proposed. Maybe someone was able to solve it from that time.

After you disable the auto suspend, you need to put the board into recovery mode again and reconnect the cable again. Did you do that or not?

2 Likes

Thank you @WayneWWW . I now have another error:

Full L4T Image
###############################################################################
# L4T BSP Information:
# R36 , REVISION: 2.0
# User release: 0.0
###############################################################################
ECID is 0x80012344705DD3E31000000016030100
# Target Board Information:
# Name: jetson-agx-orin-devkit, Board Family: generic, SoC: Tegra 234, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying emc_fuse_dev_params(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-diag-boot.dts)... done.
copying device_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
./tegraflash.py --chip "0x23" --applet "/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/mb1_t234_prod.bin" --skipuid --cfg readinfo_t234_min_prod.xml --dev_params tegra234-br-bct-diag-boot.dts --device_config tegra234-mb1-bct-device-p3701-0000.dts --misc_config tegra234-mb1-bct-misc-p3701-0000.dts --bins "mb2_applet applet_t234.bin" --cmd "dump eeprom cvm cvm.bin; dump try_custinfo custinfo_out.bin; reboot recovery" 
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
 
[   0.0200 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.0203 ] File rcm_state open failed
[   0.0205 ] ERROR: failed to read rcm_state
[   0.0205 ] 
[   0.0212 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0213 ] Assuming zero filled SBK key
[   0.0208 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
[   0.0265 ] Pre-processing config: tegra234-mb1-bct-misc-p3701-0000.dts
[   0.0348 ] Parsing partition layout
[   0.0352 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0361 ] Kernel DTB used: None
[   0.0361 ] WARNING: dce base dtb is not provided

[   0.0361 ] Parsing partition layout
[   0.0365 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0371 ] Creating list of images to be signed
[   0.0374 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --list images_list.xml zerosbk
[   0.0377 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0390 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0394 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0438 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0446 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0490 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0495 ] adding BCH for mb2_t234_aligned.bin
[   0.0517 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0631 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0636 ] adding BCH for mb2_t234_aligned.bin
[   0.0771 ] Filling MB1 storage info
[   0.0771 ] Parsing dev params for multi chains
[   0.0831 ] Generating br-bct
[   0.0834 ] Updating dev and MSS params in BR BCT
[   0.0835 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.0841 ] Updating bl info
[   0.0845 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin
[   0.0848 ] WARNING: boot chain is not completed. set to 0
[   0.0856 ] Generating signatures
[   0.0863 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.0865 ] Assuming zero filled SBK key
[   0.0949 ] Warning: pub_key.key is not found
[   0.0944 ] Parsing dev params for multi chains
[   0.0945 ] Generating br-bct
[   0.0948 ] Updating dev and MSS params in BR BCT
[   0.0948 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.0954 ] Updating bl info
[   0.0957 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.0961 ] WARNING: boot chain is not completed. set to 0
[   0.0980 ] Generating SHA2 Hash
[   0.0994 ] Sha saved in br_bct_BR.sha
[   0.0988 ] Get Signed section of bct
[   0.0992 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[   0.0997 ] Signing BCT
[   0.1004 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1006 ] Assuming zero filled SBK key
[   0.1022 ] Sha saved in br_bct_BR.sha
[   0.1024 ] Warning: pub_key.key is not found
[   0.1018 ] Updating BCT with signature
[   0.1021 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[   0.1024 ] Offset :4608 Len :3584
[   0.1028 ] Generating SHA2 Hash
[   0.1034 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[   0.1036 ] Assuming zero filled SBK key
[   0.1036 ] Assuming zero filled SBK key
[   0.1054 ] Sha saved in br_bct_BR.sha
[   0.1050 ] Updating BCT with SHA2 Hash
[   0.1053 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[   0.1057 ] Offset :4608 Len :3584
[   0.1061 ] Offset :68 Len :8124
[   0.1062 ] Generating coldboot mb1-bct
[   0.1064 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[   0.1067 ] MB1-BCT version: 0.13

[   0.1083 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb 
[   0.1085 ] Added Platform Config 9 data with size :- 100
[   0.1085 ] 
[   0.1086 ] Updating mb1-bct with firmware information
[   0.1089 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.1099 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[   0.1106 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   0.1108 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   0.1121 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1122 ] Assuming zero filled SBK key
[   0.1133 ] Warning: pub_key.key is not found
[   0.1132 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1140 ] Generating recovery mb1-bct
[   0.1143 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[   0.1146 ] MB1-BCT version: 0.13

[   0.1161 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb 
[   0.1163 ] Added Platform Config 9 data with size :- 100
[   0.1163 ] 
[   0.1163 ] Updating mb1-bct with firmware information
[   0.1166 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.1178 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[   0.1182 ] Generating SHA2 Hash for mb1bct
[   0.1196 ] Sha saved in mb1_bct_MB1_aligned.sha
[   0.1193 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   0.1196 ] adding BCH for mb1_bct_MB1_aligned.bct
[   0.1211 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1212 ] Assuming zero filled SBK key
[   0.1225 ] Warning: pub_key.key is not found
[   0.1223 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1230 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1231 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1231 ] Copying signatures
[   0.1234 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.1283 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1285 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1285 ] Boot Rom communication
[   0.1288 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[   0.1291 ] BR_CID: 0x80012344705DD3E31000000016030100
[   0.1300 ] Sending bct_br
[   0.1301 ] Sending mb1
[   0.1304 ] Sending psc_bl1
[   0.1408 ] Sending bct_mb1
[   0.1463 ] Boot Rom communication completed
[   0.1471 ] tegrahost_v2 --chip 0x23 0 --align applet_t234_aligned.bin
[   0.1477 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --appendsigheader applet_t234_aligned.bin zerosbk
[   0.1480 ] adding BCH for applet_t234_aligned.bin
[   0.1582 ] tegrasign_v3.py --key None --list applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1583 ] Assuming zero filled SBK key
[   0.1598 ] Warning: pub_key.key is not found
[   0.1596 ] tegrahost_v2 --chip 0x23 0 --updatesigheader applet_t234_aligned_sigheader.bin.encrypt applet_t234_aligned_sigheader.bin.hash zerosbk
[   0.1608 ] Sending mb2_applet...

[   0.1612 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download applet applet_t234_sigheader.bin.encrypt
[   0.1615 ] BL: version 1.4.0.1-t234-54845784-08e631ca last_boot_error: 0
[   0.3716 ] Sending applet
[   0.4805 ] completed
[   0.4815 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.4823 ] MB2 Applet version 01.00.0000
[   0.6695 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.6704 ] MB2 Applet version 01.00.0000
[   0.6740 ] Retrieving board information
[   0.6748 ] tegrarcm_v2 --chip 0x23 0 --oem platformdetails chip chip_info.bin
[   0.6758 ] MB2 Applet version 01.00.0000
[   0.6787 ] Saved platform info in chip_info.bin
[   0.6844 ] Chip minor revision: 1
[   0.6849 ] Bootrom revision: 0x7
[   0.6849 ] Ram code: 0x0
[   0.6849 ] Chip sku: 0xd2
[   0.6849 ] Chip Sample: prod
[   0.6849 ] 
[   0.6853 ] Retrieving EEPROM data
[   0.6854 ] tegrarcm_v2 --oem platformdetails eeprom cvm /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/cvm.bin --chip 0x23 0
[   0.6864 ] MB2 Applet version 01.00.0000
[   0.6892 ] Saved platform info in /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
[   0.7228 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.7235 ] MB2 Applet version 01.00.0000
[   0.7267 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.7275 ] MB2 Applet version 01.00.0000
[   0.7300 ] Dumping customer Info
[   0.7307 ] tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
[   0.7315 ] MB2 Applet version 01.00.0000
[   0.7344 ] Saved bct in tmp.bct
[   0.7553 ] tegrabct_v2 --brbct tmp.bct --chip 0x23 0 --custinfo /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/custinfo_out.bin
[   0.7562 ] C[   0.7568 ] ustomer data saved in /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/custinfo_out.bin successfully
[   0.7569 ] Rebooting to recovery mode
[   0.7577 ] tegrarcm_v2 --chip 0x23 0 --ismb2
[   0.7618 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.7624 ] MB2 Applet version 01.00.0000
[   0.7650 ] Booting to recovery mode
[   0.7657 ] tegrarcm_v2 --chip 0x23 0 --reboot recovery
[   0.7665 ] MB2 Applet version 01.00.0000
Board ID(3701) version(500) sku(0004) revision(F.0)
Chip SKU(00:00:00:D2) ramcode(00:00:00:00) fuselevel(fuselevel_production) board_FAB(500)
Copy /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb to /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb.rec
Using UUID 75a94dbf-78ee-4542-a082-ee7cde2ca81d for mounting root APP partition.
copying bctfile(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3701-0000-sdram-l4t.dts)... done.
copying minratchet_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-ratchet-p3701-0000.dts)... done.
copying device_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
copying pinmux_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-pinmux-p3701-0000-a04.dtsi)... done.
copying gpioint_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-gpioint-p3701-0000.dts)... done.
copying pmic_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-pmic-p3701-0005.dts)... done.
copying pmc_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-padvoltage-p3701-0000-a04.dtsi)... done.
copying deviceprod_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-cprod-p3701-0000.dts)... done.
copying prod_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-prod-p3701-0000.dts)... done.
copying scr_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-scr-p3701-0000.dts)... done.
copying wb0sdram(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3701-0000-wb0sdram-l4t.dts)... done.
copying bootrom_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-reset-p3701-0000.dts)... done.
Existing uphylane_config(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/tegra234-mb1-bct-uphylane-si.dtsi) reused.
copying dev_params(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-p3701-0000.dts)... done.
copying dev_params_b(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct_b-p3701-0000.dts)... done.
copying mb2bct_cfg(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-misc-p3701-0000.dts)... done.
Existing pscfwfile(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/pscfw_t234_prod.bin) reused.
Existing pscbl1file(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/psc_bl1_t234_prod.bin) reused.
Existing mtsmcefile(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/mce_flash_o10_cr_prod.bin) reused.
Existing tscfwfile(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/tsec_t234.bin) reused.
Existing mb2applet(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/applet_t234.bin) reused.
Existing bootloader(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
copying initrd(/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/rootfs/boot/initrd)... done.
bl is uefi
Making Boot image... done.
Not signing of boot.img
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/bootloader /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra
52057 blocks

gzip: /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
/path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/tools/ota_tools/version_upgrade/ota_make_recovery_img_dtb.sh: line 179: strings: command not found
ERROR: failed to get kernel version from /path/JetPack_6.0_DP_Linux_DP_JETSON_AGX_ORIN_TARGETS/Linux_for_Tegra/kernel/Image

I’m using a Ubuntu 22.04 host (freshly installed) I’m wondering if I don’t need to install some packages first.

I was able to move on on this. Needed to install binutils first:

sudo apt-get install binutils

After that, I found out that there is two Image files in the folder kernel.
Image (41Mb) and the other one Image.gz (14Mb).

I don’t know if that’s the right thing to do, but since the Image file was not in gzip format as mentionned by the error before, I renamed the Image.gz to Image. So the flash worked and finished. However, the device does not boot anymore. I get into the Nvidia boot screen, but it hangs forever on a black screen after that. So I guess what I did was a mistake as it was the kernel Image.

Any idea ?

Hi,

After that, I found out that there is two Image files in the folder kernel.
Image (41Mb) and the other one Image.gz (14Mb).

What you are doing is not necessary. Please restore it back… and flash it.

Thanks @WayneWWW . Indeed, the system was flashed.

However, after booting the device, I get into the Linux configuration sreen (for configuring users). It starts installing but stops and I find myself in an empty desktop.

dmesg says " Please complete system configuration setup on dekstop to proceed".

I tried rebooting, I end up on the same screen like the system is not installed. However, when trying the same computer name, it says that it already exists on the network.

Could you directly flash your board with sdkmanager instead of the BSP preparing by yourself? I guess your BSP isn’t from sdkmanager, right?

The BSP comes from the vendor himself.

Then suggest to contact with vendor for the support. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.