Xavier flash issue

Hi,
I have been given a Xavier AGX devkit board to fix.
It seems completely stuck at a very early stage of the boot process.
I plugged it correctly, plugged a HDMI cable. When powering it on,
- I have nothing showing up on the screen.
- I have nothing showing up on minicom (/dev/ttyUSB3)

On my host PC:

  • lsusb:
Bus 002 Device 114: ID 0955:7019 NVIDIA Corp. APX
Bus 002 Device 112: ID 0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC
  • dmesg:
[328157.471653] usb 2-3.3: new high-speed USB device number 112 using xhci_hcd
[328157.575582] usb 2-3.3: New USB device found, idVendor=0403, idProduct=6011, bcdDevice= 8.00
[328157.575594] usb 2-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[328157.575598] usb 2-3.3: Product: Quad RS232-HS
[328157.575601] usb 2-3.3: Manufacturer: FTDI
[328157.581994] ftdi_sio 2-3.3:1.0: FTDI USB Serial Device converter detected
[328157.582048] usb 2-3.3: Detected FT4232H
[328157.582428] usb 2-3.3: FTDI USB Serial Device converter now attached to ttyUSB0
[328157.582753] ftdi_sio 2-3.3:1.1: FTDI USB Serial Device converter detected
[328157.582796] usb 2-3.3: Detected FT4232H
[328157.583005] usb 2-3.3: FTDI USB Serial Device converter now attached to ttyUSB1
[328157.583166] ftdi_sio 2-3.3:1.2: FTDI USB Serial Device converter detected
[328157.583197] usb 2-3.3: Detected FT4232H
[328157.583373] usb 2-3.3: FTDI USB Serial Device converter now attached to ttyUSB2
[328157.583503] ftdi_sio 2-3.3:1.3: FTDI USB Serial Device converter detected
[328157.583525] usb 2-3.3: Detected FT4232H
[328157.583710] usb 2-3.3: FTDI USB Serial Device converter now attached to ttyUSB3





[328477.429342] usb 2-5: USB disconnect, device number 111
[328478.433692] usb 2-5: new high-speed USB device number 113 using xhci_hcd
[328478.641303] usb 2-5: New USB device found, idVendor=0955, idProduct=7019, bcdDevice= 1.02
[328478.641315] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[328478.641319] usb 2-5: Product: APX
[328478.641321] usb 2-5: Manufacturer: NVIDIA Corp.

So first idea was trying to flash it starting with the bootloader.
For this I use the docker image provided by Nvidia nvcr.io/nvidia/jetson-linux-flash-x86:r35.2.1

$ export WORKSPACE=/path/to/r35.2.1/Linux_for_Tegra/Linux_for_Tegra
$ docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/workspace nvcr.io/nvidia/jetson-linux-flash-x86:r35.2.1
intodocker $ cd /workspace
intodocker $  ./flash.sh --no-root-check -k EBT jetson-xavier mmcblk1p1
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 2.1
# User release: 0.0
###############################################################################
# Target Board Information:
# Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying soft_fuses(/workspace/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/workspace/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.0065 ] Generating RCM messages
[   0.0082 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /workspace/bootloader/mb1_t194_prod.bin zerosbk
[   0.0091 ] Header already present for /workspace/bootloader/mb1_t194_prod.bin
[   0.0216 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0218 ] Assuming zero filled SBK key
[   0.0239 ] tegrasign_v3.py --file /workspace/bootloader/mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0241 ] Assuming zero filled SBK key
[   0.0308 ] Warning: pub_key.key is not found
[   0.0268 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /workspace/bootloader/mb1_t194_prod_sigheader.bin /workspace/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[   0.0342 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[   0.0396 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /workspace/bootloader/mb1_t194_prod_sigheader.bin 0 0
[   0.0406 ] RCM 0 is saved as rcm_0.rcm
[   0.0431 ] RCM 1 is saved as rcm_1.rcm
[   0.0434 ] RCM 2 is saved as rcm_2.rcm
[   0.0434 ] List of rcm files are saved in rcm_list.xml
[   0.0434 ] 
[   0.0434 ] Signing RCM messages
[   0.0515 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.0517 ] Assuming zero filled SBK key
[   0.0570 ] Warning: pub_key.key is not found
[   0.0510 ] Copying signature to RCM mesages
[   0.0522 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.0545 ] Boot Rom communication
[   0.0566 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[   0.0572 ] RCM version 0X190001
[   0.0579 ] Boot Rom communication completed
[   2.0795 ] tegrarcm_v2 --isapplet
[   2.0816 ] Applet version 01.00.0000
[   2.0871 ] tegrarcm_v2 --ismb2
[   2.0928 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194_aligned.bin
[   2.0960 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194_aligned.bin zerosbk
[   2.0969 ] adding BCH for nvtboot_applet_t194_aligned.bin
[   2.1100 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   2.1102 ] Assuming zero filled SBK key
[   2.1120 ] Warning: pub_key.key is not found
[   2.1070 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_aligned_sigheader.bin.encrypt nvtboot_applet_t194_aligned_sigheader.bin.hash zerosbk
[   2.1119 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[   2.1131 ] Applet version 01.00.0000
[   2.1150 ] Sending mb2
[   2.1150 ] [................................................] 100%
[   2.1331 ] tegrarcm_v2 --boot recovery
[   2.1341 ] Applet version 01.00.0000
[   3.1449 ] tegrarcm_v2 --isapplet
[   3.2254 ] tegrarcm_v2 --ismb2
[   3.2267 ] MB2 Applet version 01.00.0000
[   3.2324 ] tegrarcm_v2 --ismb2
[   3.2330 ] MB2 Applet version 01.00.0000
[   3.2385 ] Retrieving board information
[   3.2411 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[   3.2421 ] MB2 Applet version 01.00.0000
[   3.2468 ] Saved platform info in chip_info.bin
[   3.2511 ] Chip minor revision: 2
[   3.2512 ] Bootrom revision: 0xf
[   3.2513 ] Ram code: 0x2
[   3.2514 ] Chip sku: 0xd0
[   3.2517 ] Chip Sample: non es
[   3.2521 ] Retrieving EEPROM data
[   3.2522 ] tegrarcm_v2 --oem platformdetails eeprom cvm /workspace/bootloader/cvm.bin
[   3.2531 ] MB2 Applet version 01.00.0000
[   3.2573 ] Saved platform info in /workspace/bootloader/cvm.bin
[   3.2984 ] Rebooting to recovery mode
[   3.3018 ] tegrarcm_v2 --ismb2
[   3.3026 ] MB2 Applet version 01.00.0000
[   3.3053 ] Rebooting to recovery mode
[   3.3080 ] tegrarcm_v2 --reboot recovery
[   3.3090 ] MB2 Applet version 01.00.0000
Board ID(2888) FAB(400) sku(0004) revision(L.0)
lz4c installed at /usr/bin/lz4c
Compressing /workspace/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb ...
NVDISP+UEFI in bootloader/nvdisp-init.bin ..
copying bctfile(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)... done.
copying bctfile1(/workspace/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying uphy_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)... done.
copying minratchet_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg)... done.
copying device_config(/workspace/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)... done.
copying misc_cold_boot_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/workspace/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)... done.
copying gpioint_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)... done.
copying pmic_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)... done.
copying pmc_config(/workspace/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)... done.
copying prod_config(/workspace/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)... done.
copying scr_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying scr_cold_boot_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying bootrom_config(/workspace/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)... done.
copying dev_params(/workspace/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)... done.
copying dev_params_b(/workspace/bootloader/t186ref/BCT/tegra194-br-bct_b-sdmmc.cfg)... done.
Existing bootloader(/workspace/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/workspace/bootloader/l4t_initrd.img)... done.
bl is uefi
Making Boot image... done.
Not signing of boot.img
Existing sosfile(/workspace/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/workspace/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/workspace/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/workspace/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/workspace/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/workspace/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/workspace/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/workspace/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/workspace/bootloader/bpmp-2_t194.bin) reused.
Existing bpfdtbfile(/workspace/bootloader/tegra194-a02-bpmp-p2888-a04_lz4.dtb) reused.
Existing scefile(/workspace/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/workspace/bootloader/camera-rtcpu-t194-rce.img) reused.
Existing apefile(/workspace/bootloader/adsp-fw.bin) reused.
Existing spefile(/workspace/bootloader/spe_t194.bin) reused.
Existing wb0boot(/workspace/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/workspace/bootloader/tos-optee_t194.img) reused.
Existing eksfile(/workspace/bootloader/eks_t194.img) reused.
copying soft_fuses(/workspace/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/workspace/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
generating system.img for booting... 
Not signing of kernel-dtb
Existing tbcfile(/workspace/bootloader/nvdisp-init.bin) reused.
131072+0 records in
131072+0 records out
67108864 bytes (67 MB, 64 MiB) copied, 0.112149 s, 598 MB/s
	Sync'ing esp.img ... done.
copying tbcdtbfile(/workspace/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
copying cfgfile(/workspace/bootloader/t186ref/cfg/flash_t194_sdmmc.xml) to flash.xml... done.
done.
Existing flasher(/workspace/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/workspace/bootloader/tegraflash.py) reused.
*** Updating [EBT] with nvtboot_cpu_t194.bin ***
copying overlay_dtb(/workspace/kernel/dtb/L4TConfiguration.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-dual-imx274-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-e3326-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-e3331-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-e3333-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-imx185-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2822-camera-imx390-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2888-0005-overlay.dtbo)... done.
copying overlay_dtb(/workspace/kernel/dtb/tegra194-p2888-0001-p2822-0000-overlay.dtbo)... done.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --bldtb tegra194-p2888-0001-p2822-0000.dtb  --chip 0x19 --applet mb1_t194_prod.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg,tegra194-br-bct_b-sdmmc.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-2_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a04_lz4.dtb; spe_fw spe_t194.bin; tos tos-optee_t194.img; eks eks_t194.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb"  --odmdata 0x9190000  --overlay_dtb L4TConfiguration.dtbo,tegra194-p2822-camera-dual-imx274-overlay.dtbo,tegra194-p2822-camera-e3326-overlay.dtbo,tegra194-p2822-camera-e3331-overlay.dtbo,tegra194-p2822-camera-e3333-overlay.dtbo,tegra194-p2822-camera-imx185-overlay.dtbo,tegra194-p2822-camera-imx390-overlay.dtbo,tegra194-p2888-0005-overlay.dtbo,tegra194-p2888-0001-p2822-0000-overlay.dtbo, --bldtb tegra194-p2888-0001-p2822-0000.dtb  --cmd "signwrite EBT nvtboot_cpu_t194.bin; reboot"  --bct_backup  --boot_chain A  
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.0111 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0113 ] Assuming zero filled SBK key
[   0.0098 ] header_magic: 9000014
[   0.0120 ] tegrahost_v2 --chip 0x19 --align 1_nvtboot_cpu_t194_aligned.bin
[   0.0152 ] tegrahost_v2 --chip 0x19 0 --magicid  --appendsigheader 1_nvtboot_cpu_t194_aligned.bin zerosbk
[   0.0166 ] adding BCH for 1_nvtboot_cpu_t194_aligned.bin
[   0.0241 ] tegrasign_v3.py --key None --list 1_nvtboot_cpu_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   0.0244 ] Assuming zero filled SBK key
[   0.0273 ] Warning: pub_key.key is not found
[   0.0283 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_nvtboot_cpu_t194_aligned_sigheader.bin.encrypt 1_nvtboot_cpu_t194_aligned_sigheader.bin.hash zerosbk
[   0.0319 ] Generating RCM messages
[   0.0333 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[   0.0341 ] Header already present for mb1_t194_prod.bin
[   0.0411 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0413 ] Assuming zero filled SBK key
[   0.0435 ] tegrasign_v3.py --file mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0436 ] Assuming zero filled SBK key
[   0.0454 ] Warning: pub_key.key is not found
[   0.0457 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[   0.0527 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[   0.0560 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.0573 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0585 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0586 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0586 ] 
[   0.0608 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[   0.0615 ] RCM 0 is saved as rcm_0.rcm
[   0.0644 ] RCM 1 is saved as rcm_1.rcm
[   0.0644 ] RCM 2 is saved as rcm_2.rcm
[   0.0644 ] List of rcm files are saved in rcm_list.xml
[   0.0644 ] 
[   0.0644 ] Signing RCM messages
[   0.0683 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.0685 ] Assuming zero filled SBK key
[   0.0726 ] Warning: pub_key.key is not found
[   0.0710 ] Copying signature to RCM mesages
[   0.0732 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.0748 ] Boot Rom communication
[   0.0765 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[   0.0773 ] BR_CID: 0x88021911647218870c0000000a030080
[   0.5883 ] RCM version 0X190001
[   0.5887 ] Boot Rom communication completed
[   2.6100 ] tegrarcm_v2 --isapplet
[   2.6122 ] Applet version 01.00.0000
[   2.6195 ] tegrasign_v3.py --key None --getmode mode.txt
[   2.6198 ] Assuming zero filled SBK key
[   2.6186 ] odmdata (to decode) = 152633344
[   2.6186 ] Odmdata strings: PCIE_XBAR_4_1_0_1_2,UFS_x1_L1,NVHS_PCIE,enable-debug-console,enable-denver-wdt
[   2.6186 ] Bpmp odmdata config: {'pcie-xbar-config': [0, 1, 'PCIE_XBAR_4_1_0_1_2'], 'pcie-c0-endpoint-enable': [1, 0, ''], 'pcie-c4-endpoint-enable': [1, 0, ''], 'ufs-config': [0, 1, 'UFS_x1_L1'], 'sata-enable': [1, 0, ''], 'nvhs-owner': [0, 1, 'PCIE'], 'pcie-c5-endpoint-enable': [1, 0, '']}
[   2.6200 ] bpmp_dtb is compressed; decompressing...
[   2.6200 ] lz4c -df tegra194-a02-bpmp-p2888-a04_lz4.dtb tegra194-a02-bpmp-p2888-a04_lz4_with_odm.dtb
[   2.6225 ] tegra194-a02-bpmp-p2 : decoded 989312 bytes                                    
[   2.6225 ] 
[   2.7476 ] Re-compressing updated bpmp_dtb
[   2.7476 ] lz4c -zf tegra194-a02-bpmp-p2888-a04_lz4_with_odm.dtb tegra194-a02-bpmp-p2888-a04_lz4.dtb
[   2.7508 ] Compressed 989271 bytes into 86508 bytes ==> 8.74%                             
[   2.7508 ] 
[   3.0002 ] Concatenating L4TConfiguration.dtbo,tegra194-p2822-camera-dual-imx274-overlay.dtbo,tegra194-p2822-camera-e3326-overlay.dtbo,tegra194-p2822-camera-e3331-overlay.dtbo,tegra194-p2822-camera-e3333-overlay.dtbo,tegra194-p2822-camera-imx185-overlay.dtbo,tegra194-p2822-camera-imx390-overlay.dtbo,tegra194-p2888-0005-overlay.dtbo,tegra194-p2888-0001-p2822-0000-overlay.dtbo to tegra194-p2888-0001-p2822-0000_with_odm_overlay.dtb
[   3.0007 ] Parsing partition layout
[   3.0040 ] tegraparser_v2 --pt flash.xml.tmp
[   3.0076 ] Creating list of images to be signed
[   3.0100 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[   3.0112 ] MB1: Nvheader already present is mb1_t194_prod_aligned.bin
[   3.0118 ] Header already present for mb1_t194_prod_aligned_sigheader.bin
[   3.0120 ] MB1: Nvheader already present is mb1_b_t194_prod_aligned.bin
[   3.0149 ] Header already present for mb1_b_t194_prod_aligned_sigheader.bin
[   3.0153 ] adding BCH for spe_t194_aligned.bin
[   3.0171 ] adding BCH for nvtboot_t194_aligned.bin
[   3.0194 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   3.0233 ] adding BCH for spe_t194_aligned.bin
[   3.0237 ] adding BCH for nvtboot_t194_aligned.bin
[   3.0260 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   3.0298 ] Header already present for mce_c10_prod_cr_aligned.bin
[   3.0302 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   3.0371 ] adding BCH for nvdisp-init_aligned.bin
[   3.1009 ] adding BCH for tegra194-p2888-0001-p2822-0000_aligned.dtb
[   3.1585 ] adding BCH for tos-optee_t194_aligned.img
[   3.1674 ] adding BCH for eks_t194_aligned.img
[   3.1840 ] adding BCH for bpmp-2_t194_aligned.bin
[   3.1855 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   3.2038 ] adding BCH for xusb_sil_rel_fw_aligned
[   3.2061 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   3.2093 ] adding BCH for adsp-fw_aligned.bin
[   3.2180 ] Header already present for warmboot_t194_prod_aligned.bin
[   3.2256 ] Header already present for mce_c10_prod_cr_aligned.bin
[   3.2267 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   3.2342 ] adding BCH for nvdisp-init_aligned.bin
[   3.2968 ] adding BCH for tegra194-p2888-0001-p2822-0000_aligned.dtb
[   3.3513 ] adding BCH for tos-optee_t194_aligned.img
[   3.3605 ] adding BCH for eks_t194_aligned.img
[   3.3759 ] adding BCH for bpmp-2_t194_aligned.bin
[   3.3778 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   3.3957 ] adding BCH for xusb_sil_rel_fw_aligned
[   3.3975 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   3.4010 ] adding BCH for adsp-fw_aligned.bin
[   3.4105 ] Header already present for warmboot_t194_prod_aligned.bin
[   3.4176 ] Filling MB1 storage info
[   3.4177 ] Parsing dev params for multi chains
[   3.4178 ] Generating br-bct
[   3.4213 ] Performing cfg overlay
[   3.4213 ] ['tegra194-mb1-bct-memcfg-p2888.cfg', 'tegra194-memcfg-sw-override.cfg']
[   3.4216 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p2888.cfg -s tegra194-memcfg-sw-override.cfg -o /workspace/bootloader/2642/tmp4vd3eebf1.cfg
[   3.4764 ] Updating dev and MSS params in BR BCT
[   3.4765 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.5371 ] Updating bl info
[   3.5400 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   3.5419 ] Generating br-bct
[   3.5442 ] Performing cfg overlay
[   3.5442 ] ['/workspace/bootloader/2642/tmp4vd3eebf1.cfg']
[   3.5442 ] Updating dev and MSS params in BR BCT
[   3.5442 ] tegrabct_v2 --dev_param tegra194-br-bct_b-sdmmc.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.6066 ] Updating bl info
[   3.6083 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   3.6109 ] Generating BCT backup image
[   3.6109 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   3.6128 ] 32768+0 records in
[   3.6397 ] 32768+0 records out
[   3.6397 ] 32768 bytes (33 kB, 32 KiB) copied, 0.0263241 s, 1.2 MB/s
[   3.6397 ] 
[   3.6398 ] Concatenating BCT for chain A to bct_backup.img

[   3.6398 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   3.6418 ] 2888+0 records in
[   3.6436 ] 2888+0 records out
[   3.6436 ] 2888 bytes (2.9 kB, 2.8 KiB) copied, 0.00133839 s, 2.2 MB/s
[   3.6436 ] 
[   3.6436 ] Concatenating BCT for chain B to bct_backup.img

[   3.6436 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   3.6452 ] 2888+0 records in
[   3.6468 ] 2888+0 records out
[   3.6469 ] 2888 bytes (2.9 kB, 2.8 KiB) copied, 0.00133857 s, 2.2 MB/s
[   3.6469 ] 
[   3.6469 ] Generating signatures
[   3.6510 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[   3.6512 ] Assuming zero filled SBK key
[   3.7361 ] Warning: pub_key.key is not found
[   3.7345 ] Parsing dev params for multi chains
[   3.7345 ] Generating br-bct
[   3.7371 ] Performing cfg overlay
[   3.7371 ] ['/workspace/bootloader/2642/tmp4vd3eebf1.cfg']
[   3.7371 ] Updating dev and MSS params in BR BCT
[   3.7372 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.8011 ] Updating bl info
[   3.8043 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   3.8068 ] Updating smd info
[   3.8092 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   3.8106 ] Updating Odmdata
[   3.8127 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[   3.8143 ] Signing BCT
[   3.8143 ] Get Signed section of bct
[   3.8176 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   3.8234 ] tegrasign_v3.py --key None --list bct_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   3.8236 ] Assuming zero filled SBK key
[   3.8266 ] Warning: pub_key.key is not found
[   3.8250 ] Updating BCT with signature
[   3.8275 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   3.8288 ] Generating br-bct
[   3.8311 ] Performing cfg overlay
[   3.8311 ] ['/workspace/bootloader/2642/tmp4vd3eebf1.cfg']
[   3.8311 ] Updating dev and MSS params in BR BCT
[   3.8311 ] tegrabct_v2 --dev_param tegra194-br-bct_b-sdmmc.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.8954 ] Updating bl info
[   3.8987 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   3.9017 ] Updating smd info
[   3.9045 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   3.9061 ] Updating Odmdata
[   3.9089 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[   3.9116 ] Signing BCT
[   3.9116 ] Get Signed section of bct
[   3.9132 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   3.9200 ] tegrasign_v3.py --key None --list bct_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   3.9202 ] Assuming zero filled SBK key
[   3.9225 ] Warning: pub_key.key is not found
[   3.9210 ] Updating BCT with signature
[   3.9235 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   3.9250 ] Generating BCT backup image
[   3.9250 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   3.9262 ] 32768+0 records in
[   3.9488 ] 32768+0 records out
[   3.9489 ] 32768 bytes (33 kB, 32 KiB) copied, 0.0218325 s, 1.5 MB/s
[   3.9489 ] 
[   3.9489 ] Concatenating BCT for chain A to bct_backup.img

[   3.9490 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   3.9510 ] 2888+0 records in
[   3.9527 ] 2888+0 records out
[   3.9527 ] 2888 bytes (2.9 kB, 2.8 KiB) copied, 0.00124959 s, 2.3 MB/s
[   3.9527 ] 
[   3.9527 ] Concatenating BCT for chain B to bct_backup.img

[   3.9527 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   3.9537 ] 2888+0 records in
[   3.9554 ] 2888+0 records out
[   3.9555 ] 2888 bytes (2.9 kB, 2.8 KiB) copied, 0.00135019 s, 2.1 MB/s
[   3.9555 ] 
[   3.9555 ] Generating coldboot mb1-bct
[   3.9582 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[   3.9594 ] MB1-BCT version: 0x1

[   3.9597 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[   3.9599 ] Added Platform Config 0 data with size :- 3168

[   3.9610 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[   3.9612 ] Added Platform Config 1 data with size :- 19640

[   3.9690 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[   3.9695 ] Added Platform Config 2 data with size :- 24

[   3.9696 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[   3.9699 ] File read failed
[   3.9699 ] File read failed
[   3.9699 ] Added Platform Config 4 data with size :- 348

[   3.9701 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[   3.9703 ] Added Platform Config 3 data with size :- 92
[   3.9703 ] 
[   3.9703 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[   3.9703 ] Added Platform Config 5 data with size :- 68
[   3.9704 ] 
[   3.9704 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[   3.9704 ] Added Platform Config 7 data with size :- 392
[   3.9704 ] 
[   3.9704 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[   3.9704 ] Added Platform Config 8 data with size :- 12
[   3.9704 ] 
[   3.9704 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[   3.9704 ] Added Platform Config 9 data with size :- 32
[   3.9704 ] 
[   3.9704 ] Updating mb1-bct with firmware information
[   3.9728 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   3.9741 ] Updating mb1-bct with storage information
[   3.9765 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   3.9774 ] Updating mb1-bct with ratchet information
[   3.9794 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   3.9807 ] FwIndex: 1, MinRatchetLevel: 0
[   3.9809 ] FwIndex: 2, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 3, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 4, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 5, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 6, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 7, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 11, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 12, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 13, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 14, MinRatchetLevel: 0
[   3.9810 ] FwIndex: 15, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 16, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 17, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 18, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 19, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 30, MinRatchetLevel: 0
[   3.9811 ] FwIndex: 31, MinRatchetLevel: 0
[   3.9811 ] 
[   3.9834 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1_aligned.bct
[   3.9872 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   3.9882 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   3.9932 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.9933 ] Assuming zero filled SBK key
[   3.9961 ] Warning: pub_key.key is not found
[   3.9972 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   3.9986 ] Generating recovery mb1-bct
[   4.0007 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[   4.0015 ] MB1-BCT version: 0x1

[   4.0018 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[   4.0021 ] Added Platform Config 0 data with size :- 3168

[   4.0036 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[   4.0039 ] Added Platform Config 1 data with size :- 19640

[   4.0106 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[   4.0109 ] Added Platform Config 2 data with size :- 24

[   4.0111 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[   4.0113 ] File read failed
[   4.0114 ] File read failed
[   4.0114 ] Added Platform Config 4 data with size :- 348
[   4.0114 ] 
[   4.0114 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[   4.0114 ] Added Platform Config 3 data with size :- 92
[   4.0114 ] 
[   4.0114 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[   4.0114 ] Added Platform Config 5 data with size :- 68
[   4.0114 ] 
[   4.0114 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[   4.0114 ] Added Platform Config 7 data with size :- 392
[   4.0114 ] 
[   4.0114 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[   4.0114 ] Added Platform Config 8 data with size :- 12
[   4.0114 ] 
[   4.0114 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[   4.0114 ] Added Platform Config 9 data with size :- 32
[   4.0114 ] 
[   4.0115 ] Updating mb1-bct with firmware information
[   4.0136 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[   4.0148 ] Updating mb1-bct with storage information
[   4.0170 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   4.0184 ] Updating mb1-bct with ratchet information
[   4.0205 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   4.0218 ] FwIndex: 1, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 2, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 3, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 4, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 5, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 6, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 7, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 11, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 12, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 13, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 14, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 15, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 16, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 17, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 18, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 19, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 30, MinRatchetLevel: 0
[   4.0222 ] FwIndex: 31, MinRatchetLevel: 0
[   4.0222 ] 
[   4.0244 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1_aligned.bct
[   4.0289 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   4.0299 ] adding BCH for mb1_bct_MB1_aligned.bct
[   4.0346 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   4.0348 ] Assuming zero filled SBK key
[   4.0364 ] Warning: pub_key.key is not found
[   4.0363 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   4.0378 ] Generating coldboot mem-bct
[   4.0399 ] tegrabct_v2 --chip 0x19 0 --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --membct /workspace/bootloader/2642/tmp4vd3eebf1_1.bct /workspace/bootloader/2642/tmp4vd3eebf1_2.bct /workspace/bootloader/2642/tmp4vd3eebf1_3.bct /workspace/bootloader/2642/tmp4vd3eebf1_4.bct
[   4.0407 ] Packing sdram param for instance[0]
[   4.1009 ] Packing sdram param for instance[1]
[   4.1010 ] Packing sdram param for instance[2]
[   4.1013 ] Packing sdram param for instance[3]
[   4.1013 ] Packing sdram param for instance[4]
[   4.1013 ] Packing sdram param for instance[5]
[   4.1013 ] Packing sdram param for instance[6]
[   4.1013 ] Packing sdram param for instance[7]
[   4.1013 ] Packing sdram param for instance[8]
[   4.1013 ] Packing sdram param for instance[9]
[   4.1013 ] Packing sdram param for instance[10]
[   4.1013 ] Packing sdram param for instance[11]
[   4.1013 ] Packing sdram param for instance[12]
[   4.1013 ] Packing sdram param for instance[13]
[   4.1013 ] Packing sdram param for instance[14]
[   4.1013 ] Packing sdram param for instance[15]
[   4.1013 ] 
[   4.1013 ] Getting sector size from pt
[   4.1041 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[   4.1058 ] BlockSize read from layout is 200

[   4.1081 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /workspace/bootloader/2642/tmp4vd3eebf1_1.bct /workspace/bootloader/2642/tmp4vd3eebf1_2.bct /workspace/bootloader/2642/tmp4vd3eebf1_3.bct /workspace/bootloader/2642/tmp4vd3eebf1_4.bct
[   4.1088 ] adding BCH for /workspace/bootloader/2642/tmp4vd3eebf1_1.bct
[   4.1136 ] tegrahost_v2 --chip 0x19 --align mem_coldboot_aligned.bct
[   4.1172 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot_aligned.bct zerosbk
[   4.1183 ] Header already present for mem_coldboot_aligned.bct
[   4.1235 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   4.1237 ] Assuming zero filled SBK key
[   4.1271 ] Warning: pub_key.key is not found
[   4.1271 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[   4.1287 ] Generating recovery mem-bct
[   4.1316 ] tegrabct_v2 --chip 0x19 0 --sdram /workspace/bootloader/2642/tmp4vd3eebf1.cfg --membct /workspace/bootloader/2642/tmp4vd3eebf1_1.bct /workspace/bootloader/2642/tmp4vd3eebf1_2.bct /workspace/bootloader/2642/tmp4vd3eebf1_3.bct /workspace/bootloader/2642/tmp4vd3eebf1_4.bct
[   4.1334 ] Packing sdram param for instance[0]
[   4.1956 ] Packing sdram param for instance[1]
[   4.1956 ] Packing sdram param for instance[2]
[   4.1958 ] Packing sdram param for instance[3]
[   4.1958 ] Packing sdram param for instance[4]
[   4.1959 ] Packing sdram param for instance[5]
[   4.1959 ] Packing sdram param for instance[6]
[   4.1961 ] Packing sdram param for instance[7]
[   4.1962 ] Packing sdram param for instance[8]
[   4.1962 ] Packing sdram param for instance[9]
[   4.1962 ] Packing sdram param for instance[10]
[   4.1962 ] Packing sdram param for instance[11]
[   4.1962 ] Packing sdram param for instance[12]
[   4.1962 ] Packing sdram param for instance[13]
[   4.1962 ] Packing sdram param for instance[14]
[   4.1962 ] Packing sdram param for instance[15]
[   4.1962 ] 
[   4.1964 ] Reading ramcode from backup chip_info.bin file
[   4.1966 ] RAMCODE Read from Device: 2

[   4.1984 ] tegrahost_v2 --chip 0x19 --align mem_rcm_aligned.bct
[   4.2024 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_aligned.bct zerosbk
[   4.2032 ] adding BCH for mem_rcm_aligned.bct
[   4.2087 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   4.2089 ] Assuming zero filled SBK key
[   4.2106 ] Warning: pub_key.key is not found
[   4.2103 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[   4.2124 ] Send BCT from Host
[   4.2124 ] Sending BCTs
[   4.2146 ] 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.2160 ] Applet version 01.00.0000
[   4.2183 ] Sending bct_bootrom
[   4.2184 ] [................................................] 100%
[   4.2197 ] Sending bct_mb1
[   4.2244 ] [................................................] 100%
[   4.2278 ] Sending bct_mem
[   4.2724 ] [................................................] 100%
[   4.3153 ] Generating blob
[   4.3204 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194_aligned.bin
[   4.3255 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_cpu_t194_aligned.bin zerosbk
[   4.3272 ] adding BCH for blob_nvtboot_recovery_cpu_t194_aligned.bin
[   4.3370 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.3371 ] Assuming zero filled SBK key
[   4.3390 ] Warning: pub_key.key is not found
[   4.3397 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin.hash zerosbk
[   4.3456 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194_aligned.bin
[   4.3486 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_t194_aligned.bin zerosbk
[   4.3501 ] adding BCH for blob_nvtboot_recovery_t194_aligned.bin
[   4.3587 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.3589 ] Assuming zero filled SBK key
[   4.3625 ] Warning: pub_key.key is not found
[   4.3635 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_aligned_sigheader.bin.encrypt blob_nvtboot_recovery_t194_aligned_sigheader.bin.hash zerosbk
[   4.3695 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr_aligned.bin
[   4.3727 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr_aligned.bin zerosbk
[   4.3741 ] Header already present for blob_preboot_c10_prod_cr_aligned.bin
[   4.3785 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.3787 ] Assuming zero filled SBK key
[   4.3803 ] Warning: pub_key.key is not found
[   4.3808 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_aligned_sigheader.bin.encrypt blob_preboot_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   4.3851 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr_aligned.bin
[   4.3877 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr_aligned.bin zerosbk
[   4.3892 ] Header already present for blob_mce_c10_prod_cr_aligned.bin
[   4.3966 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.3968 ] Assuming zero filled SBK key
[   4.3994 ] Warning: pub_key.key is not found
[   4.3999 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_aligned_sigheader.bin.encrypt blob_mce_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   4.4068 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr_aligned.bin
[   4.4100 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr_aligned.bin zerosbk
[   4.4112 ] adding BCH for blob_mts_c10_prod_cr_aligned.bin
[   4.4741 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.4743 ] Assuming zero filled SBK key
[   4.4834 ] Warning: pub_key.key is not found
[   4.4840 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_aligned_sigheader.bin.encrypt blob_mts_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   4.5247 ] tegrahost_v2 --chip 0x19 --align blob_bpmp-2_t194_aligned.bin
[   4.5275 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp-2_t194_aligned.bin zerosbk
[   4.5286 ] adding BCH for blob_bpmp-2_t194_aligned.bin
[   4.5516 ] tegrasign_v3.py --key None --list blob_bpmp-2_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.5523 ] Assuming zero filled SBK key
[   4.5556 ] Warning: pub_key.key is not found
[   4.5566 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp-2_t194_aligned_sigheader.bin.encrypt blob_bpmp-2_t194_aligned_sigheader.bin.hash zerosbk
[   4.5701 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   4.5734 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb zerosbk
[   4.5744 ] adding BCH for blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   4.5806 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   4.5808 ] Assuming zero filled SBK key
[   4.5845 ] Warning: pub_key.key is not found
[   4.5855 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb.hash zerosbk
[   4.5893 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194_aligned.bin
[   4.5927 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t194_aligned.bin zerosbk
[   4.5941 ] adding BCH for blob_spe_t194_aligned.bin
[   4.6022 ] tegrasign_v3.py --key None --list blob_spe_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   4.6024 ] Assuming zero filled SBK key
[   4.6053 ] Warning: pub_key.key is not found
[   4.6067 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_aligned_sigheader.bin.encrypt blob_spe_t194_aligned_sigheader.bin.hash zerosbk
[   4.6129 ] tegrahost_v2 --chip 0x19 --align blob_tos-optee_t194_aligned.img
[   4.6176 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-optee_t194_aligned.img zerosbk
[   4.6186 ] adding BCH for blob_tos-optee_t194_aligned.img
[   4.6393 ] tegrasign_v3.py --key None --list blob_tos-optee_t194_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key
[   4.6395 ] Assuming zero filled SBK key
[   4.6434 ] Warning: pub_key.key is not found
[   4.6434 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-optee_t194_aligned_sigheader.img.encrypt blob_tos-optee_t194_aligned_sigheader.img.hash zerosbk
[   4.6566 ] tegrahost_v2 --chip 0x19 --align blob_eks_t194_aligned.img
[   4.6603 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks_t194_aligned.img zerosbk
[   4.6615 ] adding BCH for blob_eks_t194_aligned.img
[   4.6656 ] tegrasign_v3.py --key None --list blob_eks_t194_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key
[   4.6658 ] Assuming zero filled SBK key
[   4.6671 ] Warning: pub_key.key is not found
[   4.6679 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_t194_aligned_sigheader.img.encrypt blob_eks_t194_aligned_sigheader.img.hash zerosbk
[   4.6722 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p2888-0001-p2822-0000_aligned.dtb
[   4.6759 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-p2888-0001-p2822-0000_aligned.dtb zerosbk
[   4.6772 ] adding BCH for blob_tegra194-p2888-0001-p2822-0000_aligned.dtb
[   4.6913 ] tegrasign_v3.py --key None --list blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   4.6915 ] Assuming zero filled SBK key
[   4.6939 ] Warning: pub_key.key is not found
[   4.6946 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb.encrypt blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb.hash zerosbk
[   4.7035 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[   4.7053 ] number of images in blob are 11
[   4.7055 ] blobsize is 6632488
[   4.7056 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 233040
[   4.7079 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 206016
[   4.7083 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[   4.7086 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 145184
[   4.7091 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[   4.7113 ] Added binary blob_bpmp-2_t194_sigheader.bin.encrypt of size 1007392
[   4.7120 ] Added binary blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb.encrypt of size 90608
[   4.7123 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 95232
[   4.7125 ] Added binary blob_tos-optee_t194_sigheader.img.encrypt of size 914992
[   4.7127 ] Added binary blob_eks_t194_sigheader.img.encrypt of size 5136
[   4.7129 ] Added binary blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt of size 480272
[   4.7162 ] Sending bootloader and pre-requisite binaries
[   4.7178 ] tegrarcm_v2 --download blob blob.bin
[   4.7191 ] Applet version 01.00.0000
[   4.7214 ] Sending blob
[   4.7214 ] [................................................] 100%
[   5.6505 ] tegrarcm_v2 --boot recovery
[   5.6520 ] Applet version 01.00.0000
[   6.6635 ] tegrarcm_v2 --isapplet

While doing the flash, here is the output from minicom:

[0171.659] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.                                             
[0171.667] I> MB1 (prd-version: 2.5.0.0-t194-41334769-d9272b5a)                                                                             
[0171.673] I> Boot-mode: Platform RCM
[0171.676] I> Platform: Silicon
[0171.679] I> Chip revision : A02P
[0171.682] I> Bootrom patch version : 15 (correctly patched)
[0171.687] I> ATE fuse revision : 0x200
[0171.691] I> Ram repair fuse : 0x1
[0171.694] I> Ram Code : 0x2
[0171.696] I> rst_source: 0x0, rst_level: 0x0
[0171.701] I> USB configuration success
[0173.709] I> mb2 image downloaded
[0173.718] I> Recovery boot mode 0
[0173.724] I> UPHY full init done
[0173.731] I> MB1 done

[0173.736] I> Welcome to MB2(TBoot-BPMP) Applet (version: default.t194-mobile-4ae695b2)
[0173.743] I> DMA Heap @ [0x40020000 - 0x40065800]
[0173.748] I> Default Heap @ [0xd486400 - 0xd48a400]
[0173.753] W> Profiler not initialized
[0174.757] E> OCR failed, error = f0f0a06
[0174.761] I> SDMMC is not present.
[0174.764] E> SPI_FLASH: Invalid value device id: 7.
[0174.769] I> QSPI Flash is not present.
[0174.775] E> CLK_RST: instance 6 not found in module 44.
[0174.780] E> MPhy CAR configuration failed error = 1747992077
[0174.786] E> UFS initialization failed
[0174.789] I> UFS is not present
[0174.792] W> Profiler not initialized
[0174.795] I> Entering 3p server
[0174.798] I> USB configuration success
[0174.829] I> Populate chip info
[0174.840] I> Populate eeprom info
[0174.844] I> Populate eeprom info for module cvm
[0174.849]  > DEVICE_PROD: device prod is not initialized.
[0174.896] I> Rebooting : reboot-recovery


[0174.900] I> Reset to recovery mode
��
[0011.088] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0011.096] I> MB1 (prd-version: 2.5.0.0-t194-41334769-d9272b5a)
[0011.101] I> Boot-mode: RCM
[0011.104] I> Platform: Silicon
[0011.107] I> Chip revision : A02P
[0011.110] I> Bootrom patch version : 15 (correctly patched)
[0011.115] I> ATE fuse revision : 0x200
[0011.118] I> Ram repair fuse : 0x1
[0011.121] I> Ram Code : 0x2
[0011.124] I> rst_source: 0xb, rst_level: 0x1
[0011.129] I> USB configuration success
[0014.700] I> bct_bootrom image downloaded
[0014.709] W> PROD_CONFIG: device prod data is empty in MB1 BCT.
[0014.716] I> Temperature = 26000
[0014.719] W> Skipping boost for clk: BPMP_CPU_NIC
[0014.724] W> Skipping boost for clk: BPMP_APB
[0014.728] W> Skipping boost for clk: AXI_CBB
[0014.732] W> Skipping boost for clk: AON_CPU_NIC
[0014.736] W> Skipping boost for clk: CAN1
[0014.740] W> Skipping boost for clk: CAN2
[0014.744] I> Boot-device: SDMMC (instance: 3)
[0014.748] I> bct_mb1 image downloaded
[0014.758] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0014.766] W>  Thermal config not found in BCT
[0014.774] W>  MEMIO rail config not found in BCT
[0014.790] I> bct_mem image downloaded
[0016.124] I> blob image downloaded
[0016.135] I> Recovery boot mode 0
[0016.178] W>  Platform config not found in BCT
[0016.211] I> MB1 done

����main enter
SPE VERSION #: R01.00.18 Created: Jan 29 2021 @ 14:18:27
HW Function test
Start Scheduler.
in late init
��
  [0016.221] I> Welcome to MB2(TBoot-BPMP) Recovery (version: default.t194-mobile-3b3b81d4)
[0016.222] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0016.223] I> Default Heap @ [0xd486400 - 0xd48a400]
[0016.224] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0016.230] W> device prod register failed
[0016.245] I> Relocating BR-BCT
[0016.246]  > DEVICE_PROD: device prod is not initialized.
[0016.272] E> I2C: slave not found in slaves.
[0016.273] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0016.274] E> I2C_DEV: Failed to send register address 0x00000000.
[0016.275] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
[0016.276] E> eeprom: Failed to read I2C slave device
[0016.279] I> Failed to read CVB eeprom data @ AE
[0016.284] I> Retrying CVB eeprom read @ AC ...
[0016.319] I> Relocating OP-TEE dtb from: 0x6bfffc10 to 0x70050000, size: 1008
[0016.319] I> [0] START: 0x80000000, SIZE: 0x47cf0000
[0016.320] I> [1] START: 0xca000000, SIZE: 0x800000
[0016.320] I> dram_block larger than 80000000
[0016.321] I> [2] START: 0x100000000, SIZE: 0x780000000
[0016.325] I> Setting NS memory ranges to OP-TEE dtb finished.
[0016.329] I> found decompressor handler: lz4
[0016.898] I> EKB detected (length: 0x410) @ VA:0x526fa200
[0016.899] I> Setting EKB blob info to OPTEE dtb finished.
��NOTICE:  BL31: v2.6(release):6363e7382
NOTICE:  BL31: Built : 15:09:29, Jan 24 2023
I/TC: 
��
  ��I/TC: Non-secure external DT found
��bpmp: init
bpmp: tag is 128431eec76692047e1ac1ebc0392266
sku_dt_init: not sku 0x00
clk_early initialized
mail_early initialized
fuse initialized
hwwdt initialized
t194_ec_get_ec_list: found 45 ecs
ec initialized
vmon_setup_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
mc initialized
reset initialized
nvhs initialized
uphy_early initialized
emc_early initialized
392 clocks registered
clk initialized
io_dpd initialized
thermal initialized
thermal_mrq initialized
i2c initialized
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
vrmon initialized
regulator initialized
��I/TC: OP-TEE version: 3.19 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Tue Jan 24 23:20:42 UTC 2023 aarch64
I/TC: WARNIN��avfs_clk_platform initialized
��G: This OP��soctherm initialized
��-T��aotag initialized
��EE ��powergate initialized
��configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
��dvs initialized
pm initialized
suspend initialized
pg_late initialized
pg_mrq_init initialized
strap initialized
nvl initialized
emc initialized
emc_mrq initialized
clk_dt initialized
tj_init initialized
/uphy is not enabled status = disabled
uphy_dt initialized
uphy_mrq initialized
uphy initialized
ec_swd_poll_start: 281 reg polling start w period 47 ms
ec_late initialized
hwwdt_late initialized
reset_mrq initialized
ec_mrq initialized
fmon_mrq initialized
clk_mrq initialized
avfs_mrq initialized
mail_mrq initialized
i2c_mrq initialized
tag_mrq initialized
console_mrq initialized
mrq initialized
clk_sync_fmon_post initialized
clk_dt_late initialized
noc_late initialized
pm_post initialized
dbells initialized
dmce initialized
cvc initialized
avfs_clk_mach_post initialized
avfs_clk_platform_post initialized
cvc_late initialized
regulator_post initialized
rm initialized
console_late initialized
clk_dt_post initialized
mc_reg initialized
pg_post initialized
profile initialized
fuse_late initialized
extras_post initialized
bpmp: init complete
entering main console loop
] ��I/TC: Primary CPU switching to normal world boot
��
  [0017.549] I> Welcome to TBoot-CPU Recovery
[0017.549] I> Heap: [0xa0f00000 ... 0xa9f00000
[0017.549] I> gpio framework initialized
[0017.568] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0017.577] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0017.578] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[0017.587] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0017.596] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0017.597] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0017.597] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
[0017.606] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0017.615] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0017.616] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0017.624] I> fixed regulator driver initialized
[0017.824] I> CPU: Nvidia Carmel
[0017.824] I> CPU: MIDR: 0x4e0f0040, MPIDR: 0x80000000
[0017.824] I> Platform: Silicon
[0017.825] I> chip revision : A02P
[0017.825] I> Boot_device: SDMMC_BOOT instance: 3
[0017.825] I> sdmmc-3 params source = boot args
[0019.215] E> OCR failed, error = f0f0a06
[0019.215] E> Failed to open sdmmc-3, err = f0f0a06
[0019.215] E> Failed to initialize boot device
[0019.216] E> Top caller module: SDMMC, error module: SDMMC, reason: 0x06, aux_info: 0x0a
[0019.216] I> TBoot-CPU Recovery hang

So board seems to somewhat answer. But the flash doesn’t want to complete. Any idea how to fix it?
Reading in the forum it seems that the only fix is to actually install a ubuntu on a computer to flash it, while I assumed that the docker image provided by Nvidia would be enough.

Actually what confuses me is this command…

./flash.sh --no-root-check -k EBT jetson-xavier mmcblk1p1

Where did you get this one?

Hi,
Thanks for your reply.

I don’t exactly remember where I found the previous command, but here is one place. Hopefully it didn’t break it more than before.

Anyway, during the weekend I tried a few different things, all from a live usb with Ubuntu 20.04.6.

Flashing uboot with the previous command.
Flashing the EFI with ./flash.sh -r -k cpu-bootloader jetson-agx-xavier-devkit mmcblk0p1
Complete flash: ./flash.sh --no-root-check jetson-agx-xavier-devkit mmcblk0p1

All trials resulted on the same issue as shown in my previous message.

Something I don’t understand from the minicom output is why do I have an error with de SDMMC while I want to use the eMMC (there are no sd card attached), or am I misunterstanding something?

I think you should just share the result based on flash command.

sudo ./flash.sh jetson-xavier mmcblk0p1

Please do not change anything above. Just use this command.

Hi,
Thanks for your reply.

So I re-downloaded the Jetson linux, updated to r35.3.1, just to make sure that nothing from previous runs was jeopardizing something.

It still ends at the same point. (for the reminder I am flashing from a live usb ubuntu 20.04.6)

Here are the logs:

root@ubuntu:/mnt/Tegra/r35.3.1/Linux_for_Tegra# ./flash.sh jetson-xavier mmcblk0p1
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 3.1
# User release: 0.0
###############################################################################
# Target Board Information:
# Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying soft_fuses(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/mnt/Tegra/r35.3.1/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.0140 ] Generating RCM messages
[   0.0161 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[   0.0169 ] Header already present for /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[   0.0227 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0230 ] Assuming zero filled SBK key
[   0.0251 ] tegrasign_v3.py --file /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0252 ] Assuming zero filled SBK key
[   0.0806 ] Warning: pub_key.key is not found
[   0.0848 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[   0.1078 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[   0.1180 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[   0.1220 ] RCM 0 is saved as rcm_0.rcm
[   0.1343 ] RCM 1 is saved as rcm_1.rcm
[   0.1356 ] RCM 2 is saved as rcm_2.rcm
[   0.1357 ] List of rcm files are saved in rcm_list.xml
[   0.1357 ] 
[   0.1358 ] Signing RCM messages
[   0.1432 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.1443 ] Assuming zero filled SBK key
[   0.1626 ] Warning: pub_key.key is not found
[   0.1612 ] Copying signature to RCM mesages
[   0.1643 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.1669 ] Boot Rom communication
[   0.1696 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[   0.1708 ] RCM version 0X190001
[   0.1719 ] Boot Rom communication completed
[   2.1912 ] tegrarcm_v2 --isapplet
[   2.1925 ] Applet version 01.00.0000
[   2.2140 ] tegrarcm_v2 --ismb2
[   2.2608 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194_aligned.bin
[   2.2698 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194_aligned.bin zerosbk
[   2.2734 ] adding BCH for nvtboot_applet_t194_aligned.bin
[   2.2965 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   2.2974 ] Assuming zero filled SBK key
[   2.3060 ] Warning: pub_key.key is not found
[   2.3105 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_aligned_sigheader.bin.encrypt nvtboot_applet_t194_aligned_sigheader.bin.hash zerosbk
[   2.3220 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[   2.3247 ] Applet version 01.00.0000
[   2.3276 ] Sending mb2
[   2.3278 ] [................................................] 100%
[   2.3458 ] tegrarcm_v2 --boot recovery
[   2.3477 ] Applet version 01.00.0000
[   3.3605 ] tegrarcm_v2 --isapplet
[   3.4448 ] tegrarcm_v2 --ismb2
[   3.4483 ] MB2 Applet version 01.00.0000
[   3.4716 ] tegrarcm_v2 --ismb2
[   3.4754 ] MB2 Applet version 01.00.0000
[   3.5048 ] Retrieving board information
[   3.5099 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[   3.5135 ] MB2 Applet version 01.00.0000
[   3.5328 ] Saved platform info in chip_info.bin
[   3.5371 ] Chip minor revision: 2
[   3.5377 ] Bootrom revision: 0xf
[   3.5378 ] Ram code: 0x2
[   3.5378 ] Chip sku: 0xd0
[   3.5378 ] Chip Sample: non es
[   3.5378 ] 
[   3.5390 ] Retrieving EEPROM data
[   3.5392 ] tegrarcm_v2 --oem platformdetails eeprom cvm /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/cvm.bin
[   3.5428 ] MB2 Applet version 01.00.0000
[   3.5644 ] Saved platform info in /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/cvm.bin
[   3.6036 ] Rebooting to recovery mode
[   3.6059 ] tegrarcm_v2 --ismb2
[   3.6068 ] MB2 Applet version 01.00.0000
[   3.6250 ] Rebooting to recovery mode
[   3.6273 ] tegrarcm_v2 --reboot recovery
[   3.6281 ] MB2 Applet version 01.00.0000
Board ID(2888) FAB(400) sku(0004) revision(L.0)
lz4c installed at /usr/bin/lz4c
Compressing /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb ...
Copy /mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to /mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec
NVDISP+UEFI in bootloader/nvdisp-init.bin ..
copying bctfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)... done.
copying bctfile1(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying uphy_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)... done.
copying minratchet_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg)... done.
copying device_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)... done.
copying misc_cold_boot_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)... done.
copying gpioint_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)... done.
copying pmic_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)... done.
copying pmc_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)... done.
copying prod_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)... done.
copying scr_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying scr_cold_boot_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying bootrom_config(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)... done.
copying dev_params(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)... done.
copying dev_params_b(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct_b-sdmmc.cfg)... done.
Existing bootloader(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
bl is uefi
Making Boot image... done.
Not signing of boot.img
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/ramdisk_tmp /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader /mnt/Tegra/r35.3.1/Linux_for_Tegra
39726 blocs

gzip: /mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.10.104-tegra
56174 blocs
Making Recovery image...
copying recdtbfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec)... done.
20+0 enregistrements lus
20+0 enregistrements écrits
20 octets copiés, 0,0457284 s, 0,4 kB/s
Existing sosfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/bpmp-2_t194.bin) reused.
Existing bpfdtbfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/tegra194-a02-bpmp-p2888-a04_lz4.dtb) reused.
Existing scefile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/camera-rtcpu-t194-rce.img) reused.
Existing apefile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/adsp-fw.bin) reused.
Existing spefile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing wb0boot(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/tos-optee_t194.img) reused.
Existing eksfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/eks_t194.img) reused.
copying soft_fuses(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
	populating kernel to rootfs... done.
	populating initrd to rootfs... done.
	populating kernel_tegra194-p2888-0001-p2822-0000.dtb to rootfs... done.
Making system.img... 
	Setting "FDT /boot/dtb/kernel_tegra194-p2888-0001-p2822-0000.dtb" successfully in the extlinux.conf...done.
	populating rootfs from /mnt/Tegra/r35.3.1/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
	Sync'ing system.img ... done.
	Converting RAW image to Sparse image... done.
system.img built successfully. 
Not signing of kernel-dtb
Existing tbcfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvdisp-init.bin) reused.
131072+0 enregistrements lus
131072+0 enregistrements écrits
67108864 octets (67 MB, 64 MiB) copiés, 0,231506 s, 290 MB/s
	Sync'ing esp.img ... done.
copying tbcdtbfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
copying cfgfile(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t194_sdmmc.xml) to flash.xml... done.
done.
Existing flasher(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/tegraflash.py) reused.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-dual-imx274-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-e3326-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-e3331-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-e3333-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-imx185-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2822-camera-imx390-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0005-overlay.dtbo)... done.
copying overlay_dtb(/mnt/Tegra/r35.3.1/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000-overlay.dtbo)... done.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0x9190000  --overlay_dtb L4TConfiguration.dtbo,tegra194-p2822-camera-dual-imx274-overlay.dtbo,tegra194-p2822-camera-e3326-overlay.dtbo,tegra194-p2822-camera-e3331-overlay.dtbo,tegra194-p2822-camera-e3333-overlay.dtbo,tegra194-p2822-camera-imx185-overlay.dtbo,tegra194-p2822-camera-imx390-overlay.dtbo,tegra194-p2888-0005-overlay.dtbo,tegra194-p2888-0001-p2822-0000-overlay.dtbo,  --bldtb tegra194-p2888-0001-p2822-0000.dtb --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg,tegra194-br-bct_b-sdmmc.cfg  --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-2_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a04_lz4.dtb; spe_fw spe_t194.bin; tos tos-optee_t194.img; eks eks_t194.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb"   --secondary_gpt_backup  --bct_backup  --boot_chain A 
saving flash command in /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /mnt/Tegra/r35.3.1/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.0303 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0306 ] Assuming zero filled SBK key
[   0.0044 ] Generating RCM messages
[   0.0079 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[   0.0086 ] Header already present for mb1_t194_prod.bin
[   0.0538 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0545 ] Assuming zero filled SBK key
[   0.0589 ] tegrasign_v3.py --file mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0594 ] Assuming zero filled SBK key
[   0.0892 ] Warning: pub_key.key is not found
[   0.0686 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[   0.1005 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[   0.1165 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.1204 ] FwIndex: 1, MinRatchetLevel: 0
[   0.1242 ] FwIndex: 2, MinRatchetLevel: 0
[   0.1242 ] FwIndex: 3, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 4, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 5, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 6, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 7, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 11, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 12, MinRatchetLevel: 0
[   0.1243 ] FwIndex: 13, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 14, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 15, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 16, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 17, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 18, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 19, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 30, MinRatchetLevel: 0
[   0.1244 ] FwIndex: 31, MinRatchetLevel: 0
[   0.1245 ] 
[   0.1312 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[   0.1347 ] RCM 0 is saved as rcm_0.rcm
[   0.1505 ] RCM 1 is saved as rcm_1.rcm
[   0.1514 ] RCM 2 is saved as rcm_2.rcm
[   0.1514 ] List of rcm files are saved in rcm_list.xml
[   0.1514 ] 
[   0.1515 ] Signing RCM messages
[   0.1838 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.1847 ] Assuming zero filled SBK key
[   0.2055 ] Warning: pub_key.key is not found
[   0.1794 ] Copying signature to RCM mesages
[   0.1837 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.1876 ] odmdata (to decode) = 152633344
[   0.1877 ] Odmdata strings: PCIE_XBAR_4_1_0_1_2,UFS_x1_L1,NVHS_PCIE,enable-debug-console,enable-denver-wdt
[   0.1877 ] Bpmp odmdata config: {'pcie-xbar-config': [0, 1, 'PCIE_XBAR_4_1_0_1_2'], 'pcie-c0-endpoint-enable': [1, 0, ''], 'pcie-c4-endpoint-enable': [1, 0, ''], 'ufs-config': [0, 1, 'UFS_x1_L1'], 'sata-enable': [1, 0, ''], 'nvhs-owner': [0, 1, 'PCIE'], 'pcie-c5-endpoint-enable': [1, 0, '']}
[   0.1909 ] bpmp_dtb is compressed; decompressing...
[   0.1910 ] lz4c -df tegra194-a02-bpmp-p2888-a04_lz4.dtb tegra194-a02-bpmp-p2888-a04_lz4_with_odm.dtb
[   0.2006 ] tegra194-a02-bpmp-p2 : decoded 989312 bytes                                    
[   0.2006 ] 
[   0.3824 ] Re-compressing updated bpmp_dtb
[   0.3824 ] lz4c -zf tegra194-a02-bpmp-p2888-a04_lz4_with_odm.dtb tegra194-a02-bpmp-p2888-a04_lz4.dtb
[   0.3850 ] Compressed 989271 bytes into 86508 bytes ==> 8.74%                             
[   0.3850 ] 
[   0.7485 ] Concatenating L4TConfiguration.dtbo,tegra194-p2822-camera-dual-imx274-overlay.dtbo,tegra194-p2822-camera-e3326-overlay.dtbo,tegra194-p2822-camera-e3331-overlay.dtbo,tegra194-p2822-camera-e3333-overlay.dtbo,tegra194-p2822-camera-imx185-overlay.dtbo,tegra194-p2822-camera-imx390-overlay.dtbo,tegra194-p2888-0005-overlay.dtbo,tegra194-p2888-0001-p2822-0000-overlay.dtbo to tegra194-p2888-0001-p2822-0000_with_odm_overlay.dtb
[   0.7502 ] Parsing partition layout
[   0.7738 ] tegraparser_v2 --pt flash.xml.tmp
[   0.7780 ] Reading ramcode from backup chip_info.bin file
[   0.7784 ] RAMCODE Read from Device: 2

[   0.7785 ] Disable BPMP dtb trim, using default dtb
[   0.7785 ] 
[   0.7785 ] Creating list of images to be signed
[   0.7812 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[   0.7822 ] MB1: Nvheader already present is mb1_t194_prod_aligned.bin
[   0.7830 ] Header already present for mb1_t194_prod_aligned_sigheader.bin
[   0.7834 ] MB1: Nvheader already present is mb1_b_t194_prod_aligned.bin
[   0.7856 ] Header already present for mb1_b_t194_prod_aligned_sigheader.bin
[   0.7860 ] adding BCH for spe_t194_aligned.bin
[   0.7999 ] adding BCH for nvtboot_t194_aligned.bin
[   0.8033 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   0.8079 ] adding BCH for spe_t194_aligned.bin
[   0.8082 ] adding BCH for nvtboot_t194_aligned.bin
[   0.8104 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   0.8214 ] Header already present for mce_c10_prod_cr_aligned.bin
[   0.8319 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   0.8576 ] adding BCH for nvdisp-init_aligned.bin
[   0.9303 ] adding BCH for tegra194-p2888-0001-p2822-0000_aligned.dtb
[   0.9855 ] adding BCH for tos-optee_t194_aligned.img
[   1.0046 ] adding BCH for eks_t194_aligned.img
[   1.0201 ] adding BCH for bpmp-2_t194_aligned.bin
[   1.0281 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   1.0451 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   1.0501 ] adding BCH for adsp-fw_aligned.bin
[   1.0617 ] Header already present for warmboot_t194_prod_aligned.bin
[   1.0692 ] Header already present for mce_c10_prod_cr_aligned.bin
[   1.0699 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   1.1752 ] adding BCH for nvdisp-init_aligned.bin
[   1.4635 ] adding BCH for tegra194-p2888-0001-p2822-0000_aligned.dtb
[   1.6138 ] adding BCH for tos-optee_t194_aligned.img
[   1.6609 ] adding BCH for eks_t194_aligned.img
[   1.7114 ] adding BCH for bpmp-2_t194_aligned.bin
[   1.7136 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   1.7654 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   1.7756 ] adding BCH for adsp-fw_aligned.bin
[   1.8110 ] Header already present for warmboot_t194_prod_aligned.bin
[   1.8359 ] Filling MB1 storage info
[   1.8359 ] Parsing dev params for multi chains
[   1.8360 ] Generating br-bct
[   1.8395 ] Performing cfg overlay
[   1.8395 ] ['tegra194-mb1-bct-memcfg-p2888.cfg', 'tegra194-memcfg-sw-override.cfg']
[   1.8400 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p2888.cfg -s tegra194-memcfg-sw-override.cfg -o /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg
[   2.0004 ] Updating dev and MSS params in BR BCT
[   2.0004 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   2.0731 ] Updating bl info
[   2.0756 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   2.0818 ] Generating br-bct
[   2.0838 ] Performing cfg overlay
[   2.0838 ] ['/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg']
[   2.0838 ] Updating dev and MSS params in BR BCT
[   2.0838 ] tegrabct_v2 --dev_param tegra194-br-bct_b-sdmmc.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   2.1676 ] Updating bl info
[   2.1701 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   2.1859 ] Generating BCT backup image
[   2.1860 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   2.1878 ] 32768+0 enregistrements lus
[   2.2414 ] 32768+0 enregistrements écrits
[   2.2414 ] 32768 octets (33 kB, 32 KiB) copiés, 0,0530055 s, 618 kB/s
[   2.2414 ] 
[   2.2414 ] Concatenating BCT for chain A to bct_backup.img

[   2.2414 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   2.2428 ] 2888+0 enregistrements lus
[   2.2465 ] 2888+0 enregistrements écrits
[   2.2465 ] 2888 octets (2,9 kB, 2,8 KiB) copiés, 0,00333548 s, 866 kB/s
[   2.2465 ] 
[   2.2466 ] Concatenating BCT for chain B to bct_backup.img

[   2.2466 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   2.2475 ] 2888+0 enregistrements lus
[   2.2511 ] 2888+0 enregistrements écrits
[   2.2512 ] 2888 octets (2,9 kB, 2,8 KiB) copiés, 0,00326598 s, 884 kB/s
[   2.2512 ] 
[   2.2512 ] Generating signatures
[   2.2802 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[   2.2805 ] Assuming zero filled SBK key
[   2.6994 ] Warning: pub_key.key is not found
[   2.6733 ] Parsing dev params for multi chains
[   2.6734 ] Generating br-bct
[   2.6793 ] Performing cfg overlay
[   2.6794 ] ['/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg']
[   2.6794 ] Updating dev and MSS params in BR BCT
[   2.6797 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   2.7905 ] Updating bl info
[   2.7931 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   2.8093 ] Updating smd info
[   2.8119 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   2.8135 ] Updating Odmdata
[   2.8158 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[   2.8174 ] Signing BCT
[   2.8174 ] Get Signed section of bct
[   2.8195 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   2.8496 ] tegrasign_v3.py --key None --list bct_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   2.8499 ] Assuming zero filled SBK key
[   2.8519 ] Warning: pub_key.key is not found
[   2.8256 ] Updating BCT with signature
[   2.8278 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   2.8297 ] Generating br-bct
[   2.8318 ] Performing cfg overlay
[   2.8319 ] ['/mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg']
[   2.8319 ] Updating dev and MSS params in BR BCT
[   2.8320 ] tegrabct_v2 --dev_param tegra194-br-bct_b-sdmmc.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   2.9030 ] Updating bl info
[   2.9057 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   2.9239 ] Updating smd info
[   2.9288 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   2.9325 ] Updating Odmdata
[   2.9367 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[   2.9413 ] Signing BCT
[   2.9414 ] Get Signed section of bct
[   2.9463 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   2.9806 ] tegrasign_v3.py --key None --list bct_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   2.9812 ] Assuming zero filled SBK key
[   2.9864 ] Warning: pub_key.key is not found
[   2.9602 ] Updating BCT with signature
[   2.9642 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   2.9681 ] Generating BCT backup image
[   2.9682 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   2.9717 ] 32768+0 enregistrements lus
[   3.0441 ] 32768+0 enregistrements écrits
[   3.0442 ] 32768 octets (33 kB, 32 KiB) copiés, 0,0714725 s, 458 kB/s
[   3.0442 ] 
[   3.0442 ] Concatenating BCT for chain A to bct_backup.img

[   3.0442 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   3.0456 ] 2888+0 enregistrements lus
[   3.0495 ] 2888+0 enregistrements écrits
[   3.0495 ] 2888 octets (2,9 kB, 2,8 KiB) copiés, 0,00348819 s, 828 kB/s
[   3.0495 ] 
[   3.0495 ] Concatenating BCT for chain B to bct_backup.img

[   3.0495 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   3.0505 ] 2888+0 enregistrements lus
[   3.0543 ] 2888+0 enregistrements écrits
[   3.0544 ] 2888 octets (2,9 kB, 2,8 KiB) copiés, 0,00350863 s, 823 kB/s
[   3.0544 ] 
[   3.0544 ] Generating coldboot mb1-bct
[   3.0574 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[   3.0591 ] MB1-BCT version: 0x1

[   3.0594 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[   3.0599 ] Added Platform Config 0 data with size :- 3168

[   3.0615 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[   3.0619 ] Added Platform Config 1 data with size :- 19640

[   3.0748 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[   3.0753 ] Added Platform Config 2 data with size :- 24

[   3.0755 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[   3.0760 ] File read failed
[   3.0761 ] File read failed
[   3.0762 ] Added Platform Config 4 data with size :- 348

[   3.0764 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[   3.0768 ] Added Platform Config 3 data with size :- 92

[   3.0771 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[   3.0775 ] Added Platform Config 5 data with size :- 68
[   3.0775 ] 
[   3.0775 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[   3.0775 ] Added Platform Config 7 data with size :- 392
[   3.0775 ] 
[   3.0775 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[   3.0775 ] Added Platform Config 8 data with size :- 12
[   3.0776 ] 
[   3.0776 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[   3.0776 ] Added Platform Config 9 data with size :- 32
[   3.0776 ] 
[   3.0776 ] Updating mb1-bct with firmware information
[   3.0801 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   3.0819 ] Updating mb1-bct with storage information
[   3.0840 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   3.0854 ] Updating mb1-bct with ratchet information
[   3.0877 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   3.0886 ] FwIndex: 1, MinRatchetLevel: 0
[   3.0891 ] FwIndex: 2, MinRatchetLevel: 0
[   3.0891 ] FwIndex: 3, MinRatchetLevel: 0
[   3.0891 ] FwIndex: 4, MinRatchetLevel: 0
[   3.0891 ] FwIndex: 5, MinRatchetLevel: 0
[   3.0891 ] FwIndex: 6, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 7, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 11, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 12, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 13, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 14, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 15, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 16, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 17, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 18, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 19, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 30, MinRatchetLevel: 0
[   3.0892 ] FwIndex: 31, MinRatchetLevel: 0
[   3.0892 ] 
[   3.0915 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1_aligned.bct
[   3.0950 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   3.0990 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   3.1349 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.1357 ] Assuming zero filled SBK key
[   3.1441 ] Warning: pub_key.key is not found
[   3.1245 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   3.1311 ] Generating recovery mb1-bct
[   3.1371 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[   3.1411 ] MB1-BCT version: 0x1

[   3.1424 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[   3.1442 ] Added Platform Config 0 data with size :- 3168

[   3.1513 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[   3.1518 ] Added Platform Config 1 data with size :- 19640

[   3.1745 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[   3.1748 ] Added Platform Config 2 data with size :- 24

[   3.1750 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[   3.1752 ] File read failed
[   3.1753 ] File read failed
[   3.1754 ] Added Platform Config 4 data with size :- 348

[   3.1755 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[   3.1758 ] Added Platform Config 3 data with size :- 92

[   3.1760 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[   3.1762 ] Added Platform Config 5 data with size :- 68

[   3.1764 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[   3.1767 ] Added Platform Config 7 data with size :- 392
[   3.1769 ] 
[   3.1769 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[   3.1769 ] Added Platform Config 8 data with size :- 12
[   3.1769 ] 
[   3.1769 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[   3.1769 ] Added Platform Config 9 data with size :- 32
[   3.1769 ] 
[   3.1770 ] Updating mb1-bct with firmware information
[   3.1802 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[   3.1837 ] Updating mb1-bct with storage information
[   3.1858 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   3.1872 ] Updating mb1-bct with ratchet information
[   3.1894 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   3.1903 ] FwIndex: 1, MinRatchetLevel: 0
[   3.1907 ] FwIndex: 2, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 3, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 4, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 5, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 6, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 7, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 11, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 12, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 13, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 14, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 15, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 16, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 17, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 18, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 19, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 30, MinRatchetLevel: 0
[   3.1908 ] FwIndex: 31, MinRatchetLevel: 0
[   3.1908 ] 
[   3.1931 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1_aligned.bct
[   3.1963 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   3.1972 ] adding BCH for mb1_bct_MB1_aligned.bct
[   3.2265 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.2267 ] Assuming zero filled SBK key
[   3.2287 ] Warning: pub_key.key is not found
[   3.2049 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   3.2072 ] Generating coldboot mem-bct
[   3.2099 ] tegrabct_v2 --chip 0x19 0 --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --membct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_1.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_2.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_3.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_4.bct
[   3.2111 ] Packing sdram param for instance[0]
[   3.2848 ] Packing sdram param for instance[1]
[   3.2851 ] Packing sdram param for instance[2]
[   3.2852 ] Packing sdram param for instance[3]
[   3.2852 ] Packing sdram param for instance[4]
[   3.2852 ] Packing sdram param for instance[5]
[   3.2852 ] Packing sdram param for instance[6]
[   3.2852 ] Packing sdram param for instance[7]
[   3.2852 ] Packing sdram param for instance[8]
[   3.2852 ] Packing sdram param for instance[9]
[   3.2852 ] Packing sdram param for instance[10]
[   3.2852 ] Packing sdram param for instance[11]
[   3.2852 ] Packing sdram param for instance[12]
[   3.2852 ] Packing sdram param for instance[13]
[   3.2852 ] Packing sdram param for instance[14]
[   3.2852 ] Packing sdram param for instance[15]
[   3.2852 ] 
[   3.2853 ] Getting sector size from pt
[   3.2878 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[   3.2888 ] BlockSize read from layout is 200

[   3.2909 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_1.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_2.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_3.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_4.bct
[   3.2918 ] adding BCH for /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_1.bct
[   3.2959 ] tegrahost_v2 --chip 0x19 --align mem_coldboot_aligned.bct
[   3.2997 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot_aligned.bct zerosbk
[   3.3041 ] Header already present for mem_coldboot_aligned.bct
[   3.3365 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.3370 ] Assuming zero filled SBK key
[   3.3423 ] Warning: pub_key.key is not found
[   3.3201 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[   3.3245 ] Generating recovery mem-bct
[   3.3284 ] tegrabct_v2 --chip 0x19 0 --sdram /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571.cfg --membct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_1.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_2.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_3.bct /mnt/Tegra/r35.3.1/Linux_for_Tegra/bootloader/19545/tmpwf9by7571_4.bct
[   3.3305 ] Packing sdram param for instance[0]
[   3.4241 ] Packing sdram param for instance[1]
[   3.4243 ] Packing sdram param for instance[2]
[   3.4245 ] Packing sdram param for instance[3]
[   3.4248 ] Packing sdram param for instance[4]
[   3.4249 ] Packing sdram param for instance[5]
[   3.4251 ] Packing sdram param for instance[6]
[   3.4253 ] Packing sdram param for instance[7]
[   3.4255 ] Packing sdram param for instance[8]
[   3.4257 ] Packing sdram param for instance[9]
[   3.4259 ] Packing sdram param for instance[10]
[   3.4262 ] Packing sdram param for instance[11]
[   3.4263 ] Packing sdram param for instance[12]
[   3.4266 ] Packing sdram param for instance[13]
[   3.4268 ] Packing sdram param for instance[14]
[   3.4270 ] Packing sdram param for instance[15]
[   3.4305 ] tegrahost_v2 --chip 0x19 --align mem_rcm_aligned.bct
[   3.4336 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_aligned.bct zerosbk
[   3.4345 ] adding BCH for mem_rcm_aligned.bct
[   3.4643 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.4645 ] Assuming zero filled SBK key
[   3.4672 ] Warning: pub_key.key is not found
[   3.4434 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[   3.4455 ] Copying signatures
[   3.4477 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[   4.2762 ] Boot Rom communication
[   4.2794 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[   4.2810 ] BR_CID: 0x88021911647218870c0000000a030080
[   4.2821 ] RCM version 0X190001
[   4.2966 ] Boot Rom communication completed
[   6.3205 ] tegrarcm_v2 --isapplet
[   6.3250 ] Applet version 01.00.0000
[   6.3421 ] Sending BCTs
[   6.3452 ] 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
[   6.3499 ] Applet version 01.00.0000
[   6.3859 ] Sending bct_bootrom
[   6.3866 ] [................................................] 100%
[   6.3887 ] Sending bct_mb1
[   6.3925 ] [................................................] 100%
[   6.3970 ] Sending bct_mem
[   6.4411 ] [................................................] 100%
[   6.4855 ] Generating blob
[   6.4939 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194_aligned.bin
[   6.5057 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_cpu_t194_aligned.bin zerosbk
[   6.5103 ] adding BCH for blob_nvtboot_recovery_cpu_t194_aligned.bin
[   6.5663 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   6.5672 ] Assuming zero filled SBK key
[   6.5768 ] Warning: pub_key.key is not found
[   6.5573 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin.hash zerosbk
[   6.5874 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194_aligned.bin
[   6.5988 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_t194_aligned.bin zerosbk
[   6.6039 ] adding BCH for blob_nvtboot_recovery_t194_aligned.bin
[   6.6504 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   6.6509 ] Assuming zero filled SBK key
[   6.6551 ] Warning: pub_key.key is not found
[   6.6325 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_aligned_sigheader.bin.encrypt blob_nvtboot_recovery_t194_aligned_sigheader.bin.hash zerosbk
[   6.6425 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr_aligned.bin
[   6.6476 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr_aligned.bin zerosbk
[   6.6493 ] Header already present for blob_preboot_c10_prod_cr_aligned.bin
[   6.6799 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   6.6803 ] Assuming zero filled SBK key
[   6.6837 ] Warning: pub_key.key is not found
[   6.6611 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_aligned_sigheader.bin.encrypt blob_preboot_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   6.6678 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr_aligned.bin
[   6.6728 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr_aligned.bin zerosbk
[   6.6746 ] Header already present for blob_mce_c10_prod_cr_aligned.bin
[   6.7074 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   6.7078 ] Assuming zero filled SBK key
[   6.7113 ] Warning: pub_key.key is not found
[   6.6885 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_aligned_sigheader.bin.encrypt blob_mce_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   6.7013 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr_aligned.bin
[   6.7063 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr_aligned.bin zerosbk
[   6.7081 ] adding BCH for blob_mts_c10_prod_cr_aligned.bin
[   6.8150 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   6.8152 ] Assuming zero filled SBK key
[   6.8236 ] Warning: pub_key.key is not found
[   6.7997 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_aligned_sigheader.bin.encrypt blob_mts_c10_prod_cr_aligned_sigheader.bin.hash zerosbk
[   6.9641 ] tegrahost_v2 --chip 0x19 --align blob_bpmp-2_t194_aligned.bin
[   6.9748 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp-2_t194_aligned.bin zerosbk
[   6.9792 ] adding BCH for blob_bpmp-2_t194_aligned.bin
[   7.0596 ] tegrasign_v3.py --key None --list blob_bpmp-2_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.0598 ] Assuming zero filled SBK key
[   7.0635 ] Warning: pub_key.key is not found
[   7.0397 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp-2_t194_aligned_sigheader.bin.encrypt blob_bpmp-2_t194_aligned_sigheader.bin.hash zerosbk
[   7.0543 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   7.0577 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb zerosbk
[   7.0587 ] adding BCH for blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned.dtb
[   7.0895 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   7.0897 ] Assuming zero filled SBK key
[   7.0919 ] Warning: pub_key.key is not found
[   7.0680 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p2888-a04_lz4_aligned_sigheader.dtb.hash zerosbk
[   7.0945 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194_aligned.bin
[   7.1059 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t194_aligned.bin zerosbk
[   7.1111 ] adding BCH for blob_spe_t194_aligned.bin
[   7.1540 ] tegrasign_v3.py --key None --list blob_spe_t194_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.1549 ] Assuming zero filled SBK key
[   7.1636 ] Warning: pub_key.key is not found
[   7.1444 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_aligned_sigheader.bin.encrypt blob_spe_t194_aligned_sigheader.bin.hash zerosbk
[   7.1650 ] tegrahost_v2 --chip 0x19 --align blob_tos-optee_t194_aligned.img
[   7.1762 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-optee_t194_aligned.img zerosbk
[   7.1807 ] adding BCH for blob_tos-optee_t194_aligned.img
[   7.2454 ] tegrasign_v3.py --key None --list blob_tos-optee_t194_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key
[   7.2457 ] Assuming zero filled SBK key
[   7.2489 ] Warning: pub_key.key is not found
[   7.2249 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-optee_t194_aligned_sigheader.img.encrypt blob_tos-optee_t194_aligned_sigheader.img.hash zerosbk
[   7.2384 ] tegrahost_v2 --chip 0x19 --align blob_eks_t194_aligned.img
[   7.2423 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks_t194_aligned.img zerosbk
[   7.2434 ] adding BCH for blob_eks_t194_aligned.img
[   7.2723 ] tegrasign_v3.py --key None --list blob_eks_t194_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key
[   7.2725 ] Assuming zero filled SBK key
[   7.2742 ] Warning: pub_key.key is not found
[   7.2500 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_t194_aligned_sigheader.img.encrypt blob_eks_t194_aligned_sigheader.img.hash zerosbk
[   7.2636 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p2888-0001-p2822-0000_aligned.dtb
[   7.2672 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-p2888-0001-p2822-0000_aligned.dtb zerosbk
[   7.2686 ] adding BCH for blob_tegra194-p2888-0001-p2822-0000_aligned.dtb
[   7.3062 ] tegrasign_v3.py --key None --list blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   7.3064 ] Assuming zero filled SBK key
[   7.3087 ] Warning: pub_key.key is not found
[   7.2847 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb.encrypt blob_tegra194-p2888-0001-p2822-0000_aligned_sigheader.dtb.hash zerosbk
[   7.2929 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[   7.2939 ] number of images in blob are 11
[   7.2940 ] blobsize is 6639704
[   7.2940 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 233040
[   7.2968 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 206016
[   7.2971 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[   7.2975 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 145184
[   7.2978 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[   7.2987 ] Added binary blob_bpmp-2_t194_sigheader.bin.encrypt of size 1007392
[   7.2997 ] Added binary blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb.encrypt of size 90608
[   7.3000 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 95232
[   7.3002 ] Added binary blob_tos-optee_t194_sigheader.img.encrypt of size 914992
[   7.3004 ] Added binary blob_eks_t194_sigheader.img.encrypt of size 5136
[   7.3006 ] Added binary blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt of size 487488
[   7.3044 ] Sending bootloader and pre-requisite binaries
[   7.3068 ] tegrarcm_v2 --download blob blob.bin
[   7.3079 ] Applet version 01.00.0000
[   7.3261 ] Sending blob
[   7.3261 ] [................................................] 100%
[   8.2819 ] tegrarcm_v2 --boot recovery
[   8.2873 ] Applet version 01.00.0000
[   9.3188 ] tegrarcm_v2 --isapplet
[0066.000] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0066.009] I> MB1 (prd-version: 2.6.0.0-t194-41334769-cab45716)
[0066.014] I> Boot-mode: Platform RCM
[0066.017] I> Platform: Silicon
[0066.020] I> Chip revision : A02P
[0066.023] I> Bootrom patch version : 15 (correctly patched)
[0066.028] I> ATE fuse revision : 0x200
[0066.032] I> Ram repair fuse : 0x1
[0066.035] I> Ram Code : 0x2
[0066.038] I> rst_source: 0x0, rst_level: 0x0
[0066.043] I> USB configuration success
[0068.149] I> mb2 image downloaded
[0068.161] I> Recovery boot mode 0
[0068.166] I> UPHY full init done
[0068.173] I> MB1 done

[0068.178] I> Welcome to MB2(TBoot-BPMP) Applet (version: default.t194-mobile-d394e178)
[0068.186] I> DMA Heap @ [0x40020000 - 0x40065800]
[0068.190] I> Default Heap @ [0xd486400 - 0xd48a400]
[0068.195] W> Profiler not initialized
[0069.199] E> OCR failed, error = f0f0a06
[0069.203] I> SDMMC is not present.
[0069.207] E> SPI_FLASH: Invalid value device id: 7.
[0069.211] I> QSPI Flash is not present.
[0069.218] E> CLK_RST: instance 6 not found in module 44.
[0069.223] E> MPhy CAR configuration failed error = 1747992077
[0069.228] E> UFS initialization failed
[0069.232] I> UFS is not present
[0069.235] W> Profiler not initialized
[0069.238] I> Entering 3p server
[0069.241] I> USB configuration success
[0069.343] I> Populate chip info
[0069.375] I> Populate eeprom info
[0069.379] I> Populate eeprom info for module cvm
[0069.384]  > DEVICE_PROD: device prod is not initialized.
[0069.474] I> Rebooting : reboot-recovery


[0069.479] I> Reset to recovery mode
��
[0306.648] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0306.656] I> MB1 (prd-version: 2.6.0.0-t194-41334769-cab45716)
[0306.661] I> Boot-mode: RCM
[0306.664] I> Platform: Silicon
[0306.667] I> Chip revision : A02P
[0306.670] I> Bootrom patch version : 15 (correctly patched)
[0306.675] I> ATE fuse revision : 0x200
[0306.678] I> Ram repair fuse : 0x1
[0306.681] I> Ram Code : 0x2
[0306.684] I> rst_source: 0xb, rst_level: 0x1
[0306.689] I> USB configuration success
[0308.720] I> bct_bootrom image downloaded
[0308.729] W> PROD_CONFIG: device prod data is empty in MB1 BCT.
[0308.736] I> Temperature = 37000
[0308.740] W> Skipping boost for clk: BPMP_CPU_NIC
[0308.744] W> Skipping boost for clk: BPMP_APB
[0308.748] W> Skipping boost for clk: AXI_CBB
[0308.752] W> Skipping boost for clk: AON_CPU_NIC
[0308.756] W> Skipping boost for clk: CAN1
[0308.760] W> Skipping boost for clk: CAN2
[0308.764] I> Boot-device: SDMMC (instance: 3)
[0308.768] I> bct_mb1 image downloaded
[0308.780] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0308.788] W>  Thermal config not found in BCT
[0308.796] W>  MEMIO rail config not found in BCT
[0308.813] I> bct_mem image downloaded
[0310.602] I> blob image downloaded
[0310.640] I> Recovery boot mode 0
[0310.684] W>  Platform config not found in BCT
[0310.716] I> MB1 done

����main enter
SPE VERSION #: R01.00.18 Created: Jan 29 2021 @ 14:18:27
HW Function test
Start Scheduler.
in late init
��
  [0310.727] I> Welcome to MB2(TBoot-BPMP) Recovery (version: default.t194-mobile-1bd7b950)
[0310.728] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0310.729] I> Default Heap @ [0xd486400 - 0xd48a400]
[0310.730] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0310.736] W> device prod register failed
[0310.751] I> Relocating BR-BCT
[0310.752]  > DEVICE_PROD: device prod is not initialized.
[0310.778] E> I2C: slave not found in slaves.
[0310.779] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0310.780] E> I2C_DEV: Failed to send register address 0x00000000.
[0310.781] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
[0310.781] E> eeprom: Failed to read I2C slave device
[0310.785] I> Failed to read CVB eeprom data @ AE
[0310.789] I> Retrying CVB eeprom read @ AC ...
[0310.824] I> Relocating OP-TEE dtb from: 0x6bfffc10 to 0x70050000, size: 1008
[0310.825] I> [0] START: 0x80000000, SIZE: 0x47af0000
[0310.826] I> [1] START: 0xca000000, SIZE: 0x800000
[0310.826] I> dram_block larger than 80000000
[0310.827] I> [2] START: 0x100000000, SIZE: 0x780000000
[0310.831] I> Setting NS memory ranges to OP-TEE dtb finished.
[0310.835] I> found decompressor handler: lz4
[0311.404] I> EKB detected (length: 0x410) @ VA:0x526fa200
[0311.406] I> Setting EKB blob info to OPTEE dtb finished.
��NOTICE:  BL31: v2.6(release):07eea4970
NOTICE:  BL31: Built : 07:55:15, Mar 19 2023
I/TC: 
��
  ��I/TC: Non-secure external DT found
��bpmp: init
bpmp: tag is 128431eec76692047e1ac1ebc0392266
��I/TC: O��sku_dt_init: not sku 0x00
��P-TEE version: 3.19 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Sun Mar 19 15:02:42 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please che��clk_early initialized
��ck ht��mail_early initialized
��t��fuse initialized
hwwdt initialized
��ps://��t194_ec_get_ec_list: found 45 ecs
��optee.read��ec initialized
��t��vmon_setup_monitors: found 3 monitors
vmon initialized
��hed��adc initialized
fmon_populate_monitors: found 73 monitors
��ocs.io/en/latest/architecture��fmon initialized
mc initialized
��/po��reset initialized
nvhs initialized
uphy_early initialized
emc_early initialized
��rting_guidelines.html
I/TC: Primary CPU initializing
��392 clocks registered
clk initialized
io_dpd initialized
thermal initialized
thermal_mrq initialized
i2c initialized
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
vrmon initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
suspend initialized
pg_late initialized
pg_mrq_init initialized
strap initialized
nvl initialized
emc initialized
emc_mrq initialized
clk_dt initialized
tj_init initialized
/uphy is not enabled status = disabled
uphy_dt initialized
uphy_mrq initialized
uphy initialized
ec_swd_poll_start: 281 reg polling start w period 47 ms
ec_late initialized
hwwdt_late initialized
reset_mrq initialized
ec_mrq initialized
fmon_mrq initialized
clk_mrq initialized
avfs_mrq initialized
mail_mrq initialized
i2c_mrq initialized
tag_mrq initialized
console_mrq initialized
mrq initialized
clk_sync_fmon_post initialized
��I/��clk_dt_late initialized
noc_late initialized
��T��pm_post initialized
dbells initialized
��C: ��dmce initialized
��P��cvc initialized
��rimary CPU switc��avfs_clk_mach_post initialized
��hing��avfs_clk_platform_post initialized
�� to��cvc_late initialized
regulator_post initialized
�� norm��rm initialized
console_late initialized
clk_dt_post initialized
mc_reg initialized
pg_post initialized
profile initialized
fuse_late initialized
extras_post initialized
bpmp: init complete
entering main console loop
] ��al world boot
��
  [0312.149] I> Welcome to TBoot-CPU Recovery
[0312.153] I> Heap: [0xa0f00000 ... 0xa9f00000
[0312.158] I> gpio framework initialized
[0312.178] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0312.188] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0312.189] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[0312.199] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0312.207] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0312.208] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0312.208] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
[0312.217] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0312.225] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0312.226] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0312.238] I> fixed regulator driver initialized
[0312.387] I> CPU: Nvidia Carmel
[0312.387] I> CPU: MIDR: 0x4e0f0040, MPIDR: 0x80000000
[0312.388] I> Platform: Silicon
[0312.388] I> chip revision : A02P
[0312.388] I> Boot_device: SDMMC_BOOT instance: 3
[0312.389] I> sdmmc-3 params source = boot args
[0313.777] E> OCR failed, error = f0f0a06
[0313.777] E> Failed to open sdmmc-3, err = f0f0a06
[0313.777] E> Failed to initialize boot device
[0313.778] E> Top caller module: SDMMC, error module: SDMMC, reason: 0x06, aux_info: 0x0a
[0313.778] I> TBoot-CPU Recovery hang

Hi,

Did this xavier agx ever work before?

Yes it did

What was the jetpack version this xavier running?

And is this 32GB/64GB or 16GB/8GB xavier agx?

This is an AGX xavier 32GB
Photo

please also reply this

What was the jetpack version this xavier running?

I am not sure. I am told it was more likely a r35.2.1 or the previous one.

please flash with jetpack4.6.3 as well. You may need a ubuntu 18.04 host for it.

From a live usb ubuntu 18.04.6, with jetson linux r32.7.3 (jetpack 4.6.3), it results in pretty much the same state.
Here are the logs:

root@ubuntu:/mnt/Tegra/r32.7.3/Linux_for_Tegra# ./flash.sh jetson-xavier mmcblk0p1
###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.3
###############################################################################
# Target Board Information:
# Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying soft_fuses(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/mnt/Tegra/r32.7.3/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.0020 ] Generating RCM messages
[   0.0040 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[   0.0046 ] Header already present for /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[   0.0070 ] 
[   0.0090 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0091 ] Assuming zero filled SBK key
[   0.0110 ] tegrasign_v3.py --file /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0110 ] Assuming zero filled SBK key
[   0.0148 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[   0.0178 ] 
[   0.0198 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[   0.0205 ] 
[   0.0226 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[   0.0232 ] RCM 0 is saved as rcm_0.rcm
[   0.0255 ] RCM 1 is saved as rcm_1.rcm
[   0.0255 ] RCM 2 is saved as rcm_2.rcm
[   0.0255 ] List of rcm files are saved in rcm_list.xml
[   0.0256 ] 
[   0.0256 ] Signing RCM messages
[   0.0275 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   0.0276 ] Assuming zero filled SBK key
[   0.0335 ] Copying signature to RCM mesages
[   0.0354 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.0367 ] 
[   0.0367 ] Boot Rom communication
[   0.0389 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[   0.0412 ] RCM version 0X190001
[   0.0434 ] Boot Rom communication completed
[   1.0595 ] 
[   2.0653 ] tegrarcm_v2 --isapplet
[   2.0680 ] Applet version 01.00.0000
[   2.0869 ] 
[   2.0913 ] tegrarcm_v2 --ismb2
[   2.1275 ] 
[   2.1322 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[   2.1350 ] 
[   2.1393 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[   2.1419 ] adding BCH for nvtboot_applet_t194.bin
[   2.1484 ] 
[   2.1516 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   2.1517 ] Assuming zero filled SBK key
[   2.1561 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[   2.1579 ] 
[   2.1597 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[   2.1602 ] Applet version 01.00.0000
[   2.1784 ] Sending mb2
[   2.1784 ] [................................................] 100%
[   2.1944 ] 
[   2.1970 ] tegrarcm_v2 --boot recovery
[   2.1980 ] Applet version 01.00.0000
[   2.2192 ] 
[   3.2249 ] tegrarcm_v2 --isapplet
[   3.3738 ] 
[   3.3786 ] tegrarcm_v2 --ismb2
[   3.3812 ] MB2 Applet version 01.00.0000
[   3.4015 ] 
[   3.4062 ] tegrarcm_v2 --ismb2
[   3.4089 ] MB2 Applet version 01.00.0000
[   3.4282 ] 
[   3.4328 ] Retrieving board information
[   3.4374 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[   3.4401 ] MB2 Applet version 01.00.0000
[   3.4627 ] Saved platform info in chip_info.bin
[   3.4670 ] Chip minor revision: 2
[   3.4671 ] Bootrom revision: 0xf
[   3.4671 ] Ram code: 0x2
[   3.4671 ] Chip sku: 0xd0
[   3.4672 ] Chip Sample: non es
[   3.4672 ] 
[   3.4682 ] Retrieving EEPROM data
[   3.4684 ] tegrarcm_v2 --oem platformdetails eeprom cvm /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/cvm.bin
[   3.4717 ] MB2 Applet version 01.00.0000
[   3.4945 ] Saved platform info in /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/cvm.bin
[   3.5288 ] 
[   3.5291 ] Rebooting to recovery mode
[   3.5341 ] tegrarcm_v2 --ismb2
[   3.5368 ] MB2 Applet version 01.00.0000
[   3.5559 ] 
[   3.5560 ] Rebooting to recovery mode
[   3.5607 ] tegrarcm_v2 --reboot recovery
[   3.5637 ] MB2 Applet version 01.00.0000
[   3.6046 ] 
Board ID(2888) version(400) sku(0004) revision(L.0)
lz4c installed at /usr/bin/lz4c
Compressing /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb ...
Copy /mnt/Tegra/r32.7.3/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to /mnt/Tegra/r32.7.3/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec
copying bctfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)... done.
copying bctfile1(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying uphy_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)... done.
copying minratchet_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg)... done.
copying device_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)... done.
copying misc_cold_boot_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)... done.
copying gpioint_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)... done.
copying pmic_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)... done.
copying pmc_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)... done.
copying prod_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)... done.
copying scr_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying scr_cold_boot_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying bootrom_config(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)... done.
copying dev_params(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)... done.
Existing bootloader(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
Making Boot image... done.
/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --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.0025 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0025 ] Assuming zero filled SBK key : not reading 
[   0.0025 ] Generating ratchet blob
[   0.0042 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.0048 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0050 ] 
[   0.0051 ] header_magic: 414e4452
[   0.0069 ] tegrahost_v2 --chip 0x19 --align 1_boot.img
[   0.0074 ] 
[   0.0093 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_boot.img zerosbk
[   0.0098 ] adding BCH for 1_boot.img
[   0.7111 ] 
[   0.7137 ] tegrasign_v3.py --key  --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
[   0.7138 ] Assuming zero filled SBK key : not reading 
[   0.7799 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
[   1.2510 ] 
[   1.2776 ] Signed file: /mnt/Tegra/r32.7.3/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 0x19: add 0x27ef000 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for boot_sigheader.img.encrypt
l4t_sign_image.sh: the signed file is /mnt/Tegra/r32.7.3/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...
/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/ramdisk_tmp /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader /mnt/Tegra/r32.7.3/Linux_for_Tegra
30412 blocks
_BASE_KERNEL_VERSION=4.9.299-tegra
/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/ramdisk_tmp/lib /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/ramdisk_tmp /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader /mnt/Tegra/r32.7.3/Linux_for_Tegra
66033 blocks
Making Recovery image...
copying recdtbfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec)... done.
20+0 records in
20+0 records out
20 bytes copied, 0.000193111 s, 104 kB/s
Existing sosfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
Existing bpfdtbfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegra194-a02-bpmp-p2888-a04_lz4.dtb) reused.
Existing scefile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing wb0boot(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --cmd sign kernel_tegra194-p2888-0001-p2822-0000.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.0026 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0027 ] Assuming zero filled SBK key : not reading 
[   0.0026 ] Generating ratchet blob
[   0.0043 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.0048 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0050 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0050 ] 
[   0.0051 ] header_magic: d00dfeed
[   0.0069 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[   0.0075 ] 
[   0.0093 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[   0.0099 ] adding BCH for 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[   0.0149 ] 
[   0.0174 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   0.0175 ] Assuming zero filled SBK key : not reading 
[   0.0219 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[   0.0255 ] 
[   0.0259 ] Signed file: /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x45767 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the signed file is /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
done.
	populating kernel to rootfs... done.
	populating initrd to rootfs... done.
	populating kernel_tegra194-p2888-0001-p2822-0000.dtb to rootfs... done.
Making system.img... 
	populating rootfs from /mnt/Tegra/r32.7.3/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
	generating sig file of Image ... /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --cmd sign ./boot/Image 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.0005 ] Generating signature
[   0.0027 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0028 ] Assuming zero filled SBK key : not reading 
[   0.0027 ] Generating ratchet blob
[   0.0062 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.0086 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0092 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0093 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0093 ] 
[   0.0111 ] header_magic: c05614
[   0.0149 ] tegrahost_v2 --chip 0x19 --align 1_Image
[   0.0168 ] 
[   0.0195 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_Image zerosbk
[   0.0208 ] adding BCH for 1_Image
[   0.7683 ] 
[   0.7711 ] tegrasign_v3.py --key  --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
[   0.7712 ] Assuming zero filled SBK key : not reading 
[   0.8286 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[   1.1337 ] 
[   1.1534 ] Signed file: /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mnt/Image_sigheader.encrypt
l4t_sign_image.sh: Generate header for Image_sigheader.encrypt
l4t_sign_image.sh: chip 0x19: add 0x2106808 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for Image_sigheader.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/Image.sig
done.
done.
	generating sig file of kernel_tegra194-p2888-0001-p2822-0000.dtb ... /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --cmd sign ./boot/dtb/kernel_tegra194-p2888-0001-p2822-0000.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.0011 ] Generating signature
[   0.0035 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0035 ] Assuming zero filled SBK key : not reading 
[   0.0034 ] Generating ratchet blob
[   0.0051 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.0056 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0058 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0058 ] 
[   0.0069 ] header_magic: d00dfeed
[   0.0087 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[   0.0098 ] 
[   0.0116 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[   0.0122 ] adding BCH for 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[   0.0195 ] 
[   0.0221 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   0.0222 ] Assuming zero filled SBK key : not reading 
[   0.0262 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[   0.0300 ] 
[   0.0310 ] Signed file: /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mnt/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x45767 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/dtb/kernel_tegra194-p2888-0001-p2822-0000.dtb.sig
done.
done.
	generating sig file of initrd ... /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/initrd data
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.0027 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0027 ] Assuming zero filled SBK key : not reading 
[   0.0039 ] header_magic: 1f8b0800
[   0.0058 ] tegrahost_v2 --chip 0x19 --align 1_initrd
[   0.0067 ] 
[   0.0086 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_initrd zerosbk
[   0.0091 ] adding BCH for 1_initrd
[   0.1949 ] 
[   0.1977 ] tegrasign_v3.py --key  --list 1_initrd_sigheader_list.xml --pubkeyhash pub_key.key
[   0.1977 ] Assuming zero filled SBK key : not reading 
[   0.2121 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_initrd_sigheader.encrypt 1_initrd_sigheader.hash zerosbk
[   0.2781 ] 
[   0.2823 ] Signed file: /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mnt/initrd_sigheader.encrypt
l4t_sign_image.sh: Generate header for initrd_sigheader.encrypt
l4t_sign_image.sh: chip 0x19: add 0x6e7533 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for initrd_sigheader.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/initrd.sig
done.
done.
	generating sig file of extlinux.conf ... /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/extlinux/extlinux.conf data
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.0027 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0028 ] Assuming zero filled SBK key : not reading 
[   0.0027 ] header_magic: 54494d45
[   0.0045 ] tegrahost_v2 --chip 0x19 --align 1_extlinux.conf
[   0.0051 ] 
[   0.0069 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_extlinux.conf zerosbk
[   0.0074 ] adding BCH for 1_extlinux.conf
[   0.0075 ] 
[   0.0101 ] tegrasign_v3.py --key  --list 1_extlinux_sigheader.conf_list.xml --pubkeyhash pub_key.key
[   0.0101 ] Assuming zero filled SBK key : not reading 
[   0.0136 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_extlinux_sigheader.conf.encrypt 1_extlinux_sigheader.conf.hash zerosbk
[   0.0143 ] 
[   0.0146 ] Signed file: /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/mnt/extlinux_sigheader.conf.encrypt
l4t_sign_image.sh: Generate header for extlinux_sigheader.conf.encrypt
l4t_sign_image.sh: chip 0x19: add 0x360 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for extlinux_sigheader.conf.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/extlinux/extlinux.conf.sig
done.
done.
	Sync'ing system.img ... done.
	Converting RAW image to Sparse image... done.
system.img built successfully. 
Existing tbcfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
copying cfgfile(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t194_sdmmc.xml) to flash.xml... done.
Existing flasher(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0x9190000 --applet mb1_t194_prod.bin  --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg  --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-p2888-a04_lz4.dtb; spe_fw spe_t194.bin; tlk tos-trusty_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb"   
saving flash command in /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /mnt/Tegra/r32.7.3/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.0654 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0657 ] Assuming zero filled SBK key
[   0.0052 ] Generating RCM messages
[   0.0392 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[   0.0422 ] Header already present for mb1_t194_prod.bin
[   0.2009 ] 
[   0.2647 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.2649 ] Assuming zero filled SBK key
[   0.3187 ] tegrasign_v3.py --file mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.3190 ] Assuming zero filled SBK key
[   0.6756 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[   0.7149 ] 
[   0.7742 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[   0.9537 ] 
[   0.9584 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[   0.9611 ] FwIndex: 1, MinRatchetLevel: 0
[   1.0047 ] FwIndex: 2, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 3, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 4, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 5, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 6, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 7, MinRatchetLevel: 0
[   1.0048 ] FwIndex: 11, MinRatchetLevel: 0
[   1.0049 ] FwIndex: 12, MinRatchetLevel: 0
[   1.0049 ] FwIndex: 13, MinRatchetLevel: 0
[   1.0049 ] FwIndex: 14, MinRatchetLevel: 0
[   1.0049 ] FwIndex: 15, MinRatchetLevel: 0
[   1.0049 ] FwIndex: 16, MinRatchetLevel: 0
[   1.0050 ] FwIndex: 17, MinRatchetLevel: 0
[   1.0050 ] FwIndex: 18, MinRatchetLevel: 0
[   1.0050 ] FwIndex: 19, MinRatchetLevel: 0
[   1.0050 ] FwIndex: 30, MinRatchetLevel: 0
[   1.0050 ] FwIndex: 31, MinRatchetLevel: 0
[   1.0051 ] FwIndex: 32, MinRatchetLevel: 0
[   1.0051 ] 
[   1.0540 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[   1.0569 ] RCM 0 is saved as rcm_0.rcm
[   1.1719 ] RCM 1 is saved as rcm_1.rcm
[   1.1725 ] RCM 2 is saved as rcm_2.rcm
[   1.1730 ] List of rcm files are saved in rcm_list.xml
[   1.1852 ] 
[   1.1853 ] Signing RCM messages
[   1.2511 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   1.2514 ] Assuming zero filled SBK key
[   1.2168 ] Copying signature to RCM mesages
[   1.2214 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   1.2986 ] 
[   1.2988 ] Parsing partition layout
[   1.3571 ] tegraparser_v2 --pt flash.xml.tmp
[   1.4534 ] 
[   1.4540 ] Reading ramcode from backup chip_info.bin file
[   1.4765 ] RAMCODE Read from Device: 2

[   1.4769 ] Disable BPMP dtb trim, using default dtb
[   1.4769 ] 
[   1.4769 ] Creating list of images to be signed
[   1.4816 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[   1.4846 ] MB1: Nvheader already present is mb1_t194_prod.bin
[   1.4873 ] Header already present for mb1_t194_prod_sigheader.bin
[   1.5242 ] MB1: Nvheader already present is mb1_t194_prod.bin
[   1.5844 ] Header already present for mb1_t194_prod_sigheader.bin
[   1.6178 ] adding BCH for spe_t194.bin
[   1.7441 ] adding BCH for spe_t194.bin
[   1.7522 ] adding BCH for nvtboot_t194.bin
[   1.8247 ] adding BCH for nvtboot_t194.bin
[   1.8406 ] Header already present for preboot_c10_prod_cr.bin
[   1.8882 ] Header already present for preboot_c10_prod_cr.bin
[   1.8896 ] Header already present for mce_c10_prod_cr.bin
[   1.9398 ] Header already present for mce_c10_prod_cr.bin
[   1.9461 ] adding BCH for mts_c10_prod_cr.bin
[   2.0935 ] adding BCH for mts_c10_prod_cr.bin
[   2.1938 ] adding BCH for cboot_t194.bin
[   2.3928 ] adding BCH for cboot_t194.bin
[   2.4307 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[   2.4879 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[   2.4952 ] adding BCH for tos-trusty_t194.img
[   2.5404 ] adding BCH for tos-trusty_t194.img
[   2.5641 ] adding BCH for eks.img
[   2.6174 ] adding BCH for eks.img
[   2.6176 ] adding BCH for bpmp_t194.bin
[   2.6822 ] adding BCH for bpmp_t194.bin
[   2.7325 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4.dtb
[   2.8442 ] adding BCH for tegra194-a02-bpmp-p2888-a04_lz4.dtb
[   2.8525 ] adding BCH for xusb_sil_rel_fw
[   2.8934 ] adding BCH for xusb_sil_rel_fw
[   2.9052 ] adding BCH for camera-rtcpu-rce.img
[   2.9603 ] adding BCH for camera-rtcpu-rce.img
[   2.9845 ] adding BCH for adsp-fw.bin
[   3.0502 ] adding BCH for adsp-fw.bin
[   3.0568 ] Header already present for warmboot_t194_prod.bin
[   3.0924 ] Header already present for warmboot_t194_prod.bin
[   3.0957 ] adding BCH for recovery.img
[   4.3333 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb.rec
[   5.2371 ] adding BCH for boot.img
[   5.2914 ] adding BCH for boot.img
[   6.0258 ] adding BCH for kernel_tegra194-p2888-0001-p2822-0000.dtb
[   9.5383 ] adding BCH for kernel_tegra194-p2888-0001-p2822-0000.dtb
[   9.6030 ] 
[   9.6031 ] Filling MB1 storage info
[   9.6031 ] Generating br-bct
[   9.6065 ] Performing cfg overlay
[   9.6066 ] ['tegra194-mb1-bct-memcfg-p2888.cfg', 'tegra194-memcfg-sw-override.cfg']
[   9.6078 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p2888.cfg -s tegra194-memcfg-sw-override.cfg -o /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg
[   9.9545 ] 
[   9.9546 ] Updating dev and MSS params in BR BCT
[   9.9547 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[  10.1185 ] 
[  10.1186 ] Updating bl info
[  10.1207 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[  10.1934 ] 
[  10.1935 ] Generating signatures
[  10.2594 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[  10.2596 ] Assuming zero filled SBK key
[  13.1690 ] Generating br-bct
[  13.1712 ] Performing cfg overlay
[  13.1712 ] ['/mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg']
[  13.1712 ] Updating dev and MSS params in BR BCT
[  13.1713 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[  13.2731 ] 
[  13.2732 ] Updating bl info
[  13.2751 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[  13.4348 ] 
[  13.4350 ] Updating smd info
[  13.4397 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[  13.4560 ] 
[  13.4561 ] Updating Odmdata
[  13.4617 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[  13.5548 ] 
[  13.5550 ] Get Signed section of bct
[  13.5597 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[  13.5885 ] 
[  13.5937 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[  13.5969 ] Assuming zero filled SBK key
[  13.7740 ] 
[  13.7740 ] Updating BCT with signature
[  13.7760 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[  13.8011 ] 
[  13.8013 ] Generating coldboot mb1-bct
[  13.8511 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[  13.8543 ] MB1-BCT version: 0x1

[  13.8554 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[  13.8576 ] Added Platform Config 0 data with size :- 3168

[  13.8921 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[  13.8931 ] Added Platform Config 1 data with size :- 19640

[  14.0125 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[  14.0133 ] Added Platform Config 2 data with size :- 24

[  14.0420 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[  14.0428 ] Added Platform Config 4 data with size :- 348

[  14.0653 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[  14.0668 ] Added Platform Config 3 data with size :- 92

[  14.0866 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[  14.0882 ] Added Platform Config 5 data with size :- 68

[  14.1077 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[  14.1093 ] Added Platform Config 7 data with size :- 392

[  14.1333 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[  14.1350 ] Added Platform Config 8 data with size :- 12

[  14.1546 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[  14.1560 ] Added Platform Config 9 data with size :- 32
[  14.1759 ] 
[  14.1761 ] Updating mb1-bct with firmware information
[  14.1811 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[  14.1841 ] MB1-BCT version: 0x1
[  14.2429 ] 
[  14.2430 ] Updating mb1-bct with storage information
[  14.2476 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[  14.2503 ] MB1-BCT version: 0x1
[  14.3056 ] 
[  14.3057 ] Updating mb1-bct with ratchet information
[  14.3105 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[  14.3132 ] MB1-BCT version: 0x1
[  14.3141 ] FwIndex: 1, MinRatchetLevel: 0
[  14.3376 ] FwIndex: 2, MinRatchetLevel: 0
[  14.3376 ] FwIndex: 3, MinRatchetLevel: 0
[  14.3377 ] FwIndex: 4, MinRatchetLevel: 0
[  14.3377 ] FwIndex: 5, MinRatchetLevel: 0
[  14.3377 ] FwIndex: 6, MinRatchetLevel: 0
[  14.3378 ] FwIndex: 7, MinRatchetLevel: 0
[  14.3378 ] FwIndex: 11, MinRatchetLevel: 0
[  14.3378 ] FwIndex: 12, MinRatchetLevel: 0
[  14.3378 ] FwIndex: 13, MinRatchetLevel: 0
[  14.3379 ] FwIndex: 14, MinRatchetLevel: 0
[  14.3379 ] FwIndex: 15, MinRatchetLevel: 0
[  14.3379 ] FwIndex: 16, MinRatchetLevel: 0
[  14.3379 ] FwIndex: 17, MinRatchetLevel: 0
[  14.3380 ] FwIndex: 18, MinRatchetLevel: 0
[  14.3380 ] FwIndex: 19, MinRatchetLevel: 0
[  14.3380 ] FwIndex: 30, MinRatchetLevel: 0
[  14.3380 ] FwIndex: 31, MinRatchetLevel: 0
[  14.3381 ] FwIndex: 32, MinRatchetLevel: 0
[  14.3381 ] 
[  14.3428 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[  14.3466 ] 
[  14.3513 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[  14.3541 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[  14.3574 ] 
[  14.4238 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[  14.4241 ] Assuming zero filled SBK key
[  14.3777 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[  14.4030 ] 
[  14.4036 ] Generating recovery mb1-bct
[  14.4096 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[  14.4131 ] MB1-BCT version: 0x1

[  14.4141 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg 
[  14.4157 ] Added Platform Config 0 data with size :- 3168

[  14.4213 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg 
[  14.4223 ] Added Platform Config 1 data with size :- 19640

[  14.4553 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg 
[  14.4558 ] Added Platform Config 2 data with size :- 24

[  14.4562 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg 
[  14.4568 ] Added Platform Config 4 data with size :- 348
[  14.4571 ] 
[  14.4571 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg 
[  14.4571 ] Added Platform Config 3 data with size :- 92
[  14.4571 ] 
[  14.4571 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg 
[  14.4571 ] Added Platform Config 5 data with size :- 68
[  14.4571 ] 
[  14.4571 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg 
[  14.4571 ] Added Platform Config 7 data with size :- 392
[  14.4572 ] 
[  14.4572 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg 
[  14.4572 ] Added Platform Config 8 data with size :- 12
[  14.4572 ] 
[  14.4572 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg 
[  14.4572 ] Added Platform Config 9 data with size :- 32
[  14.4572 ] 
[  14.4572 ] Updating mb1-bct with firmware information
[  14.4594 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[  14.4603 ] MB1-BCT version: 0x1
[  14.5119 ] 
[  14.5120 ] Updating mb1-bct with storage information
[  14.5146 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[  14.5158 ] MB1-BCT version: 0x1
[  14.5934 ] 
[  14.5936 ] Updating mb1-bct with ratchet information
[  14.5987 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[  14.6016 ] MB1-BCT version: 0x1
[  14.6022 ] FwIndex: 1, MinRatchetLevel: 0
[  14.6307 ] FwIndex: 2, MinRatchetLevel: 0
[  14.6313 ] FwIndex: 3, MinRatchetLevel: 0
[  14.6320 ] FwIndex: 4, MinRatchetLevel: 0
[  14.6325 ] FwIndex: 5, MinRatchetLevel: 0
[  14.6331 ] FwIndex: 6, MinRatchetLevel: 0
[  14.6336 ] FwIndex: 7, MinRatchetLevel: 0
[  14.6342 ] FwIndex: 11, MinRatchetLevel: 0
[  14.6348 ] FwIndex: 12, MinRatchetLevel: 0
[  14.6355 ] FwIndex: 13, MinRatchetLevel: 0
[  14.6361 ] FwIndex: 14, MinRatchetLevel: 0
[  14.6366 ] FwIndex: 15, MinRatchetLevel: 0
[  14.6372 ] FwIndex: 16, MinRatchetLevel: 0
[  14.6377 ] FwIndex: 17, MinRatchetLevel: 0
[  14.6383 ] FwIndex: 18, MinRatchetLevel: 0
[  14.6389 ] FwIndex: 19, MinRatchetLevel: 0
[  14.6398 ] FwIndex: 30, MinRatchetLevel: 0
[  14.6407 ] FwIndex: 31, MinRatchetLevel: 0
[  14.6415 ] FwIndex: 32, MinRatchetLevel: 0
[  14.6498 ] 
[  14.6545 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[  14.6582 ] 
[  14.6632 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1.bct zerosbk
[  14.6663 ] adding BCH for mb1_bct_MB1.bct
[  14.6693 ] 
[  14.7361 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[  14.7364 ] Assuming zero filled SBK key
[  14.6901 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[  14.6965 ] 
[  14.6969 ] Generating coldboot mem-bct
[  14.7016 ] tegrabct_v2 --chip 0x19 0 --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --membct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_1.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_2.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_3.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_4.bct
[  14.7044 ] Packing sdram param for instance[0]
[  14.8100 ] Packing sdram param for instance[1]
[  14.8101 ] Packing sdram param for instance[2]
[  14.8102 ] Packing sdram param for instance[3]
[  14.8103 ] Packing sdram param for instance[4]
[  14.8103 ] Packing sdram param for instance[5]
[  14.8103 ] Packing sdram param for instance[6]
[  14.8103 ] Packing sdram param for instance[7]
[  14.8103 ] Packing sdram param for instance[8]
[  14.8103 ] Packing sdram param for instance[9]
[  14.8103 ] Packing sdram param for instance[10]
[  14.8103 ] Packing sdram param for instance[11]
[  14.8103 ] Packing sdram param for instance[12]
[  14.8103 ] Packing sdram param for instance[13]
[  14.8103 ] Packing sdram param for instance[14]
[  14.8103 ] Packing sdram param for instance[15]
[  14.8103 ] 
[  14.8103 ] Getting sector size from pt
[  14.8126 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[  14.8154 ] 
[  14.8156 ] BlockSize read from layout is 200

[  14.8192 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_1.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_2.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_3.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_4.bct
[  14.8210 ] adding BCH for /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_1.bct
[  14.8274 ] 
[  14.8300 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[  14.8313 ] 
[  14.8344 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot.bct zerosbk
[  14.8354 ] Header already present for mem_coldboot.bct
[  14.8357 ] 
[  14.8994 ] tegrasign_v3.py --key None --list mem_coldboot_sigheader.bct_list.xml --pubkeyhash pub_key.key
[  14.8995 ] Assuming zero filled SBK key
[  14.8440 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[  14.8575 ] 
[  14.8576 ] Generating recovery mem-bct
[  14.8600 ] tegrabct_v2 --chip 0x19 0 --sdram /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1.cfg --membct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_1.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_2.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_3.bct /mnt/Tegra/r32.7.3/Linux_for_Tegra/bootloader/14257/tmpgsvpj5de1_4.bct
[  14.8611 ] Packing sdram param for instance[0]
[  14.9519 ] Packing sdram param for instance[1]
[  14.9521 ] Packing sdram param for instance[2]
[  14.9524 ] Packing sdram param for instance[3]
[  14.9526 ] Packing sdram param for instance[4]
[  14.9528 ] Packing sdram param for instance[5]
[  14.9530 ] Packing sdram param for instance[6]
[  14.9531 ] Packing sdram param for instance[7]
[  14.9533 ] Packing sdram param for instance[8]
[  14.9535 ] Packing sdram param for instance[9]
[  14.9537 ] Packing sdram param for instance[10]
[  14.9538 ] Packing sdram param for instance[11]
[  14.9540 ] Packing sdram param for instance[12]
[  14.9542 ] Packing sdram param for instance[13]
[  14.9544 ] Packing sdram param for instance[14]
[  14.9545 ] Packing sdram param for instance[15]
[  14.9610 ] 
[  14.9631 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[  14.9637 ] 
[  14.9655 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm.bct zerosbk
[  14.9661 ] adding BCH for mem_rcm.bct
[  14.9672 ] 
[  15.0302 ] tegrasign_v3.py --key None --list mem_rcm_sigheader.bct_list.xml --pubkeyhash pub_key.key
[  15.0302 ] Assuming zero filled SBK key
[  14.9728 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[  14.9902 ] 
[  14.9905 ] Copying signatures
[  14.9956 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[  21.2490 ] 
[  21.2492 ] Boot Rom communication
[  21.2542 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[  21.2569 ] BR_CID: 0x88021911647218870c0000000a030080
[  21.2596 ] RCM version 0X190001
[  21.2761 ] Boot Rom communication completed
[  22.2916 ] 
[  23.2975 ] tegrarcm_v2 --isapplet
[  23.3004 ] Applet version 01.00.0000
[  23.3222 ] 
[  23.3223 ] Sending BCTs
[  23.3242 ] 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
[  23.3249 ] Applet version 01.00.0000
[  23.3587 ] Sending bct_bootrom
[  23.3592 ] [................................................] 100%
[  23.3607 ] Sending bct_mb1
[  23.3652 ] [................................................] 100%
[  23.3699 ] Sending bct_mem
[  23.4155 ] [................................................] 100%
[  23.4984 ] 
[  23.4986 ] Generating blob
[  23.5036 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194.bin
[  23.5067 ] 
[  23.5111 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_cpu_t194.bin zerosbk
[  23.5139 ] adding BCH for blob_nvtboot_recovery_cpu_t194.bin
[  23.5396 ] 
[  23.6064 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.6067 ] Assuming zero filled SBK key
[  23.5610 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_sigheader.bin.hash zerosbk
[  23.5788 ] 
[  23.5841 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194.bin
[  23.5880 ] 
[  23.5927 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_t194.bin zerosbk
[  23.5961 ] adding BCH for blob_nvtboot_recovery_t194.bin
[  23.6161 ] 
[  23.6816 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.6818 ] Assuming zero filled SBK key
[  23.6315 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_sigheader.bin.encrypt blob_nvtboot_recovery_t194_sigheader.bin.hash zerosbk
[  23.6406 ] 
[  23.6445 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr.bin
[  23.6464 ] 
[  23.6499 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr.bin zerosbk
[  23.6517 ] Header already present for blob_preboot_c10_prod_cr.bin
[  23.6527 ] 
[  23.7176 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.7178 ] Assuming zero filled SBK key
[  23.6672 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_sigheader.bin.encrypt blob_preboot_c10_prod_cr_sigheader.bin.hash zerosbk
[  23.6701 ] 
[  23.6739 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr.bin
[  23.6762 ] 
[  23.6796 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr.bin zerosbk
[  23.6813 ] Header already present for blob_mce_c10_prod_cr.bin
[  23.6860 ] 
[  23.7509 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.7511 ] Assuming zero filled SBK key
[  23.7011 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_sigheader.bin.encrypt blob_mce_c10_prod_cr_sigheader.bin.hash zerosbk
[  23.7080 ] 
[  23.7118 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr.bin
[  23.7137 ] 
[  23.7171 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr.bin zerosbk
[  23.7190 ] adding BCH for blob_mts_c10_prod_cr.bin
[  23.8021 ] 
[  23.8654 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.8655 ] Assuming zero filled SBK key
[  23.8134 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_sigheader.bin.encrypt blob_mts_c10_prod_cr_sigheader.bin.hash zerosbk
[  23.8809 ] 
[  23.8832 ] tegrahost_v2 --chip 0x19 --align blob_bpmp_t194.bin
[  23.8839 ] 
[  23.8858 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp_t194.bin zerosbk
[  23.8865 ] adding BCH for blob_bpmp_t194.bin
[  23.9088 ] 
[  23.9724 ] tegrasign_v3.py --key None --list blob_bpmp_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  23.9725 ] Assuming zero filled SBK key
[  23.9184 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp_t194_sigheader.bin.encrypt blob_bpmp_t194_sigheader.bin.hash zerosbk
[  23.9311 ] 
[  23.9335 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p2888-a04_lz4.dtb
[  23.9344 ] 
[  23.9365 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-a02-bpmp-p2888-a04_lz4.dtb zerosbk
[  23.9373 ] adding BCH for blob_tegra194-a02-bpmp-p2888-a04_lz4.dtb
[  23.9399 ] 
[  24.0038 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[  24.0041 ] Assuming zero filled SBK key
[  23.9585 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb.hash zerosbk
[  23.9651 ] 
[  23.9690 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194.bin
[  23.9709 ] 
[  23.9747 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t194.bin zerosbk
[  23.9769 ] adding BCH for blob_spe_t194.bin
[  23.9830 ] 
[  24.0482 ] tegrasign_v3.py --key None --list blob_spe_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[  24.0485 ] Assuming zero filled SBK key
[  23.9987 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_sigheader.bin.encrypt blob_spe_t194_sigheader.bin.hash zerosbk
[  24.0024 ] 
[  24.0054 ] tegrahost_v2 --chip 0x19 --align blob_tos-trusty_t194.img
[  24.0073 ] 
[  24.0104 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-trusty_t194.img zerosbk
[  24.0121 ] adding BCH for blob_tos-trusty_t194.img
[  24.0307 ] 
[  24.0952 ] tegrasign_v3.py --key None --list blob_tos-trusty_t194_sigheader.img_list.xml --pubkeyhash pub_key.key
[  24.0954 ] Assuming zero filled SBK key
[  24.0440 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-trusty_t194_sigheader.img.encrypt blob_tos-trusty_t194_sigheader.img.hash zerosbk
[  24.0553 ] 
[  24.0591 ] tegrahost_v2 --chip 0x19 --align blob_eks.img
[  24.0606 ] 
[  24.0634 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks.img zerosbk
[  24.0648 ] adding BCH for blob_eks.img
[  24.0651 ] 
[  24.1294 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
[  24.1295 ] Assuming zero filled SBK key
[  24.0773 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[  24.0790 ] 
[  24.0820 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p2888-0001-p2822-0000.dtb
[  24.0835 ] 
[  24.0863 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[  24.0877 ] adding BCH for blob_tegra194-p2888-0001-p2822-0000.dtb
[  24.1027 ] 
[  24.1677 ] tegrasign_v3.py --key None --list blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[  24.1679 ] Assuming zero filled SBK key
[  24.1153 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[  24.1234 ] 
[  24.1266 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[  24.1280 ] number of images in blob are 11
[  24.1287 ] blobsize is 5793704
[  24.1289 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 264432
[  24.1336 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 185296
[  24.1344 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[  24.1351 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 143200
[  24.1357 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[  24.1377 ] Added binary blob_bpmp_t194_sigheader.bin.encrypt of size 856352
[  24.1392 ] Added binary blob_tegra194-a02-bpmp-p2888-a04_lz4_sigheader.dtb.encrypt of size 90528
[  24.1400 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 94960
[  24.1406 ] Added binary blob_tos-trusty_t194_sigheader.img.encrypt of size 410560
[  24.1412 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[  24.1417 ] Added binary blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt of size 288624
[  24.1455 ] 
[  24.1456 ] Sending bootloader and pre-requisite binaries
[  24.1485 ] tegrarcm_v2 --download blob blob.bin
[  24.1499 ] Applet version 01.00.0000
[  24.1706 ] Sending blob
[  24.1707 ] [................................................] 100%
[  25.0019 ] 
[  25.0067 ] tegrarcm_v2 --boot recovery
[  25.0095 ] Applet version 01.00.0000
[  25.0305 ] 
[  26.0365 ] tegrarcm_v2 --isapplet
0037.371] W> RATCHET: MB1 binary ratchet value 4 is too large than ratchet level 2 from HW fuses.
[0037.380] I> MB1 (prd-version: 1.5.1.9-t194-41334769-73a9b7ef)
[0037.385] I> Boot-mode: Platform RCM
[0037.389] I> Chip revision : A02P
[0037.392] I> Bootrom patch version : 15 (correctly patched)
[0037.397] I> ATE fuse revision : 0x200
[0037.400] I> Ram repair fuse : 0x1
[0037.404] I> Ram Code : 0x2
[0037.406] I> rst_source : 0xb
[0037.409] I> rst_level : 0x1
[0037.413] I> USB configuration success
[0039.499] I> mb2 image downloaded
[0039.524] I> Recovery boot mode 0
[0039.528] I> Boot-device: eMMC
[0039.532] I> UPHY full init done
[0039.539] I> MB1 done

[0039.544] W> Profiler not initialized
[0039.547] I> Welcome to MB2(TBoot-BPMP) Applet (version: 00.00.2018.32-mobile-d95d9a83)
[0039.555] W> Profiler not initialized
[0039.559] I> DMA Heap @ [0x40020000 - 0x40065800]
[0039.563] I> Default Heap @ [0xd486400 - 0xd48a400]
[0039.568] W> Profiler not initialized
[0039.572] W> Profiler not initialized
[0039.575] W> Profiler not initialized
[0040.579] E> OCR failed, error = f0f0a06
[0040.583] I> SDMMC is not present.
[0040.587] I> No supported QSPI flash found
[0040.591] E> QSPI Flash: Insufficient flash size (0 MB)
[0040.596] I> QSPI Flash is not present.
[0040.647] E> Link startup dme_set failed
[0040.651] E> UFS initialization failed
[0040.654] I> UFS is not present
[0040.657] W> Profiler not initialized
[0040.661] W> Profiler not initialized
[0040.664] W> Profiler not initialized
[0040.668] W> Profiler not initialized
[0040.671] I> Entering 3p server
[0040.675] I> USB configuration success
[0040.770] I> Populate chip info
[0040.802] I> Populate eeprom info
[0040.806] I> Populate eeprom info for module cvm
[0040.908] I> Rebooting : reboot-recovery


[004��
[0352.997] W> RATCHET: MB1 binary ratchet value 4 is too large than ratchet level 2 from HW fuses.
[0353.006] I> MB1 (prd-version: 1.5.1.9-t194-41334769-73a9b7ef)
[0353.011] I> Boot-mode: RCM
[0353.014] I> Chip revision : A02P
[0353.017] I> Bootrom patch version : 15 (correctly patched)
[0353.022] I> ATE fuse revision : 0x200
[0353.025] I> Ram repair fuse : 0x1
[0353.028] I> Ram Code : 0x2
[0353.031] I> rst_source : 0xb
[0353.034] I> rst_level : 0x1
[0353.038] I> USB configuration success
[0355.062] I> bct_bootrom image downloaded
[0355.071] W> MB1_PLATFORM_CONFIG: device prod data is empty in MB1 BCT.
[0355.079] I> Temperature = 40000
[0355.082] W> Skipping boost for clk: BPMP_CPU_NIC
[0355.086] W> Skipping boost for clk: BPMP_APB
[0355.090] W> Skipping boost for clk: AXI_CBB
[0355.094] W> Skipping boost for clk: AON_CPU_NIC
[0355.099] W> Skipping boost for clk: CAN1
[0355.102] W> Skipping boost for clk: CAN2
[0355.107] I> Boot-device: eMMC
[0355.109] I> Boot-device: eMMC
[0355.112] I> bct_mb1 image downloaded
[0355.123] I> ECC region[0]: Start:0x0, End:0x0
[0355.127] I> ECC region[1]: Start:0x0, End:0x0
[0355.131] I> ECC region[2]: Start:0x0, End:0x0
[0355.135] I> ECC region[3]: Start:0x0, End:0x0
[0355.140] I> ECC region[4]: Start:0x0, End:0x0
[0355.144] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0355.150] I> Non-ECC region[1]: Start:0x0, End:0x0
[0355.154] I> Non-ECC region[2]: Start:0x0, End:0x0
[0355.158] I> Non-ECC region[3]: Start:0x0, End:0x0
[0355.163] I> Non-ECC region[4]: Start:0x0, End:0x0
[0355.169] E> FAILED: Thermal config
[0355.177] E> FAILED: MEMIO rail config
[0355.195] I> bct_mem image downloaded
[0356.699] I> blob image downloaded
[0356.729] I> Recovery boot mode 0
[0356.800] I> MB1 done

����main enter
SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21
HW Function test
Start Scheduler.
in late init
��
  [0356.810] I> Welcome to MB2(TBoot-BPMP) Recovery (version: 00.00.2018.32-mobile-ff5eeb60)
[0356.811] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0356.811] I> Default Heap @ [0xd486400 - 0xd48a400]
[0356.813] I> parsing oem signed section of bpmp-fw header done
[0356.821] I> bpmp-fw binary copied from blob
[0356.823] I> oem authentication of bpmp-fw header done
[0356.827] I> bpmp-fw: Authentication init Done
[0356.832] I> parsing oem signed section of cpubl header done
[0356.838] I> cpubl binary copied from blob
[0356.841] I> bpmp-fw: Authentication Finalize Done
[0356.846] I> oem authentication of cpubl header done
[0356.851] I> cpubl: Authentication init Done
[0356.855] I> parsing oem signed section of tos header done
[0356.861] I> tos binary copied from blob
[0356.864] I> Relocating BR-BCT
[0356.867] I> cpubl: Authentication Finalize Done
[0356.871] I> oem authentication of tos header done
[0356.876] I> tos: Authentication init Done
[0356.880] I> parsing oem signed section of bpmp-fw-dtb header done
[0356.886] I> bpmp-fw-dtb binary copied from blob
[0356.890] I> tos: Authentication Finalize Done
[0356.896] I> oem authentication of bpmp-fw-dtb header done
[0356.900] I> bpmp-fw-dtb: Authentication init Done
[0356.905] I> parsing oem signed section of cpubl-dtb header done
[0356.911] I> cpubl-dtb binary copied from blob
[0356.915] I> bpmp-fw-dtb: Authentication Finalize Done
[0356.920] I> found decompressor handler: lz4
[0357.399] I> oem authentication of cpubl-dtb header done
[0357.400] I> cpubl-dtb: Authentication init Done
[0357.401] I> parsing oem signed section of eks header done
[0357.401] I> eks binary copied from blob
[0357.402] I> cpubl-dtb: Authentication Finalize Done
[0357.403] I> oem authentication of eks header done
[0357.403] I> eks: Authentication init Done
[0357.407] I> eks: Authentication Finalize Done
[0357.411] I> EKB detected (length: 0x410) @ VA:0x526fb600
��NOTICE:  BL31: v1.3(release):9892ce1
NOTICE:  BL31: Built : 09:21:29, Nov 22 2022
ipc-unittest-main: 1519: Welcome to IPC unittest!!!
ipc-unittest-main: 1531: waiting forever
ipc-unittest-srv: 329: Init unittest services!!!
hwkey-agent: 41: hwkey-agent is running!!
hwkey-agent: 347: key_mgnt_processing .......
hwkey-agent: 255: Setting EKB key 0 to slot 14
hwkey-agent: 178: Init hweky-agent services!!
luks-srv: 40: luks-srv is running!!
luks-srv: 157: Init luks-srv IPC services!!
platform_bootstrap_epilog: trusty bootstrap complete
��

welcome to lk
calling constructors
initializing heap
creating bootstrap completion thread
top of bootstrap2()
initializing platform
bpmp: platform_init
tag is e73a758761f0c6d24a1e69a2ac6b5035
tag_show initialized
dt initialized
mail initialized
chipid initialized
fuse initialized
sku initialized
speedo initialized
ec_get_ec_list: found 45 ecs
ec initialized
ec_mrq initialized
vmon_populate_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
fmon_mrq initialized
reset initialized
nvhs initialized
392 clocks registered
clk_mrq_init: mrq handler registered
clk initialized
nvlink initialized
io_dpd initialized
io_dpd initialized
thermal initialized
i2c5 controller initialized
initialized i2c mrq handling
i2c initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
pg_late initialized
strap initialized
tag initialized
emc initialized
clk_dt initialized
avfs_ccplex_platform initialized
tj_max: dt node not found
tj_init initialized
/uphy is not enabled status = disabled
uphy_dt initialized
uphy initialized
safereg_init: period 80 ms
ec_late initialized
mrq initialized
��
  [0357.902] I> Welcome to TBoot-CPU Recovery
��fmon_post initialized
��[0357.902] I> Heap: [0xa4000000 ... 0xaa000000
[0357.907] I> gpio framework initialized
��clk_set_parent failed for clk i2c2, parent pll_aon (-22)
clk_set_parent failed for clk i2c8, parent pll_aon (-22)
��[0357.920] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver��clk_dt_late initialized
machine_check initialized
pm_post initialized
dbells initialized
avfs_clk_platform_post initialized
dmce initialized
cvc initialized
ccplex_avfs_hw_init: nafll_cluster0: not monitored
ccplex_avfs_hw_init: nafll_cluster1: not monitored
ccplex_avfs_hw_init: nafll_cluster2: not monitored
ccplex_avfs_hw_init: nafll_cluster3: not monitored
avfs_clk_mach_post initialized
regulator_post initialized
rm initialized
sc7_diag initialized
thermal_test initialized
serial_late initialized
clk_post initialized
clk_dt_post initialized
mc_reg initialized
pg_post initialized
dyn_modules initialized
sku_debugfs initialized
speedo_debugfs initialized
adc_debugfs initialized
clk_debugfs initialized
��
[0357.998] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0358.001] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[0358.014] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0358.021] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0358.023] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0358.029] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
��emc_debugfs initialized
dvs_debugfs initialized
��[0358.042] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539��fmon_debugfs initialized
vmon_debugfs initialized
pg_debugfs initialized
profile_fs initialized
debugfs_cons initialized
mail_fs initialized
profile initialized
cvc_debugfs initialized
dmce_debugfs initialized
ec_debugfs initialized
rm_debugfs initialized
soctherm_debug initialized
gr_reader initialized
mods initialized
dt_fs initialized
debugfs_mrq initialized
debug_mrq initialized
debug_safereg initialized
initializing target
calling apps_init()
starting app shell
entering main console loop
] ��
[0358.099] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0358.102] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0358.112] I> fixed regulator driver initialized
[0358.131] I> CPU: Nvidia Carmel
[0358.132] I> CPU: MIDR: 0x4e0f0040, MPIDR: 0x80000000
[0358.132] I> chip revision : A02P
[0358.132] I> Boot-device: eMMC
[0358.133] I> Boot_device: SDMMC_BOOT instance: 3
[0359.521] E> OCR failed, error = f0f0a06
[0359.521] E> Failed to open sdmmc-3, err = f0f0a06
[0359.522] E> Failed to initialize boot device
[0359.522] E> Top caller module: SDMMC, error module: SDMMC, reason: 0x06, aux_info: 0x0a
[0359.523] I> TBoot-CPU Recovery hang

I think the emmc on the module might be broken.

I was afraid you would say that.

Do you think I can still flash the board to boot on a USB stick?

No, it is unlike xavier nx. This device only has emmc.

Ok. Thank you for the help.

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