Hi teams,
我们手上有一批 Jetson AGX Orin 32GB 的SOM,在Linux 36.4.3下无法通过 flash.sh 刷机,报错信息might be timeout in USB write.。以下是详细日志信息:
flash log:
###############################################################################
# L4T BSP Information:
# R36 , REVISION: 4.3
# User release: 0.0
###############################################################################
ECID is 0x80012344705DF19B7C000000120180C0
# Target Board Information:
# Name: jetson-agx-orin-devkit, Board Family: generic, SoC: Tegra 234,
# OpMode: production, Boot Authentication: NS,
# Disk encryption: disabled ,
###############################################################################
copying device_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
copying emc_fuse_dev_params(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-diag-boot.dts)... done.
copying minratchet_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-ratchet-p3701-0000.dts)... done.
Existing emcfuse(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/fuse_t234.xml) reused.
./tegraflash.py --chip "0x23" --applet "/home/cbpm/Nvidia/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" --minratchet_config tegra234-mb1-bct-ratchet-p3701-0000.dts --cmd "readfuses fuse_t234.bin fuse_t234.xml; 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.3105 ] Reading fuses
[ 0.3137 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 0.3182 ] File rcm_state open failed
[ 0.3183 ] ERROR: failed to read rcm_state
[ 0.3183 ]
[ 0.3281 ] tegrasign_v3.py --key None --getmode mode.txt
[ 0.3288 ] Assuming zero filled SBK key
[ 0.3196 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
[ 0.5666 ] Pre-processing config: tegra234-mb1-bct-misc-p3701-0000.dts
[ 0.6743 ] Pre-processing config: tegra234-mb1-bct-ratchet-p3701-0000.dts
[ 0.7183 ] Parsing partition layout
[ 0.7235 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[ 0.7394 ] Kernel DTB used: None
[ 0.7395 ] WARNING: dce base dtb is not provided
[ 0.7395 ] Parsing partition layout
[ 0.7420 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[ 0.7462 ] Creating list of images to be signed
[ 0.7500 ] Generating ratchet blob
[ 0.7502 ] Generating coldboot mb1-bct
[ 0.7538 ] 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 --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 0.7556 ] MB1-BCT version: 0.13
[ 0.7863 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 0.7876 ] Added Platform Config 9 data with size :- 100
[ 0.7882 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 0.7894 ] Updating mb1-bct with firmware information
[ 0.7920 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo readinfo_t234_min_prod.xml.bin
[ 0.8051 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 0.8083 ] Generating SHA2 Hash for mb1bct
[ 0.8399 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 0.8440 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 0.8372 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 0.8408 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 0.8556 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 0.8559 ] Assuming zero filled SBK key
[ 0.8637 ] Warning: pub_key.key is not found
[ 0.8582 ] 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.8641 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[ 0.8668 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 0.8864 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 0.8886 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 0.9053 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 0.9065 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 0.9233 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 0.9240 ] adding BCH for mb2_t234_aligned.bin
[ 0.9412 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 0.9800 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 0.9814 ] adding BCH for mb2_t234_aligned.bin
[ 1.0186 ] Filling MB1 storage info
[ 1.0188 ] Parsing dev params for multi chains
[ 1.1036 ] Generating br-bct
[ 1.1068 ] Updating dev and MSS params in BR BCT
[ 1.1070 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 1.1115 ] Updating bl info
[ 1.1133 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin
[ 1.1150 ] WARNING: boot chain is not completed. set to 0
[ 1.1203 ] Generating signatures
[ 1.1301 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[ 1.1305 ] Assuming zero filled SBK key
[ 1.1948 ] Warning: pub_key.key is not found
[ 1.1857 ] Parsing dev params for multi chains
[ 1.1857 ] Generating br-bct
[ 1.1879 ] Updating dev and MSS params in BR BCT
[ 1.1881 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 1.1926 ] Updating bl info
[ 1.1952 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[ 1.1991 ] WARNING: boot chain is not completed. set to 0
[ 1.2060 ] Generating SHA2 Hash
[ 1.2204 ] Sha saved in br_bct_BR.sha
[ 1.2112 ] Get Signed section of bct
[ 1.2150 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[ 1.2182 ] Signing BCT
[ 1.2281 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 1.2286 ] Assuming zero filled SBK key
[ 1.2367 ] Sha saved in br_bct_BR.sha
[ 1.2376 ] Warning: pub_key.key is not found
[ 1.2279 ] Updating BCT with signature
[ 1.2302 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[ 1.2311 ] Offset :4608 Len :3584
[ 1.2339 ] Generating SHA2 Hash
[ 1.2437 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[ 1.2440 ] Assuming zero filled SBK key
[ 1.2440 ] Assuming zero filled SBK key
[ 1.2529 ] Sha saved in br_bct_BR.sha
[ 1.2452 ] Updating BCT with SHA2 Hash
[ 1.2469 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[ 1.2506 ] Offset :4608 Len :3584
[ 1.2520 ] Offset :68 Len :8124
[ 1.2531 ] Generating coldboot mb1-bct
[ 1.2562 ] 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 --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 1.2594 ] MB1-BCT version: 0.13
[ 1.2649 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 1.2660 ] Added Platform Config 9 data with size :- 100
[ 1.2660 ]
[ 1.2660 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 1.2661 ]
[ 1.2662 ] Updating mb1-bct with firmware information
[ 1.2686 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo readinfo_t234_min_prod.xml.bin
[ 1.2755 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 1.2787 ] Generating SHA2 Hash for mb1bct
[ 1.2941 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 1.2980 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 1.2913 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 1.2941 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 1.3056 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 1.3063 ] Assuming zero filled SBK key
[ 1.3143 ] Warning: pub_key.key is not found
[ 1.3072 ] 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
[ 1.3114 ] Generating recovery mb1-bct
[ 1.3154 ] 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 --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 1.3180 ] MB1-BCT version: 0.13
[ 1.3214 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 1.3224 ] Added Platform Config 9 data with size :- 100
[ 1.3229 ]
[ 1.3229 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 1.3229 ]
[ 1.3229 ] Updating mb1-bct with firmware information
[ 1.3254 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo readinfo_t234_min_prod.xml.bin
[ 1.3347 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[ 1.3371 ] Generating SHA2 Hash for mb1bct
[ 1.3507 ] Sha saved in mb1_bct_MB1_aligned.sha
[ 1.3554 ] Sha saved in mb1_bct_MB1.sha
[ 1.3495 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[ 1.3525 ] adding BCH for mb1_bct_MB1_aligned.bct
[ 1.3648 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 1.3651 ] Assuming zero filled SBK key
[ 1.3753 ] Warning: pub_key.key is not found
[ 1.3683 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[ 1.3713 ] Info: Skip generating mem_bct because sdram_config is not defined
[ 1.3713 ] Info: Skip generating mem_bct because sdram_config is not defined
[ 1.3713 ] Copying signatures
[ 1.3721 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[ 1.4016 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[ 1.4021 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[ 1.4021 ] Boot Rom communication
[ 1.4050 ] 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
[ 1.4074 ] BR_CID: 0x80012344705DF19B7C000000120180C0
[ 1.5784 ] Sending bct_br
[ 1.6762 ] Sending mb1
[ 1.6839 ] Sending psc_bl1
[ 1.7222 ] Sending bct_mb1
[ 1.7459 ] Boot Rom communication completed
[ 1.7619 ] tegrahost_v2 --chip 0x23 0 --align applet_t234_aligned.bin
[ 1.7653 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --ratchet_blob ratchet_blob.bin --appendsigheader applet_t234_aligned.bin zerosbk
[ 1.7689 ] adding BCH for applet_t234_aligned.bin
[ 1.7996 ] tegrasign_v3.py --key None --list applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 1.7998 ] Assuming zero filled SBK key
[ 1.8107 ] Warning: pub_key.key is not found
[ 1.8040 ] tegrahost_v2 --chip 0x23 0 --updatesigheader applet_t234_aligned_sigheader.bin.encrypt applet_t234_aligned_sigheader.bin.hash zerosbk
[ 1.8106 ] Sending mb2_applet...
[ 1.8124 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download applet applet_t234_sigheader.bin.encrypt
[ 1.8143 ] BL: version 1.4.0.4-t234-54845784-e89ea9bc last_boot_error: 0
[ 1.9702 ] Sending applet
[ 2.1138 ] completed
[ 2.1180 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 2.1219 ] MB2 Applet version 01.00.0000
[ 2.3490 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 2.3510 ] MB2 Applet version 01.00.0000
[ 2.4875 ] Parsing fuse info as per xml file
[ 2.4901 ] tegraparser_v2 --chip 0x23 0 --get_fuse_names fuse_t234.xml read_fuse_names.txt
[ 2.4932 ] MagicId=0x45535546 version=0x2
[ 2.4952 ] trying to read fuse with MB2 Applet
[ 2.4973 ] tegraparser_v2 --chip 0x23 0 --read_fusetype PublicKeyHash read_fuse.bin
[ 2.5024 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 2.5055 ] MB2 Applet version 01.00.0000
[ 2.6335 ] Saved read fuses in file __fuse_read_scatter.bin
[ 2.6753 ] Fuse read successful
[ 2.7094 ] tegraparser_v2 --chip 0x23 0 --read_fusetype PkcPubkeyHash1 read_fuse.bin
[ 2.7141 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 2.7160 ] MB2 Applet version 01.00.0000
[ 2.8483 ] Saved read fuses in file __fuse_read_scatter.bin
[ 2.8935 ] Fuse read successful
[ 2.9200 ] tegraparser_v2 --chip 0x23 0 --read_fusetype PkcPubkeyHash2 read_fuse.bin
[ 2.9264 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 2.9285 ] MB2 Applet version 01.00.0000
[ 3.0619 ] Saved read fuses in file __fuse_read_scatter.bin
[ 3.1080 ] Fuse read successful
[ 3.1378 ] tegraparser_v2 --chip 0x23 0 --read_fusetype BootSecurityInfo read_fuse.bin
[ 3.1411 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 3.1432 ] MB2 Applet version 01.00.0000
[ 3.2681 ] Saved read fuses in file __fuse_read_scatter.bin
[ 3.3152 ] Fuse read successful
[ 3.3436 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ArmJtagDisable read_fuse.bin
[ 3.3492 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 3.3513 ] MB2 Applet version 01.00.0000
[ 3.4873 ] Saved read fuses in file __fuse_read_scatter.bin
[ 3.5369 ] Fuse read successful
[ 3.5679 ] tegraparser_v2 --chip 0x23 0 --read_fusetype SecurityMode read_fuse.bin
[ 3.5732 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 3.5771 ] MB2 Applet version 01.00.0000
[ 3.7089 ] Saved read fuses in file __fuse_read_scatter.bin
[ 3.7743 ] Fuse read successful
[ 3.8002 ] tegraparser_v2 --chip 0x23 0 --read_fusetype SwReserved read_fuse.bin
[ 3.8051 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 3.8067 ] MB2 Applet version 01.00.0000
[ 3.9423 ] Saved read fuses in file __fuse_read_scatter.bin
[ 4.0006 ] Fuse read successful
[ 4.0358 ] tegraparser_v2 --chip 0x23 0 --read_fusetype DebugAuthentication read_fuse.bin
[ 4.0406 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 4.0429 ] MB2 Applet version 01.00.0000
[ 4.1823 ] Saved read fuses in file __fuse_read_scatter.bin
[ 4.2276 ] Fuse read successful
[ 4.2532 ] tegraparser_v2 --chip 0x23 0 --read_fusetype OdmInfo read_fuse.bin
[ 4.2590 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 4.2616 ] MB2 Applet version 01.00.0000
[ 4.3970 ] Saved read fuses in file __fuse_read_scatter.bin
[ 4.4449 ] Fuse read successful
[ 4.4711 ] tegraparser_v2 --chip 0x23 0 --read_fusetype OdmId read_fuse.bin
[ 4.4761 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 4.4777 ] MB2 Applet version 01.00.0000
[ 4.6213 ] Saved read fuses in file __fuse_read_scatter.bin
[ 4.6812 ] Fuse read successful
[ 4.7084 ] tegraparser_v2 --chip 0x23 0 --read_fusetype OdmLock read_fuse.bin
[ 4.7148 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 4.7171 ] MB2 Applet version 01.00.0000
[ 4.8375 ] Saved read fuses in file __fuse_read_scatter.bin
[ 4.8880 ] Fuse read successful
[ 4.9117 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm0 read_fuse.bin
[ 4.9148 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 4.9179 ] MB2 Applet version 01.00.0000
[ 5.0432 ] Saved read fuses in file __fuse_read_scatter.bin
[ 5.0965 ] Fuse read successful
[ 5.1243 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm1 read_fuse.bin
[ 5.1298 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 5.1309 ] MB2 Applet version 01.00.0000
[ 5.2538 ] Saved read fuses in file __fuse_read_scatter.bin
[ 5.2984 ] Fuse read successful
[ 5.3253 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm2 read_fuse.bin
[ 5.3332 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 5.3355 ] MB2 Applet version 01.00.0000
[ 5.4636 ] Saved read fuses in file __fuse_read_scatter.bin
[ 5.5093 ] Fuse read successful
[ 5.5332 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm3 read_fuse.bin
[ 5.5371 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 5.5390 ] MB2 Applet version 01.00.0000
[ 5.6634 ] Saved read fuses in file __fuse_read_scatter.bin
[ 5.7124 ] Fuse read successful
[ 5.7389 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm4 read_fuse.bin
[ 5.7432 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 5.7451 ] MB2 Applet version 01.00.0000
[ 5.8719 ] Saved read fuses in file __fuse_read_scatter.bin
[ 5.9159 ] Fuse read successful
[ 5.9416 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm5 read_fuse.bin
[ 5.9476 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 5.9503 ] MB2 Applet version 01.00.0000
[ 6.0832 ] Saved read fuses in file __fuse_read_scatter.bin
[ 6.1315 ] Fuse read successful
[ 6.1626 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm6 read_fuse.bin
[ 6.1682 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 6.1710 ] MB2 Applet version 01.00.0000
[ 6.2982 ] Saved read fuses in file __fuse_read_scatter.bin
[ 6.3476 ] Fuse read successful
[ 6.3792 ] tegraparser_v2 --chip 0x23 0 --read_fusetype ReservedOdm7 read_fuse.bin
[ 6.3842 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 6.3859 ] MB2 Applet version 01.00.0000
[ 6.5277 ] Saved read fuses in file __fuse_read_scatter.bin
[ 6.5743 ] Fuse read successful
[ 6.6053 ] tegraparser_v2 --chip 0x23 0 --read_fusetype Sku read_fuse.bin
[ 6.6099 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 6.6120 ] MB2 Applet version 01.00.0000
[ 6.7583 ] Saved read fuses in file __fuse_read_scatter.bin
[ 6.8194 ] Fuse read successful
[ 6.8631 ] tegraparser_v2 --chip 0x23 0 --read_fusetype Uid read_fuse.bin
[ 6.8680 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 6.8711 ] MB2 Applet version 01.00.0000
[ 7.0095 ] Saved read fuses in file __fuse_read_scatter.bin
[ 7.0572 ] Fuse read successful
[ 7.0974 ] tegraparser_v2 --chip 0x23 0 --read_fusetype OptEmcDisable read_fuse.bin
[ 7.1036 ] tegrarcm_v2 --oem readfuses __fuse_read_scatter.bin read_fuse.bin
[ 7.1051 ] MB2 Applet version 01.00.0000
[ 7.2345 ] Saved read fuses in file __fuse_read_scatter.bin
[ 7.2906 ] Fuse read successful
[ 7.3166 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 7.3189 ] MB2 Applet version 01.00.0000
[ 7.4455 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 7.4476 ] MB2 Applet version 01.00.0000
[ 7.5775 ] Retrieving board information
[ 7.5793 ] tegrarcm_v2 --chip 0x23 0 --oem platformdetails chip chip_info.bin
[ 7.5816 ] MB2 Applet version 01.00.0000
[ 7.7103 ] Saved platform info in chip_info.bin
[ 7.7442 ] Chip minor revision: 1
[ 7.7443 ] Bootrom revision: 0x7
[ 7.7444 ] Ram code: 0x1
[ 7.7444 ] Chip sku: 0xd2
[ 7.7445 ] Chip Sample: prod
[ 7.7788 ] Retrieving EEPROM data
[ 7.7790 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/cbpm/Nvidia/Linux_for_Tegra/bootloader/cvm.bin --chip 0x23 0
[ 7.7802 ] MB2 Applet version 01.00.0000
[ 7.9160 ] Saved platform info in /home/cbpm/Nvidia/Linux_for_Tegra/bootloader/cvm.bin
[ 8.0126 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 8.0144 ] MB2 Applet version 01.00.0000
[ 8.1449 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 8.1469 ] MB2 Applet version 01.00.0000
[ 8.2718 ] Dumping customer Info
[ 8.2742 ] tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
[ 8.2753 ] MB2 Applet version 01.00.0000
[ 8.4006 ] 0000000054220302: E> NV3P_SERVER: Failed to get address for br bct from nv3p helper.
[ 8.5085 ]
[ 8.5085 ]
[ 8.5085 ] Error: try getting custinfo fail. Moving on
[ 8.5086 ] Rebooting to recovery mode
[ 8.5250 ] tegrarcm_v2 --chip 0x23 0 --ismb2
[ 8.6532 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[ 8.6559 ] MB2 Applet version 01.00.0000
[ 8.7923 ] Booting to recovery mode
[ 8.7950 ] tegrarcm_v2 --chip 0x23 0 --reboot recovery
[ 8.7974 ] MB2 Applet version 01.00.0000
Board ID(3701) version(501) sku(0004) revision(E.0)
Preset RAMCODE is 1
Chip SKU(00:00:00:D2) ramcode(1) fuselevel(fuselevel_production) board_FAB(501)
Copy /home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb to /home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb.rec
Using UUID c6104ab3-f71f-4579-b220-256255488656 for mounting root APP partition.
copying bctfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3701-0000-sdram-l4t.dts)... done.
copying minratchet_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-ratchet-p3701-0000.dts)... done.
copying device_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-device-p3701-0000.dts)... done.
copying misc_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-misc-p3701-0000.dts)... done.
copying pinmux_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-pinmux-p3701-0000-a04.dtsi)... done.
copying gpioint_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-gpioint-p3701-0000.dts)... done.
copying pmic_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-pmic-p3701-0005.dts)... done.
copying pmc_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-padvoltage-p3701-0000-a04.dtsi)... done.
copying deviceprod_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-cprod-p3701-0000.dts)... done.
copying prod_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-prod-p3701-0000.dts)... done.
copying scr_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-scr-p3701-0000.dts)... done.
copying wb0sdram(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-p3701-0000-wb0sdram-l4t.dts)... done.
copying bootrom_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb1-bct-reset-p3701-0000.dts)... done.
Existing uphylane_config(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/tegra234-mb1-bct-uphylane-si.dtsi) reused.
copying dev_params(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct-p3701-0000.dts)... done.
copying dev_params_b(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-br-bct_b-p3701-0000.dts)... done.
copying mb2bct_cfg(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/BCT/tegra234-mb2-bct-misc-p3701-0000.dts)... done.
Existing pscfwfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/pscfw_t234_prod.bin) reused.
Existing pscbl1file(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/psc_bl1_t234_prod.bin) reused.
Existing mtsmcefile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mce_flash_o10_cr_prod.bin) reused.
Existing tscfwfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/tsec_t234.bin) reused.
Existing mb2applet(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/applet_t234.bin) reused.
Existing bootloader(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
copying initrd(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/l4t_initrd.img)... 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...
/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/ramdisk_tmp /home/cbpm/Nvidia/Linux_for_Tegra/bootloader /home/cbpm/Nvidia/Linux_for_Tegra
72720 blocks
gzip: /home/cbpm/Nvidia/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.15.148-tegra
96739 blocks
Making Recovery image...
copying recdtbfile(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb.rec)... done.
20+0 records in
20+0 records out
20 bytes copied, 0.00191356 s, 10.5 kB/s
Existing sosfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing tegraboot(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing cpu_bootloader(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing mb2blfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing xusbfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/xusb_t234_prod.bin) reused.
Existing pvafile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/nvpva_020.fw) reused.
Existing dcefile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/display-t234-dce.bin) reused.
Existing nvdecfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/nvdec_t234_prod.fw) reused.
Existing psc_rf(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/psc_rf_t234_prod.bin) reused.
Existing mb2_rf(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb2rf_t234.bin) reused.
Existing mb1file(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing bpffile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/bpmp_t234-TE990M-A1_prod.bin) reused.
copying bpfdtbfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/tegra234-bpmp-3701-0004-3737-0000.dtb)... done.
Existing camerafw(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/camera-rtcpu-t234-rce.img) reused.
Existing apefile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/adsp-fw.bin) reused.
Existing spefile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/spe_t234.bin) reused.
Existing wb0boot(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/sc7_t234_prod.bin) reused.
Existing tosfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/tos-optee_t234.img) reused.
Existing eksfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/eks_t234.img) reused.
copying dtbfile(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb)... done.
Copying nv_boot_control.conf to rootfs
Reusing existing system.img...
done.
Not signing of kernel-dtb
Existing tbcfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/uefi_jetson.bin) reused.
Existing rcm_tbcfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/uefi_jetson_minimal.bin) reused.
Skip generating EFI system partition image.
copying tbcdtbfile(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-p3737-0000+p3701-0004-nv.dtb)... done.
copying cfgfile(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/generic/cfg/flash_t234_qspi_sdmmc.xml) to flash.xml... done.
Existing flashapp(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/tegraflash.py) reused.
copying overlay_dtb(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo)... done.
copying overlay_dtb(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-carveouts.dtbo)... done.
copying overlay_dtb(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra-optee.dtbo)... done.
copying overlay_dtb(/home/cbpm/Nvidia/Linux_for_Tegra/kernel/dtb/tegra234-dcb-p3737-0000-hdmi.dtbo)... done.
/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/L4TConfiguration_updated.dts: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/L4TConfiguration.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
Existing overlay_dtb(/home/cbpm/Nvidia/Linux_for_Tegra/bootloader/tegra234-dcb-p3737-0000-hdmi.dtbo) reused.
./tegraflash.py --bl uefi_jetson_minimal_with_dtb.bin --odmdata gbe-uphy-config-22,hsstp-lane-map-3,nvhs-uphy-config-0,hsio-uphy-config-0,gbe0-enable-10g --overlay_dtb L4TConfiguration.dtbo,tegra234-carveouts.dtbo,tegra-optee.dtbo,tegra234-dcb-p3737-0000-hdmi.dtbo, --dce_overlay_dtb tegra234-dcb-p3737-0000-hdmi.dtbo --bldtb tegra234-p3737-0000+p3701-0004-nv.dtb --applet mb1_t234_prod.bin --cmd "flash; reboot" --cfg flash.xml --chip "0x23" --concat_cpubl_bldtb --cpubl uefi_jetson.bin --cpubl_rcm uefi_jetson_minimal.bin --minratchet_config tegra234-mb1-bct-ratchet-p3701-0000.dts --device_config tegra234-mb1-bct-device-p3701-0000.dts --misc_config tegra234-mb1-bct-misc-p3701-0000.dts --pinmux_config tegra234-mb1-bct-pinmux-p3701-0000-a04.dtsi --gpioint_config tegra234-mb1-bct-gpioint-p3701-0000.dts --pmic_config tegra234-mb1-bct-pmic-p3701-0005.dts --pmc_config tegra234-mb1-bct-padvoltage-p3701-0000-a04.dtsi --deviceprod_config tegra234-mb1-bct-cprod-p3701-0000.dts --prod_config tegra234-mb1-bct-prod-p3701-0000.dts --scr_config tegra234-mb2-bct-scr-p3701-0000.dts --wb0sdram_config tegra234-p3701-0000-wb0sdram-l4t.dts --br_cmd_config tegra234-mb1-bct-reset-p3701-0000.dts --uphy tegra234-mb1-bct-uphylane-si.dtsi --dev_params tegra234-br-bct-p3701-0000.dts,tegra234-br-bct_b-p3701-0000.dts --mb2bct_cfg tegra234-mb2-bct-misc-p3701-0000.dts --bins "psc_fw pscfw_t234_prod.bin; mts_mce mce_flash_o10_cr_prod.bin; tsec_fw tsec_t234.bin; mb2_applet applet_t234.bin; mb2_bootloader mb2_t234.bin; xusb_fw xusb_t234_prod.bin; pva_fw nvpva_020.fw; dce_fw display-t234-dce.bin; nvdec nvdec_t234_prod.fw; bpmp_fw bpmp_t234-TE990M-A1_prod.bin; bpmp_fw_dtb tegra234-bpmp-3701-0004-3737-0000.dtb; rce_fw camera-rtcpu-t234-rce.img; ape_fw adsp-fw.bin; spe_fw spe_t234.bin; tos tos-optee_t234.img; eks eks_t234.img" --sdram_config tegra234-p3701-0000-sdram-l4t.dts --cust_info custinfo_out.bin --bct_backup --boot_chain A --ramcode 1
saving flash command in /home/cbpm/Nvidia/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/cbpm/Nvidia/Linux_for_Tegra/bootloader/flash_win.bat
*** Flashing target device started. ***
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.1092 ] tegrasign_v3.py --key None --getmode mode.txt
[ 0.1101 ] Assuming zero filled SBK key
[ 0.1082 ] Parsing partition layout
[ 0.1108 ] tegraparser_v2 --pt flash.xml.tmp
[ 0.1257 ] Change tegra234-bpmp-3701-0004-3737-0000.dtb to tegra234-bpmp-3701-0004-3737-0000_with_odm.dtb
[ 0.1269 ] Change tegra234-bpmp-3701-0004-3737-0000.dtb to tegra234-bpmp-3701-0004-3737-0000_with_odm.dtb
[ 0.3375 ] /usr/bin/python3 dtbcheck.py -c t234 -o tegra234-bpmp-3701-0004-3737-0000_with_odm.dtb tegra234-bpmp-3701-0004-3737-0000_with_odm_tmp.dtb
[ 1.3302 ] Concatenating L4TConfiguration.dtbo,tegra234-carveouts.dtbo,tegra-optee.dtbo,tegra234-dcb-p3737-0000-hdmi.dtbo to tegra234-p3737-0000+p3701-0004-nv_with_odm_overlay.dtb.updated
[ 1.3310 ] Concatenating bl dtb to cpubl binary
[ 1.3388 ] Concatenating bl dtb:(tegra234-p3737-0000+p3701-0004-nv_with_odm_overlay.dtb.updated), to cpubl binary: uefi_jetson_minimal.bin
[ 1.3459 ] MB2 binary: mb2_t234.bin
[ 1.3461 ] Pre-processing mb2bct config: tegra234-mb2-bct-misc-p3701-0000.dts
[ 1.4002 ] Pre-processing mb2bct config: tegra234-mb2-bct-scr-p3701-0000.dts
[ 2.0480 ] Generating coldboot mb2-bct
[ 2.0482 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct.cfg --mb2bctcfg tegra234-mb2-bct-misc-p3701-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3701-0000_cpp.dtb
[ 2.0500 ] WARNING: unknown property 'tfc_version'
[ 2.0559 ] WARNING: unknown property 'addr_header_version'
[ 2.0783 ] Updating mb2-bct with storage information
[ 2.0802 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct_MB2.bct --updatestorageinfo flash.xml.bin
[ 2.0852 ] Concatenating mb2-bct to mb2 binary
[ 2.0853 ] mb2_bin_file = mb2_t234.bin
[ 2.0853 ] mb2_bct_file = mb2_cold_boot_bct_MB2.bct
[ 2.1259 ] DCE binary: display-t234-dce.bin
[ 2.1260 ] Kernel DTB used: kernel_tegra234-p3737-0000+p3701-0004-nv.dtb
[ 2.1260 ] Concatenating kernel_tegra234-p3737-0000+p3701-0004-nv.dtb to fdtoverlay(tegra234-dcb-p3737-0000-hdmi.dtbo)
[ 2.1793 ] Concatenating kernel-dtb to dce-fw binary
[ 2.1794 ] dce_bin = display-t234-dce.bin
[ 2.1794 ] kernel_dtb = kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay.dtb
[ 2.1794 ] dce_with_dtb = display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay.bin
[ 2.2565 ] Update display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay.bin to dce_fw partitions
[ 2.2618 ] Parsing partition layout
[ 2.2640 ] tegraparser_v2 --pt flash.xml.tmp
[ 2.2686 ] Creating list of images to be signed
[ 2.2707 ] Generating ratchet blob
[ 2.2708 ] Pre-processing config: tegra234-mb1-bct-reset-p3701-0000.dts
[ 2.3066 ] Pre-processing config: tegra234-mb1-bct-device-p3701-0000.dts
[ 2.3423 ] Pre-processing config: tegra234-mb1-bct-cprod-p3701-0000.dts
[ 2.3808 ] Pre-processing config: tegra234-mb1-bct-gpioint-p3701-0000.dts
[ 2.4657 ] Pre-processing config: tegra234-mb1-bct-misc-p3701-0000.dts
[ 2.5135 ] Pre-processing config: tegra234-mb1-bct-pinmux-p3701-0000-a04.dtsi
[ 2.5860 ] Pre-processing config: tegra234-mb1-bct-padvoltage-p3701-0000-a04.dtsi
[ 2.6223 ] Pre-processing config: tegra234-mb1-bct-pmic-p3701-0005.dts
[ 2.6924 ] Pre-processing config: tegra234-mb1-bct-prod-p3701-0000.dts
[ 2.7217 ] Pre-processing config: tegra234-p3701-0000-sdram-l4t.dts
[ 7.6037 ] Pre-processing config: tegra234-mb1-bct-uphylane-si.dtsi
[ 7.6412 ] Pre-processing config: tegra234-p3701-0000-wb0sdram-l4t.dts
[ 12.4216 ] Pre-processing config: tegra234-mb1-bct-ratchet-p3701-0000.dts
[ 12.4600 ] Generating coldboot mb1-bct
[ 12.4624 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --wb0sdram tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3701-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3701-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 12.4654 ] MB1-BCT version: 0.13
[ 12.4695 ] Parsing config file :tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb
[ 12.4705 ] Added Platform Config 0 data with size :- 3040
[ 12.4864 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb
[ 12.4871 ] WARNING: unknown node 'g2'
[ 12.4876 ] WARNING: unknown node 'g2'
[ 12.4882 ] WARNING: unknown node 'g9'
[ 12.4882 ] WARNING: unknown node 'g9'
[ 12.4882 ] Added Platform Config 2 data with size :- 24
[ 12.4883 ]
[ 12.4883 ] Parsing config file :tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb
[ 12.4883 ] WARNING: unknown property 'i2c-update-only'
[ 12.4883 ] WARNING: unknown property 'i2c-verify-only'
[ 12.4884 ] WARNING: unknown property 'i2c-update-verify'
[ 12.4884 ] WARNING: unknown property 'i2c-update-only'
[ 12.4884 ] WARNING: unknown property 'i2c-verify-only'
[ 12.4885 ] WARNING: unknown property 'i2c-update-only'
[ 12.4885 ] WARNING: unknown property 'i2c-verify-only'
[ 12.4885 ] Added Platform Config 4 data with size :- 844
[ 12.4886 ]
[ 12.4886 ] Parsing config file :tegra234-mb1-bct-reset-p3701-0000_cpp.dtb
[ 12.4886 ] Added Platform Config 3 data with size :- 52
[ 12.4886 ]
[ 12.4886 ] Parsing config file :tegra234-mb1-bct-prod-p3701-0000_cpp.dtb
[ 12.4886 ] WARNING: unknown property 'major'
[ 12.4886 ] WARNING: unknown property 'minor'
[ 12.4887 ] Added Platform Config 5 data with size :- 524
[ 12.4887 ]
[ 12.4887 ] Parsing config file :tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb
[ 12.4887 ] WARNING: unknown property 'major'
[ 12.4887 ] WARNING: unknown property 'minor'
[ 12.4887 ] Added Platform Config 7 data with size :- 380
[ 12.4887 ]
[ 12.4887 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 12.4887 ] Added Platform Config 8 data with size :- 24
[ 12.4888 ]
[ 12.4888 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 12.4888 ] Added Platform Config 9 data with size :- 100
[ 12.4888 ]
[ 12.4889 ] Parsing config file :tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb
[ 12.4889 ] ModuleCount 0 NumProdNames 0
[ 12.4889 ] Added Platform Config 6 data with size :- 16
[ 12.4889 ]
[ 12.4889 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 12.4889 ]
[ 12.4890 ] Updating mb1-bct with firmware information
[ 12.4908 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 12.4981 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 12.5008 ] Generating SHA2 Hash for mb1bct
[ 12.5071 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 12.5106 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 12.5108 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 12.5126 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 12.5177 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 12.5184 ] Assuming zero filled SBK key
[ 12.5233 ] Warning: pub_key.key is not found
[ 12.5228 ] 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
[ 12.5268 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[ 12.5289 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 12.5328 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 12.5334 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 12.5439 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 12.5449 ] Header already present for tsec_t234_aligned.bin
[ 12.5501 ] Header already present for nvdec_t234_prod_aligned.fw
[ 12.5582 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[ 12.5895 ] adding BCH for xusb_t234_prod_aligned.bin
[ 12.6130 ] Header already present for bpmp_t234-TE990M-A1_prod_aligned.bin
[ 12.6309 ] adding BCH for tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned.dtb
[ 12.6612 ] Header already present for pscfw_t234_prod_aligned.bin
[ 12.6865 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[ 12.6976 ] Header already present for sc7_t234_prod.bin
[ 12.7044 ] Header already present for psc_rf_t234_prod_aligned.bin
[ 12.7122 ] adding BCH for mb2rf_t234_aligned.bin
[ 12.7147 ] INFO: compressing uefi_jetson_with_dtb_aligned.bin
[ 12.8470 ] INFO: complete compression, uefi_jetson_with_dtb_aligned.bin, ratio = 92%
[ 12.8724 ] adding BCH for uefi_jetson_with_dtb_aligned_blob_w_bin_aligned.bin
[ 13.0039 ] adding BCH for tos-optee_t234_aligned.img
[ 13.1925 ] adding BCH for eks_t234_aligned.img
[ 13.3114 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin
[ 14.2140 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin, ratio = 6%
[ 14.2802 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned_blob_w_bin_aligned.bin
[ 14.3633 ] adding BCH for spe_t234_aligned.bin
[ 14.3878 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[ 14.4065 ] adding BCH for adsp-fw_aligned.bin
[ 14.4367 ] INFO: compressing nvpva_020_aligned.fw
[ 14.5387 ] INFO: complete compression, nvpva_020_aligned.fw, ratio = 2%
[ 14.5486 ] adding BCH for nvpva_020_aligned_blob_w_bin_aligned.fw
[ 14.5566 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[ 14.5615 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[ 14.5637 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[ 14.5748 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[ 14.5759 ] Header already present for tsec_t234_aligned.bin
[ 14.5830 ] Header already present for nvdec_t234_prod_aligned.fw
[ 14.5940 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[ 14.6106 ] adding BCH for xusb_t234_prod_aligned.bin
[ 14.6376 ] Header already present for bpmp_t234-TE990M-A1_prod_aligned.bin
[ 14.6623 ] adding BCH for tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned.dtb
[ 14.6999 ] Header already present for pscfw_t234_prod_aligned.bin
[ 14.7271 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[ 14.7387 ] Header already present for sc7_t234_prod.bin
[ 14.7453 ] Header already present for psc_rf_t234_prod_aligned.bin
[ 14.7531 ] adding BCH for mb2rf_t234_aligned.bin
[ 14.7594 ] INFO: compressing uefi_jetson_with_dtb_aligned.bin
[ 14.8998 ] INFO: complete compression, uefi_jetson_with_dtb_aligned.bin, ratio = 92%
[ 14.9211 ] adding BCH for uefi_jetson_with_dtb_aligned_blob_w_bin_aligned.bin
[ 15.0658 ] adding BCH for tos-optee_t234_aligned.img
[ 15.2040 ] adding BCH for eks_t234_aligned.img
[ 15.3296 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin
[ 15.8229 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin, ratio = 6%
[ 15.8881 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned_blob_w_bin_aligned.bin
[ 15.9365 ] adding BCH for spe_t234_aligned.bin
[ 15.9656 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[ 15.9886 ] adding BCH for adsp-fw_aligned.bin
[ 16.0205 ] INFO: compressing nvpva_020_aligned.fw
[ 16.1266 ] INFO: complete compression, nvpva_020_aligned.fw, ratio = 2%
[ 16.1349 ] adding BCH for nvpva_020_aligned_blob_w_bin_aligned.fw
[ 16.1471 ] Filling MB1 storage info
[ 16.1473 ] Parsing dev params for multi chains
[ 16.1854 ] Generating br-bct
[ 16.1867 ] Updating dev and MSS params in BR BCT
[ 16.1868 ] tegrabct_v2 --dev_param tegra234-br-bct-p3701-0000_cpp.dtb --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 16.5269 ] Updating bl info
[ 16.5297 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[ 16.5677 ] Generating br-bct
[ 16.5693 ] Updating dev and MSS params in BR BCT
[ 16.5695 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3701-0000_cpp.dtb --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 16.8944 ] Updating bl info
[ 16.9115 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[ 16.9171 ] Generating BCT backup image
[ 16.9174 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[ 16.9199 ] 32768+0 records in
[ 17.0658 ] 32768+0 records out
[ 17.0658 ] 32768 bytes (33 kB, 32 KiB) copied, 0.136834 s, 239 kB/s
[ 17.0658 ]
[ 17.0659 ] Concatenating BCT for chain A to bct_backup.img
[ 17.0659 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[ 17.0675 ] 8192+0 records in
[ 17.1070 ] 8192+0 records out
[ 17.1071 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.034451 s, 238 kB/s
[ 17.1072 ]
[ 17.1073 ] Concatenating BCT for chain B to bct_backup.img
[ 17.1074 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[ 17.1094 ] 8192+0 records in
[ 17.1447 ] 8192+0 records out
[ 17.1447 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0308462 s, 266 kB/s
[ 17.1448 ]
[ 17.1448 ] Generating signatures
[ 17.1471 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[ 17.1474 ] Assuming zero filled SBK key
[ 17.6836 ] Warning: pub_key.key is not found
[ 17.6894 ] Parsing dev params for multi chains
[ 17.6896 ] Generating br-bct
[ 17.6926 ] Updating dev and MSS params in BR BCT
[ 17.6928 ] tegrabct_v2 --dev_param tegra234-br-bct-p3701-0000_cpp.dtb --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 18.0187 ] Updating customer data section
[ 18.0222 ] tegrabct_v2 --chip 0x23 0 --brbct br_bct_BR.bct --update_custinfo custinfo_out.bin
[ 18.0264 ] Updating bl info
[ 18.0281 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 18.0401 ] Generating SHA2 Hash
[ 18.0472 ] Sha saved in br_bct_BR.sha
[ 18.0454 ] Get Signed section of bct
[ 18.0468 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[ 18.0502 ] Signing BCT
[ 18.0525 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 18.0528 ] Assuming zero filled SBK key
[ 18.0607 ] Sha saved in br_bct_BR.sha
[ 18.0616 ] Warning: pub_key.key is not found
[ 18.0594 ] Updating BCT with signature
[ 18.0625 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[ 18.0639 ] Offset :4608 Len :3584
[ 18.0673 ] Generating SHA2 Hash
[ 18.0697 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[ 18.0699 ] Assuming zero filled SBK key
[ 18.0700 ] Assuming zero filled SBK key
[ 18.0780 ] Sha saved in br_bct_BR.sha
[ 18.0766 ] Updating BCT with SHA2 Hash
[ 18.0784 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[ 18.0807 ] Offset :4608 Len :3584
[ 18.0812 ] Offset :68 Len :8124
[ 18.0816 ] Generating br-bct
[ 18.0834 ] Updating dev and MSS params in BR BCT
[ 18.0836 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3701-0000_cpp.dtb --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[ 18.4129 ] Updating customer data section
[ 18.4148 ] tegrabct_v2 --chip 0x23 0 --brbct br_bct_BR.bct --update_custinfo custinfo_out.bin
[ 18.4190 ] Updating bl info
[ 18.4213 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 18.4283 ] Generating SHA2 Hash
[ 18.4348 ] Sha saved in br_bct_BR.sha
[ 18.4328 ] Get Signed section of bct
[ 18.4349 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[ 18.4380 ] Signing BCT
[ 18.4404 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 18.4410 ] Assuming zero filled SBK key
[ 18.4616 ] Sha saved in br_bct_BR.sha
[ 18.4623 ] Warning: pub_key.key is not found
[ 18.4601 ] Updating BCT with signature
[ 18.4624 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[ 18.4644 ] Offset :4608 Len :3584
[ 18.4665 ] Generating SHA2 Hash
[ 18.4689 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[ 18.4694 ] Assuming zero filled SBK key
[ 18.4695 ] Assuming zero filled SBK key
[ 18.4768 ] Sha saved in br_bct_BR.sha
[ 18.4754 ] Updating BCT with SHA2 Hash
[ 18.4775 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[ 18.4800 ] Offset :4608 Len :3584
[ 18.4812 ] Offset :68 Len :8124
[ 18.4829 ] Generating BCT backup image
[ 18.4832 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[ 18.4856 ] 32768+0 records in
[ 18.6099 ] 32768+0 records out
[ 18.6100 ] 32768 bytes (33 kB, 32 KiB) copied, 0.119295 s, 275 kB/s
[ 18.6100 ]
[ 18.6100 ] Concatenating BCT for chain A to bct_backup.img
[ 18.6100 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[ 18.6115 ] 8192+0 records in
[ 18.6513 ] 8192+0 records out
[ 18.6514 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0351525 s, 233 kB/s
[ 18.6519 ] Concatenating BCT for chain B to bct_backup.img
[ 18.6519 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[ 18.6537 ] 8192+0 records in
[ 18.6906 ] 8192+0 records out
[ 18.6908 ] 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.0318841 s, 257 kB/s
[ 18.6909 ]
[ 18.6909 ] Generating coldboot mb1-bct
[ 18.6924 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --wb0sdram tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3701-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3701-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 18.7099 ] MB1-BCT version: 0.13
[ 18.7133 ] Parsing config file :tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb
[ 18.7140 ] Added Platform Config 0 data with size :- 3040
[ 18.7198 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb
[ 18.7207 ] WARNING: unknown node 'g2'
[ 18.7212 ] WARNING: unknown node 'g2'
[ 18.7213 ] WARNING: unknown node 'g9'
[ 18.7215 ] WARNING: unknown node 'g9'
[ 18.7216 ] Added Platform Config 2 data with size :- 24
[ 18.7217 ]
[ 18.7217 ] Parsing config file :tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb
[ 18.7217 ] WARNING: unknown property 'i2c-update-only'
[ 18.7217 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7217 ] WARNING: unknown property 'i2c-update-verify'
[ 18.7217 ] WARNING: unknown property 'i2c-update-only'
[ 18.7217 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7217 ] WARNING: unknown property 'i2c-update-only'
[ 18.7217 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7217 ] Added Platform Config 4 data with size :- 844
[ 18.7217 ]
[ 18.7217 ] Parsing config file :tegra234-mb1-bct-reset-p3701-0000_cpp.dtb
[ 18.7217 ] Added Platform Config 3 data with size :- 52
[ 18.7217 ]
[ 18.7217 ] Parsing config file :tegra234-mb1-bct-prod-p3701-0000_cpp.dtb
[ 18.7217 ] WARNING: unknown property 'major'
[ 18.7217 ] WARNING: unknown property 'minor'
[ 18.7217 ] Added Platform Config 5 data with size :- 524
[ 18.7217 ]
[ 18.7217 ] Parsing config file :tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb
[ 18.7217 ] WARNING: unknown property 'major'
[ 18.7217 ] WARNING: unknown property 'minor'
[ 18.7217 ] Added Platform Config 7 data with size :- 380
[ 18.7217 ]
[ 18.7217 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 18.7218 ] Added Platform Config 8 data with size :- 24
[ 18.7218 ]
[ 18.7218 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 18.7219 ] Added Platform Config 9 data with size :- 100
[ 18.7219 ]
[ 18.7219 ] Parsing config file :tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb
[ 18.7219 ] ModuleCount 0 NumProdNames 0
[ 18.7219 ] Added Platform Config 6 data with size :- 16
[ 18.7219 ]
[ 18.7219 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 18.7225 ]
[ 18.7225 ] Updating mb1-bct with firmware information
[ 18.7235 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 18.7296 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[ 18.7315 ] Generating SHA2 Hash for mb1bct
[ 18.7378 ] Sha saved in mb1_cold_boot_bct_MB1_aligned.sha
[ 18.7420 ] Sha saved in mb1_cold_boot_bct_MB1.sha
[ 18.7414 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[ 18.7427 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[ 18.7477 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 18.7483 ] Assuming zero filled SBK key
[ 18.7534 ] Warning: pub_key.key is not found
[ 18.7534 ] 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
[ 18.7576 ] Generating recovery mb1-bct
[ 18.7593 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3701-0000_cpp.dtb --wb0sdram tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3701-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3701-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3701-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[ 18.7610 ] MB1-BCT version: 0.13
[ 18.7648 ] Parsing config file :tegra234-mb1-bct-pinmux-p3701-0000-a04_cpp.dtb
[ 18.7658 ] Added Platform Config 0 data with size :- 3040
[ 18.7708 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3701-0000-a04_cpp.dtb
[ 18.7715 ] WARNING: unknown node 'g2'
[ 18.7717 ] WARNING: unknown node 'g2'
[ 18.7726 ] WARNING: unknown node 'g9'
[ 18.7727 ] WARNING: unknown node 'g9'
[ 18.7727 ] Added Platform Config 2 data with size :- 24
[ 18.7727 ]
[ 18.7727 ] Parsing config file :tegra234-mb1-bct-pmic-p3701-0005_cpp.dtb
[ 18.7727 ] WARNING: unknown property 'i2c-update-only'
[ 18.7727 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7728 ] WARNING: unknown property 'i2c-update-verify'
[ 18.7728 ] WARNING: unknown property 'i2c-update-only'
[ 18.7728 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7728 ] WARNING: unknown property 'i2c-update-only'
[ 18.7728 ] WARNING: unknown property 'i2c-verify-only'
[ 18.7728 ] Added Platform Config 4 data with size :- 844
[ 18.7728 ]
[ 18.7728 ] Parsing config file :tegra234-mb1-bct-reset-p3701-0000_cpp.dtb
[ 18.7728 ] Added Platform Config 3 data with size :- 52
[ 18.7728 ]
[ 18.7728 ] Parsing config file :tegra234-mb1-bct-prod-p3701-0000_cpp.dtb
[ 18.7729 ] WARNING: unknown property 'major'
[ 18.7729 ] WARNING: unknown property 'minor'
[ 18.7729 ] Added Platform Config 5 data with size :- 524
[ 18.7729 ]
[ 18.7729 ] Parsing config file :tegra234-mb1-bct-gpioint-p3701-0000_cpp.dtb
[ 18.7729 ] WARNING: unknown property 'major'
[ 18.7729 ] WARNING: unknown property 'minor'
[ 18.7729 ] Added Platform Config 7 data with size :- 380
[ 18.7729 ]
[ 18.7730 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb
[ 18.7730 ] Added Platform Config 8 data with size :- 24
[ 18.7730 ]
[ 18.7730 ] Parsing config file :tegra234-mb1-bct-device-p3701-0000_cpp.dtb
[ 18.7730 ] Added Platform Config 9 data with size :- 100
[ 18.7730 ]
[ 18.7730 ] Parsing config file :tegra234-mb1-bct-cprod-p3701-0000_cpp.dtb
[ 18.7730 ] ModuleCount 0 NumProdNames 0
[ 18.7730 ] Added Platform Config 6 data with size :- 16
[ 18.7730 ]
[ 18.7730 ] Parsing config file :tegra234-mb1-bct-ratchet-p3701-0000_cpp.dtb
[ 18.7730 ]
[ 18.7732 ] Updating mb1-bct with firmware information
[ 18.7756 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[ 18.7830 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[ 18.7854 ] Generating SHA2 Hash for mb1bct
[ 18.7909 ] Sha saved in mb1_bct_MB1_aligned.sha
[ 18.7951 ] Sha saved in mb1_bct_MB1.sha
[ 18.7944 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[ 18.7961 ] adding BCH for mb1_bct_MB1_aligned.bct
[ 18.8009 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 18.8016 ] Assuming zero filled SBK key
[ 18.8065 ] Warning: pub_key.key is not found
[ 18.8066 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[ 18.8103 ] Generating coldboot mem-bct
[ 18.8123 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb --membct tegra234-p3701-0000-sdram-l4t_cpp_1.bct tegra234-p3701-0000-sdram-l4t_cpp_2.bct tegra234-p3701-0000-sdram-l4t_cpp_3.bct tegra234-p3701-0000-sdram-l4t_cpp_4.bct
[ 18.8138 ] packing sdram params with Wb0 file tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb
[ 19.1424 ] Packing sdram param for instance[0]
[ 19.1427 ] Packing sdram param for instance[1]
[ 19.1583 ] Packing sdram param for instance[2]
[ 19.1586 ] Packing sdram param for instance[3]
[ 19.1593 ] Packing sdram param for instance[4]
[ 19.1596 ] Packing sdram param for instance[5]
[ 19.1600 ] Packing sdram param for instance[6]
[ 19.1603 ] Packing sdram param for instance[7]
[ 19.1607 ] Packing sdram param for instance[8]
[ 19.1612 ] Packing sdram param for instance[9]
[ 19.1618 ] Packing sdram param for instance[10]
[ 19.1624 ] Packing sdram param for instance[11]
[ 19.1628 ] Packing sdram param for instance[12]
[ 19.1631 ] Packing sdram param for instance[13]
[ 19.1634 ] Packing sdram param for instance[14]
[ 19.1637 ] Packing sdram param for instance[15]
[ 19.4974 ] Getting sector size from pt
[ 19.4990 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 19.5023 ] BlockSize read from layout is 0x200
[ 19.5046 ] tegrahost_v2 --chip 0x23 0 --blocksize 512 --magicid MEMB --addsigheader_multi tegra234-p3701-0000-sdram-l4t_cpp_1.bct tegra234-p3701-0000-sdram-l4t_cpp_2.bct tegra234-p3701-0000-sdram-l4t_cpp_3.bct tegra234-p3701-0000-sdram-l4t_cpp_4.bct --ratchet_blob ratchet_blob.bin
[ 19.5064 ] Binary 0 length is 58752
[ 19.5076 ] Binary 0 align length is 58880
[ 19.5087 ] Binary 1 length is 58752
[ 19.5089 ] Binary 1 align length is 58880
[ 19.5105 ] Binary 2 length is 58752
[ 19.5108 ] Binary 2 align length is 58880
[ 19.5126 ] Binary 3 length is 58752
[ 19.5128 ] Binary 3 align length is 58880
[ 19.5152 ] Buffer length is 235520
[ 19.5154 ] adding BCH for tegra234-p3701-0000-sdram-l4t_cpp_1.bct
[ 19.5159 ] new length is 243712
[ 19.5210 ] tegrahost_v2 --chip 0x23 0 --align mem_coldboot_aligned.bct
[ 19.5244 ] tegrahost_v2 --chip 0x23 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot_aligned.bct zerosbk
[ 19.5262 ] Header already present for mem_coldboot_aligned.bct
[ 19.5305 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 19.5318 ] Assuming zero filled SBK key
[ 19.5366 ] Warning: pub_key.key is not found
[ 19.5365 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[ 19.5435 ] Generating recovery mem-bct
[ 19.5460 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3701-0000-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb --membct tegra234-p3701-0000-sdram-l4t_cpp_1.bct tegra234-p3701-0000-sdram-l4t_cpp_2.bct tegra234-p3701-0000-sdram-l4t_cpp_3.bct tegra234-p3701-0000-sdram-l4t_cpp_4.bct
[ 19.5483 ] packing sdram params with Wb0 file tegra234-p3701-0000-wb0sdram-l4t_cpp.dtb
[ 19.8649 ] Packing sdram param for instance[0]
[ 19.8653 ] Packing sdram param for instance[1]
[ 19.8656 ] Packing sdram param for instance[2]
[ 19.8659 ] Packing sdram param for instance[3]
[ 19.8666 ] Packing sdram param for instance[4]
[ 19.8672 ] Packing sdram param for instance[5]
[ 19.8677 ] Packing sdram param for instance[6]
[ 19.8680 ] Packing sdram param for instance[7]
[ 19.8684 ] Packing sdram param for instance[8]
[ 19.8687 ] Packing sdram param for instance[9]
[ 19.8690 ] Packing sdram param for instance[10]
[ 19.8697 ] Packing sdram param for instance[11]
[ 19.8700 ] Packing sdram param for instance[12]
[ 19.8703 ] Packing sdram param for instance[13]
[ 19.8708 ] Packing sdram param for instance[14]
[ 19.8714 ] Packing sdram param for instance[15]
[ 20.2243 ] Generating mem_bct based on ramcode group number
[ 20.2244 ] Got ramcode 1 from the command line
[ 20.2244 ] Using ramcode group number 0
[ 20.2245 ] Disabled BPMP dtb trim, using default dtb
[ 20.2245 ]
[ 20.2277 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_aligned.bct
[ 20.2472 ] tegrahost_v2 --chip 0x23 0 --magicid MEM0 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_aligned.bct zerosbk
[ 20.2495 ] adding BCH for mem_rcm_aligned.bct
[ 20.2570 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 20.2576 ] Assuming zero filled SBK key
[ 20.2631 ] Warning: pub_key.key is not found
[ 20.2625 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[ 20.2663 ] Generating all 4 mem_bct for ramcode group (0..3)
[ 20.2664 ] Disabled BPMP dtb trim, using default dtb
[ 20.2664 ]
[ 20.2693 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_0_aligned.bct
[ 20.2739 ] tegrahost_v2 --chip 0x23 0 --magicid MEM0 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_0_aligned.bct zerosbk
[ 20.2755 ] adding BCH for mem_rcm_0_aligned.bct
[ 20.2832 ] tegrasign_v3.py --key None --list mem_rcm_0_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 20.2837 ] Assuming zero filled SBK key
[ 20.2884 ] Warning: pub_key.key is not found
[ 20.2880 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_0_aligned_sigheader.bct.encrypt mem_rcm_0_aligned_sigheader.bct.hash zerosbk
[ 20.2917 ] Disabled BPMP dtb trim, using default dtb
[ 20.2918 ]
[ 20.2951 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_1_aligned.bct
[ 20.3006 ] tegrahost_v2 --chip 0x23 0 --magicid MEM1 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_1_aligned.bct zerosbk
[ 20.3014 ] adding BCH for mem_rcm_1_aligned.bct
[ 20.3102 ] tegrasign_v3.py --key None --list mem_rcm_1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 20.3107 ] Assuming zero filled SBK key
[ 20.3168 ] Warning: pub_key.key is not found
[ 20.3170 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_1_aligned_sigheader.bct.encrypt mem_rcm_1_aligned_sigheader.bct.hash zerosbk
[ 20.3213 ] Disabled BPMP dtb trim, using default dtb
[ 20.3214 ]
[ 20.3247 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_2_aligned.bct
[ 20.3288 ] tegrahost_v2 --chip 0x23 0 --magicid MEM2 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_2_aligned.bct zerosbk
[ 20.3305 ] adding BCH for mem_rcm_2_aligned.bct
[ 20.3382 ] tegrasign_v3.py --key None --list mem_rcm_2_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 20.3389 ] Assuming zero filled SBK key
[ 20.3427 ] Warning: pub_key.key is not found
[ 20.3433 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_2_aligned_sigheader.bct.encrypt mem_rcm_2_aligned_sigheader.bct.hash zerosbk
[ 20.3473 ] Disabled BPMP dtb trim, using default dtb
[ 20.3474 ]
[ 20.3503 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_3_aligned.bct
[ 20.3538 ] tegrahost_v2 --chip 0x23 0 --magicid MEM3 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_3_aligned.bct zerosbk
[ 20.3556 ] adding BCH for mem_rcm_3_aligned.bct
[ 20.3639 ] tegrasign_v3.py --key None --list mem_rcm_3_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[ 20.3642 ] Assuming zero filled SBK key
[ 20.3691 ] Warning: pub_key.key is not found
[ 20.3685 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_3_aligned_sigheader.bct.encrypt mem_rcm_3_aligned_sigheader.bct.hash zerosbk
[ 20.3727 ] Copying signatures
[ 20.3741 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 20.5783 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[ 20.5798 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[ 20.5799 ] Boot Rom communication
[ 20.5813 ] 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
[ 20.5829 ] BR_CID: 0x80012344705DF19B7C000000120180C0
[ 20.9216 ] Sending bct_br
[ 21.0035 ] Sending mb1
[ 21.0198 ] Sending psc_bl1
[ 21.0594 ] Sending bct_mb1
[ 21.0828 ] Boot Rom communication completed
[ 21.0829 ] Generating blob for T23x
[ 21.0934 ] tegrahost_v2 --chip 0x23 0 --align blob_uefi_jetson_minimal_with_dtb_aligned.bin
[ 21.0983 ] tegrahost_v2 --chip 0x23 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_uefi_jetson_minimal_with_dtb_aligned.bin zerosbk
[ 21.1005 ] adding BCH for blob_uefi_jetson_minimal_with_dtb_aligned.bin
[ 21.2507 ] tegrasign_v3.py --key None --list blob_uefi_jetson_minimal_with_dtb_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.2509 ] Assuming zero filled SBK key
[ 21.2588 ] Warning: pub_key.key is not found
[ 21.2586 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_uefi_jetson_minimal_with_dtb_aligned_sigheader.bin.encrypt blob_uefi_jetson_minimal_with_dtb_aligned_sigheader.bin.hash zerosbk
[ 21.2936 ] Get magic id
[ 21.2951 ] tegraparser_v2 --get_magic psc_fw
[ 21.2977 ] PFWP
[ 21.2977 ]
[ 21.2978 ] partition type psc_fw, magic id = PFWP
[ 21.3012 ] tegrahost_v2 --chip 0x23 0 --align blob_pscfw_t234_prod_aligned.bin
[ 21.3055 ] tegrahost_v2 --chip 0x23 0 --magicid PFWP --ratchet_blob ratchet_blob.bin --appendsigheader blob_pscfw_t234_prod_aligned.bin zerosbk
[ 21.3071 ] Header already present for blob_pscfw_t234_prod_aligned.bin
[ 21.3214 ] tegrasign_v3.py --key None --list blob_pscfw_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.3217 ] Assuming zero filled SBK key
[ 21.3270 ] Warning: pub_key.key is not found
[ 21.3266 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_pscfw_t234_prod_aligned_sigheader.bin.encrypt blob_pscfw_t234_prod_aligned_sigheader.bin.hash zerosbk
[ 21.3344 ] Get magic id
[ 21.3370 ] tegraparser_v2 --get_magic mts_mce
[ 21.3384 ] MTSM
[ 21.3386 ] partition type mts_mce, magic id = MTSM
[ 21.3415 ] tegrahost_v2 --chip 0x23 0 --align blob_mce_flash_o10_cr_prod_aligned.bin
[ 21.3446 ] tegrahost_v2 --chip 0x23 0 --magicid MTSM --ratchet_blob ratchet_blob.bin --appendsigheader blob_mce_flash_o10_cr_prod_aligned.bin zerosbk
[ 21.3464 ] Header already present for blob_mce_flash_o10_cr_prod_aligned.bin
[ 21.3552 ] tegrasign_v3.py --key None --list blob_mce_flash_o10_cr_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.3556 ] Assuming zero filled SBK key
[ 21.3615 ] Warning: pub_key.key is not found
[ 21.3604 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_mce_flash_o10_cr_prod_aligned_sigheader.bin.encrypt blob_mce_flash_o10_cr_prod_aligned_sigheader.bin.hash zerosbk
[ 21.3646 ] Get magic id
[ 21.3664 ] tegraparser_v2 --get_magic tsec_fw
[ 21.3683 ] TSEC
[ 21.3684 ]
[ 21.3685 ] partition type tsec_fw, magic id = TSEC
[ 21.3705 ] tegrahost_v2 --chip 0x23 0 --align blob_tsec_t234_aligned.bin
[ 21.3736 ] tegrahost_v2 --chip 0x23 0 --magicid TSEC --ratchet_blob ratchet_blob.bin --appendsigheader blob_tsec_t234_aligned.bin zerosbk
[ 21.3755 ] Header already present for blob_tsec_t234_aligned.bin
[ 21.3841 ] tegrasign_v3.py --key None --list blob_tsec_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.3845 ] Assuming zero filled SBK key
[ 21.3881 ] Warning: pub_key.key is not found
[ 21.3880 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_tsec_t234_aligned_sigheader.bin.encrypt blob_tsec_t234_aligned_sigheader.bin.hash zerosbk
[ 21.3939 ] Get magic id
[ 21.3955 ] tegraparser_v2 --get_magic mb2_applet
[ 21.3970 ] MB2A
[ 21.3976 ] partition type mb2_applet, magic id = MB2A
[ 21.4003 ] tegrahost_v2 --chip 0x23 0 --align blob_applet_t234_aligned.bin
[ 21.4036 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --ratchet_blob ratchet_blob.bin --appendsigheader blob_applet_t234_aligned.bin zerosbk
[ 21.4066 ] adding BCH for blob_applet_t234_aligned.bin
[ 21.4284 ] tegrasign_v3.py --key None --list blob_applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.4288 ] Assuming zero filled SBK key
[ 21.4358 ] Warning: pub_key.key is not found
[ 21.4357 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_applet_t234_aligned_sigheader.bin.encrypt blob_applet_t234_aligned_sigheader.bin.hash zerosbk
[ 21.4438 ] Generating recovery mb2-bct
[ 21.4439 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct.cfg --recov --mb2bctcfg tegra234-mb2-bct-misc-p3701-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3701-0000_cpp.dtb
[ 21.4455 ] WARNING: unknown property 'tfc_version'
[ 21.4489 ] WARNING: unknown property 'addr_header_version'
[ 21.4769 ] Updating mb2-bct with storage information
[ 21.4796 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct_MB2.bct --updatestorageinfo flash.xml.bin
[ 21.4854 ] Concatenating mb2-bct to mb2 binary
[ 21.4855 ] mb2_bin_file = mb2_t234.bin
[ 21.4855 ] mb2_bct_file = mb2_bct_MB2.bct
[ 21.4878 ] Get magic id
[ 21.4903 ] tegraparser_v2 --get_magic mb2_bootloader
[ 21.4927 ] MB2B
[ 21.4928 ]
[ 21.4928 ] partition type mb2_bootloader, magic id = MB2B
[ 21.4964 ] tegrahost_v2 --chip 0x23 0 --align blob_mb2_t234_with_mb2_bct_MB2_aligned.bin
[ 21.4995 ] tegrahost_v2 --chip 0x23 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_mb2_t234_with_mb2_bct_MB2_aligned.bin zerosbk
[ 21.5013 ] adding BCH for blob_mb2_t234_with_mb2_bct_MB2_aligned.bin
[ 21.5318 ] tegrasign_v3.py --key None --list blob_mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.5321 ] Assuming zero filled SBK key
[ 21.5372 ] Warning: pub_key.key is not found
[ 21.5377 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.encrypt blob_mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.hash zerosbk
[ 21.5449 ] Get magic id
[ 21.5470 ] tegraparser_v2 --get_magic xusb_fw
[ 21.5486 ] XUSB
[ 21.5492 ] partition type xusb_fw, magic id = XUSB
[ 21.5518 ] tegrahost_v2 --chip 0x23 0 --align blob_xusb_t234_prod_aligned.bin
[ 21.5556 ] tegrahost_v2 --chip 0x23 0 --magicid XUSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_xusb_t234_prod_aligned.bin zerosbk
[ 21.5572 ] adding BCH for blob_xusb_t234_prod_aligned.bin
[ 21.5709 ] tegrasign_v3.py --key None --list blob_xusb_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.5713 ] Assuming zero filled SBK key
[ 21.5791 ] Warning: pub_key.key is not found
[ 21.5786 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_xusb_t234_prod_aligned_sigheader.bin.encrypt blob_xusb_t234_prod_aligned_sigheader.bin.hash zerosbk
[ 21.5862 ] Get magic id
[ 21.5873 ] tegraparser_v2 --get_magic pva_fw
[ 21.5891 ] PVAF
[ 21.5892 ]
[ 21.5892 ] partition type pva_fw, magic id = PVAF
[ 21.6196 ] tegrahost_v2 --chip 0x23 0 --align blob_nvpva_020_aligned.fw
[ 21.6224 ] tegrahost_v2 --chip 0x23 0 --magicid PVAF --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvpva_020_aligned.fw zerosbk
[ 21.6241 ] adding BCH for blob_nvpva_020_aligned.fw
[ 21.7991 ] tegrasign_v3.py --key None --list blob_nvpva_020_aligned_sigheader.fw_list.xml --pubkeyhash pub_key.key --sha sha512
[ 21.7995 ] Assuming zero filled SBK key
[ 21.8087 ] Warning: pub_key.key is not found
[ 21.8082 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_nvpva_020_aligned_sigheader.fw.encrypt blob_nvpva_020_aligned_sigheader.fw.hash zerosbk
[ 21.8307 ] Kernel DTB used: kernel_tegra234-p3737-0000+p3701-0004-nv.dtb
[ 21.8308 ] Concatenating kernel_tegra234-p3737-0000+p3701-0004-nv.dtb to fdtoverlay(tegra234-dcb-p3737-0000-hdmi.dtbo)
[ 21.8745 ] Concatenating kernel-dtb to dce-fw binary
[ 21.8748 ] dce_bin = display-t234-dce.bin
[ 21.8748 ] kernel_dtb = kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay.dtb
[ 21.8749 ] dce_with_dtb = display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay.bin
[ 21.9159 ] Get magic id
[ 21.9186 ] tegraparser_v2 --get_magic dce_fw
[ 21.9199 ] DCEF
[ 21.9206 ] partition type dce_fw, magic id = DCEF
[ 21.9564 ] tegrahost_v2 --chip 0x23 0 --align blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin
[ 21.9605 ] tegrahost_v2 --chip 0x23 0 --magicid DCEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin zerosbk
[ 21.9644 ] adding BCH for blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned.bin
[ 23.3042 ] tegrasign_v3.py --key None --list blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 23.3045 ] Assuming zero filled SBK key
[ 24.0017 ] Warning: pub_key.key is not found
[ 24.0022 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned_sigheader.bin.encrypt blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_aligned_sigheader.bin.hash zerosbk
[ 24.1968 ] Get magic id
[ 24.1987 ] tegraparser_v2 --get_magic nvdec
[ 24.2005 ] NDEC
[ 24.2014 ] partition type nvdec, magic id = NDEC
[ 24.2056 ] tegrahost_v2 --chip 0x23 0 --align blob_nvdec_t234_prod_aligned.fw
[ 24.2095 ] tegrahost_v2 --chip 0x23 0 --magicid NDEC --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvdec_t234_prod_aligned.fw zerosbk
[ 24.2108 ] Header already present for blob_nvdec_t234_prod_aligned.fw
[ 24.2232 ] tegrasign_v3.py --key None --list blob_nvdec_t234_prod_aligned_sigheader.fw_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.2237 ] Assuming zero filled SBK key
[ 24.2300 ] Warning: pub_key.key is not found
[ 24.2305 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_nvdec_t234_prod_aligned_sigheader.fw.encrypt blob_nvdec_t234_prod_aligned_sigheader.fw.hash zerosbk
[ 24.2377 ] Get magic id
[ 24.2408 ] tegraparser_v2 --get_magic bpmp_fw
[ 24.2432 ] BPMF
[ 24.2433 ]
[ 24.2433 ] partition type bpmp_fw, magic id = BPMF
[ 24.2469 ] tegrahost_v2 --chip 0x23 0 --align blob_bpmp_t234-TE990M-A1_prod_aligned.bin
[ 24.2507 ] tegrahost_v2 --chip 0x23 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp_t234-TE990M-A1_prod_aligned.bin zerosbk
[ 24.2528 ] Header already present for blob_bpmp_t234-TE990M-A1_prod_aligned.bin
[ 24.2737 ] tegrasign_v3.py --key None --list blob_bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.2740 ] Assuming zero filled SBK key
[ 24.2862 ] Warning: pub_key.key is not found
[ 24.2867 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin.encrypt blob_bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin.hash zerosbk
[ 24.2980 ] Using bpmp-dtb concatenated with odmdata in blob
[ 24.2990 ] Get magic id
[ 24.3005 ] tegraparser_v2 --get_magic bpmp_fw_dtb
[ 24.3021 ] BPMD
[ 24.3024 ] partition type bpmp_fw_dtb, magic id = BPMD
[ 24.3057 ] tegrahost_v2 --chip 0x23 0 --align blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned.dtb
[ 24.3089 ] tegrahost_v2 --chip 0x23 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned.dtb zerosbk
[ 24.3106 ] adding BCH for blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned.dtb
[ 24.3376 ] tegrasign_v3.py --key None --list blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.3380 ] Assuming zero filled SBK key
[ 24.3463 ] Warning: pub_key.key is not found
[ 24.3470 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned_sigheader.dtb.encrypt blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_aligned_sigheader.dtb.hash zerosbk
[ 24.3542 ] Get magic id
[ 24.3564 ] tegraparser_v2 --get_magic rce_fw
[ 24.3573 ] RCEF
[ 24.3579 ] partition type rce_fw, magic id = RCEF
[ 24.3626 ] tegrahost_v2 --chip 0x23 0 --align blob_camera-rtcpu-t234-rce_aligned.img
[ 24.3673 ] tegrahost_v2 --chip 0x23 0 --magicid RCEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_camera-rtcpu-t234-rce_aligned.img zerosbk
[ 24.3685 ] adding BCH for blob_camera-rtcpu-t234-rce_aligned.img
[ 24.4018 ] tegrasign_v3.py --key None --list blob_camera-rtcpu-t234-rce_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.4021 ] Assuming zero filled SBK key
[ 24.4077 ] Warning: pub_key.key is not found
[ 24.4074 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_camera-rtcpu-t234-rce_aligned_sigheader.img.encrypt blob_camera-rtcpu-t234-rce_aligned_sigheader.img.hash zerosbk
[ 24.4158 ] Get magic id
[ 24.4174 ] tegraparser_v2 --get_magic ape_fw
[ 24.4190 ] APEF
[ 24.4201 ] partition type ape_fw, magic id = APEF
[ 24.4234 ] tegrahost_v2 --chip 0x23 0 --align blob_adsp-fw_aligned.bin
[ 24.4265 ] tegrahost_v2 --chip 0x23 0 --magicid APEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_adsp-fw_aligned.bin zerosbk
[ 24.4284 ] adding BCH for blob_adsp-fw_aligned.bin
[ 24.4602 ] tegrasign_v3.py --key None --list blob_adsp-fw_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.4606 ] Assuming zero filled SBK key
[ 24.4671 ] Warning: pub_key.key is not found
[ 24.4666 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_adsp-fw_aligned_sigheader.bin.encrypt blob_adsp-fw_aligned_sigheader.bin.hash zerosbk
[ 24.4743 ] Get magic id
[ 24.4764 ] tegraparser_v2 --get_magic spe_fw
[ 24.4798 ] SPEF
[ 24.4809 ] partition type spe_fw, magic id = SPEF
[ 24.4829 ] tegrahost_v2 --chip 0x23 0 --align blob_spe_t234_aligned.bin
[ 24.4870 ] tegrahost_v2 --chip 0x23 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t234_aligned.bin zerosbk
[ 24.4894 ] adding BCH for blob_spe_t234_aligned.bin
[ 24.5122 ] tegrasign_v3.py --key None --list blob_spe_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.5129 ] Assuming zero filled SBK key
[ 24.5190 ] Warning: pub_key.key is not found
[ 24.5187 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_spe_t234_aligned_sigheader.bin.encrypt blob_spe_t234_aligned_sigheader.bin.hash zerosbk
[ 24.5255 ] Get magic id
[ 24.5276 ] tegraparser_v2 --get_magic tos
[ 24.5290 ] TOSB
[ 24.5295 ] partition type tos, magic id = TOSB
[ 24.5352 ] tegrahost_v2 --chip 0x23 0 --align blob_tos-optee_t234_aligned.img
[ 24.5393 ] tegrahost_v2 --chip 0x23 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-optee_t234_aligned.img zerosbk
[ 24.5407 ] adding BCH for blob_tos-optee_t234_aligned.img
[ 24.6631 ] tegrasign_v3.py --key None --list blob_tos-optee_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.6634 ] Assuming zero filled SBK key
[ 24.7317 ] Warning: pub_key.key is not found
[ 24.7309 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_tos-optee_t234_aligned_sigheader.img.encrypt blob_tos-optee_t234_aligned_sigheader.img.hash zerosbk
[ 24.7729 ] Get magic id
[ 24.7745 ] tegraparser_v2 --get_magic eks
[ 24.7759 ] EKSB
[ 24.7765 ] partition type eks, magic id = EKSB
[ 24.7794 ] tegrahost_v2 --chip 0x23 0 --align blob_eks_t234_aligned.img
[ 24.7840 ] tegrahost_v2 --chip 0x23 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks_t234_aligned.img zerosbk
[ 24.7854 ] adding BCH for blob_eks_t234_aligned.img
[ 24.7905 ] tegrasign_v3.py --key None --list blob_eks_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[ 24.7908 ] Assuming zero filled SBK key
[ 24.7951 ] Warning: pub_key.key is not found
[ 24.7944 ] tegrahost_v2 --chip 0x23 0 --updatesigheader blob_eks_t234_aligned_sigheader.img.encrypt blob_eks_t234_aligned_sigheader.img.hash zerosbk
[ 24.8004 ] tegrahost_v2 --chip 0x23 0 --generateblob blob.xml blob.bin
[ 24.8021 ] The number of images in blob is 17
[ 24.8029 ] blobsize is 22608352
[ 24.8031 ] Added binary blob_uefi_jetson_minimal_with_dtb_sigheader.bin.encrypt of size 2060352
[ 25.1825 ] Added binary blob_pscfw_t234_prod_sigheader.bin.encrypt of size 310768
[ 25.1842 ] Added binary blob_mce_flash_o10_cr_prod_sigheader.bin.encrypt of size 187120
[ 25.1848 ] Added binary blob_tsec_t234_sigheader.bin.encrypt of size 176128
[ 25.1854 ] Added binary blob_applet_t234_sigheader.bin.encrypt of size 279808
[ 25.1860 ] Not supported type: mb2_applet
[ 25.1865 ] Added binary blob_mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt of size 440944
[ 25.1882 ] Added binary blob_xusb_t234_prod_sigheader.bin.encrypt of size 164864
[ 25.1892 ] Added binary blob_nvpva_020_sigheader.fw.encrypt of size 2164640
[ 25.1972 ] Added binary blob_display-t234-dce_with_kernel_tegra234-p3737-0000+p3701-0004-nv_with_dce_overlay_sigheader.bin.encrypt of size 12075888
[ 25.3490 ] Added binary blob_nvdec_t234_prod_sigheader.fw.encrypt of size 294912
[ 25.3551 ] Added binary blob_bpmp_t234-TE990M-A1_prod_sigheader.bin.encrypt of size 1027008
[ 25.3582 ] Added binary blob_tegra234-bpmp-3701-0004-3737-0000_with_odm_sigheader.dtb.encrypt of size 384832
[ 25.3591 ] Added binary blob_camera-rtcpu-t234-rce_sigheader.img.encrypt of size 458096
[ 25.3598 ] Added binary blob_adsp-fw_sigheader.bin.encrypt of size 415008
[ 25.3604 ] Added binary blob_spe_t234_sigheader.bin.encrypt of size 270336
[ 25.3610 ] Added binary blob_tos-optee_t234_sigheader.img.encrypt of size 1887312
[ 25.3634 ] Added binary blob_eks_t234_sigheader.img.encrypt of size 9232
[ 25.5445 ] Sending membct and RCM blob
[ 25.5467 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download bct_mem mem_rcm_sigheader.bct.encrypt --download blob blob.bin
[ 25.5485 ] BL: version 1.4.0.4-t234-54845784-e89ea9bc last_boot_error: 0
[ 25.7838 ] Sending bct_mem
[ 25.8691 ] Sending blob
[ 26.2408 ] ERROR: might be timeout in USB write.
Error: Return value 3
Command tegrarcm_v2 --chip 0x23 0 --pollbl --download bct_mem mem_rcm_sigheader.bct.encrypt --download blob blob.bin
Failed flashing generic.
uart log:
[0027.340] I> MB1 (version: 1.4.0.4-t234-54845784-e89ea9bc)
[0027.345] I> t234-A01-1-Silicon (0x12347) Prod
[0027.349] I> Boot-mode : BPMP Diagnostic
[0027.353] I> Entry timestamp: 0x00000000
[0027.357] I> last_boot_error: 0x0
[0027.360] I> BR-BCT: preprod_dev_sign: 0
[0027.364] I> rst_source: 0x0, rst_level: 0x0
[0027.368] I> Task: Initialize MB2 params
[0027.372] I> MB2-params @ 0x40060000
[0027.376] I> Task: Crypto init
[0027.378] I> Task: Perform MB1 KAT tests
[0027.382] I> Task: NVRNG health check
[0027.386] I> NVRNG: Health check success
[0027.390] I> Task: Secure debug controls
[0027.394] I> Task: strap war set
[0027.397] I> Task: Program NV master stream id
[0027.401] I> Task: Verify boot mode
[0027.407] I> Task: Alias fuses
[0027.410] W> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0027.418] I> Task: Print SKU type
[0027.421] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0
[0027.426] I> FUSE_OPT_GPC_DISABLE = 0x00000000
[0027.430] I> FUSE_OPT_TPC_DISABLE = 0x00000080
[0027.435] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0027.439] I> FUSE_OPT_PVA_DISABLE = 0x00000000
[0027.443] I> FUSE_OPT_NVENC_DISABLE = 0x00000000
[0027.448] I> FUSE_OPT_NVDEC_DISABLE = 0x00000000
[0027.452] I> FUSE_OPT_FSI_DISABLE = 0x00000000
[0027.456] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0027.461] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0027.465] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0027.469] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0027.473] I> FUSE_SKU_INFO_0 = 0xd2
[0027.476] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS
[0027.480] I> FUSE_PACKAGE_INFO_0 = 0x2
[0027.484] I> SKU: Prod
[0027.486] I> Task: Boost clocks
[0027.489] I> Initializing NAFLL for BPMP_CPU_NIC.
[0027.494] I> BPMP NAFLL: fll_lock = 1, dvco_min_reached = 0
[0027.500] I> BPMP NAFLL lock success.
[0027.503] I> BPMP_CPU_NIC : src = 42, divisor = 0
[0027.508] I> Initializing PLLC2 for AXI_CBB.
[0027.512] I> AXI_CBB : src = 35, divisor = 0
[0027.516] I> Task: Voltage monitor
[0027.519] I> VMON: Vmon re-calibration and fine tuning done
[0027.525] I> Task: UPHY init
[0027.528] W> UPHY: UPHY lane info table is empty in MB1 BCT.
[0027.533] I> Task: Boot device init
[0027.537] I> Boot_device: RCM
[0027.540] I> USB configuration success
[0027.543] I> Task: TSC init
[0027.546] I> Task: Enable WDT 5th expiry
[0027.550] I> Task: I2C register
[0027.553] I> Task: Set I2C bus freq
[0027.556] I> Task: Reset FSI
[0027.559] I> Task: Enable clock-mon
[0027.573] I> FMON: Fmon re-programming done
[0027.577] I> Task: Mapper init
[0027.580] I> Task: MB1 fixed firewalls
[0027.587] W> Firewall readback mismatch
[0027.592] I> Task: Load MB2/Applet/FSKP
[0027.595] I> Loading MB2 Applet
[0027.598] I> Slot: 0
[0027.600] I> Binary[21] block-352321536 (partition size: 0x50000)
[0027.606] I> Binary name: MB2-Applet
[0027.610] I> Size of crypto header is 8192
[0027.614] I> Size of crypto header is 8192
[0027.620] I> BCH of MB2-Applet read from storage
[0027.624] I> BCH address is : 0x4004e000
[0027.628] I> MB2-Applet header integrity check is success
[0027.633] I> Binary magic in BCH component 0 is MB2A
[0027.638] I> component binary type is 21
[0027.642] I> Size of crypto header is 8192
[0027.688] I> MB2-Applet binary is read from storage
[0027.693] I> MB2-Applet binary integrity check is success
[0027.698] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x42500)
[0027.705] I> Task: Prepare MB2 params
[0027.709] I> Task: Misc NV security settings
[0027.713] I> NVDEC sticky bits programming done
[0027.717] I> Successfully powergated NVDEC
[0027.721] I> Task: Disable/Reload WDT
[0027.725] I> Task: Program misc carveouts
[0027.729] I> Task: Disable SCPM/POD reset
[0027.733] I> SLCG Global override status := 0x0
[0027.737] I> MB1: MSS reconfig completed
[0027.741] W> Firewall readback mismatch
[0027.745] W> Firewall readback mismatch
[0027.748] W> Firewall readback mismatch
[0027.752] W> Firewall readback mismatch
[0027.756] W> Firewall readback mismatch
[0027.759] W> Firewall readback mismatch
[0027.763] W> Firewall readback mismatch
[0027.767] W> Firewall readback mismatch
[0027.770] W> Firewall readback mismatch
[0027.774] W> Firewall readback mismatch
I> Applet (version: 0.0.0.0-t234-54845784-9fa9acb5)
I> t234-A01-1-Silicon (0x12347) Prod
I> Emulation:
I> Entry timestamp: 0x00000000
I> Task: Pinmux init
I> Task: Crypto init
I> Task: Boot device init
I> Applet do storage init
I> Boot_device: QSPI_FLASH instance: 0
I> Qspi clock source : clk_m
I> QSPI Flash: Macronix 64MB
I> QSPI-0l initialized successfully
I> Secondary storage device: SDMMC_BOOT instance: 3
I> sdmmc DDR50 mode
I> Secondary storage device: SDMMC_USER instance: 3
I> sdmmc bdev is already initialized
I> Secondary storage device: QSPI_FLASH instance: 0
I> Task: I2C register
I> Task: Register exit handlers
I> Task: Enter 3p server
I> USB configuration success
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Reading fuses
I> Read fuse successfully
I> Populate chip info
I> RAM_CODE 0x4000011
I> Populate eeprom info
I> Populate eeprom info for module cvm
I> dump bct
I> strt_pg_num(0) num_of_pgs(16) read_buf(0x400719f8)
E> LOADER: Invalid value Header magic.
E> Validation failed for 1 copy of BRBCT @ 0
I> strt_pg_num(512) num_of_pgs(16) read_buf(0x400719f8)
E> LOADER: Invalid value Header magic.
E> Validation failed for 2 copy of BRBCT @ 262144
I> strt_pg_num(1024) num_of_pgs(16) read_buf(0x400719f8)
E> LOADER: Invalid value Header magic.
E> Validation failed for 3 copy of BRBCT @ 524288
I> strt_pg_num(1536) num_of_pgs(16) read_buf(0x400719f8)
E> LOADER: Invalid value Header magic.
E> Validation failed for 4 copy of BRBCT @ 786432
E> NV3P_SERVER: Failed to get address for br bct from nv3p helper.
I> Rebooting : reboot-recovery
[0071.947] I> MB1 (version: 1.4.0.4-t234-54845784-e89ea9bc)
[0071.952] I> t234-A01-1-Silicon (0x12347) Prod
[0071.956] I> Boot-mode : Coldboot
[0071.960] I> Entry timestamp: 0x00000000
[0071.963] I> last_boot_error: 0x0
[0071.967] I> BR-BCT: preprod_dev_sign: 0
[0071.970] I> rst_source: 0xb, rst_level: 0x1
[0071.974] I> Task: SE error check
[0071.978] I> Task: Bootchain select WAR set
[0071.982] I> Task: Enable SLCG
[0071.984] I> Task: CRC check
[0071.987] I> Task: Initialize MB2 params
[0071.992] I> MB2-params @ 0x40060000
[0071.995] I> Task: Crypto init
[0071.998] I> Task: Perform MB1 KAT tests
[0072.002] I> Task: NVRNG health check
[0072.005] I> NVRNG: Health check success
[0072.009] I> Task: MSS Bandwidth limiter settings for iGPU clients
[0072.015] I> Task: Enabling and initialization of Bandwidth limiter
[0072.021] I> No request to configure MBWT settings for any PC!
[0072.027] I> Task: Secure debug controls
[0072.031] I> Task: strap war set
[0072.034] I> Task: Initialize SOC Therm
[0072.038] I> Task: Program NV master stream id
[0072.042] I> Task: Verify boot mode
[0072.048] I> Task: Alias fuses
[0072.051] W> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0072.059] I> Task: Print SKU type
[0072.062] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0
[0072.067] I> FUSE_OPT_GPC_DISABLE = 0x00000000
[0072.071] I> FUSE_OPT_TPC_DISABLE = 0x00000080
[0072.076] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0072.080] I> FUSE_OPT_PVA_DISABLE = 0x00000000
[0072.084] I> FUSE_OPT_NVENC_DISABLE = 0x00000000
[0072.089] I> FUSE_OPT_NVDEC_DISABLE = 0x00000000
[0072.093] I> FUSE_OPT_FSI_DISABLE = 0x00000000
[0072.097] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0072.102] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0072.106] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0072.110] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0072.114] I> FUSE_SKU_INFO_0 = 0xd2
[0072.117] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS
[0072.121] I> FUSE_PACKAGE_INFO_0 = 0x2
[0072.125] I> SKU: Prod
[0072.127] I> Task: Boost clocks
[0072.130] I> Initializing NAFLL for BPMP_CPU_NIC.
[0072.135] I> BPMP NAFLL: fll_lock = 1, dvco_min_reached = 0
[0072.141] I> BPMP NAFLL lock success.
[0072.144] I> BPMP_CPU_NIC : src = 42, divisor = 0
[0072.149] I> Initializing PLLC2 for AXI_CBB.
[0072.153] I> AXI_CBB : src = 35, divisor = 0
[0072.157] I> Task: Voltage monitor
[0072.160] I> VMON: Vmon re-calibration and fine tuning done
[0072.166] I> Task: UPHY init
[0072.171] I> HSIO UPHY init done
[0072.174] W> Skipping GBE UPHY config
[0072.177] I> Task: Boot device init
[0072.181] I> Boot_device: RCM
[0072.184] I> USB configuration success
[0076.627] I> Task: TSC init
[0076.629] I> Task: Load membct
[0076.632] I> RAM_CODE 0x4000011
[0076.635] I> Loading MEMBCT
[0076.638] I> Slot: 0
[0076.640] I> Binary[0] block-0 (partition size: 0x40000)
[0076.645] I> Binary name: MEM-BCT-0
[0076.649] I> Size of crypto header is 8192
[0076.653] I> Size of crypto header is 8192
[0076.714] I> BCH of MEM-BCT-0 read from storage
[0076.718] I> BCH address is : 0x40050000
[0076.722] I> MEM-BCT-0 header integrity check is success
[0076.727] I> Binary magic in BCH component 0 is MEM0
[0076.732] I> component binary type is 0
[0076.743] I> MEM-BCT-0 binary is read from storage
[0076.748] I> MEM-BCT-0 binary integrity check is success
[0076.753] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580)
[0076.760] I> RAM_CODE 0x4000011
[0076.765] I> RAM_CODE 0x4000011
[0076.769] I> Task: Load Page retirement list
[0076.773] I> Task: SDRAM params override
[0076.777] I> Task: Save mem-bct info
[0076.781] I> Task: Carveout allocate
[0076.784] I> Update CCPLEX IST carveout from MB1-BCT
[0076.789] I> ECC region[0]: Start:0x0, End:0x0
[0076.793] I> ECC region[1]: Start:0x0, End:0x0
[0076.798] I> ECC region[2]: Start:0x0, End:0x0
[0076.802] I> ECC region[3]: Start:0x0, End:0x0
[0076.806] I> ECC region[4]: Start:0x0, End:0x0
[0076.810] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000
[0076.816] I> Non-ECC region[1]: Start:0x0, End:0x0
[0076.821] I> Non-ECC region[2]: Start:0x0, End:0x0
[0076.826] I> Non-ECC region[3]: Start:0x0, End:0x0
[0076.830] I> Non-ECC region[4]: Start:0x0, End:0x0
[0076.841] I> allocated(CO:44) base:0x849800000 size:0x36800000 align: 0x100000
[0076.848] I> allocated(CO:31) base:0x840000000 size:0x8000000 align: 0x8000000
[0076.855] I> allocated(CO:43) base:0x83c000000 size:0x4000000 align: 0x200000
[0076.862] I> allocated(CO:39) base:0x839e00000 size:0x2200000 align: 0x10000
[0076.869] I> allocated(CO:20) base:0x836000000 size:0x2000000 align: 0x2000000
[0076.876] I> allocated(CO:24) base:0x834000000 size:0x2000000 align: 0x2000000
[0076.883] I> allocated(CO:28) base:0x832000000 size:0x2000000 align: 0x2000000
[0076.891] I> allocated(CO:29) base:0x830000000 size:0x2000000 align: 0x2000000
[0076.898] I> allocated(CO:22) base:0x848000000 size:0x1000000 align: 0x1000000
[0076.905] I> allocated(CO:35) base:0x838e00000 size:0x1000000 align: 0x100000
[0076.912] I> allocated(CO:41) base:0x82f000000 size:0x1000000 align: 0x100000
[0076.919] I> allocated(CO:02) base:0x849000000 size:0x800000 align: 0x800000
[0076.926] I> allocated(CO:03) base:0x838000000 size:0x800000 align: 0x800000
[0076.933] I> allocated(CO:06) base:0x82e800000 size:0x800000 align: 0x800000
[0076.940] I> allocated(CO:56) base:0x82e000000 size:0x800000 align: 0x200000
[0076.947] I> allocated(CO:07) base:0x838800000 size:0x400000 align: 0x400000
[0076.954] I> allocated(CO:33) base:0x82dc00000 size:0x400000 align: 0x200000
[0076.961] I> allocated(CO:19) base:0x82d980000 size:0x280000 align: 0x10000
[0076.967] I> allocated(CO:23) base:0x838c00000 size:0x200000 align: 0x200000
[0076.974] I> allocated(CO:01) base:0x82d800000 size:0x100000 align: 0x100000
[0076.981] I> allocated(CO:05) base:0x82d700000 size:0x100000 align: 0x100000
[0076.988] I> allocated(CO:08) base:0x82d600000 size:0x100000 align: 0x100000
[0076.995] I> allocated(CO:09) base:0x82d500000 size:0x100000 align: 0x100000
[0077.002] I> allocated(CO:12) base:0x82d400000 size:0x100000 align: 0x100000
[0077.009] I> allocated(CO:15) base:0x82d300000 size:0x100000 align: 0x100000
[0077.016] I> allocated(CO:17) base:0x82d200000 size:0x100000 align: 0x100000
[0077.023] I> allocated(CO:27) base:0x82d100000 size:0x100000 align: 0x100000
[0077.030] I> allocated(CO:42) base:0x82d000000 size:0x100000 align: 0x100000
[0077.037] I> allocated(CO:54) base:0x82d900000 size:0x80000 align: 0x80000
[0077.044] I> allocated(CO:34) base:0x82cff0000 size:0x10000 align: 0x10000
[0077.050] I> allocated(CO:72) base:0x82cdf0000 size:0x200000 align: 0x10000
[0077.057] I> allocated(CO:46) base:0x800000000 size:0x20000000 align: 0x20000000
[0077.065] I> allocated(CO:47) base:0x82c800000 size:0x400000 align: 0x200000
[0077.072] I> allocated(CO:50) base:0x82c600000 size:0x200000 align: 0x100000
[0077.079] I> allocated(CO:52) base:0x82cdc0000 size:0x30000 align: 0x10000
[0077.085] I> allocated(CO:48) base:0x82cda0000 size:0x20000 align: 0x10000
[0077.092] I> allocated(CO:69) base:0x82cd80000 size:0x20000 align: 0x10000
[0077.099] I> allocated(CO:49) base:0x82cd70000 size:0x10000 align: 0x10000
[0077.106] I> NSDRAM base: 0x80000000, end: 0x82cdf0000, size: 0x7acdf0000
[0077.112] I> Task: Thermal check
[0077.115] I> Using min_chip_limit as min_tmon_limit
[0077.120] I> Using max_chip_limit as max_tmon_limit
[0077.125] I> BCT max_tmon_limit = 105
[0077.128] I> BCT min_tmon_limit = -28
[0077.132] I> BCT max_tmon_limit = 105
[0077.135] I> BCT min_tmon_limit = -28
[0077.139] I> SKU specific max_chip_limit = 105
[0077.143] I> SKU specific min_chip_limit = -28
[0077.147] I> BCT max_chip_limit = 105
[0077.151] I> BCT min_chip_limit = -28
[0077.154] I> enable_soctherm_polling = 0
[0077.158] I> max temp read = 32
[0077.161] I> min temp read = 31
[0077.164] I> Enabling thermtrip
[0077.167] I> Task: Update FSI SCR with thermal fuse data
[0077.172] I> Task: Enable WDT 5th expiry
[0077.176] I> Task: I2C register
[0077.179] I> Task: Set I2C bus freq
[0077.182] I> Task: Reset FSI
[0077.185] I> Task: Pinmux init