NVIDIA SDK fails to flash device and hangs on "Cannot Open USB"

I work for a company that uses the Jetson TX2 NX in a production product. We have been using this product successfully for ~2 years now and have recently run in to an issue while flashing a new batch of 9x TX2 NX using the NVIDIA SDK (JetPack 4.6). I have tried the exact same setup on several other TX2 NX, and was able to flash them as expected. Because of this, I suspect there may be a issue with the new batch we have received.

The issue seems similar to MTS error (2) : dram alias check failure on boot - #2 by WayneWWW, however, we have been advised by the supplier to lodge a support request in the forum prior to RMA.

Below is a full explanation of the symptoms and testing that has been performed.

Symptoms:

  1. When running "./tegraflash.py --chip 0x18 --applet “/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin” --skipuid --cmd “dump eeprom boardinfo cvm.bin” " the script hangs at,
[ 9.7973 ] tegradevflash_v2 --iscpubl
[ 9.7994 ] Cannot Open USB
  1. While monitoring the debug UART line, the follow output is read,
E> Waypoint-0.5 ACK pending: 0x8
[0034.171] C> MTS error (2) : dram alias check failure
[0034.176] C> cpu waypoint 0.5 failed
[0034.179] C> ERROR: Highest Layer Module = 0x32, Lowest Layer Module = 0x32,
Aux Info = 0x1, Reason = 0x6

Steps taken to identify the issue:

  1. Attempted flash on custom carrier board
  • Successfully flashed 2x TX2 NX from a previous batch (1823 23-01, 0821 18-02)
  • Failed to flash 5x TX2 NX from new batch (4024 14-02, 4024 02-01, 4024 29-01, 4024 06-01, 3624 02-02)
  • Attached UART debug and received “MTS error (2) : dram alias check failure”
  1. Attempted flash on JETSON-IO-BASE-B carrier board
  • Failed in same way as above.

Flash Log:

A full output log of the ./tegraflash.py script is shown below,

###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.1
###############################################################################
# Target Board Information:
# Name: cti-tx2-nx-ngx004-00, Board Family: t186ref, SoC: Tegra 186, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
./tegraflash.py --chip 0x18 --applet "/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin" 
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.0032 ] Generating RCM messages
[   0.0053 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
[   0.0059 ] RCM 0 is saved as rcm_0.rcm
[   0.0061 ] RCM 1 is saved as rcm_1.rcm
[   0.0061 ] List of rcm files are saved in rcm_list.xml
[   0.0061 ] 
[   0.0061 ] Signing RCM messages
[   0.0082 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   0.0083 ] Assuming zero filled SBK key
[   0.0129 ] Copying signature to RCM mesages
[   0.0146 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
[   0.0155 ] 
[   0.0156 ] Boot Rom communication
[   0.0175 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml --skipuid
[   0.0180 ] RCM version 0X180001
[   0.0189 ] Boot Rom communication completed
[   1.0265 ] 
[   2.0328 ] tegrarcm_v2 --isapplet
[   2.0358 ] Applet version 01.00.0000
[   2.0387 ] 
[   2.0426 ] Retrieving EEPROM data
[   2.0428 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/cvm.bin
[   2.0451 ] Applet version 01.00.0000
[   2.0481 ] Saved platform info in /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/cvm.bin
[   2.1211 ] 
Board ID(3636) version(302) sku(0001) revision(C.0)
Copy /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/kernel/dtb/tegra186-tx2-nx-cti-NGX004.dtb to /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/kernel/dtb/tegra186-tx2-nx-cti-NGX004.dtb.rec
copying bctfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg)... done.
copying misc_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-misc-si-l4t.cfg)... done.
copying pinmux_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg)... done.
copying pmic_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pmic-p3636-0001-a00.cfg)... done.
copying pmc_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pad-p3636-0001-a00.cfg)... done.
copying prod_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-prod-p3636-0001-a00.cfg)... done.
copying scr_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/minimal_scr.cfg)... done.
copying scr_cold_boot_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/mobile_scr.cfg)... done.
copying bootrom_config(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg)... done.
copying dev_params(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/BCT/emmc.cfg)... done.
Existing bootloader(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
copying initrd(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
Making Boot image... done.
/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign boot.img kernel
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.0004 ] Generating signature
[   0.0026 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0027 ] Assuming zero filled SBK key : not reading 
[   0.0026 ] sign_type   : 0
[   0.0026 ] header_magic: 414e4452
[   0.0045 ] tegrahost_v2 --chip 0x18 --align 1_boot.img
[   0.0051 ] 
[   0.0070 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_boot.img zerosbk
[   0.0084 ] 
[   0.0112 ] tegrasign_v3.py --key  --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
[   0.0113 ] Assuming zero filled SBK key : not reading 
[   0.0229 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
[   0.0242 ] 
[   0.0248 ] Signed file: /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
l4t_sign_image.sh: Generate header for boot_sigheader.img.encrypt
l4t_sign_image.sh: chip 0x18: Don't need to do anything
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for boot_sigheader.img.encrypt
l4t_sign_image.sh: the signed file is /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
done.
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra
_BASE_KERNEL_VERSION=4.9.253-tegra
~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra
Making Recovery image...
copying recdtbfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/kernel/dtb/tegra186-tx2-nx-cti-NGX004.dtb.rec)... done.
Existing sosfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin) reused.
copying tegraboot(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/nvtboot.bin)... done.
Existing cpu_bootloader(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
Existing mb2blfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/nvtboot_recovery.bin) reused.
Existing mtspreboot(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/preboot_d15_prod_cr.bin) reused.
Existing mts(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mce_mts_d15_prod_cr.bin) reused.
Existing mb1file(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/mb1_prod.bin) reused.
Existing bpffile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/bpmp.bin) reused.
copying bpfdtbfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/tegra186-bpmp-p3636-0001-a00-00.dtb)... done.
Existing scefile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing spefile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/spe.bin) reused.
copying wb0boot(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/warmboot.bin)... done.
Existing tosfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/tos-trusty.img) reused.
Existing eksfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/eks.img) reused.
copying dtbfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/kernel/dtb/tegra186-tx2-nx-cti-NGX004.dtb)... done.
Copying nv_boot_control.conf to rootfs
/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign kernel_tegra186-tx2-nx-cti-NGX004.dtb kernel_dtb
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.0005 ] Generating signature
[   0.0029 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0029 ] Assuming zero filled SBK key : not reading 
[   0.0029 ] sign_type   : 0
[   0.0029 ] header_magic: d00dfeed
[   0.0049 ] tegrahost_v2 --chip 0x18 --align 1_kernel_tegra186-tx2-nx-cti-NGX004.dtb
[   0.0056 ] 
[   0.0076 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_kernel_tegra186-tx2-nx-cti-NGX004.dtb zerosbk
[   0.0085 ] 
[   0.0112 ] tegrasign_v3.py --key  --list 1_kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   0.0112 ] Assuming zero filled SBK key : not reading 
[   0.0170 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt 1_kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.hash zerosbk
[   0.0179 ] 
[   0.0182 ] Signed file: /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x18: Don't need to do anything
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt
l4t_sign_image.sh: the signed file is /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt
done.
Reusing existing system.img... 
done.
Existing tbcfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/cboot.bin) reused.
copying tbcdtbfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/kernel/dtb/tegra186-tx2-nx-cti-NGX004.dtb)... done.
copying cfgfile(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t186.xml) to flash.xml... done.
Existing flasher(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu.bin) reused.
Existing flashapp(/home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu.bin --sdram_config tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --odmdata 0x2090000 --applet mb1_recovery_prod.bin  --cmd "flash; reboot"  --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg --pmic_config tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --pmc_config tegra186-mb1-bct-pad-p3636-0001-a00.cfg --prod_config tegra186-mb1-bct-prod-p3636-0001-a00.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --dev_params emmc.cfg  --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-bpmp-p3636-0001-a00-00.dtb; tlk tos-trusty.img; eks eks.img; bootloader_dtb tegra186-tx2-nx-cti-NGX004.dtb"   
saving flash command in /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/flash/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_NX_DEVKIT/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.0075 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0076 ] Assuming zero filled SBK key
[   0.0021 ] Generating RCM messages
[   0.0040 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm mb1_recovery_prod.bin 0 0
[   0.0046 ] RCM 0 is saved as rcm_0.rcm
[   0.0049 ] RCM 1 is saved as rcm_1.rcm
[   0.0049 ] List of rcm files are saved in rcm_list.xml
[   0.0049 ] 
[   0.0049 ] Signing RCM messages
[   0.0124 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   0.0125 ] Assuming zero filled SBK key
[   0.0118 ] Copying signature to RCM mesages
[   0.0136 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
[   0.0145 ] 
[   0.0145 ] Parsing partition layout
[   0.0165 ] tegraparser_v2 --pt flash.xml.tmp
[   0.0176 ] 
[   0.0176 ] Using default ramcode: 0
[   0.0176 ] Disable BPMP dtb trim, using default dtb
[   0.0176 ] 
[   0.0177 ] Creating list of images to be signed
[   0.0196 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
[   0.1068 ] 
[   0.1069 ] Generating signatures
[   0.1146 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[   0.1146 ] Assuming zero filled SBK key
[   0.9062 ] Generating br-bct
[   0.9081 ] Updating dev and MSS params in BR BCT
[   0.9082 ] tegrabct_v2 --dev_param emmc.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --brbct br_bct.cfg --chip 0x18 0
[   0.9192 ] 
[   0.9192 ] Updating bl info
[   0.9211 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   0.9223 ] 
[   0.9223 ] Updating smd info
[   0.9242 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatesmdinfo flash.xml.bin
[   0.9251 ] 
[   0.9251 ] Updating Odmdata
[   0.9271 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatefields Odmdata =0x2090000
[   0.9280 ] 
[   0.9280 ] Get Signed section of bct
[   0.9299 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --listbct bct_list.xml
[   0.9306 ] 
[   0.9325 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key
[   0.9331 ] Assuming zero filled SBK key
[   0.9659 ] 
[   0.9659 ] Updating BCT with signature
[   0.9681 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatesig bct_list_signed.xml
[   0.9692 ] 
[   0.9692 ] Generating coldboot mb1-bct
[   0.9711 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_cold_boot_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr mobile_scr.cfg --pinmux tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
[   0.9718 ] MB1-BCT version: 0xf
[   0.9719 ] Copying Sdram info from 1 to 2 set
[   0.9820 ] Copying Sdram info from 2 to 3 set
[   0.9822 ] Packing sdram param for instance[0]
[   0.9823 ] Packing sdram param for instance[1]
[   0.9824 ] Packing sdram param for instance[2]
[   0.9825 ] Packing sdram param for instance[3]

[   0.9826 ] Parsing config file :tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg 
[   0.9829 ] Appending platform config data of size :- 2024

[   0.9831 ] Parsing config file :mobile_scr.cfg 
[   0.9832 ] Appending platform config data of size :- 12240

[   0.9837 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
[   0.9839 ] Appending platform config data of size :- 24
[   0.9839 ] 
[   0.9839 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
[   0.9839 ] Appending platform config data of size :- 508
[   0.9839 ] 
[   0.9839 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
[   0.9839 ] Appending platform config data of size :- 64
[   0.9839 ] 
[   0.9839 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
[   0.9839 ] Appending platform config data of size :- 1628
[   0.9839 ] 
[   0.9839 ] Updating mb1-bct with firmware information
[   0.9858 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   0.9864 ] MB1-BCT version: 0xf
[   0.9868 ] 
[   0.9868 ] Updating mb1-bct with storage information
[   0.9888 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   0.9893 ] MB1-BCT version: 0xf
[   0.9897 ] 
[   0.9916 ] tegrahost_v2 --chip 0x18 --align mb1_cold_boot_bct_MB1.bct
[   0.9922 ] 
[   0.9941 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[   0.9948 ] 
[   1.0025 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   1.0026 ] Assuming zero filled SBK key
[   1.0014 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[   1.0021 ] 
[   1.0022 ] Generating recovery mb1-bct
[   1.0040 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr minimal_scr.cfg --pinmux tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
[   1.0046 ] MB1-BCT version: 0xf
[   1.0048 ] Copying Sdram info from 1 to 2 set
[   1.0151 ] Copying Sdram info from 2 to 3 set
[   1.0152 ] Packing sdram param for instance[0]
[   1.0154 ] Packing sdram param for instance[1]
[   1.0156 ] Packing sdram param for instance[2]
[   1.0157 ] Packing sdram param for instance[3]

[   1.0158 ] Parsing config file :tegra186-tx2-nx-cti-NGX004-mb1-bct-pinmux-p3636-0001-a00.cfg 
[   1.0161 ] Appending platform config data of size :- 2024

[   1.0162 ] Parsing config file :minimal_scr.cfg 
[   1.0163 ] Appending platform config data of size :- 12240

[   1.0168 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
[   1.0169 ] Appending platform config data of size :- 24
[   1.0169 ] 
[   1.0169 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
[   1.0169 ] Appending platform config data of size :- 508
[   1.0169 ] 
[   1.0169 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
[   1.0169 ] Appending platform config data of size :- 64
[   1.0169 ] 
[   1.0169 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
[   1.0169 ] Appending platform config data of size :- 1628
[   1.0169 ] 
[   1.0169 ] Updating mb1-bct with firmware information
[   1.0188 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[   1.0194 ] MB1-BCT version: 0xf
[   1.0198 ] 
[   1.0198 ] Updating mb1-bct with storage information
[   1.0218 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   1.0224 ] MB1-BCT version: 0xf
[   1.0228 ] 
[   1.0247 ] tegrahost_v2 --chip 0x18 --align mb1_bct_MB1.bct
[   1.0253 ] 
[   1.0271 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_bct_MB1.bct zerosbk
[   1.0279 ] 
[   1.0356 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   1.0356 ] Assuming zero filled SBK key
[   1.0344 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[   1.0351 ] 
[   1.0352 ] Copying signatures
[   1.0372 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[   1.2607 ] 
[   1.2609 ] Boot Rom communication
[   1.2661 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml
[   1.2689 ] BootRom is not running
[   6.3721 ] 
[   7.3778 ] tegrarcm_v2 --isapplet
[   7.3804 ] Applet version 01.00.0000
[   7.3830 ] 
[   7.3831 ] Sending BCTs
[   7.3873 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[   7.3898 ] Applet version 01.00.0000
[   7.3928 ] Sending bct_bootrom
[   7.3932 ] [................................................] 100%
[   7.3948 ] Sending bct_mb1
[   7.3955 ] [................................................] 100%
[   7.4120 ] 
[   7.4121 ] Generating blob
[   7.4168 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery_cpu.bin
[   7.4196 ] 
[   7.4237 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery_cpu.bin zerosbk
[   7.4277 ] 
[   7.4381 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.4383 ] Assuming zero filled SBK key
[   7.4571 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_cpu_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_sigheader.bin.hash zerosbk
[   7.4610 ] 
[   7.4656 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery.bin
[   7.4684 ] 
[   7.4726 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery.bin zerosbk
[   7.4762 ] 
[   7.4866 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.4868 ] Assuming zero filled SBK key
[   7.4950 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_sigheader.bin.encrypt blob_nvtboot_recovery_sigheader.bin.hash zerosbk
[   7.4959 ] 
[   7.4979 ] tegrahost_v2 --chip 0x18 --align blob_preboot_d15_prod_cr.bin
[   7.4985 ] 
[   7.5005 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_preboot_d15_prod_cr.bin zerosbk
[   7.5012 ] 
[   7.5088 ] tegrasign_v3.py --key None --list blob_preboot_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.5089 ] Assuming zero filled SBK key
[   7.5077 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_preboot_d15_prod_cr_sigheader.bin.encrypt blob_preboot_d15_prod_cr_sigheader.bin.hash zerosbk
[   7.5085 ] 
[   7.5105 ] tegrahost_v2 --chip 0x18 --align blob_mce_mts_d15_prod_cr.bin
[   7.5112 ] 
[   7.5132 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_mce_mts_d15_prod_cr.bin zerosbk
[   7.5165 ] 
[   7.5245 ] tegrasign_v3.py --key None --list blob_mce_mts_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.5245 ] Assuming zero filled SBK key
[   7.5497 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt blob_mce_mts_d15_prod_cr_sigheader.bin.hash zerosbk
[   7.5526 ] 
[   7.5548 ] tegrahost_v2 --chip 0x18 --align blob_bpmp.bin
[   7.5554 ] 
[   7.5573 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_bpmp.bin zerosbk
[   7.5585 ] 
[   7.5662 ] tegrasign_v3.py --key None --list blob_bpmp_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.5663 ] Assuming zero filled SBK key
[   7.5712 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_bpmp_sigheader.bin.encrypt blob_bpmp_sigheader.bin.hash zerosbk
[   7.5725 ] 
[   7.5746 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-bpmp-p3636-0001-a00-00.dtb
[   7.5753 ] 
[   7.5773 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-bpmp-p3636-0001-a00-00.dtb zerosbk
[   7.5782 ] 
[   7.5860 ] tegrasign_v3.py --key None --list blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   7.5861 ] Assuming zero filled SBK key
[   7.5861 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.hash zerosbk
[   7.5871 ] 
[   7.5892 ] tegrahost_v2 --chip 0x18 --align blob_tos-trusty.img
[   7.5899 ] 
[   7.5919 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tos-trusty.img zerosbk
[   7.5932 ] 
[   7.6010 ] tegrasign_v3.py --key None --list blob_tos-trusty_sigheader.img_list.xml --pubkeyhash pub_key.key
[   7.6010 ] Assuming zero filled SBK key
[   7.6051 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tos-trusty_sigheader.img.encrypt blob_tos-trusty_sigheader.img.hash zerosbk
[   7.6063 ] 
[   7.6084 ] tegrahost_v2 --chip 0x18 --align blob_eks.img
[   7.6091 ] 
[   7.6111 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_eks.img zerosbk
[   7.6118 ] 
[   7.6196 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
[   7.6196 ] Assuming zero filled SBK key
[   7.6182 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[   7.6190 ] 
[   7.6210 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-tx2-nx-cti-NGX004.dtb
[   7.6217 ] 
[   7.6236 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-tx2-nx-cti-NGX004.dtb zerosbk
[   7.6246 ] 
[   7.6323 ] tegrasign_v3.py --key None --list blob_tegra186-tx2-nx-cti-NGX004_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   7.6323 ] Assuming zero filled SBK key
[   7.6332 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt blob_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.hash zerosbk
[   7.6343 ] 
[   7.6364 ] tegrahost_v2 --chip 0x18 --generateblob blob.xml blob.bin
[   7.6371 ] number of images in blob are 9
[   7.6373 ] blobsize is 3874760
[   7.6374 ] Added binary blob_nvtboot_recovery_cpu_sigheader.bin.encrypt of size 225168
[   7.6387 ] Added binary blob_nvtboot_recovery_sigheader.bin.encrypt of size 122272
[   7.6390 ] Added binary blob_preboot_d15_prod_cr_sigheader.bin.encrypt of size 58384
[   7.6393 ] Added binary blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt of size 2236640
[   7.6399 ] Added binary blob_bpmp_sigheader.bin.encrypt of size 534816
[   7.6404 ] Added binary blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt of size 113504
[   7.6407 ] Added binary blob_tos-trusty_sigheader.img.encrypt of size 403264
[   7.6410 ] Added binary blob_eks_sigheader.img.encrypt of size 1440
[   7.6412 ] Added binary blob_tegra186-tx2-nx-cti-NGX004_sigheader.dtb.encrypt of size 179120
[   7.6425 ] 
[   7.6425 ] Sending bootloader and pre-requisite binaries
[   7.6449 ] tegrarcm_v2 --download blob blob.bin
[   7.6456 ] Applet version 01.00.0000
[   7.6489 ] Sending blob
[   7.6490 ] [.............                                   ] 027%
[   7.6490 ] [...........................                     ] 054%
[   7.6490 ] [........................................        ] 081%
[   7.6490 ] [................................................] 100%
[   8.0879 ] 
[   8.0924 ] tegrarcm_v2 --boot recovery
[   8.0949 ] Applet version 01.00.0000
[   8.0989 ] 
[   9.1060 ] tegrarcm_v2 --isapplet
[   9.7919 ] 
[   9.7973 ] tegradevflash_v2 --iscpubl
[   9.7994 ] Cannot Open USB

Please try to get a NV devkit board and directly flash it with sdkmanager to validate whether the module is fine or not.

1 Like

Thanks for the advice, we installed the sdkmanager (SDK Manager 2.2.0.12021 x86_64) and attempted to flash using the dev kit.

Summary of findings:

  1. SDK fails to flash 4024/3624 batch of Jetson TX2 NX using JetPack 4.6
  2. SDK successfully flashes 1221 22-02 Jeston TX2 NX using JetPack 4.6
  3. SDK successfully flashes 4024/3624 batch of Jetson TX2 NX using JetPack 4.6.5

It seem that there has been some change between the batches of TX2’s we’ve received to date, and the batch of TX2’s that we’ve just received which is affecting the version of JetPack that is compatible? However, I can’t see any indication of a change in revision number on any of the SOC’s. Do you have advice for what might be causing this, or indication of non-backwards compatible changes in recent TX2’s?

I’ve added the detailed log files from the SDK manager below.

JetPack 4.6 on batch no. 4024 14-02, 4024 02-01, 4024 29-01, 4024 06-01, 3624 02-02

Below is the log file from NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.log

------ 2024-12-18 15:56:16 ------
------ SDK: JetPack_4.6_Linux ------
15:56:16.694 - Info: [host] [ Disk Avail on Partition /dev/nvme0n1p2: 17.00 GB ]15:56:16.694 - Info: change working directory to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra15:56:16.694 - Info: [ Component PreInstall Started ]15:56:16.694 - Info: current working directory is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra15:56:16.694 - Info: exec_command [host]:
**********************
safe_apt_install "sudo apt-get -y install libxml2-utils" 5
**********************15:56:16.694 - Info: exec_command: /home/reach/.nvsdkm/replays/scripts/JetPack_4.6_Linux/NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh15:56:16.700 - Info: *begin sudo apt-get -y install libxml2-utils, 5
15:56:16.762 - Info: Reading package lists...
15:56:16.818 - Info: Building dependency tree...
15:56:16.818 - Info: Reading state information...
15:56:17.805 - Info: libxml2-utils is already the newest version (2.9.4+dfsg1-6.1ubuntu1.9).
15:56:17.805 - Info: 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
15:56:17.807 - Info: [ Component PreInstall Finished Successfully ]15:56:17.807 - Info: [ Component Install Started ]15:56:17.807 - Info: current working directory is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra15:56:17.807 - Info: exec_command [host]:
**********************
set -e
echo sudo ./nvautoflash.sh 
sudo ./nvautoflash.sh 
sleep 20
**********************15:56:17.807 - Info: exec_command: /home/reach/.nvsdkm/replays/scripts/JetPack_4.6_Linux/NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh15:56:17.809 - Info: sudo ./nvautoflash.sh
15:56:17.821 - Info: *** Checking ONLINE mode ... OK.
15:56:17.821 - Info: *** Checking target board connection ... 1 connections found.
15:56:17.860 - Info: *** Reading ECID ... FUSELEVEL=fuselevel_production hwchipid=0x18 bootauth=NS
15:56:17.942 - Info: *** Reading EEPROM ... "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py" --chip 0x18 --applet "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin; dump eeprom baseinfo bbd.bin; reboot recovery" 
15:56:18.055 - Info: Welcome to Tegra Flash
15:56:18.055 - Info: version 1.0.0
15:56:18.055 - Info: Type ? or help for help and q or quit to exit
15:56:18.055 - Info: Use ! to execute system commands
15:56:18.055 - Info:  
15:56:18.055 - Info: [   0.0026 ] Generating RCM messages
15:56:18.055 - Info: [   0.0046 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
15:56:18.055 - Info: [   0.0052 ] RCM 0 is saved as rcm_0.rcm
15:56:18.055 - Info: [   0.0055 ] RCM 1 is saved as rcm_1.rcm
15:56:18.055 - Info: [   0.0055 ] List of rcm files are saved in rcm_list.xml
15:56:18.055 - Info: [   0.0056 ] 
15:56:18.055 - Info: [   0.0056 ] Signing RCM messages
15:56:18.055 - Info: [   0.0077 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
15:56:18.055 - Info: [   0.0078 ] Assuming zero filled SBK key
15:56:18.067 - Info: [   0.0146 ] Copying signature to RCM mesages
15:56:18.067 - Info: [   0.0167 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
15:56:18.095 - Info: [   0.0177 ] 
15:56:18.095 - Info: [   0.0177 ] Boot Rom communication
15:56:18.095 - Info: [   0.0196 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml --skipuid
15:56:18.095 - Info: [   0.0203 ] RCM version 0X180001
15:56:19.102 - Info: [   0.0457 ] Boot Rom communication completed
15:56:19.102 - Info: [   1.0527 ] 
15:56:19.102 - Info: [   2.0596 ] tegrarcm_v2 --isapplet
15:56:19.102 - Info: [   2.0623 ] Applet version 01.00.0000
15:56:19.102 - Info: [   2.1356 ] 
15:56:19.102 - Info: [   2.1406 ] Retrieving EEPROM data
15:56:19.102 - Info: [   2.1409 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
15:56:19.102 - Info: [   2.1435 ] Applet version 01.00.0000
15:56:20.354 - Info: [   2.2324 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
15:56:20.360 - Info: [   2.3076 ] 
15:56:20.360 - Info: [   2.3077 ] Generating RCM messages
15:56:20.360 - Info: [   2.3100 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
15:56:20.360 - Info: [   2.3108 ] RCM 0 is saved as rcm_0.rcm
15:56:20.361 - Info: [   2.3113 ] RCM 1 is saved as rcm_1.rcm
15:56:20.361 - Info: [   2.3114 ] List of rcm files are saved in rcm_list.xml
15:56:20.361 - Info: [   2.3114 ] 
15:56:20.361 - Info: [   2.3114 ] Signing RCM messages
15:56:20.361 - Info: [   2.3142 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
15:56:20.361 - Info: [   2.3142 ] Assuming zero filled SBK key
15:56:20.375 - Info: [   2.3230 ] Copying signature to RCM mesages
15:56:20.375 - Info: [   2.3252 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
15:56:25.586 - Info: [   2.3263 ] 
15:56:25.586 - Info: [   2.3264 ] Boot Rom communication
15:56:25.586 - Info: [   2.3286 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml
15:56:25.586 - Info: [   2.3296 ] BootRom is not running
15:56:25.586 - Info: [   7.5375 ] 
15:56:25.586 - Info: [   8.5430 ] tegrarcm_v2 --isapplet
15:56:25.586 - Info: [   8.5456 ] Applet version 01.00.0000
15:56:25.586 - Info: [   8.6201 ] 
15:56:25.586 - Info: [   8.6256 ] Retrieving EEPROM data
15:56:25.586 - Info: [   8.6259 ] tegrarcm_v2 --oem platformdetails eeprom cvb /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bbd.bin
15:56:25.586 - Info: [   8.6284 ] Applet version 01.00.0000
15:56:26.841 - Info: [   8.7202 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bbd.bin
15:56:26.841 - Info: [   8.7927 ] 
15:56:26.841 - Info: [   8.7929 ] Rebooting to recovery mode
15:56:26.841 - Info: [   8.7974 ] tegradevflash_v2 --reboot recovery
15:56:26.841 - Info: [   8.8005 ] CPU Bootloader is not running on device.
15:56:26.841 - Info: [   8.8277 ] 
15:56:26.841 - Info: [   8.8278 ] Rebooting to recovery mode
15:56:26.841 - Info: [   8.8326 ] tegrarcm_v2 --reboot recovery
15:56:26.841 - Info: [   8.8356 ] Applet version 01.00.0000
15:56:28.986 - Info: [   8.9246 ] 
15:56:29.007 - Info: --- Reading board information succeeded.
15:56:29.007 - Info: Parsing baseboard EEPROM:
15:56:29.010 - Info: --- Parsing board ID (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
15:56:29.013 - Info: --- Parsing board version (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
15:56:29.016 - Info: --- Parsing board SKU (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
15:56:29.018 - Info: --- Parsing board REV (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
15:56:29.019 - Info: Parsing module EEPROM:
15:56:29.022 - Info: --- Parsing board ID (3636) succeeded.
15:56:29.025 - Info: --- Parsing board version (302) succeeded.
15:56:29.027 - Info: --- Parsing board SKU (0001) succeeded.
15:56:29.029 - Info: --- Parsing board REV (C.0) succeeded.
15:56:29.030 - Info: jetson-xavier-nx-devkit-tx2-nx found.
15:56:29.030 - Info: *** Finding boot device ... Boot device mmcblk0p1 found.
15:56:29.031 - Info: "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/flash.sh"  jetson-xavier-nx-devkit-tx2-nx mmcblk0p1
15:56:29.041 - Info: ###############################################################################
15:56:29.041 - Info: # L4T BSP Information:
15:56:29.041 - Info: # R32 , REVISION: 6.1
15:56:29.041 - Info: ###############################################################################
15:56:29.123 - Info: # Target Board Information:
15:56:29.123 - Info: # Name: jetson-xavier-nx-devkit-tx2-nx, Board Family: t186ref, SoC: Tegra 186, 
15:56:29.123 - Info: # OpMode: production, Boot Authentication: NS, 
15:56:29.123 - Info: # Disk encryption: disabled ,
15:56:29.123 - Info: ###############################################################################
15:56:29.124 - Info: ./tegraflash.py --chip 0x18 --applet "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin" 
15:56:29.207 - Info: Welcome to Tegra Flash
15:56:29.207 - Info: version 1.0.0
15:56:29.207 - Info: Type ? or help for help and q or quit to exit
15:56:29.207 - Info: Use ! to execute system commands
15:56:29.207 - Info:  
15:56:29.207 - Info: [   0.0028 ] Generating RCM messages
15:56:29.207 - Info: [   0.0050 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
15:56:29.207 - Info: [   0.0057 ] RCM 0 is saved as rcm_0.rcm
15:56:29.207 - Info: [   0.0060 ] RCM 1 is saved as rcm_1.rcm
15:56:29.207 - Info: [   0.0060 ] List of rcm files are saved in rcm_list.xml
15:56:29.207 - Info: [   0.0060 ] 
15:56:29.207 - Info: [   0.0060 ] Signing RCM messages
15:56:29.207 - Info: [   0.0082 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
15:56:29.207 - Info: [   0.0082 ] Assuming zero filled SBK key
15:56:29.218 - Info: [   0.0141 ] Copying signature to RCM mesages
15:56:29.218 - Info: [   0.0161 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
15:56:29.251 - Info: [   0.0170 ] 
15:56:29.251 - Info: [   0.0170 ] Boot Rom communication
15:56:29.251 - Info: [   0.0190 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml --skipuid
15:56:29.251 - Info: [   0.0201 ] RCM version 0X180001
15:56:30.257 - Info: [   0.0497 ] Boot Rom communication completed
15:56:30.257 - Info: [   1.0564 ] 
15:56:30.257 - Info: [   2.0619 ] tegrarcm_v2 --isapplet
15:56:30.257 - Info: [   2.0652 ] Applet version 01.00.0000
15:56:30.257 - Info: [   2.1441 ] 
15:56:30.257 - Info: [   2.1495 ] Retrieving EEPROM data
15:56:30.257 - Info: [   2.1499 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
15:56:30.257 - Info: [   2.1535 ] Applet version 01.00.0000
15:56:31.505 - Info: [   2.2321 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
15:56:31.505 - Info: [   2.3048 ] 
15:56:31.538 - Info: Board ID(3636) version(302) sku(0001) revision(C.0)
15:56:31.636 - Info: Copy /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb.rec
15:56:31.641 - Info: copying bctfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg)... done.
15:56:31.643 - Info: copying misc_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-misc-si-l4t.cfg)... done.
15:56:31.645 - Info: copying pinmux_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg)... done.
15:56:31.648 - Info: copying pmic_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pmic-p3636-0001-a00.cfg)... done.
15:56:31.649 - Info: copying pmc_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pad-p3636-0001-a00.cfg)... done.
15:56:31.651 - Info: copying prod_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-prod-p3636-0001-a00.cfg)... done.
15:56:31.653 - Info: copying scr_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/minimal_scr.cfg)... done.
15:56:31.654 - Info: copying scr_cold_boot_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/mobile_scr.cfg)... done.
15:56:31.656 - Info: copying bootrom_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg)... done.
15:56:31.658 - Info: copying dev_params(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/emmc.cfg)... done.
15:56:31.665 - Info: Existing bootloader(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
15:56:31.667 - Info: copying initrd(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
15:56:31.690 - Info: Making Boot image... done.
15:56:31.771 - Info: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign boot.img kernel
15:56:31.843 - Info: Welcome to Tegra Flash
15:56:31.843 - Info: version 1.0.0
15:56:31.843 - Info: Type ? or help for help and q or quit to exit
15:56:31.843 - Info: Use ! to execute system commands
15:56:31.843 - Info:  
15:56:31.843 - Info: [   0.0004 ] Generating signature
15:56:31.843 - Info: [   0.0026 ] tegrasign_v3.py --getmode mode.txt --key 
15:56:31.843 - Info: [   0.0026 ] Assuming zero filled SBK key : not reading 
15:56:31.843 - Info: [   0.0025 ] sign_type   : 0
15:56:31.843 - Info: [   0.0025 ] header_magic: 414e4452
15:56:31.843 - Info: [   0.0043 ] tegrahost_v2 --chip 0x18 --align 1_boot.img
15:56:31.847 - Info: [   0.0050 ] 
15:56:31.847 - Info: [   0.0073 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_boot.img zerosbk
15:56:31.860 - Info: [   0.0098 ] 
15:56:31.860 - Info: [   0.0128 ] tegrasign_v3.py --key  --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
15:56:31.860 - Info: [   0.0129 ] Assuming zero filled SBK key : not reading 
15:56:31.866 - Info: [   0.0266 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
15:56:31.867 - Info: [   0.0281 ] 
15:56:31.867 - Info: [   0.0287 ] Signed file: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
15:56:31.875 - Info: l4t_sign_image.sh: Generate header for boot_sigheader.img.encrypt
15:56:31.876 - Info: l4t_sign_image.sh: chip 0x18: Don't need to do anything
15:56:31.877 - Info: l4t_sign_image.sh: Generate 16-byte-size-aligned base file for boot_sigheader.img.encrypt
15:56:31.888 - Info: l4t_sign_image.sh: the signed file is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
15:56:31.888 - Info: done.
15:56:31.889 - Info: Making recovery ramdisk for recovery image...
15:56:31.889 - Info: Re-generating recovery ramdisk for recovery image...
15:56:32.024 - Info: ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra
15:56:32.073 - Error: 30412 blocks
15:56:32.370 - Info: _BASE_KERNEL_VERSION=4.9.253-tegra
15:56:32.801 - Info: ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra
15:56:37.865 - Error: 66117 blocks
15:56:37.888 - Info: Making Recovery image...
15:56:38.424 - Info: copying recdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb.rec)... done.
15:56:38.430 - Error: 20+0 records in
15:56:38.430 - Error: 20+0 records out
15:56:38.430 - Error: 20 bytes copied, 0.00048299 s, 41.4 kB/s
15:56:38.457 - Info: Existing sosfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin) reused.
15:56:38.458 - Info: copying tegraboot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/nvtboot.bin)... done.
15:56:38.468 - Info: Existing cpu_bootloader(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
15:56:38.472 - Info: Existing mb2blfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin) reused.
15:56:38.477 - Info: Existing mtspreboot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/preboot_d15_prod_cr.bin) reused.
15:56:38.497 - Info: Existing mts(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mce_mts_d15_prod_cr.bin) reused.
15:56:38.500 - Info: Existing mb1file(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_prod.bin) reused.
15:56:38.505 - Info: Existing bpffile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bpmp.bin) reused.
15:56:38.505 - Info: copying bpfdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/tegra186-bpmp-p3636-0001-a00-00.dtb)... done.
15:56:38.511 - Info: Existing scefile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
15:56:38.514 - Info: Existing spefile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/spe.bin) reused.
15:56:38.515 - Info: copying wb0boot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/warmboot.bin)... done.
15:56:38.519 - Info: Existing tosfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tos-trusty.img) reused.
15:56:38.520 - Info: Existing eksfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/eks.img) reused.
15:56:38.521 - Info: copying dtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb)... done.
15:56:38.523 - Info: Copying nv_boot_control.conf to rootfs
15:56:38.537 - Info: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign kernel_tegra186-p3636-0001-p3509-0000-a01.dtb kernel_dtb
15:56:38.591 - Info: Welcome to Tegra Flash
15:56:38.591 - Info: version 1.0.0
15:56:38.591 - Info: Type ? or help for help and q or quit to exit
15:56:38.591 - Info: Use ! to execute system commands
15:56:38.591 - Info:  
15:56:38.591 - Info: [   0.0005 ] Generating signature
15:56:38.591 - Info: [   0.0028 ] tegrasign_v3.py --getmode mode.txt --key 
15:56:38.591 - Info: [   0.0029 ] Assuming zero filled SBK key : not reading 
15:56:38.591 - Info: [   0.0029 ] sign_type   : 811674928
15:56:38.591 - Info: [   0.0030 ] header_magic: d00dfeed
15:56:38.591 - Info: [   0.0054 ] tegrahost_v2 --chip 0x18 --align 1_kernel_tegra186-p3636-0001-p3509-0000-a01.dtb
15:56:38.594 - Info: [   0.0062 ] 
15:56:38.594 - Info: [   0.0081 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_kernel_tegra186-p3636-0001-p3509-0000-a01.dtb zerosbk
15:56:38.602 - Info: [   0.0093 ] 
15:56:38.602 - Info: [   0.0125 ] tegrasign_v3.py --key  --list 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb_list.xml --pubkeyhash pub_key.key
15:56:38.602 - Info: [   0.0126 ] Assuming zero filled SBK key : not reading 
15:56:38.606 - Info: [   0.0200 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.hash zerosbk
15:56:38.607 - Info: [   0.0213 ] 
15:56:38.607 - Info: [   0.0217 ] Signed file: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
15:56:38.616 - Info: l4t_sign_image.sh: Generate header for kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
15:56:38.617 - Info: l4t_sign_image.sh: chip 0x18: Don't need to do anything
15:56:38.618 - Info: l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
15:56:38.625 - Info: l4t_sign_image.sh: the signed file is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
15:56:38.625 - Info: done.
15:56:38.627 - Info: 	populating kernel to rootfs... done.
15:56:38.627 - Info: 	populating initrd to rootfs... done.
15:56:38.755 - Info: 	populating kernel_tegra186-p3636-0001-p3509-0000-a01.dtb to rootfs... done.
15:56:38.759 - Info: Making system.img... 
15:56:39.567 - Info: 	populating rootfs from /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
15:57:28.625 - Info: 	Sync'ing system.img ... done.
15:57:35.272 - Info: 	Converting RAW image to Sparse image... done.
15:58:01.404 - Info: system.img built successfully. 
15:58:01.464 - Info: Existing tbcfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cboot.bin) reused.
15:58:01.465 - Info: copying tbcdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb)... done.
15:58:01.679 - Info: copying cfgfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t186.xml) to flash.xml... done.
15:58:01.726 - Info: Existing flasher(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu.bin) reused.
15:58:01.732 - Info: Existing flashapp(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py) reused.
15:58:01.734 - Info: ./tegraflash.py --bl nvtboot_recovery_cpu.bin --sdram_config tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --odmdata 0x2090000 --applet mb1_recovery_prod.bin  --cmd "flash; reboot"  --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmic_config tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --pmc_config tegra186-mb1-bct-pad-p3636-0001-a00.cfg --prod_config tegra186-mb1-bct-prod-p3636-0001-a00.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --dev_params emmc.cfg  --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-bpmp-p3636-0001-a00-00.dtb; tlk tos-trusty.img; eks eks.img; bootloader_dtb tegra186-p3636-0001-p3509-0000-a01.dtb"   
15:58:01.734 - Info: saving flash command in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/flashcmd.txt
15:58:01.759 - Info: saving Windows flash command to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/flash_win.bat
15:58:01.762 - Info: *** Flashing target device started. ***
15:58:02.143 - Info: Welcome to Tegra Flash
15:58:02.143 - Info: version 1.0.0
15:58:02.143 - Info: Type ? or help for help and q or quit to exit
15:58:02.143 - Info: Use ! to execute system commands
15:58:02.143 - Info:  
15:58:02.143 - Info: [   0.0726 ] tegrasign_v3.py --getmode mode.txt --key None
15:58:02.143 - Info: [   0.0729 ] Assuming zero filled SBK key
15:58:02.143 - Info: [   0.0088 ] Generating RCM messages
15:58:02.143 - Info: [   0.0172 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm mb1_recovery_prod.bin 0 0
15:58:02.143 - Info: [   0.0203 ] RCM 0 is saved as rcm_0.rcm
15:58:02.144 - Info: [   0.0312 ] RCM 1 is saved as rcm_1.rcm
15:58:02.144 - Info: [   0.0317 ] List of rcm files are saved in rcm_list.xml
15:58:02.144 - Info: [   0.0321 ] 
15:58:02.144 - Info: [   0.0321 ] Signing RCM messages
15:58:02.144 - Info: [   0.1019 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
15:58:02.144 - Info: [   0.1021 ] Assuming zero filled SBK key
15:58:02.220 - Info: [   0.0934 ] Copying signature to RCM mesages
15:58:02.220 - Info: [   0.0979 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
15:58:02.257 - Info: [   0.1082 ] 
15:58:02.257 - Info: [   0.1083 ] Parsing partition layout
15:58:02.257 - Info: [   0.1154 ] tegraparser_v2 --pt flash.xml.tmp
15:58:03.420 - Info: [   0.1450 ] 
15:58:03.420 - Info: [   0.1454 ] Using default ramcode: 0
15:58:03.420 - Info: [   0.1454 ] Disable BPMP dtb trim, using default dtb
15:58:03.420 - Info: [   0.1454 ] 
15:58:03.420 - Info: [   0.1454 ] Creating list of images to be signed
15:58:03.420 - Info: [   0.1600 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
15:58:03.441 - Info: [   1.3074 ] 
15:58:03.441 - Info: [   1.3075 ] Generating signatures
15:58:03.441 - Info: [   1.3768 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
15:58:03.441 - Info: [   1.3771 ] Assuming zero filled SBK key
15:58:04.558 - Info: [   2.4297 ] Generating br-bct
15:58:04.558 - Info: [   2.4314 ] Updating dev and MSS params in BR BCT
15:58:04.558 - Info: [   2.4315 ] tegrabct_v2 --dev_param emmc.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --brbct br_bct.cfg --chip 0x18 0
15:58:04.562 - Info: [   2.4460 ] 
15:58:04.562 - Info: [   2.4461 ] Updating bl info
15:58:04.562 - Info: [   2.4487 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
15:58:04.565 - Info: [   2.4501 ] 
15:58:04.565 - Info: [   2.4501 ] Updating smd info
15:58:04.565 - Info: [   2.4523 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatesmdinfo flash.xml.bin
15:58:04.568 - Info: [   2.4532 ] 
15:58:04.568 - Info: [   2.4532 ] Updating Odmdata
15:58:04.568 - Info: [   2.4553 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatefields Odmdata =0x2090000
15:58:04.572 - Info: [   2.4562 ] 
15:58:04.572 - Info: [   2.4562 ] Get Signed section of bct
15:58:04.572 - Info: [   2.4583 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --listbct bct_list.xml
15:58:04.613 - Info: [   2.4592 ] 
15:58:04.613 - Info: [   2.4615 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key
15:58:04.613 - Info: [   2.4627 ] Assuming zero filled SBK key
15:58:04.621 - Info: [   2.5056 ] 
15:58:04.621 - Info: [   2.5056 ] Updating BCT with signature
15:58:04.621 - Info: [   2.5077 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatesig bct_list_signed.xml
15:58:04.625 - Info: [   2.5086 ] 
15:58:04.625 - Info: [   2.5087 ] Generating coldboot mb1-bct
15:58:04.625 - Info: [   2.5107 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_cold_boot_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr mobile_scr.cfg --pinmux tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
15:58:04.625 - Info: [   2.5126 ] MB1-BCT version: 0xf
15:58:04.646 - Info: [   2.5130 ] Copying Sdram info from 1 to 2 set
15:58:04.646 - Info: [   2.5337 ] Copying Sdram info from 2 to 3 set
15:58:04.646 - Info: [   2.5339 ] Packing sdram param for instance[0]
15:58:04.646 - Info: [   2.5341 ] Packing sdram param for instance[1]
15:58:04.647 - Info: [   2.5343 ] Packing sdram param for instance[2]
15:58:04.647 - Info: [   2.5345 ] Packing sdram param for instance[3]
15:58:04.647 - Info: 
15:58:04.647 - Info: [   2.5347 ] Parsing config file :tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg 
15:58:04.647 - Info: [   2.5351 ] Appending platform config data of size :- 2280
15:58:04.648 - Info: 
15:58:04.648 - Info: [   2.5353 ] Parsing config file :mobile_scr.cfg 
15:58:04.649 - Info: [   2.5354 ] Appending platform config data of size :- 12240
15:58:04.649 - Info: 
15:58:04.649 - Info: [   2.5369 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
15:58:04.649 - Info: [   2.5372 ] Appending platform config data of size :- 24
15:58:04.650 - Info: 
15:58:04.650 - Info: [   2.5374 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
15:58:04.650 - Info: [   2.5376 ] Appending platform config data of size :- 508
15:58:04.650 - Info: [   2.5376 ] 
15:58:04.650 - Info: [   2.5376 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
15:58:04.650 - Info: [   2.5376 ] Appending platform config data of size :- 64
15:58:04.650 - Info: [   2.5376 ] 
15:58:04.650 - Info: [   2.5376 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
15:58:04.650 - Info: [   2.5376 ] Appending platform config data of size :- 1628
15:58:04.650 - Info: [   2.5376 ] 
15:58:04.650 - Info: [   2.5377 ] Updating mb1-bct with firmware information
15:58:04.650 - Info: [   2.5396 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
15:58:04.650 - Info: [   2.5403 ] MB1-BCT version: 0xf
15:58:04.656 - Info: [   2.5406 ] 
15:58:04.656 - Info: [   2.5407 ] Updating mb1-bct with storage information
15:58:04.656 - Info: [   2.5425 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
15:58:04.656 - Info: [   2.5433 ] MB1-BCT version: 0xf
15:58:04.659 - Info: [   2.5436 ] 
15:58:04.659 - Info: [   2.5458 ] tegrahost_v2 --chip 0x18 --align mb1_cold_boot_bct_MB1.bct
15:58:04.663 - Info: [   2.5472 ] 
15:58:04.663 - Info: [   2.5497 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
15:58:04.667 - Info: [   2.5506 ] 
15:58:04.667 - Info: [   2.6175 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
15:58:04.667 - Info: [   2.6175 ] Assuming zero filled SBK key
15:58:04.671 - Info: [   2.5577 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
15:58:04.674 - Info: [   2.5585 ] 
15:58:04.674 - Info: [   2.5586 ] Generating recovery mb1-bct
15:58:04.674 - Info: [   2.5606 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr minimal_scr.cfg --pinmux tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
15:58:04.674 - Info: [   2.5614 ] MB1-BCT version: 0xf
15:58:04.686 - Info: [   2.5615 ] Copying Sdram info from 1 to 2 set
15:58:04.686 - Info: [   2.5739 ] Copying Sdram info from 2 to 3 set
15:58:04.686 - Info: [   2.5740 ] Packing sdram param for instance[0]
15:58:04.686 - Info: [   2.5741 ] Packing sdram param for instance[1]
15:58:04.687 - Info: [   2.5742 ] Packing sdram param for instance[2]
15:58:04.687 - Info: [   2.5744 ] Packing sdram param for instance[3]
15:58:04.687 - Info: 
15:58:04.687 - Info: [   2.5745 ] Parsing config file :tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg 
15:58:04.687 - Info: [   2.5747 ] Appending platform config data of size :- 2280
15:58:04.687 - Info: 
15:58:04.687 - Info: [   2.5748 ] Parsing config file :minimal_scr.cfg 
15:58:04.688 - Info: [   2.5749 ] Appending platform config data of size :- 12240
15:58:04.689 - Info: 
15:58:04.689 - Info: [   2.5762 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
15:58:04.689 - Info: [   2.5764 ] Appending platform config data of size :- 24
15:58:04.689 - Info: [   2.5766 ] 
15:58:04.689 - Info: [   2.5766 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
15:58:04.689 - Info: [   2.5766 ] Appending platform config data of size :- 508
15:58:04.689 - Info: [   2.5766 ] 
15:58:04.689 - Info: [   2.5766 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
15:58:04.689 - Info: [   2.5766 ] Appending platform config data of size :- 64
15:58:04.689 - Info: [   2.5766 ] 
15:58:04.689 - Info: [   2.5766 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
15:58:04.689 - Info: [   2.5766 ] Appending platform config data of size :- 1628
15:58:04.689 - Info: [   2.5766 ] 
15:58:04.689 - Info: [   2.5766 ] Updating mb1-bct with firmware information
15:58:04.689 - Info: [   2.5787 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
15:58:04.689 - Info: [   2.5799 ] MB1-BCT version: 0xf
15:58:04.696 - Info: [   2.5804 ] 
15:58:04.696 - Info: [   2.5805 ] Updating mb1-bct with storage information
15:58:04.696 - Info: [   2.5829 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
15:58:04.696 - Info: [   2.5836 ] MB1-BCT version: 0xf
15:58:04.702 - Info: [   2.5839 ] 
15:58:04.702 - Info: [   2.5860 ] tegrahost_v2 --chip 0x18 --align mb1_bct_MB1.bct
15:58:04.702 - Info: [   2.5868 ] 
15:58:04.702 - Info: [   2.5888 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_bct_MB1.bct zerosbk
15:58:04.707 - Info: [   2.5896 ] 
15:58:04.707 - Info: [   2.6567 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
15:58:04.707 - Info: [   2.6568 ] Assuming zero filled SBK key
15:58:04.711 - Info: [   2.5971 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
15:58:05.133 - Info: [   2.5983 ] 
15:58:05.133 - Info: [   2.5984 ] Copying signatures
15:58:05.133 - Info: [   2.6005 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
15:58:10.290 - Info: [   3.0213 ] 
15:58:10.290 - Info: [   3.0214 ] Boot Rom communication
15:58:10.290 - Info: [   3.0264 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml
15:58:10.290 - Info: [   3.0288 ] BootRom is not running
15:58:10.290 - Info: [   8.1779 ] 
15:58:10.290 - Info: [   9.1842 ] tegrarcm_v2 --isapplet
15:58:10.290 - Info: [   9.1876 ] Applet version 01.00.0000
15:58:10.290 - Info: [   9.2604 ] 
15:58:10.290 - Info: [   9.2605 ] Sending BCTs
15:58:10.290 - Info: [   9.2652 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
15:58:10.290 - Info: [   9.2682 ] Applet version 01.00.0000
15:58:11.469 - Info: [   9.3562 ] Sending bct_bootrom
15:58:11.470 - Info: [   9.3564 ] [................................................] 100%
15:58:11.470 - Info: 
15:58:11.471 - Info: [   9.3578 ] Sending bct_mb1
15:58:11.476 - Info: [   9.3587 ] [................................................] 100%
15:58:11.476 - Info: 
15:58:11.490 - Info: [   9.3748 ] 
15:58:11.490 - Info: [   9.3749 ] Generating blob
15:58:11.490 - Info: [   9.3769 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery_cpu.bin
15:58:11.494 - Info: [   9.3778 ] 
15:58:11.494 - Info: [   9.3803 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery_cpu.bin zerosbk
15:58:11.501 - Info: [   9.3817 ] 
15:58:11.501 - Info: [   9.4488 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_sigheader.bin_list.xml --pubkeyhash pub_key.key
15:58:11.501 - Info: [   9.4488 ] Assuming zero filled SBK key
15:58:11.505 - Info: [   9.3914 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_cpu_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_sigheader.bin.hash zerosbk
15:58:11.685 - Info: [   9.3925 ] 
15:58:11.685 - Info: [   9.3949 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery.bin
15:58:11.696 - Info: [   9.5728 ] 
15:58:11.696 - Info: [   9.5775 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery.bin zerosbk
15:58:11.706 - Info: [   9.5838 ] 
15:58:11.706 - Info: [   9.6526 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_sigheader.bin_list.xml --pubkeyhash pub_key.key
15:58:11.706 - Info: [   9.6527 ] Assuming zero filled SBK key
15:58:11.883 - Info: [   9.5976 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_sigheader.bin.encrypt blob_nvtboot_recovery_sigheader.bin.hash zerosbk
15:58:11.891 - Info: [   9.7706 ] 
15:58:11.891 - Info: [   9.7759 ] tegrahost_v2 --chip 0x18 --align blob_preboot_d15_prod_cr.bin
15:58:11.901 - Info: [   9.7791 ] 
15:58:11.901 - Info: [   9.7836 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_preboot_d15_prod_cr.bin zerosbk
15:58:11.915 - Info: [   9.7891 ] 
15:58:11.915 - Info: [   9.8600 ] tegrasign_v3.py --key None --list blob_preboot_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
15:58:11.915 - Info: [   9.8601 ] Assuming zero filled SBK key
15:58:11.921 - Info: [   9.8069 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_preboot_d15_prod_cr_sigheader.bin.encrypt blob_preboot_d15_prod_cr_sigheader.bin.hash zerosbk
15:58:11.925 - Info: [   9.8083 ] 
15:58:11.925 - Info: [   9.8110 ] tegrahost_v2 --chip 0x18 --align blob_mce_mts_d15_prod_cr.bin
15:58:11.934 - Info: [   9.8124 ] 
15:58:11.934 - Info: [   9.8150 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_mce_mts_d15_prod_cr.bin zerosbk
15:58:11.981 - Info: [   9.8220 ] 
15:58:11.981 - Info: [   9.8898 ] tegrasign_v3.py --key None --list blob_mce_mts_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
15:58:11.981 - Info: [   9.8898 ] Assuming zero filled SBK key
15:58:11.991 - Info: [   9.8740 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt blob_mce_mts_d15_prod_cr_sigheader.bin.hash zerosbk
15:58:11.994 - Info: [   9.8791 ] 
15:58:11.994 - Info: [   9.8807 ] tegrahost_v2 --chip 0x18 --align blob_bpmp.bin
15:58:11.997 - Info: [   9.8816 ] 
15:58:11.997 - Info: [   9.8835 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_bpmp.bin zerosbk
15:58:12.009 - Info: [   9.8849 ] 
15:58:12.009 - Info: [   9.9519 ] tegrasign_v3.py --key None --list blob_bpmp_sigheader.bin_list.xml --pubkeyhash pub_key.key
15:58:12.009 - Info: [   9.9520 ] Assuming zero filled SBK key
15:58:12.013 - Info: [   9.8996 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_bpmp_sigheader.bin.encrypt blob_bpmp_sigheader.bin.hash zerosbk
15:58:12.019 - Info: [   9.9010 ] 
15:58:12.019 - Info: [   9.9031 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-bpmp-p3636-0001-a00-00.dtb
15:58:12.019 - Info: [   9.9038 ] 
15:58:12.019 - Info: [   9.9057 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-bpmp-p3636-0001-a00-00.dtb zerosbk
15:58:12.025 - Info: [   9.9066 ] 
15:58:12.025 - Info: [   9.9735 ] tegrasign_v3.py --key None --list blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb_list.xml --pubkeyhash pub_key.key
15:58:12.025 - Info: [   9.9736 ] Assuming zero filled SBK key
15:58:12.029 - Info: [   9.9160 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.hash zerosbk
15:58:12.032 - Info: [   9.9169 ] 
15:58:12.032 - Info: [   9.9189 ] tegrahost_v2 --chip 0x18 --align blob_tos-trusty.img
15:58:12.035 - Info: [   9.9196 ] 
15:58:12.035 - Info: [   9.9216 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tos-trusty.img zerosbk
15:58:12.045 - Info: [   9.9229 ] 
15:58:12.045 - Info: [   9.9899 ] tegrasign_v3.py --key None --list blob_tos-trusty_sigheader.img_list.xml --pubkeyhash pub_key.key
15:58:12.045 - Info: [   9.9900 ] Assuming zero filled SBK key
15:58:12.049 - Info: [   9.9359 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tos-trusty_sigheader.img.encrypt blob_tos-trusty_sigheader.img.hash zerosbk
15:58:12.055 - Info: [   9.9371 ] 
15:58:12.055 - Info: [   9.9393 ] tegrahost_v2 --chip 0x18 --align blob_eks.img
15:58:12.055 - Info: [   9.9400 ] 
15:58:12.055 - Info: [   9.9419 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_eks.img zerosbk
15:58:12.060 - Info: [   9.9426 ] 
15:58:12.060 - Info: [  10.0101 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
15:58:12.060 - Info: [  10.0101 ] Assuming zero filled SBK key
15:58:12.064 - Info: [   9.9506 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
15:58:12.070 - Info: [   9.9514 ] 
15:58:12.070 - Info: [   9.9536 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-p3636-0001-p3509-0000-a01.dtb
15:58:12.070 - Info: [   9.9544 ] 
15:58:12.070 - Info: [   9.9563 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-p3636-0001-p3509-0000-a01.dtb zerosbk
15:58:12.077 - Info: [   9.9574 ] 
15:58:12.077 - Info: [  10.0245 ] tegrasign_v3.py --key None --list blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb_list.xml --pubkeyhash pub_key.key
15:58:12.077 - Info: [  10.0246 ] Assuming zero filled SBK key
15:58:12.081 - Info: [   9.9679 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.hash zerosbk
15:58:12.084 - Info: [   9.9689 ] 
15:58:12.084 - Info: [   9.9712 ] tegrahost_v2 --chip 0x18 --generateblob blob.xml blob.bin
15:58:12.084 - Info: [   9.9718 ] number of images in blob are 9
15:58:12.084 - Info: [   9.9720 ] blobsize is 3950312
15:58:12.086 - Info: [   9.9721 ] Added binary blob_nvtboot_recovery_cpu_sigheader.bin.encrypt of size 225152
15:58:12.086 - Info: [   9.9737 ] Added binary blob_nvtboot_recovery_sigheader.bin.encrypt of size 122272
15:58:12.086 - Info: [   9.9741 ] Added binary blob_preboot_d15_prod_cr_sigheader.bin.encrypt of size 58384
15:58:12.087 - Info: [   9.9744 ] Added binary blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt of size 2298464
15:58:12.088 - Info: [   9.9751 ] Added binary blob_bpmp_sigheader.bin.encrypt of size 534816
15:58:12.088 - Info: [   9.9757 ] Added binary blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt of size 113648
15:58:12.088 - Info: [   9.9762 ] Added binary blob_tos-trusty_sigheader.img.encrypt of size 403264
15:58:12.089 - Info: [   9.9765 ] Added binary blob_eks_sigheader.img.encrypt of size 1440
15:58:12.089 - Info: [   9.9768 ] Added binary blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt of size 192720
15:58:12.167 - Info: [   9.9790 ] 
15:58:12.167 - Info: [   9.9790 ] Sending bootloader and pre-requisite binaries
15:58:12.167 - Info: [   9.9805 ] tegrarcm_v2 --download blob blob.bin
15:58:12.167 - Info: [   9.9812 ] Applet version 01.00.0000
15:58:12.167 - Info: [  10.0549 ] Sending blob
15:58:12.286 - Info: [  10.0551 ] [.............                                   ] 026%
15:58:12.402 - Info: [  10.0551 ] [..........................                      ] 053%
15:58:12.519 - Info: [  10.0551 ] [.......................................         ] 079%
15:58:12.605 - Info: [  10.0551 ] [................................................] 100%
15:58:12.606 - Info: 
15:58:12.693 - Info: [  10.4938 ] 
15:58:12.693 - Info: [  10.4985 ] tegrarcm_v2 --boot recovery
15:58:12.693 - Info: [  10.5015 ] Applet version 01.00.0000
15:58:14.446 - Info: [  10.5819 ] 
15:58:14.446 - Info: [  11.5873 ] tegrarcm_v2 --isapplet
15:58:14.912 - Info: [  12.3343 ] 
15:58:14.912 - Info: [  12.3484 ] tegradevflash_v2 --iscpubl
15:58:14.912 - Info: [  12.3518 ] Cannot Open USB
16:15:02.514 - Info: [  12.8011 ] 
16:15:02.514 - Info: [  13.8064 ] tegrarcm_v2 --isapplet

JetPack 4.6 on batch no. 1221 22-02

Below is the log file from NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.log

------ 2024-12-18 16:43:41 ------
------ SDK: JetPack_4.6_Linux ------
16:43:41.943 - Info: [host] [ Disk Avail on Partition /dev/nvme0n1p2: 34.57 GB ]16:43:41.943 - Info: change working directory to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra16:43:41.943 - Info: [ Component PreInstall Started ]16:43:41.943 - Info: current working directory is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra16:43:41.943 - Info: exec_command [host]:
**********************
safe_apt_install "sudo apt-get -y install libxml2-utils" 5
**********************16:43:41.943 - Info: exec_command: /home/reach/.nvsdkm/replays/scripts/JetPack_4.6_Linux/NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh16:43:41.947 - Info: *begin sudo apt-get -y install libxml2-utils, 5
16:43:42.026 - Info: Reading package lists...
16:43:42.109 - Info: Building dependency tree...
16:43:42.109 - Info: Reading state information...
16:43:43.121 - Info: libxml2-utils is already the newest version (2.9.4+dfsg1-6.1ubuntu1.9).
16:43:43.121 - Info: 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
16:43:43.124 - Info: [ Component PreInstall Finished Successfully ]16:43:43.124 - Info: [ Component Install Started ]16:43:43.124 - Info: current working directory is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra16:43:43.124 - Info: exec_command [host]:
**********************
set -e
echo sudo ./nvautoflash.sh 
sudo ./nvautoflash.sh 
sleep 20
**********************16:43:43.124 - Info: exec_command: /home/reach/.nvsdkm/replays/scripts/JetPack_4.6_Linux/NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP.sh16:43:43.127 - Info: sudo ./nvautoflash.sh
16:43:43.139 - Info: *** Checking ONLINE mode ... OK.
16:43:43.139 - Info: *** Checking target board connection ... 1 connections found.
16:43:43.179 - Info: *** Reading ECID ... FUSELEVEL=fuselevel_production hwchipid=0x18 bootauth=NS
16:43:43.263 - Info: *** Reading EEPROM ... "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py" --chip 0x18 --applet "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin; dump eeprom baseinfo bbd.bin; reboot recovery" 
16:43:43.344 - Info: Welcome to Tegra Flash
16:43:43.344 - Info: version 1.0.0
16:43:43.344 - Info: Type ? or help for help and q or quit to exit
16:43:43.344 - Info: Use ! to execute system commands
16:43:43.344 - Info:  
16:43:43.344 - Info: [   0.0035 ] Generating RCM messages
16:43:43.344 - Info: [   0.0054 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
16:43:43.344 - Info: [   0.0060 ] RCM 0 is saved as rcm_0.rcm
16:43:43.344 - Info: [   0.0062 ] RCM 1 is saved as rcm_1.rcm
16:43:43.344 - Info: [   0.0062 ] List of rcm files are saved in rcm_list.xml
16:43:43.344 - Info: [   0.0062 ] 
16:43:43.344 - Info: [   0.0063 ] Signing RCM messages
16:43:43.344 - Info: [   0.0084 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
16:43:43.344 - Info: [   0.0084 ] Assuming zero filled SBK key
16:43:43.356 - Info: [   0.0146 ] Copying signature to RCM mesages
16:43:43.356 - Info: [   0.0169 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
16:43:43.387 - Info: [   0.0178 ] 
16:43:43.387 - Info: [   0.0178 ] Boot Rom communication
16:43:43.387 - Info: [   0.0196 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml --skipuid
16:43:43.387 - Info: [   0.0202 ] RCM version 0X180001
16:43:44.393 - Info: [   0.0489 ] Boot Rom communication completed
16:43:44.393 - Info: [   1.0552 ] 
16:43:44.393 - Info: [   2.0609 ] tegrarcm_v2 --isapplet
16:43:44.393 - Info: [   2.0642 ] Applet version 01.00.0000
16:43:44.393 - Info: [   2.1385 ] 
16:43:44.393 - Info: [   2.1430 ] Retrieving EEPROM data
16:43:44.393 - Info: [   2.1433 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
16:43:44.393 - Info: [   2.1461 ] Applet version 01.00.0000
16:43:45.649 - Info: [   2.2387 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
16:43:45.649 - Info: [   2.3117 ] 
16:43:45.649 - Info: [   2.3121 ] Generating RCM messages
16:43:45.649 - Info: [   2.3169 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
16:43:45.649 - Info: [   2.3208 ] RCM 0 is saved as rcm_0.rcm
16:43:45.649 - Info: [   2.3223 ] RCM 1 is saved as rcm_1.rcm
16:43:45.649 - Info: [   2.3224 ] List of rcm files are saved in rcm_list.xml
16:43:45.649 - Info: [   2.3224 ] 
16:43:45.649 - Info: [   2.3224 ] Signing RCM messages
16:43:45.649 - Info: [   2.3280 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
16:43:45.649 - Info: [   2.3283 ] Assuming zero filled SBK key
16:43:45.692 - Info: [   2.3495 ] Copying signature to RCM mesages
16:43:45.692 - Info: [   2.3524 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
16:43:50.774 - Info: [   2.3539 ] 
16:43:50.774 - Info: [   2.3540 ] Boot Rom communication
16:43:50.774 - Info: [   2.3564 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml
16:43:50.774 - Info: [   2.3574 ] BootRom is not running
16:43:50.774 - Info: [   7.4363 ] 
16:43:50.774 - Info: [   8.4419 ] tegrarcm_v2 --isapplet
16:43:50.774 - Info: [   8.4449 ] Applet version 01.00.0000
16:43:50.774 - Info: [   8.5227 ] 
16:43:50.774 - Info: [   8.5281 ] Retrieving EEPROM data
16:43:50.774 - Info: [   8.5284 ] tegrarcm_v2 --oem platformdetails eeprom cvb /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bbd.bin
16:43:50.774 - Info: [   8.5320 ] Applet version 01.00.0000
16:43:52.017 - Info: [   8.6064 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bbd.bin
16:43:52.017 - Info: [   8.6792 ] 
16:43:52.017 - Info: [   8.6795 ] Rebooting to recovery mode
16:43:52.017 - Info: [   8.6839 ] tegradevflash_v2 --reboot recovery
16:43:52.017 - Info: [   8.6863 ] CPU Bootloader is not running on device.
16:43:52.017 - Info: [   8.7186 ] 
16:43:52.017 - Info: [   8.7187 ] Rebooting to recovery mode
16:43:52.017 - Info: [   8.7232 ] tegrarcm_v2 --reboot recovery
16:43:52.017 - Info: [   8.7266 ] Applet version 01.00.0000
16:43:54.172 - Info: [   8.8198 ] 
16:43:54.187 - Info: --- Reading board information succeeded.
16:43:54.188 - Info: Parsing baseboard EEPROM:
16:43:54.199 - Info: --- Parsing board ID (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
16:43:54.202 - Info: --- Parsing board version (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
16:43:54.204 - Info: --- Parsing board SKU (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
16:43:54.207 - Info: --- Parsing board REV (ERROR: calculated CRC8 0x35 != stored CRC8 0xff) succeeded.
16:43:54.208 - Info: Parsing module EEPROM:
16:43:54.211 - Info: --- Parsing board ID (3636) succeeded.
16:43:54.213 - Info: --- Parsing board version (301) succeeded.
16:43:54.216 - Info: --- Parsing board SKU (0001) succeeded.
16:43:54.219 - Info: --- Parsing board REV (G.0) succeeded.
16:43:54.219 - Info: jetson-xavier-nx-devkit-tx2-nx found.
16:43:54.219 - Info: *** Finding boot device ... Boot device mmcblk0p1 found.
16:43:54.220 - Info: "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/flash.sh"  jetson-xavier-nx-devkit-tx2-nx mmcblk0p1
16:43:54.232 - Info: ###############################################################################
16:43:54.232 - Info: # L4T BSP Information:
16:43:54.232 - Info: # R32 , REVISION: 6.1
16:43:54.232 - Info: ###############################################################################
16:43:54.315 - Info: # Target Board Information:
16:43:54.315 - Info: # Name: jetson-xavier-nx-devkit-tx2-nx, Board Family: t186ref, SoC: Tegra 186, 
16:43:54.316 - Info: # OpMode: production, Boot Authentication: NS, 
16:43:54.316 - Info: # Disk encryption: disabled ,
16:43:54.316 - Info: ###############################################################################
16:43:54.317 - Info: ./tegraflash.py --chip 0x18 --applet "/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin" 
16:43:54.392 - Info: Welcome to Tegra Flash
16:43:54.392 - Info: version 1.0.0
16:43:54.392 - Info: Type ? or help for help and q or quit to exit
16:43:54.392 - Info: Use ! to execute system commands
16:43:54.392 - Info:  
16:43:54.392 - Info: [   0.0038 ] Generating RCM messages
16:43:54.392 - Info: [   0.0059 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
16:43:54.392 - Info: [   0.0065 ] RCM 0 is saved as rcm_0.rcm
16:43:54.392 - Info: [   0.0068 ] RCM 1 is saved as rcm_1.rcm
16:43:54.392 - Info: [   0.0068 ] List of rcm files are saved in rcm_list.xml
16:43:54.392 - Info: [   0.0068 ] 
16:43:54.392 - Info: [   0.0068 ] Signing RCM messages
16:43:54.392 - Info: [   0.0089 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
16:43:54.392 - Info: [   0.0090 ] Assuming zero filled SBK key
16:43:54.403 - Info: [   0.0147 ] Copying signature to RCM mesages
16:43:54.403 - Info: [   0.0168 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
16:43:54.435 - Info: [   0.0178 ] 
16:43:54.435 - Info: [   0.0179 ] Boot Rom communication
16:43:54.435 - Info: [   0.0205 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml --skipuid
16:43:54.435 - Info: [   0.0214 ] RCM version 0X180001
16:43:55.442 - Info: [   0.0501 ] Boot Rom communication completed
16:43:55.442 - Info: [   1.0573 ] 
16:43:55.442 - Info: [   2.0631 ] tegrarcm_v2 --isapplet
16:43:55.442 - Info: [   2.0659 ] Applet version 01.00.0000
16:43:55.442 - Info: [   2.1439 ] 
16:43:55.442 - Info: [   2.1486 ] Retrieving EEPROM data
16:43:55.442 - Info: [   2.1490 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
16:43:55.442 - Info: [   2.1522 ] Applet version 01.00.0000
16:43:56.701 - Info: [   2.2443 ] Saved platform info in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
16:43:56.701 - Info: [   2.3172 ] 
16:43:56.738 - Info: Board ID(3636) version(301) sku(0001) revision(G.0)
16:43:56.808 - Info: Copy /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb.rec
16:43:56.813 - Info: copying bctfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg)... done.
16:43:56.815 - Info: copying misc_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-misc-si-l4t.cfg)... done.
16:43:56.816 - Info: copying pinmux_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg)... done.
16:43:56.818 - Info: copying pmic_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pmic-p3636-0001-a00.cfg)... done.
16:43:56.820 - Info: copying pmc_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pad-p3636-0001-a00.cfg)... done.
16:43:56.821 - Info: copying prod_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-prod-p3636-0001-a00.cfg)... done.
16:43:56.823 - Info: copying scr_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/minimal_scr.cfg)... done.
16:43:56.824 - Info: copying scr_cold_boot_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/mobile_scr.cfg)... done.
16:43:56.827 - Info: copying bootrom_config(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg)... done.
16:43:56.828 - Info: copying dev_params(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/emmc.cfg)... done.
16:43:56.833 - Info: Existing bootloader(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
16:43:56.837 - Info: copying initrd(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
16:43:56.859 - Info: Making Boot image... done.
16:43:56.945 - Info: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign boot.img kernel
16:43:57.018 - Info: Welcome to Tegra Flash
16:43:57.018 - Info: version 1.0.0
16:43:57.018 - Info: Type ? or help for help and q or quit to exit
16:43:57.018 - Info: Use ! to execute system commands
16:43:57.018 - Info:  
16:43:57.018 - Info: [   0.0005 ] Generating signature
16:43:57.018 - Info: [   0.0029 ] tegrasign_v3.py --getmode mode.txt --key 
16:43:57.018 - Info: [   0.0029 ] Assuming zero filled SBK key : not reading 
16:43:57.018 - Info: [   0.0028 ] sign_type   : 0
16:43:57.018 - Info: [   0.0029 ] header_magic: 414e4452
16:43:57.018 - Info: [   0.0047 ] tegrahost_v2 --chip 0x18 --align 1_boot.img
16:43:57.023 - Info: [   0.0056 ] 
16:43:57.023 - Info: [   0.0084 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_boot.img zerosbk
16:43:57.048 - Info: [   0.0102 ] 
16:43:57.048 - Info: [   0.0135 ] tegrasign_v3.py --key  --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
16:43:57.048 - Info: [   0.0137 ] Assuming zero filled SBK key : not reading 
16:43:57.054 - Info: [   0.0395 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
16:43:57.056 - Info: [   0.0416 ] 
16:43:57.056 - Info: [   0.0425 ] Signed file: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
16:43:57.067 - Info: l4t_sign_image.sh: Generate header for boot_sigheader.img.encrypt
16:43:57.069 - Info: l4t_sign_image.sh: chip 0x18: Don't need to do anything
16:43:57.070 - Info: l4t_sign_image.sh: Generate 16-byte-size-aligned base file for boot_sigheader.img.encrypt
16:43:57.083 - Info: l4t_sign_image.sh: the signed file is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
16:43:57.083 - Info: done.
16:43:57.086 - Info: Making recovery ramdisk for recovery image...
16:43:57.086 - Info: Re-generating recovery ramdisk for recovery image...
16:43:57.230 - Info: ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra
16:43:57.277 - Error: 30412 blocks
16:43:57.583 - Info: _BASE_KERNEL_VERSION=4.9.253-tegra
16:43:58.045 - Info: ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra
16:44:03.159 - Error: 66117 blocks
16:44:03.206 - Info: Making Recovery image...
16:44:03.741 - Info: copying recdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb.rec)... done.
16:44:03.747 - Error: 20+0 records in
16:44:03.747 - Error: 20+0 records out
16:44:03.747 - Error: 20 bytes copied, 0.000423233 s, 47.3 kB/s
16:44:03.779 - Info: Existing sosfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin) reused.
16:44:03.780 - Info: copying tegraboot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/nvtboot.bin)... done.
16:44:03.792 - Info: Existing cpu_bootloader(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
16:44:03.798 - Info: Existing mb2blfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin) reused.
16:44:03.802 - Info: Existing mtspreboot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/preboot_d15_prod_cr.bin) reused.
16:44:03.817 - Info: Existing mts(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mce_mts_d15_prod_cr.bin) reused.
16:44:03.821 - Info: Existing mb1file(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/mb1_prod.bin) reused.
16:44:03.825 - Info: Existing bpffile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/bpmp.bin) reused.
16:44:03.825 - Info: copying bpfdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/tegra186-bpmp-p3636-0001-a00-00.dtb)... done.
16:44:03.828 - Info: Existing scefile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
16:44:03.831 - Info: Existing spefile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/spe.bin) reused.
16:44:03.831 - Info: copying wb0boot(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/warmboot.bin)... done.
16:44:03.837 - Info: Existing tosfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tos-trusty.img) reused.
16:44:03.839 - Info: Existing eksfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/eks.img) reused.
16:44:03.839 - Info: copying dtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb)... done.
16:44:03.842 - Info: Copying nv_boot_control.conf to rootfs
16:44:03.859 - Info: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x18 --key  --cmd sign kernel_tegra186-p3636-0001-p3509-0000-a01.dtb kernel_dtb
16:44:03.912 - Info: Welcome to Tegra Flash
16:44:03.912 - Info: version 1.0.0
16:44:03.912 - Info: Type ? or help for help and q or quit to exit
16:44:03.912 - Info: Use ! to execute system commands
16:44:03.912 - Info:  
16:44:03.912 - Info: [   0.0005 ] Generating signature
16:44:03.912 - Info: [   0.0028 ] tegrasign_v3.py --getmode mode.txt --key 
16:44:03.912 - Info: [   0.0029 ] Assuming zero filled SBK key : not reading 
16:44:03.912 - Info: [   0.0028 ] sign_type   : 811674928
16:44:03.912 - Info: [   0.0028 ] header_magic: d00dfeed
16:44:03.912 - Info: [   0.0048 ] tegrahost_v2 --chip 0x18 --align 1_kernel_tegra186-p3636-0001-p3509-0000-a01.dtb
16:44:03.915 - Info: [   0.0054 ] 
16:44:03.915 - Info: [   0.0074 ] tegrahost_v2 --chip 0x18 0 --appendsigheader 1_kernel_tegra186-p3636-0001-p3509-0000-a01.dtb zerosbk
16:44:03.924 - Info: [   0.0086 ] 
16:44:03.924 - Info: [   0.0117 ] tegrasign_v3.py --key  --list 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb_list.xml --pubkeyhash pub_key.key
16:44:03.924 - Info: [   0.0118 ] Assuming zero filled SBK key : not reading 
16:44:03.928 - Info: [   0.0200 ] tegrahost_v2 --chip 0x18 0 --updatesigheader 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt 1_kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.hash zerosbk
16:44:03.929 - Info: [   0.0210 ] 
16:44:03.929 - Info: [   0.0213 ] Signed file: /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:44:03.938 - Info: l4t_sign_image.sh: Generate header for kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:44:03.939 - Info: l4t_sign_image.sh: chip 0x18: Don't need to do anything
16:44:03.940 - Info: l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:44:03.946 - Info: l4t_sign_image.sh: the signed file is /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:44:03.947 - Info: done.
16:44:03.948 - Info: 	populating kernel to rootfs... done.
16:44:03.974 - Info: 	populating initrd to rootfs... done.
16:44:03.974 - Info: 	populating kernel_tegra186-p3636-0001-p3509-0000-a01.dtb to rootfs... done.
16:44:03.982 - Info: Making system.img... 
16:44:04.500 - Info: 	populating rootfs from /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
16:44:45.833 - Info: 	Sync'ing system.img ... done.
16:44:58.525 - Info: 	Converting RAW image to Sparse image... done.
16:45:22.852 - Info: system.img built successfully. 
16:45:22.891 - Info: Existing tbcfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/cboot.bin) reused.
16:45:22.891 - Info: copying tbcdtbfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/kernel/dtb/tegra186-p3636-0001-p3509-0000-a01.dtb)... done.
16:45:23.110 - Info: copying cfgfile(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t186.xml) to flash.xml... done.
16:45:23.163 - Info: Existing flasher(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu.bin) reused.
16:45:23.170 - Info: Existing flashapp(/home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py) reused.
16:45:23.173 - Info: ./tegraflash.py --bl nvtboot_recovery_cpu.bin --sdram_config tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --odmdata 0x2090000 --applet mb1_recovery_prod.bin  --cmd "flash; reboot"  --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmic_config tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --pmc_config tegra186-mb1-bct-pad-p3636-0001-a00.cfg --prod_config tegra186-mb1-bct-prod-p3636-0001-a00.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --dev_params emmc.cfg  --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-bpmp-p3636-0001-a00-00.dtb; tlk tos-trusty.img; eks eks.img; bootloader_dtb tegra186-p3636-0001-p3509-0000-a01.dtb"   
16:45:23.173 - Info: saving flash command in /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/flashcmd.txt
16:45:23.259 - Info: saving Windows flash command to /home/reach/nvidia/nvidia_sdk/JetPack_4.6_Linux_JETSON_TX2_TARGETS/Linux_for_Tegra/bootloader/flash_win.bat
16:45:23.273 - Info: *** Flashing target device started. ***
16:45:23.564 - Info: Welcome to Tegra Flash
16:45:23.564 - Info: version 1.0.0
16:45:23.564 - Info: Type ? or help for help and q or quit to exit
16:45:23.564 - Info: Use ! to execute system commands
16:45:23.564 - Info:  
16:45:23.564 - Info: [   0.0120 ] tegrasign_v3.py --getmode mode.txt --key None
16:45:23.564 - Info: [   0.0121 ] Assuming zero filled SBK key
16:45:23.564 - Info: [   0.0048 ] Generating RCM messages
16:45:23.564 - Info: [   0.0104 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 0 --download rcm mb1_recovery_prod.bin 0 0
16:45:23.564 - Info: [   0.0112 ] RCM 0 is saved as rcm_0.rcm
16:45:23.564 - Info: [   0.0185 ] RCM 1 is saved as rcm_1.rcm
16:45:23.564 - Info: [   0.0187 ] List of rcm files are saved in rcm_list.xml
16:45:23.582 - Info: [   0.0205 ] 
16:45:23.582 - Info: [   0.0205 ] Signing RCM messages
16:45:23.582 - Info: [   0.0307 ] tegrasign_v3.py --key None --list rcm_list.xml --pubkeyhash pub_key.key
16:45:23.582 - Info: [   0.0308 ] Assuming zero filled SBK key
16:45:23.592 - Info: [   0.0436 ] Copying signature to RCM mesages
16:45:23.592 - Info: [   0.0457 ] tegrarcm_v2 --chip 0x18 0 --updatesig rcm_list_signed.xml
16:45:23.598 - Info: [   0.0466 ] 
16:45:23.598 - Info: [   0.0467 ] Parsing partition layout
16:45:23.598 - Info: [   0.0496 ] tegraparser_v2 --pt flash.xml.tmp
16:45:23.935 - Info: [   0.0528 ] 
16:45:23.935 - Info: [   0.0530 ] Using default ramcode: 0
16:45:23.935 - Info: [   0.0530 ] Disable BPMP dtb trim, using default dtb
16:45:23.935 - Info: [   0.0530 ] 
16:45:23.935 - Info: [   0.0530 ] Creating list of images to be signed
16:45:23.935 - Info: [   0.0570 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
16:45:23.941 - Info: [   0.3904 ] 
16:45:23.941 - Info: [   0.3905 ] Generating signatures
16:45:23.941 - Info: [   0.4000 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
16:45:23.941 - Info: [   0.4001 ] Assuming zero filled SBK key
16:45:25.856 - Info: [   2.1999 ] Generating br-bct
16:45:25.856 - Info: [   2.2155 ] Updating dev and MSS params in BR BCT
16:45:25.856 - Info: [   2.2158 ] tegrabct_v2 --dev_param emmc.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --brbct br_bct.cfg --chip 0x18 0
16:45:26.423 - Info: [   2.3112 ] 
16:45:26.423 - Info: [   2.3112 ] Updating bl info
16:45:26.423 - Info: [   2.3137 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
16:45:26.734 - Info: [   2.8781 ] 
16:45:26.734 - Info: [   2.8783 ] Updating smd info
16:45:26.734 - Info: [   2.8836 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatesmdinfo flash.xml.bin
16:45:26.783 - Info: [   3.1891 ] 
16:45:26.783 - Info: [   3.1891 ] Updating Odmdata
16:45:26.783 - Info: [   3.1916 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatefields Odmdata =0x2090000
16:45:26.830 - Info: [   3.2377 ] 
16:45:26.830 - Info: [   3.2378 ] Get Signed section of bct
16:45:26.830 - Info: [   3.2426 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --listbct bct_list.xml
16:45:26.900 - Info: [   3.2849 ] 
16:45:26.900 - Info: [   3.2899 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key
16:45:26.900 - Info: [   3.2926 ] Assuming zero filled SBK key
16:45:26.932 - Info: [   3.3598 ] 
16:45:26.932 - Info: [   3.3598 ] Updating BCT with signature
16:45:26.932 - Info: [   3.3619 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 0 --updatesig bct_list_signed.xml
16:45:26.936 - Info: [   3.3874 ] 
16:45:26.936 - Info: [   3.3875 ] Generating coldboot mb1-bct
16:45:26.936 - Info: [   3.3898 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_cold_boot_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr mobile_scr.cfg --pinmux tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
16:45:26.936 - Info: [   3.3905 ] MB1-BCT version: 0xf
16:45:26.948 - Info: [   3.3907 ] Copying Sdram info from 1 to 2 set
16:45:26.949 - Info: [   3.4034 ] Copying Sdram info from 2 to 3 set
16:45:26.949 - Info: [   3.4036 ] Packing sdram param for instance[0]
16:45:26.949 - Info: [   3.4037 ] Packing sdram param for instance[1]
16:45:26.949 - Info: [   3.4038 ] Packing sdram param for instance[2]
16:45:26.949 - Info: [   3.4039 ] Packing sdram param for instance[3]
16:45:26.951 - Info: 
16:45:26.951 - Info: [   3.4056 ] Parsing config file :tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg 
16:45:26.953 - Info: [   3.4058 ] Appending platform config data of size :- 2280
16:45:26.953 - Info: 
16:45:26.953 - Info: [   3.4081 ] Parsing config file :mobile_scr.cfg 
16:45:26.957 - Info: [   3.4082 ] Appending platform config data of size :- 12240
16:45:26.957 - Info: 
16:45:26.957 - Info: [   3.4119 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
16:45:26.957 - Info: [   3.4121 ] Appending platform config data of size :- 24
16:45:26.957 - Info: 
16:45:26.957 - Info: [   3.4122 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
16:45:26.959 - Info: [   3.4123 ] Appending platform config data of size :- 508
16:45:26.959 - Info: 
16:45:26.959 - Info: [   3.4137 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
16:45:26.959 - Info: [   3.4139 ] Appending platform config data of size :- 64
16:45:26.959 - Info: 
16:45:26.959 - Info: [   3.4140 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
16:45:26.961 - Info: [   3.4142 ] Appending platform config data of size :- 1628
16:45:26.964 - Info: [   3.4162 ] 
16:45:26.964 - Info: [   3.4162 ] Updating mb1-bct with firmware information
16:45:26.964 - Info: [   3.4183 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
16:45:26.964 - Info: [   3.4189 ] MB1-BCT version: 0xf
16:45:27.153 - Info: [   3.6050 ] 
16:45:27.153 - Info: [   3.6050 ] Updating mb1-bct with storage information
16:45:27.153 - Info: [   3.6070 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
16:45:27.153 - Info: [   3.6078 ] MB1-BCT version: 0xf
16:45:27.825 - Info: [   4.2728 ] 
16:45:27.825 - Info: [   4.2773 ] tegrahost_v2 --chip 0x18 --align mb1_cold_boot_bct_MB1.bct
16:45:27.835 - Info: [   4.2801 ] 
16:45:27.835 - Info: [   4.2858 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
16:45:27.849 - Info: [   4.2900 ] 
16:45:27.849 - Info: [   4.3028 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
16:45:27.849 - Info: [   4.3030 ] Assuming zero filled SBK key
16:45:27.855 - Info: [   4.3082 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
16:45:27.859 - Info: [   4.3098 ] 
16:45:27.859 - Info: [   4.3099 ] Generating recovery mb1-bct
16:45:27.859 - Info: [   4.3124 ] tegrabct_v2 --chip 0x18 0 --mb1bct mb1_bct.cfg --sdram tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr minimal_scr.cfg --pinmux tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg --pmc tegra186-mb1-bct-pad-p3636-0001-a00.cfg --pmic tegra186-mb1-bct-pmic-p3636-0001-a00.cfg --brcommand tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg --prod tegra186-mb1-bct-prod-p3636-0001-a00.cfg
16:45:27.859 - Info: [   4.3135 ] MB1-BCT version: 0xf
16:45:27.874 - Info: [   4.3137 ] Copying Sdram info from 1 to 2 set
16:45:27.874 - Info: [   4.3289 ] Copying Sdram info from 2 to 3 set
16:45:27.874 - Info: [   4.3291 ] Packing sdram param for instance[0]
16:45:27.874 - Info: [   4.3292 ] Packing sdram param for instance[1]
16:45:27.874 - Info: [   4.3293 ] Packing sdram param for instance[2]
16:45:27.875 - Info: [   4.3294 ] Packing sdram param for instance[3]
16:45:27.875 - Info: 
16:45:27.875 - Info: [   4.3295 ] Parsing config file :tegra186-mb1-bct-pinmux-p3636-0001-a00.cfg 
16:45:27.875 - Info: [   4.3298 ] Appending platform config data of size :- 2280
16:45:27.875 - Info: 
16:45:27.875 - Info: [   4.3300 ] Parsing config file :minimal_scr.cfg 
16:45:27.880 - Info: [   4.3301 ] Appending platform config data of size :- 12240
16:45:27.880 - Info: 
16:45:27.880 - Info: [   4.3347 ] Parsing config file :tegra186-mb1-bct-pad-p3636-0001-a00.cfg 
16:45:27.880 - Info: [   4.3349 ] Appending platform config data of size :- 24
16:45:27.880 - Info: 
16:45:27.880 - Info: [   4.3351 ] Parsing config file :tegra186-mb1-bct-pmic-p3636-0001-a00.cfg 
16:45:27.880 - Info: [   4.3351 ] Appending platform config data of size :- 508
16:45:27.880 - Info: [   4.3351 ] 
16:45:27.880 - Info: [   4.3351 ] Parsing config file :tegra186-mb1-bct-bootrom-p3636-0001-a00.cfg 
16:45:27.880 - Info: [   4.3351 ] Appending platform config data of size :- 64
16:45:27.880 - Info: [   4.3352 ] 
16:45:27.880 - Info: [   4.3352 ] Parsing config file :tegra186-mb1-bct-prod-p3636-0001-a00.cfg 
16:45:27.880 - Info: [   4.3352 ] Appending platform config data of size :- 1628
16:45:27.880 - Info: [   4.3352 ] 
16:45:27.880 - Info: [   4.3352 ] Updating mb1-bct with firmware information
16:45:27.880 - Info: [   4.3373 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
16:45:27.880 - Info: [   4.3380 ] MB1-BCT version: 0xf
16:45:28.369 - Info: [   4.8162 ] 
16:45:28.369 - Info: [   4.8163 ] Updating mb1-bct with storage information
16:45:28.369 - Info: [   4.8211 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
16:45:28.369 - Info: [   4.8238 ] MB1-BCT version: 0xf
16:45:28.481 - Info: [   4.9266 ] 
16:45:28.481 - Info: [   4.9316 ] tegrahost_v2 --chip 0x18 --align mb1_bct_MB1.bct
16:45:28.489 - Info: [   4.9357 ] 
16:45:28.489 - Info: [   4.9403 ] tegrahost_v2 --chip 0x18 0 --appendsigheader mb1_bct_MB1.bct zerosbk
16:45:28.505 - Info: [   4.9437 ] 
16:45:28.505 - Info: [   4.9566 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
16:45:28.505 - Info: [   4.9569 ] Assuming zero filled SBK key
16:45:28.579 - Info: [   4.9662 ] tegrahost_v2 --chip 0x18 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
16:45:31.401 - Info: [   5.0339 ] 
16:45:31.401 - Info: [   5.0343 ] Copying signatures
16:45:31.401 - Info: [   5.0398 ] tegrahost_v2 --chip 0x18 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
16:45:36.498 - Info: [   7.8556 ] 
16:45:36.498 - Info: [   7.8558 ] Boot Rom communication
16:45:36.498 - Info: [   7.8606 ] tegrarcm_v2 --chip 0x18 0 --rcm rcm_list_signed.xml
16:45:36.498 - Info: [   7.8633 ] BootRom is not running
16:45:36.498 - Info: [  12.9534 ] 
16:45:36.498 - Info: [  13.9610 ] tegrarcm_v2 --isapplet
16:45:36.498 - Info: [  13.9639 ] Applet version 01.00.0000
16:45:36.498 - Info: [  14.0359 ] 
16:45:36.498 - Info: [  14.0360 ] Sending BCTs
16:45:36.498 - Info: [  14.0427 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
16:45:36.498 - Info: [  14.0453 ] Applet version 01.00.0000
16:45:37.665 - Info: [  14.1200 ] Sending bct_bootrom
16:45:37.666 - Info: [  14.1202 ] [................................................] 100%
16:45:37.667 - Info: 
16:45:37.667 - Info: [  14.1217 ] Sending bct_mb1
16:45:37.673 - Info: [  14.1227 ] [................................................] 100%
16:45:37.673 - Info: 
16:45:37.691 - Info: [  14.1391 ] 
16:45:37.691 - Info: [  14.1391 ] Generating blob
16:45:37.691 - Info: [  14.1415 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery_cpu.bin
16:45:37.691 - Info: [  14.1424 ] 
16:45:37.691 - Info: [  14.1445 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery_cpu.bin zerosbk
16:45:37.701 - Info: [  14.1460 ] 
16:45:37.701 - Info: [  14.1566 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_sigheader.bin_list.xml --pubkeyhash pub_key.key
16:45:37.701 - Info: [  14.1567 ] Assuming zero filled SBK key
16:45:37.705 - Info: [  14.1590 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_cpu_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_sigheader.bin.hash zerosbk
16:45:37.713 - Info: [  14.1604 ] 
16:45:37.713 - Info: [  14.1628 ] tegrahost_v2 --chip 0x18 --align blob_nvtboot_recovery.bin
16:45:37.713 - Info: [  14.1639 ] 
16:45:37.713 - Info: [  14.1654 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_nvtboot_recovery.bin zerosbk
16:45:37.720 - Info: [  14.1675 ] 
16:45:37.720 - Info: [  14.1777 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_sigheader.bin_list.xml --pubkeyhash pub_key.key
16:45:37.720 - Info: [  14.1778 ] Assuming zero filled SBK key
16:45:37.724 - Info: [  14.1775 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_nvtboot_recovery_sigheader.bin.encrypt blob_nvtboot_recovery_sigheader.bin.hash zerosbk
16:45:37.731 - Info: [  14.1788 ] 
16:45:37.731 - Info: [  14.1813 ] tegrahost_v2 --chip 0x18 --align blob_preboot_d15_prod_cr.bin
16:45:37.731 - Info: [  14.1827 ] 
16:45:37.731 - Info: [  14.1852 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_preboot_d15_prod_cr.bin zerosbk
16:45:37.737 - Info: [  14.1863 ] 
16:45:37.737 - Info: [  14.1962 ] tegrasign_v3.py --key None --list blob_preboot_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
16:45:37.737 - Info: [  14.1963 ] Assuming zero filled SBK key
16:45:37.741 - Info: [  14.1952 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_preboot_d15_prod_cr_sigheader.bin.encrypt blob_preboot_d15_prod_cr_sigheader.bin.hash zerosbk
16:45:37.746 - Info: [  14.1963 ] 
16:45:37.746 - Info: [  14.1990 ] tegrahost_v2 --chip 0x18 --align blob_mce_mts_d15_prod_cr.bin
16:45:37.753 - Info: [  14.2010 ] 
16:45:37.753 - Info: [  14.2035 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_mce_mts_d15_prod_cr.bin zerosbk
16:45:37.799 - Info: [  14.2084 ] 
16:45:37.799 - Info: [  14.2187 ] tegrasign_v3.py --key None --list blob_mce_mts_d15_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
16:45:37.799 - Info: [  14.2188 ] Assuming zero filled SBK key
16:45:37.808 - Info: [  14.2584 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt blob_mce_mts_d15_prod_cr_sigheader.bin.hash zerosbk
16:45:37.812 - Info: [  14.2626 ] 
16:45:37.812 - Info: [  14.2653 ] tegrahost_v2 --chip 0x18 --align blob_bpmp.bin
16:45:37.815 - Info: [  14.2665 ] 
16:45:37.815 - Info: [  14.2687 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_bpmp.bin zerosbk
16:45:37.827 - Info: [  14.2701 ] 
16:45:37.827 - Info: [  14.2799 ] tegrasign_v3.py --key None --list blob_bpmp_sigheader.bin_list.xml --pubkeyhash pub_key.key
16:45:37.827 - Info: [  14.2799 ] Assuming zero filled SBK key
16:45:37.832 - Info: [  14.2858 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_bpmp_sigheader.bin.encrypt blob_bpmp_sigheader.bin.hash zerosbk
16:45:37.838 - Info: [  14.2872 ] 
16:45:37.838 - Info: [  14.2894 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-bpmp-p3636-0001-a00-00.dtb
16:45:37.838 - Info: [  14.2901 ] 
16:45:37.838 - Info: [  14.2921 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-bpmp-p3636-0001-a00-00.dtb zerosbk
16:45:37.844 - Info: [  14.2930 ] 
16:45:37.844 - Info: [  14.3028 ] tegrasign_v3.py --key None --list blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb_list.xml --pubkeyhash pub_key.key
16:45:37.844 - Info: [  14.3028 ] Assuming zero filled SBK key
16:45:37.849 - Info: [  14.3025 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.hash zerosbk
16:45:37.854 - Info: [  14.3034 ] 
16:45:37.854 - Info: [  14.3054 ] tegrahost_v2 --chip 0x18 --align blob_tos-trusty.img
16:45:37.854 - Info: [  14.3061 ] 
16:45:37.854 - Info: [  14.3080 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tos-trusty.img zerosbk
16:45:37.864 - Info: [  14.3092 ] 
16:45:37.864 - Info: [  14.3189 ] tegrasign_v3.py --key None --list blob_tos-trusty_sigheader.img_list.xml --pubkeyhash pub_key.key
16:45:37.864 - Info: [  14.3190 ] Assuming zero filled SBK key
16:45:37.868 - Info: [  14.3221 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tos-trusty_sigheader.img.encrypt blob_tos-trusty_sigheader.img.hash zerosbk
16:45:37.874 - Info: [  14.3233 ] 
16:45:37.874 - Info: [  14.3254 ] tegrahost_v2 --chip 0x18 --align blob_eks.img
16:45:37.874 - Info: [  14.3261 ] 
16:45:37.874 - Info: [  14.3281 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_eks.img zerosbk
16:45:37.878 - Info: [  14.3289 ] 
16:45:37.878 - Info: [  14.3386 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
16:45:37.878 - Info: [  14.3387 ] Assuming zero filled SBK key
16:45:37.882 - Info: [  14.3358 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
16:45:37.885 - Info: [  14.3369 ] 
16:45:37.885 - Info: [  14.3390 ] tegrahost_v2 --chip 0x18 --align blob_tegra186-p3636-0001-p3509-0000-a01.dtb
16:45:37.888 - Info: [  14.3398 ] 
16:45:37.888 - Info: [  14.3419 ] tegrahost_v2 --chip 0x18 0 --appendsigheader blob_tegra186-p3636-0001-p3509-0000-a01.dtb zerosbk
16:45:37.896 - Info: [  14.3431 ] 
16:45:37.896 - Info: [  14.3528 ] tegrasign_v3.py --key None --list blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb_list.xml --pubkeyhash pub_key.key
16:45:37.896 - Info: [  14.3529 ] Assuming zero filled SBK key
16:45:37.900 - Info: [  14.3538 ] tegrahost_v2 --chip 0x18 0 --updatesigheader blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.hash zerosbk
16:45:37.903 - Info: [  14.3549 ] 
16:45:37.903 - Info: [  14.3569 ] tegrahost_v2 --chip 0x18 --generateblob blob.xml blob.bin
16:45:37.903 - Info: [  14.3576 ] number of images in blob are 9
16:45:37.903 - Info: [  14.3578 ] blobsize is 3950312
16:45:37.904 - Info: [  14.3578 ] Added binary blob_nvtboot_recovery_cpu_sigheader.bin.encrypt of size 225152
16:45:37.905 - Info: [  14.3595 ] Added binary blob_nvtboot_recovery_sigheader.bin.encrypt of size 122272
16:45:37.905 - Info: [  14.3597 ] Added binary blob_preboot_d15_prod_cr_sigheader.bin.encrypt of size 58384
16:45:37.906 - Info: [  14.3599 ] Added binary blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt of size 2298464
16:45:37.906 - Info: [  14.3609 ] Added binary blob_bpmp_sigheader.bin.encrypt of size 534816
16:45:37.907 - Info: [  14.3614 ] Added binary blob_tegra186-bpmp-p3636-0001-a00-00_sigheader.dtb.encrypt of size 113648
16:45:37.907 - Info: [  14.3617 ] Added binary blob_tos-trusty_sigheader.img.encrypt of size 403264
16:45:37.907 - Info: [  14.3619 ] Added binary blob_eks_sigheader.img.encrypt of size 1440
16:45:37.907 - Info: [  14.3620 ] Added binary blob_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt of size 192720
16:45:37.987 - Info: [  14.3651 ] 
16:45:37.987 - Info: [  14.3651 ] Sending bootloader and pre-requisite binaries
16:45:37.987 - Info: [  14.3668 ] tegrarcm_v2 --download blob blob.bin
16:45:37.987 - Info: [  14.3676 ] Applet version 01.00.0000
16:45:37.987 - Info: [  14.4423 ] Sending blob
16:45:38.110 - Info: [  14.4425 ] [.............                                   ] 026%
16:45:38.223 - Info: [  14.4425 ] [..........................                      ] 053%
16:45:38.337 - Info: [  14.4425 ] [.......................................         ] 079%
16:45:38.426 - Info: [  14.4425 ] [................................................] 100%
16:45:38.427 - Info: 
16:45:38.509 - Info: [  14.8821 ] 
16:45:38.509 - Info: [  14.8872 ] tegrarcm_v2 --boot recovery
16:45:38.509 - Info: [  14.8915 ] Applet version 01.00.0000
16:45:39.932 - Info: [  14.9649 ] 
16:45:39.932 - Info: [  15.9691 ] tegrarcm_v2 --isapplet
16:45:39.932 - Info: [  15.9700 ] USB communication failed.Check if device is in recovery
16:45:39.932 - Info: [  16.3875 ] 
16:45:39.932 - Info: [  16.4007 ] tegradevflash_v2 --iscpubl
16:45:39.932 - Info: [  16.4050 ] Bootloader version 01.00.0000
16:45:39.982 - Info: [  16.4361 ] Bootloader version 01.00.0000
16:45:39.982 - Info: [  16.4370 ] 
16:45:39.982 - Info: [  16.4371 ] Retrieving storage infomation
16:45:39.982 - Info: [  16.4425 ] tegrarcm_v2 --oem platformdetails storage storage_info.bin
16:45:39.982 - Info: [  16.4463 ] Applet is not running on device. Continue with Bootloader
16:45:39.982 - Info: [  16.5200 ] 
16:45:39.982 - Info: [  16.5228 ] tegradevflash_v2 --oem platformdetails storage storage_info.bin
16:45:39.982 - Info: [  16.5242 ] Bootloader version 01.00.0000
16:45:40.115 - Info: [  16.5665 ] Saved platform info in storage_info.bin
16:45:40.119 - Info: [  16.5710 ] 
16:45:40.119 - Info: [  16.5711 ] Flashing the device
16:45:40.119 - Info: [  16.5733 ] tegraparser_v2 --storageinfo storage_info.bin --generategpt --pt flash.xml.bin
16:45:40.156 - Info: [  16.5743 ] 
16:45:40.156 - Info: [  16.5762 ] tegradevflash_v2 --pt flash.xml.bin --create
16:45:40.156 - Info: [  16.5769 ] Bootloader version 01.00.0000
16:45:40.156 - Info: [  16.6106 ] Erasing sdmmc_boot: 3 ......... [Done]
16:45:40.167 - Info: [  16.6217 ] Writing partition secondary_gpt with gpt_secondary_0_3.bin
16:45:40.171 - Info: [  16.6219 ] [................................................] 100%
16:45:40.171 - Info: 
16:45:40.180 - Info: 
16:45:40.180 - Info: [  16.6348 ] Erasing sdmmc_user: 3 ......... [Done]
16:45:41.081 - Info: [  17.5357 ] Writing partition master_boot_record with mbr_1_3.bin
16:45:41.085 - Info: [  17.5370 ] [................................................] 100%
16:45:41.086 - Info: 
16:45:41.086 - Info: [  17.5408 ] Writing partition primary_gpt with gpt_primary_1_3.bin
16:45:41.091 - Info: [  17.5417 ] [................................................] 100%
16:45:41.091 - Info: 
16:45:41.101 - Info: [  17.5460 ] Writing partition secondary_gpt with gpt_secondary_1_3.bin
16:45:41.105 - Info: [  17.5558 ] [................................................] 100%
16:45:41.105 - Info: 
16:45:41.113 - Info: 
16:45:41.113 - Info: [  17.5683 ] Writing partition mb1 with mb1_prod.bin.encrypt
16:45:41.120 - Info: [  17.5686 ] [................................................] 100%
16:45:41.120 - Info: 
16:45:41.125 - Info: [  17.5752 ] Writing partition mb1_b with mb1_prod.bin.encrypt
16:45:41.132 - Info: [  17.5803 ] [................................................] 100%
16:45:41.132 - Info: 
16:45:41.136 - Info: [  17.5871 ] Writing partition spe-fw with spe_sigheader.bin.encrypt
16:45:41.143 - Info: [  17.5915 ] [................................................] 100%
16:45:41.143 - Info: 
16:45:41.149 - Info: [  17.5981 ] Writing partition spe-fw_b with spe_sigheader.bin.encrypt
16:45:41.156 - Info: [  17.6037 ] [................................................] 100%
16:45:41.156 - Info: 
16:45:41.161 - Info: [  17.6109 ] Writing partition mb2 with nvtboot_sigheader.bin.encrypt
16:45:41.169 - Info: [  17.6165 ] [................................................] 100%
16:45:41.169 - Info: 
16:45:41.175 - Info: [  17.6237 ] Writing partition mb2_b with nvtboot_sigheader.bin.encrypt
16:45:41.182 - Info: [  17.6298 ] [................................................] 100%
16:45:41.182 - Info: 
16:45:41.188 - Info: [  17.6371 ] Writing partition mts-preboot with preboot_d15_prod_cr_sigheader.bin.encrypt
16:45:41.194 - Info: [  17.6429 ] [................................................] 100%
16:45:41.194 - Info: 
16:45:41.199 - Info: [  17.6492 ] Writing partition mts-preboot_b with preboot_d15_prod_cr_sigheader.bin.encrypt
16:45:41.205 - Info: [  17.6539 ] [................................................] 100%
16:45:41.205 - Info: 
16:45:41.208 - Info: [  17.6601 ] Writing partition SMD with slot_metadata.bin
16:45:41.219 - Info: [  17.6635 ] [................................................] 100%
16:45:41.219 - Info: 
16:45:41.221 - Info: [  17.6742 ] Writing partition SMD_b with slot_metadata.bin
16:45:41.225 - Info: [  17.6761 ] [................................................] 100%
16:45:41.226 - Info: 
16:45:41.227 - Info: [  17.6805 ] Writing partition VER_b with emmc_bootblob_ver.txt
16:45:41.232 - Info: [  17.6824 ] [................................................] 100%
16:45:41.232 - Info: 
16:45:41.234 - Info: [  17.6868 ] Writing partition VER with emmc_bootblob_ver.txt
16:45:41.238 - Info: [  17.6892 ] [................................................] 100%
16:45:41.238 - Info: 
16:45:41.240 - Info: [  17.6933 ] Writing partition master_boot_record with mbr_1_3.bin
16:45:41.244 - Info: [  17.6953 ] [................................................] 100%
16:45:41.244 - Info: 
16:45:41.246 - Info: [  17.6993 ] Writing partition APP with system.img

...

16:49:30.650 - Info: 
16:49:30.654 - Info: [ 247.1044 ] Writing partition recovery-dtb with tegra186-p3636-0001-p3509-0000-a01.dtb_sigheader.rec.encrypt
16:49:30.664 - Info: [ 247.1109 ] [................................................] 100%
16:49:30.664 - Info: 
16:49:30.670 - Info: [ 247.1188 ] Writing partition kernel-bootctrl with kernel_bootctrl.bin
16:49:30.682 - Info: [ 247.1253 ] [................................................] 100%
16:49:30.682 - Info: 
16:49:30.684 - Info: [ 247.1369 ] Writing partition kernel-bootctrl_b with kernel_bootctrl.bin
16:49:30.689 - Info: [ 247.1389 ] [................................................] 100%
16:49:30.689 - Info: 
16:49:30.691 - Info: [ 247.1441 ] Writing partition kernel with boot_sigheader.img.encrypt
16:49:30.711 - Info: [ 247.1459 ] [................................................] 100%
16:49:30.712 - Info: 
16:49:30.723 - Info: [ 247.1664 ] Writing partition kernel_b with boot_sigheader.img.encrypt
16:49:30.744 - Info: [ 247.1782 ] [................................................] 100%
16:49:30.744 - Info: 
16:49:30.756 - Info: [ 247.1989 ] Writing partition kernel-dtb with kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:49:30.765 - Info: [ 247.2112 ] [................................................] 100%
16:49:30.766 - Info: 
16:49:30.772 - Info: [ 247.2204 ] Writing partition kernel-dtb_b with kernel_tegra186-p3636-0001-p3509-0000-a01_sigheader.dtb.encrypt
16:49:30.781 - Info: [ 247.2269 ] [................................................] 100%
16:49:30.781 - Info: 
16:49:30.819 - Info: [ 247.2424 ] 
16:49:30.819 - Info: [ 247.2445 ] tegradevflash_v2 --write BCT br_bct_BR.bct
16:49:30.819 - Info: [ 247.2452 ] Bootloader version 01.00.0000
16:49:30.820 - Info: [ 247.2745 ] Writing partition BCT with br_bct_BR.bct
16:49:30.824 - Info: [ 247.2747 ] [................................................] 100%
16:49:30.824 - Info: 
16:49:30.860 - Info: [ 247.2845 ] 
16:49:30.860 - Info: [ 247.2875 ] tegradevflash_v2 --write MB1_BCT mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
16:49:30.860 - Info: [ 247.2884 ] Bootloader version 01.00.0000
16:49:30.860 - Info: [ 247.3145 ] Writing partition MB1_BCT with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
16:49:30.865 - Info: [ 247.3150 ] [................................................] 100%
16:49:30.865 - Info: 
16:49:30.900 - Info: [ 247.3247 ] 
16:49:30.900 - Info: [ 247.3268 ] tegradevflash_v2 --write MB1_BCT_b mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
16:49:30.900 - Info: [ 247.3275 ] Bootloader version 01.00.0000
16:49:30.900 - Info: [ 247.3546 ] Writing partition MB1_BCT_b with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
16:49:30.905 - Info: [ 247.3551 ] [................................................] 100%
16:49:30.906 - Info: 
16:49:30.939 - Info: [ 247.3651 ] 
16:49:30.939 - Info: [ 247.3651 ] Flashing completed
16:49:30.939 - Info: 
16:49:30.939 - Info: [ 247.3651 ] Coldbooting the device
16:49:30.939 - Info: [ 247.3672 ] tegradevflash_v2 --reboot coldboot
16:49:30.939 - Info: [ 247.3679 ] Bootloader version 01.00.0000
16:49:32.990 - Info: [ 247.3990 ] 
16:49:32.998 - Info: *** The target t186ref has been flashed successfully. ***
16:49:32.998 - Info: Reset the board to boot from internal eMMC.
16:49:32.998 - Info: 
16:49:53.008 - Info: [ Component Install Finished Successfully ]16:49:53.008 - Info: [host] [ 8.35 MB released. Disk Avail on Partition /dev/nvme0n1p2: 34.58 GB ]16:49:53.008 - Info: [ NV_L4T_FLASH_TX2_WITH_OS_IMAGE_COMP Install took 6m11s ]

If new jetpack can flash those modules, it means PCN is related.

Thank you. Looks like its to do with the addition of the DRAM as part of the PCN release 06/12/23.

A few questions with this in mind:

Is there an overlay/patch file that can be applied to fix this?

How do we know which which PCN affect which boards?

Is there a way to sign up for notification of PCN? This risk for us is that we recieve a new batch with changes without being prepared a head of time.

Thank you for your suport.

You should read the PCN that is related to TX2NX PCN in above link I shared. Each link will tell you whether your module got affected or not.

We don’t guarantee each old BSP will always have the overlay for your module. If there is, the L4T archive page will have it.

If it is not there, then we would suggest you upgrade to new BSP.

Sorry my fault, i didnt realise there was a pdf describing the changes and actions required. In the pdf it states,

"For customers using older versions of JetPack who are not able to update to the above version or later, please contact your NVIDIA support representative to discuss possibilities for patching. "

Is this right forum for requesting support for patching?

The PCN states that to make older version of JetPack work, theyll need “Appropriate BCT and DVFS changes required by the Micron memory device”, if you could point me in the right direction to find the 4.6.5 BTC and DVFS, I should be able to replace the files in 4.6 myself.

Hi,

We don’t provide the overlay on the forum. Please contact the window that you bought the modules.

Also, you won’t find BCT or DVFS here…

1 Like

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