I re-compiled and flashed dtbs to my xavier board several times(because I have to test my dtb is ok or not) ok via command “sudo ./flash.sh -k kernel-dtb jetson-xavier-nx-devkit mmcblk0p1”.
But, after some times(more than thirty times), it could not work now, and blocking with a log “tegrarcm_v2 --isapplet”.
the whole log as following:
sudo ./flash.sh -k kernel-dtb jetson-xavier-nx-devkit mmcblk0p1
###############################################################################
L4T BSP Information:
R32 , REVISION: 4.4
###############################################################################
Target Board Information:
Name: jetson-xavier-nx-devkit, Board Family: t186ref, SoC: Tegra 194,
OpMode: production, Boot Authentication: NS,
###############################################################################
copying soft_fuses(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
./tegraflash.py --chip 0x19 --applet “/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod.bin” --skipuid --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --bins “mb2_applet nvtboot_applet_t194.bin” --cmd “dump eeprom boardinfo cvm.bin;reboot recovery”
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
[ 0.0028 ] Generating RCM messages
[ 0.0035 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[ 0.0041 ] Header already present for /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[ 0.0063 ]
[ 0.0069 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0075 ] Assuming zero filled SBK key
[ 0.0076 ]
[ 0.0083 ] tegrasign_v2 --key None --file /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0089 ] Assuming zero filled SBK key
[ 0.0093 ]
[ 0.0100 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[ 0.0127 ]
[ 0.0134 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[ 0.0141 ]
[ 0.0148 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[ 0.0154 ] RCM 0 is saved as rcm_0.rcm
[ 0.0175 ] RCM 1 is saved as rcm_1.rcm
[ 0.0176 ] RCM 2 is saved as rcm_2.rcm
[ 0.0176 ] List of rcm files are saved in rcm_list.xml
[ 0.0176 ]
[ 0.0176 ] Signing RCM messages
[ 0.0183 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.0196 ] Assuming zero filled SBK key
[ 0.0201 ]
[ 0.0201 ] Copying signature to RCM mesages
[ 0.0210 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.0220 ]
[ 0.0221 ] Boot Rom communication
[ 0.0227 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0233 ] RCM version 0X190001
[ 0.0242 ] Boot Rom communication completed
[ 1.0403 ]
[ 2.0449 ] tegrarcm_v2 --isapplet
[ 2.0480 ] Applet version 01.00.0000
[ 2.0514 ]
[ 2.0547 ] tegrarcm_v2 --ismb2
[ 2.0748 ]
[ 2.0758 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[ 2.0766 ]
[ 2.0771 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[ 2.0777 ] adding BCH for nvtboot_applet_t194.bin
[ 2.0793 ]
[ 2.0801 ] tegrasign_v2 --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 2.0807 ] Assuming zero filled SBK key
[ 2.0809 ]
[ 2.0822 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[ 2.0836 ]
[ 2.0843 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[ 2.0849 ] Applet version 01.00.0000
[ 2.1003 ] Sending mb2
[ 2.1003 ] […] 100%
[ 2.1158 ]
[ 2.1191 ] tegrarcm_v2 --boot recovery
[ 2.1223 ] Applet version 01.00.0000
[ 2.1414 ]
[ 3.1460 ] tegrarcm_v2 --isapplet
[ 3.1653 ]
[ 3.1688 ] tegrarcm_v2 --ismb2
[ 3.1719 ] MB2 Applet version 01.00.0000
[ 3.1887 ]
[ 3.1921 ] tegrarcm_v2 --ismb2
[ 3.1952 ] MB2 Applet version 01.00.0000
[ 3.2115 ]
[ 3.2149 ] Retrieving EEPROM data
[ 3.2152 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/cvm.bin
[ 3.2182 ] MB2 Applet version 01.00.0000
[ 3.2396 ] Saved platform info in /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/cvm.bin
[ 3.2744 ]
[ 3.2745 ] Rebooting to recovery mode
[ 3.2753 ] tegrarcm_v2 --ismb2
[ 3.2760 ] MB2 Applet version 01.00.0000
[ 3.2904 ]
[ 3.2905 ] Rebooting to recovery mode
[ 3.2912 ] tegrarcm_v2 --reboot recovery
[ 3.2918 ] MB2 Applet version 01.00.0000
[ 3.3281 ]
Board ID(3668) version(200) sku(0000) revision(H.0)
copying bctfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg)… done.
copying bctfile1(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)… done.
copying device_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-qspi-p3668.cfg)… done.
copying misc_cold_boot_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)… done.
copying misc_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)… done.
copying pinmux_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p3668-a01.cfg)… done.
copying gpioint_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg)… done.
copying pmic_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p3668-0001-a00.cfg)… done.
copying pmc_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p3668-a01.cfg)… done.
copying prod_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p3668-0001-a00.cfg)… done.
copying scr_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)… done.
copying scr_cold_boot_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)… done.
copying bootrom_config(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p3668-0001-a00.cfg)… done.
copying dev_params(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-qspi.cfg)… done.
Existing bootloader(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/l4t_initrd.img)… done.
populating kernel to rootfs… done.
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.0038 ] Generating signature
[ 0.0048 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0055 ] Assuming zero filled SBK key
[ 0.0058 ]
[ 0.0058 ] header_magic: c05614
[ 0.0067 ] tegrahost_v2 --chip 0x19 --align 1_Image
[ 0.0074 ]
[ 0.0082 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_Image zerosbk
[ 0.0090 ] adding BCH for 1_Image
[ 0.5689 ]
[ 0.5703 ] tegrasign_v2 --key --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
[ 0.5709 ] Assuming zero filled SBK key
[ 0.6023 ]
[ 0.6038 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[ 1.1085 ]
[ 1.1672 ] Signed file: /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/Image_sigheader.encrypt
Generate header for Image_sigheader.encrypt
Generate 16-byte-size-aligned base file for Image_sigheader.encrypt
Remove temporary file
done.
populating initrd to rootfs… done.
populating /home/darkstar/Work/NVIDIA/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb to rootfs… done.
Making Boot image… done.
Existing sosfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
copying bpfdtbfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p3668-a00.dtb)… done.
Existing scefile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing drameccfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/dram-ecc.bin) reused.
Existing badpagefile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/badpage.bin) reused.
Existing wb0boot(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
copying dtbfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)… done.
Copying nv_boot_control.conf to rootfs
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.0027 ] Generating signature
[ 0.0034 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0042 ] Assuming zero filled SBK key
[ 0.0042 ]
[ 0.0042 ] header_magic: d00dfeed
[ 0.0049 ] tegrahost_v2 --chip 0x19 --align 1_tegra194-p3668-all-p3509-0000.dtb
[ 0.0058 ]
[ 0.0065 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_tegra194-p3668-all-p3509-0000.dtb zerosbk
[ 0.0072 ] adding BCH for 1_tegra194-p3668-all-p3509-0000.dtb
[ 0.0104 ]
[ 0.0111 ] tegrasign_v2 --key --list 1_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 0.0118 ] Assuming zero filled SBK key
[ 0.0121 ]
[ 0.0133 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt 1_tegra194-p3668-all-p3509-0000_sigheader.dtb.hash zerosbk
[ 0.0157 ]
[ 0.0159 ] Signed file: /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
Generate header for tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
Generate 16-byte-size-aligned base file for tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
Remove temporary file
done.
Existing tbcfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)… done.
copying cfgfile(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t194_spi_sd_p3668.xml) to flash.xml… done.
Existing flasher(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/tegraflash.py) reused.
*** Updating [kernel-dtb] with tegra194-p3668-all-p3509-0000.dtb ***
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --chip 0x19 --applet mb1_t194_prod.bin --sdram_config tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg,tegra194-memcfg-sw-override.cfg --device_config tegra19x-mb1-bct-device-qspi-p3668.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p3668-a01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --pmic_config tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --pmc_config tegra19x-mb1-padvoltage-p3668-a01.cfg --prod_config tegra19x-mb1-prod-p3668-0001-a00.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --br_cmd_config tegra194-mb1-bct-reset-p3668-0001-a00.cfg --dev_params tegra194-br-bct-qspi.cfg --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --cfg flash.xml --bin “mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p3668-a00.dtb; spe_fw spe_t194.bin; tlk tos-trusty_t194.img; eks eks.img; bootloader_dtb tegra194-p3668-all-p3509-0000.dtb” --odmdata 0xB8190000 --cmd “erase kernel-dtb; signwrite kernel-dtb tegra194-p3668-all-p3509-0000.dtb; reboot”
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.0115 ] Generating RCM messages
[ 0.0124 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[ 0.0131 ] Header already present for mb1_t194_prod.bin
[ 0.0155 ]
[ 0.0162 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0169 ] Assuming zero filled SBK key
[ 0.0170 ]
[ 0.0177 ] tegrasign_v2 --key None --file mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0184 ] Assuming zero filled SBK key
[ 0.0188 ]
[ 0.0195 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[ 0.0238 ]
[ 0.0245 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[ 0.0251 ]
[ 0.0258 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[ 0.0265 ] RCM 0 is saved as rcm_0.rcm
[ 0.0286 ] RCM 1 is saved as rcm_1.rcm
[ 0.0286 ] RCM 2 is saved as rcm_2.rcm
[ 0.0286 ] List of rcm files are saved in rcm_list.xml
[ 0.0286 ]
[ 0.0286 ] Signing RCM messages
[ 0.0293 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.0299 ] Assuming zero filled SBK key
[ 0.0304 ]
[ 0.0304 ] Copying signature to RCM mesages
[ 0.0310 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.0321 ]
[ 0.0321 ] Boot Rom communication
[ 0.0328 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[ 0.0335 ] BR_CID: 0x88021911647076c210000000030200c0
[ 0.0342 ] RCM version 0X190001
[ 0.0465 ] Boot Rom communication completed
[ 1.0627 ]
[ 2.0676 ] tegrarcm_v2 --isapplet
[ 2.0707 ] Applet version 01.00.0000
[ 2.0854 ]
[ 2.0891 ] tegrasign_v2 --key None --getmode mode.txt
[ 2.0926 ] Assuming zero filled SBK key
[ 2.0930 ]
[ 2.0932 ] Parsing partition layout
[ 2.0965 ] tegraparser_v2 --pt flash.xml.tmp
[ 2.1018 ]
[ 2.1019 ] Creating list of images to be signed
[ 2.1053 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
[ 2.1080 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 2.1094 ] Header already present for mb1_t194_prod_sigheader.bin
[ 2.1104 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 2.1160 ] Header already present for mb1_t194_prod_sigheader.bin
[ 2.1166 ] adding BCH for spe_t194.bin
[ 2.1219 ] adding BCH for spe_t194.bin
[ 2.1257 ] adding BCH for nvtboot_t194.bin
[ 2.1288 ] adding BCH for nvtboot_t194.bin
[ 2.1339 ] Header already present for preboot_c10_prod_cr.bin
[ 2.1382 ] Header already present for preboot_c10_prod_cr.bin
[ 2.1385 ] Header already present for mce_c10_prod_cr.bin
[ 2.1388 ] Header already present for mce_c10_prod_cr.bin
[ 2.1405 ] adding BCH for mts_c10_prod_cr.bin
[ 2.1437 ] adding BCH for mts_c10_prod_cr.bin
[ 2.1980 ] Header already present for warmboot_t194_prod.bin
[ 2.2531 ] Header already present for warmboot_t194_prod.bin
[ 2.2535 ] adding BCH for cboot_t194.bin
[ 2.2540 ] adding BCH for cboot_t194.bin
[ 2.2608 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 2.2677 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 2.2707 ] adding BCH for tos-trusty_t194.img
[ 2.2737 ] adding BCH for tos-trusty_t194.img
[ 2.2794 ] adding BCH for eks.img
[ 2.2851 ] adding BCH for eks.img
[ 2.2852 ] adding BCH for adsp-fw.bin
[ 2.2853 ] adding BCH for adsp-fw.bin
[ 2.2870 ] adding BCH for camera-rtcpu-rce.img
[ 2.2888 ] adding BCH for camera-rtcpu-rce.img
[ 2.2930 ] adding BCH for bpmp_t194.bin
[ 2.2975 ] adding BCH for bpmp_t194.bin
[ 2.3114 ] adding BCH for tegra194-a02-bpmp-p3668-a00.dtb
[ 2.3251 ] adding BCH for tegra194-a02-bpmp-p3668-a00.dtb
[ 2.3287 ] adding BCH for boot.img
[ 2.3487 ] adding BCH for boot.img
[ 3.0134 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 4.0312 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 4.0611 ]
[ 4.0612 ] Filling MB1 storage info
[ 4.0612 ] Generating br-bct
[ 4.0631 ] Performing cfg overlay
[ 4.0632 ] [‘tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg’, ‘tegra194-memcfg-sw-override.cfg’]
[ 4.0644 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg -s tegra194-memcfg-sw-override.cfg -o /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg
[ 4.0909 ]
[ 4.0910 ] Updating dev and MSS params in BR BCT
[ 4.0910 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 4.1113 ]
[ 4.1113 ] Updating bl info
[ 4.1122 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[ 4.1139 ]
[ 4.1139 ] Generating signatures
[ 4.1146 ] tegrasign_v2 --key None --list images_list.xml --pubkeyhash pub_key.key
[ 4.1152 ] Assuming zero filled SBK key
[ 4.5399 ]
[ 4.5400 ] Send BCT from Host
[ 4.5401 ] Generating br-bct
[ 4.5435 ] Performing cfg overlay
[ 4.5436 ] [‘/home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg’]
[ 4.5436 ] Updating dev and MSS params in BR BCT
[ 4.5438 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 4.6009 ]
[ 4.6009 ] Updating bl info
[ 4.6019 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 4.6044 ]
[ 4.6044 ] Updating smd info
[ 4.6052 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[ 4.6062 ]
[ 4.6062 ] Updating Odmdata
[ 4.6069 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0xB8190000
[ 4.6078 ]
[ 4.6079 ] Get Signed section of bct
[ 4.6086 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[ 4.6094 ]
[ 4.6101 ] tegrasign_v2 --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 4.6108 ] Assuming zero filled SBK key
[ 4.6109 ]
[ 4.6109 ] Updating BCT with signature
[ 4.6116 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[ 4.6124 ]
[ 4.6124 ] Generating coldboot mb1-bct
[ 4.6132 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --pinmux tegra19x-mb1-pinmux-p3668-a01.cfg --pmc tegra19x-mb1-padvoltage-p3668-a01.cfg --pmic tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --brcommand tegra194-mb1-bct-reset-p3668-0001-a00.cfg --prod tegra19x-mb1-prod-p3668-0001-a00.cfg --gpioint tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --device tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 4.6138 ] MB1-BCT version: 0x1
[ 4.6140 ] Parsing config file :tegra19x-mb1-pinmux-p3668-a01.cfg
[ 4.6142 ] Added Platform Config 0 data with size :- 2496
[ 4.6150 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini-p3668.cfg
[ 4.6152 ] Added Platform Config 1 data with size :- 19640
[ 4.6242 ] Parsing config file :tegra19x-mb1-padvoltage-p3668-a01.cfg
[ 4.6244 ] Added Platform Config 2 data with size :- 24
[ 4.6246 ] Parsing config file :tegra194-mb1-bct-pmic-p3668-0001-a00.cfg
[ 4.6248 ] Added Platform Config 4 data with size :- 348
[ 4.6250 ] Parsing config file :tegra194-mb1-bct-reset-p3668-0001-a00.cfg
[ 4.6252 ] Added Platform Config 3 data with size :- 92
[ 4.6252 ]
[ 4.6252 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg
[ 4.6252 ] Added Platform Config 5 data with size :- 128
[ 4.6252 ]
[ 4.6252 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg
[ 4.6252 ] Added Platform Config 7 data with size :- 392
[ 4.6252 ]
[ 4.6252 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 4.6252 ] Added Platform Config 9 data with size :- 40
[ 4.6252 ]
[ 4.6252 ] Updating mb1-bct with firmware information
[ 4.6260 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 4.6266 ] MB1-BCT version: 0x1
[ 4.6268 ]
[ 4.6269 ] Updating mb1-bct with storage information
[ 4.6275 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 4.6281 ] MB1-BCT version: 0x1
[ 4.6283 ]
[ 4.6290 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[ 4.6296 ]
[ 4.6302 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[ 4.6309 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[ 4.6314 ]
[ 4.6321 ] tegrasign_v2 --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 4.6328 ] Assuming zero filled SBK key
[ 4.6329 ]
[ 4.6338 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[ 4.6348 ]
[ 4.6348 ] Generating recovery mb1-bct
[ 4.6356 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --pinmux tegra19x-mb1-pinmux-p3668-a01.cfg --pmc tegra19x-mb1-padvoltage-p3668-a01.cfg --pmic tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --brcommand tegra194-mb1-bct-reset-p3668-0001-a00.cfg --prod tegra19x-mb1-prod-p3668-0001-a00.cfg --gpioint tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --device tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 4.6363 ] MB1-BCT version: 0x1
[ 4.6365 ] Parsing config file :tegra19x-mb1-pinmux-p3668-a01.cfg
[ 4.6368 ] Added Platform Config 0 data with size :- 2496
[ 4.6377 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini-p3668.cfg
[ 4.6379 ] Added Platform Config 1 data with size :- 19640
[ 4.6468 ] Parsing config file :tegra19x-mb1-padvoltage-p3668-a01.cfg
[ 4.6470 ] Added Platform Config 2 data with size :- 24
[ 4.6471 ] Parsing config file :tegra194-mb1-bct-pmic-p3668-0001-a00.cfg
[ 4.6473 ] Added Platform Config 4 data with size :- 348
[ 4.6475 ] Parsing config file :tegra194-mb1-bct-reset-p3668-0001-a00.cfg
[ 4.6477 ] Added Platform Config 3 data with size :- 92
[ 4.6477 ]
[ 4.6477 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg
[ 4.6477 ] Added Platform Config 5 data with size :- 128
[ 4.6477 ]
[ 4.6477 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg
[ 4.6477 ] Added Platform Config 7 data with size :- 392
[ 4.6477 ]
[ 4.6477 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 4.6477 ] Added Platform Config 9 data with size :- 40
[ 4.6477 ]
[ 4.6477 ] Updating mb1-bct with firmware information
[ 4.6487 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 4.6495 ] MB1-BCT version: 0x1
[ 4.6497 ]
[ 4.6497 ] Updating mb1-bct with storage information
[ 4.6504 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 4.6511 ] MB1-BCT version: 0x1
[ 4.6514 ]
[ 4.6522 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[ 4.6530 ]
[ 4.6537 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_bct_MB1.bct zerosbk
[ 4.6544 ] adding BCH for mb1_bct_MB1.bct
[ 4.6549 ]
[ 4.6558 ] tegrasign_v2 --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 4.6565 ] Assuming zero filled SBK key
[ 4.6567 ]
[ 4.6576 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[ 4.6585 ]
[ 4.6586 ] Generating coldboot mem-bct
[ 4.6593 ] tegrabct_v2 --chip 0x19 0 --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --membct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_1.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_2.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_3.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_4.bct
[ 4.6599 ] Packing sdram param for instance[0]
[ 4.6795 ] Packing sdram param for instance[1]
[ 4.6796 ] Packing sdram param for instance[2]
[ 4.6798 ] Packing sdram param for instance[3]
[ 4.6798 ] Packing sdram param for instance[4]
[ 4.6798 ] Packing sdram param for instance[5]
[ 4.6798 ] Packing sdram param for instance[6]
[ 4.6798 ] Packing sdram param for instance[7]
[ 4.6798 ] Packing sdram param for instance[8]
[ 4.6798 ] Packing sdram param for instance[9]
[ 4.6798 ] Packing sdram param for instance[10]
[ 4.6798 ] Packing sdram param for instance[11]
[ 4.6798 ] Packing sdram param for instance[12]
[ 4.6798 ] Packing sdram param for instance[13]
[ 4.6798 ] Packing sdram param for instance[14]
[ 4.6798 ] Packing sdram param for instance[15]
[ 4.6798 ]
[ 4.6798 ] Getting sector size from pt
[ 4.6808 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 4.6816 ]
[ 4.6817 ] BlockSize read from layout is 200
[ 4.6825 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_1.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_2.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_3.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_4.bct
[ 4.6832 ] adding BCH for /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_1.bct
[ 4.6853 ]
[ 4.6861 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[ 4.6869 ]
[ 4.6878 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_coldboot.bct zerosbk
[ 4.6885 ] Header already present for mem_coldboot.bct
[ 4.6888 ]
[ 4.6897 ] tegrasign_v2 --key None --list mem_coldboot_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 4.6905 ] Assuming zero filled SBK key
[ 4.6908 ]
[ 4.6920 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[ 4.6931 ]
[ 4.6931 ] Generating recovery mem-bct
[ 4.6939 ] tegrabct_v2 --chip 0x19 0 --sdram /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1.cfg --membct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_1.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_2.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_3.bct /home/darkstar/Work/NVIDIA/Linux_for_Tegra/bootloader/83187/tmpQ_iGQF1_4.bct
[ 4.6947 ] Packing sdram param for instance[0]
[ 4.7155 ] Packing sdram param for instance[1]
[ 4.7156 ] Packing sdram param for instance[2]
[ 4.7158 ] Packing sdram param for instance[3]
[ 4.7159 ] Packing sdram param for instance[4]
[ 4.7159 ] Packing sdram param for instance[5]
[ 4.7159 ] Packing sdram param for instance[6]
[ 4.7159 ] Packing sdram param for instance[7]
[ 4.7159 ] Packing sdram param for instance[8]
[ 4.7159 ] Packing sdram param for instance[9]
[ 4.7159 ] Packing sdram param for instance[10]
[ 4.7159 ] Packing sdram param for instance[11]
[ 4.7159 ] Packing sdram param for instance[12]
[ 4.7159 ] Packing sdram param for instance[13]
[ 4.7159 ] Packing sdram param for instance[14]
[ 4.7159 ] Packing sdram param for instance[15]
[ 4.7159 ]
[ 4.7169 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[ 4.7176 ]
[ 4.7183 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_rcm.bct zerosbk
[ 4.7190 ] adding BCH for mem_rcm.bct
[ 4.7201 ]
[ 4.7211 ] tegrasign_v2 --key None --list mem_rcm_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 4.7218 ] Assuming zero filled SBK key
[ 4.7221 ]
[ 4.7231 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[ 4.7244 ]
[ 4.7244 ] Sending BCTs
[ 4.7251 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt
[ 4.7259 ] Applet version 01.00.0000
[ 4.7278 ] Sending bct_bootrom
[ 4.7278 ] […] 100%
[ 4.7290 ] Sending bct_mb1
[ 4.7343 ] […] 100%
[ 4.7392 ] Sending bct_mem
[ 4.7882 ] […] 100%
[ 4.8624 ]
[ 4.8625 ] Generating blob
[ 4.8650 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194.bin
[ 4.8676 ]
[ 4.8704 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --appendsigheader blob_nvtboot_recovery_cpu_t194.bin zerosbk
[ 4.8736 ] adding BCH for blob_nvtboot_recovery_cpu_t194.bin
[ 4.8958 ]
[ 4.8990 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_cpu_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 4.9012 ] Assuming zero filled SBK key
[ 4.9021 ]
[ 4.9045 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_sigheader.bin.hash zerosbk
[ 4.9109 ]
[ 4.9123 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194.bin
[ 4.9134 ]
[ 4.9146 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --appendsigheader blob_nvtboot_recovery_t194.bin zerosbk
[ 4.9157 ] adding BCH for blob_nvtboot_recovery_t194.bin
[ 4.9189 ]
[ 4.9203 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 4.9212 ] Assuming zero filled SBK key
[ 4.9216 ]
[ 4.9228 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_sigheader.bin.encrypt blob_nvtboot_recovery_t194_sigheader.bin.hash zerosbk
[ 4.9251 ]
[ 4.9261 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr.bin
[ 4.9269 ]
[ 4.9277 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr.bin zerosbk
[ 4.9284 ] Header already present for blob_preboot_c10_prod_cr.bin
[ 4.9287 ]
[ 4.9296 ] tegrasign_v2 --key None --list blob_preboot_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 4.9304 ] Assuming zero filled SBK key
[ 4.9306 ]
[ 4.9315 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_sigheader.bin.encrypt blob_preboot_c10_prod_cr_sigheader.bin.hash zerosbk
[ 4.9325 ]
[ 4.9333 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr.bin
[ 4.9340 ]
[ 4.9347 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr.bin zerosbk
[ 4.9354 ] Header already present for blob_mce_c10_prod_cr.bin
[ 4.9367 ]
[ 4.9375 ] tegrasign_v2 --key None --list blob_mce_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 4.9382 ] Assuming zero filled SBK key
[ 4.9384 ]
[ 4.9394 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_sigheader.bin.encrypt blob_mce_c10_prod_cr_sigheader.bin.hash zerosbk
[ 4.9413 ]
[ 4.9420 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr.bin
[ 4.9427 ]
[ 4.9433 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr.bin zerosbk
[ 4.9440 ] adding BCH for blob_mts_c10_prod_cr.bin
[ 4.9973 ]
[ 4.9983 ] tegrasign_v2 --key None --list blob_mts_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 4.9990 ] Assuming zero filled SBK key
[ 5.0018 ]
[ 5.0030 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_sigheader.bin.encrypt blob_mts_c10_prod_cr_sigheader.bin.hash zerosbk
[ 5.0323 ]
[ 5.0333 ] tegrahost_v2 --chip 0x19 --align blob_bpmp_t194.bin
[ 5.0343 ]
[ 5.0351 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --appendsigheader blob_bpmp_t194.bin zerosbk
[ 5.0359 ] adding BCH for blob_bpmp_t194.bin
[ 5.0496 ]
[ 5.0508 ] tegrasign_v2 --key None --list blob_bpmp_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 5.0515 ] Assuming zero filled SBK key
[ 5.0525 ]
[ 5.0534 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp_t194_sigheader.bin.encrypt blob_bpmp_t194_sigheader.bin.hash zerosbk
[ 5.0613 ]
[ 5.0621 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p3668-a00.dtb
[ 5.0628 ]
[ 5.0639 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --appendsigheader blob_tegra194-a02-bpmp-p3668-a00.dtb zerosbk
[ 5.0645 ] adding BCH for blob_tegra194-a02-bpmp-p3668-a00.dtb
[ 5.0681 ]
[ 5.0691 ] tegrasign_v2 --key None --list blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 5.0698 ] Assuming zero filled SBK key
[ 5.0703 ]
[ 5.0714 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.hash zerosbk
[ 5.0740 ]
[ 5.0747 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194.bin
[ 5.0754 ]
[ 5.0760 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --appendsigheader blob_spe_t194.bin zerosbk
[ 5.0767 ] adding BCH for blob_spe_t194.bin
[ 5.0782 ]
[ 5.0791 ] tegrasign_v2 --key None --list blob_spe_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 5.0797 ] Assuming zero filled SBK key
[ 5.0799 ]
[ 5.0807 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_sigheader.bin.encrypt blob_spe_t194_sigheader.bin.hash zerosbk
[ 5.0822 ]
[ 5.0829 ] tegrahost_v2 --chip 0x19 --align blob_tos-trusty_t194.img
[ 5.0835 ]
[ 5.0842 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --appendsigheader blob_tos-trusty_t194.img zerosbk
[ 5.0848 ] adding BCH for blob_tos-trusty_t194.img
[ 5.0909 ]
[ 5.0919 ] tegrasign_v2 --key None --list blob_tos-trusty_t194_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 5.0928 ] Assuming zero filled SBK key
[ 5.0931 ]
[ 5.0939 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-trusty_t194_sigheader.img.encrypt blob_tos-trusty_t194_sigheader.img.hash zerosbk
[ 5.0977 ]
[ 5.0984 ] tegrahost_v2 --chip 0x19 --align blob_eks.img
[ 5.0991 ]
[ 5.0998 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --appendsigheader blob_eks.img zerosbk
[ 5.1004 ] adding BCH for blob_eks.img
[ 5.1005 ]
[ 5.1013 ] tegrasign_v2 --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 5.1021 ] Assuming zero filled SBK key
[ 5.1023 ]
[ 5.1034 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[ 5.1044 ]
[ 5.1052 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p3668-all-p3509-0000.dtb
[ 5.1060 ]
[ 5.1067 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --appendsigheader blob_tegra194-p3668-all-p3509-0000.dtb zerosbk
[ 5.1073 ] adding BCH for blob_tegra194-p3668-all-p3509-0000.dtb
[ 5.1105 ]
[ 5.1113 ] tegrasign_v2 --key None --list blob_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 5.1120 ] Assuming zero filled SBK key
[ 5.1122 ]
[ 5.1132 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.hash zerosbk
[ 5.1155 ]
[ 5.1163 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[ 5.1170 ] number of images in blob are 11
[ 5.1171 ] blobsize is 5740696
[ 5.1172 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 258288
[ 5.1192 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 129936
[ 5.1196 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[ 5.1202 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 142592
[ 5.1208 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430800
[ 5.1214 ] Added binary blob_bpmp_t194_sigheader.bin.encrypt of size 856112
[ 5.1219 ] Added binary blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt of size 227552
[ 5.1225 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 94960
[ 5.1230 ] Added binary blob_tos-trusty_t194_sigheader.img.encrypt of size 373696
[ 5.1235 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[ 5.1239 ] Added binary blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt of size 197424
[ 5.1250 ]
[ 5.1250 ] Sending bootloader and pre-requisite binaries
[ 5.1260 ] tegrarcm_v2 --download blob blob.bin
[ 5.1268 ] Applet version 01.00.0000
[ 5.1417 ] Sending blob
[ 5.1418 ] […] 100%
[ 5.9520 ]
[ 5.9557 ] tegrarcm_v2 --boot recovery
[ 5.9589 ] Applet version 01.00.0000
[ 5.9798 ]
[ 6.9846 ] tegrarcm_v2 --isapplet
After a long wait, I found:
[ 1114.6519 ]
[ 1114.6556 ] tegrarcm_v2 --ismb2
[ 2206.9181 ]
[ 2206.9470 ] tegradevflash_v2 --iscpubl
[ 2206.9479 ] CPU Bootloader is not running on device.
[ 3299.1852 ]
[ 3300.1902 ] tegrarcm_v2 --isapplet
[ 4391.4514 ]
[ 4391.4550 ] tegrarcm_v2 --ismb2
It seems have a 18mins timeout try, there is something wrong of the bootloader.
And, how to fix it. any hints would be appreciated. Thanks