Problem of not booting because the wrong value was written to the eeprom

If it still fails, disable sdhci@3400000 in the DT too.

I have a question
Is the file you need to fix tegra194-p3668-all-p3509-0000.dtb?
Is it tegra194-p3668-all-p3509-0000.dtb.rec ?

This one. It will become tegra194-p3668-all-p3509-0000.dtb.rec by flash.sh when you flash the board.

I try sudo SKIP_EEPROM_CHECK = 1 ./flash.sh BOARDID=3668 FAB=100 BOARDSKU=0000 jetson-xavier-nx-devkit mmcblk0p1

but suddenly failed with below text

sudo: SKIP_EEPROM_CHECK:command not found

Hi,

It is actually weird for you to ask this question because this has nothing different between what you are doing now and what you did 10 hour ago. What we changed here would not cause the error you hit now…

yes i know
So I’ll fix this and come back.

boot into recovery mode ->I edited it like this

sdhci_emmc = "/sdhci@3460000";

fragement-tegra-sdhci-emmc-dis {
            ids = ">=3668-0000-000";
            override@0 {
                target = <0x000000c5>;
                _overlay_ {
                    status = "disabled"; ==> "enabled";
                };
            };
        };

->I tried sudo SKIP_EEPROM_CHECK = 1 ./flash.sh BOARDID=3668 FAB=100 BOARDSKU=0000 jetson-xavier-nx-devkit mmcblk0p1 → result is

###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.3
###############################################################################
# Target Board Information:
# Name: jetson-xavier-nx-devkit, Board Family: t186ref, SoC: Tegra 194, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying soft_fuses(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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.0032 ] Generating RCM messages
[   0.0044 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[   0.0051 ] Header already present for /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[   0.0102 ] 
[   0.0124 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0125 ] Assuming zero filled SBK key
[   0.0144 ] tegrasign_v3.py --file /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0145 ] Assuming zero filled SBK key
[   0.0215 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[   0.0246 ] 
[   0.0274 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[   0.0296 ] 
[   0.0316 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[   0.0326 ] RCM 0 is saved as rcm_0.rcm
[   0.0354 ] RCM 1 is saved as rcm_1.rcm
[   0.0354 ] RCM 2 is saved as rcm_2.rcm
[   0.0355 ] List of rcm files are saved in rcm_list.xml
[   0.0355 ] 
[   0.0355 ] Signing RCM messages
[   0.0376 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   0.0377 ] Assuming zero filled SBK key
[   0.0437 ] Copying signature to RCM mesages
[   0.0455 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.0465 ] 
[   0.0465 ] Boot Rom communication
[   0.0483 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[   0.0489 ] RCM version 0X190001
[   0.0741 ] Boot Rom communication completed
[   1.0910 ] 
[   2.0965 ] tegrarcm_v2 --isapplet
[   2.0988 ] Applet version 01.00.0000
[   2.1743 ] 
[   2.1781 ] tegrarcm_v2 --ismb2
[   2.2719 ] 
[   2.2762 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[   2.2790 ] 
[   2.2828 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[   2.2848 ] adding BCH for nvtboot_applet_t194.bin
[   2.3011 ] 
[   2.3089 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   2.3092 ] Assuming zero filled SBK key
[   2.3214 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[   2.3291 ] 
[   2.3325 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[   2.3346 ] Applet version 01.00.0000
[   2.4081 ] Sending mb2
[   2.4083 ] [................................................] 100%
[   2.4251 ] 
[   2.4294 ] tegrarcm_v2 --boot recovery
[   2.4318 ] Applet version 01.00.0000
[   2.5079 ] 
[   3.5136 ] tegrarcm_v2 --isapplet
[   3.5902 ] 
[   3.5942 ] tegrarcm_v2 --ismb2
[   3.5962 ] MB2 Applet version 01.00.0000
[   3.6858 ] 
[   3.6896 ] tegrarcm_v2 --ismb2
[   3.6916 ] MB2 Applet version 01.00.0000
[   3.7821 ] 
[   3.7860 ] Retrieving board information
[   3.7896 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[   3.7916 ] MB2 Applet version 01.00.0000
[   3.8667 ] Saved platform info in chip_info.bin
[   3.8713 ] Chip minor revision: 2
[   3.8718 ] Bootrom revision: 0xf
[   3.8718 ] Ram code: 0x0
[   3.8718 ] Chip sku: 0xde
[   3.8718 ] Chip Sample: non es
[   3.8718 ] 
[   3.8774 ] Retrieving EEPROM data
[   3.8775 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
[   3.8797 ] MB2 Applet version 01.00.0000
[   3.9559 ] Saved platform info in /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
[   3.9907 ] 
[   3.9909 ] Rebooting to recovery mode
[   3.9953 ] tegrarcm_v2 --ismb2
[   3.9977 ] MB2 Applet version 01.00.0000
[   4.0764 ] 
[   4.0765 ] Rebooting to recovery mode
[   4.0813 ] tegrarcm_v2 --reboot recovery
[   4.0837 ] MB2 Applet version 01.00.0000
[   4.1801 ] 
Board ID() version() sku() revision()
lz4c installed at /usr/bin/lz4c
Compressing /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p3668-a00.dtb ...
Copy /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb to /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb.rec
copying bctfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg)... done.
copying bctfile1(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying minratchet_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p3668.cfg)... done.
copying device_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-qspi-p3668.cfg)... done.
copying misc_cold_boot_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-sd-l4t.cfg)... done.
copying misc_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p3668-a01.cfg)... done.
copying gpioint_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg)... done.
copying pmic_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p3668-0001-a00.cfg)... done.
copying pmc_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p3668-a01.cfg)... done.
copying prod_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p3668-0001-a00.cfg)... done.
copying scr_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)... done.
copying scr_cold_boot_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)... done.
copying bootrom_config(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p3668-0001-a00.cfg)... done.
copying dev_params(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-qspi.cfg)... done.
Existing bootloader(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
Making Boot image... done.
/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p3668.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.0026 ] Assuming zero filled SBK key : not reading 
[   0.0024 ] Generating ratchet blob
[   0.0041 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   0.0046 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0048 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0048 ] 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.0049 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0049 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0049 ] 
[   0.0049 ] header_magic: 414e4452
[   0.0067 ] tegrahost_v2 --chip 0x19 --align 1_boot.img
[   0.0072 ] 
[   0.0090 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_boot.img zerosbk
[   0.0095 ] adding BCH for 1_boot.img
[   0.7945 ] 
[   0.7973 ] tegrasign_v3.py --key  --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
[   0.7974 ] Assuming zero filled SBK key : not reading 
[   0.8709 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
[   1.3070 ] 
[   1.3339 ] Signed file: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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 /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
done.
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra
30412 blocks
_BASE_KERNEL_VERSION=4.9.299-tegra
~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/ramdisk_tmp ~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader ~/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra
66033 blocks
Making Recovery image...
copying recdtbfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb.rec)... done.
20+0 레코드 들어옴
20+0 레코드 나감
20 bytes copied, 0.000126983 s, 158 kB/s
Existing sosfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
Existing bpfdtbfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegra194-a02-bpmp-p3668-a00_lz4.dtb) reused.
Existing scefile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing wb0boot(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p3668.cfg --cmd sign kernel_tegra194-p3668-all-p3509-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.0027 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0028 ] Assuming zero filled SBK key : not reading 
[   0.0027 ] Generating ratchet blob
[   0.0045 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   0.0051 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0053 ] 
[   0.0054 ] header_magic: d00dfeed
[   0.0072 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[   0.0080 ] 
[   0.0098 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p3668-all-p3509-0000.dtb zerosbk
[   0.0104 ] adding BCH for 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[   0.0155 ] 
[   0.0185 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   0.0185 ] Assuming zero filled SBK key : not reading 
[   0.0236 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.hash zerosbk
[   0.0272 ] 
[   0.0276 ] Signed file: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x31f5b to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the signed file is /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
done.
	populating kernel to rootfs... done.
	populating initrd to rootfs... done.
	populating kernel_tegra194-p3668-all-p3509-0000.dtb to rootfs... done.
Making system.img... 
	populating rootfs from /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
	generating sig file of Image ... /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p3668.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.0006 ] Generating signature
[   0.0028 ] tegrasign_v3.py --getmode mode.txt --key 
[   0.0029 ] Assuming zero filled SBK key : not reading 
[   0.0028 ] Generating ratchet blob
[   0.0049 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   0.0054 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0056 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0057 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0057 ] 
[   0.0060 ] header_magic: c05614
[   0.0082 ] tegrahost_v2 --chip 0x19 --align 1_Image
[   0.0090 ] 
[   0.0109 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_Image zerosbk
[   0.0115 ] adding BCH for 1_Image
[   0.6785 ] 
[   0.6812 ] tegrasign_v3.py --key  --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
[   0.6813 ] Assuming zero filled SBK key : not reading 
[   0.7416 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[   1.0808 ] 
[   1.1030 ] Signed file: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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-p3668-all-p3509-0000.dtb ... /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --minratchet_config tegra194-mb1-bct-ratchet-p3668.cfg --cmd sign ./boot/dtb/kernel_tegra194-p3668-all-p3509-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.0006 ] 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.0045 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   0.0050 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0052 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0053 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0053 ] 
[   0.0057 ] header_magic: d00dfeed
[   0.0075 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[   0.0083 ] 
[   0.0102 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p3668-all-p3509-0000.dtb zerosbk
[   0.0107 ] adding BCH for 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[   0.0161 ] 
[   0.0191 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   0.0192 ] Assuming zero filled SBK key : not reading 
[   0.0246 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.hash zerosbk
[   0.0282 ] 
[   0.0286 ] Signed file: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/mnt/kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x31f5b to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/dtb/kernel_tegra194-p3668-all-p3509-0000.dtb.sig
done.
done.
	generating sig file of initrd ... /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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.0029 ] header_magic: 1f8b0800
[   0.0048 ] tegrahost_v2 --chip 0x19 --align 1_initrd
[   0.0056 ] 
[   0.0076 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_initrd zerosbk
[   0.0081 ] adding BCH for 1_initrd
[   0.1566 ] 
[   0.1594 ] tegrasign_v3.py --key  --list 1_initrd_sigheader_list.xml --pubkeyhash pub_key.key
[   0.1594 ] Assuming zero filled SBK key : not reading 
[   0.1737 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_initrd_sigheader.encrypt 1_initrd_sigheader.hash zerosbk
[   0.2635 ] 
[   0.2687 ] Signed file: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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 ... /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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.0027 ] Assuming zero filled SBK key : not reading 
[   0.0027 ] header_magic: 54494d45
[   0.0044 ] tegrahost_v2 --chip 0x19 --align 1_extlinux.conf
[   0.0050 ] 
[   0.0068 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_extlinux.conf zerosbk
[   0.0073 ] 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: /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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 0x350 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(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)... done.
copying cfgfile(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t194_spi_sd_p3668.xml) to flash.xml... done.
Existing flasher(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0xB8190000 --applet mb1_t194_prod.bin  --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --minratchet_config tegra194-mb1-bct-ratchet-p3668.cfg --device_config tegra19x-mb1-bct-device-qspi-p3668.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-sd-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p3668-a01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --pmic_config tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --pmc_config tegra19x-mb1-padvoltage-p3668-a01.cfg --prod_config tegra19x-mb1-prod-p3668-0001-a00.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --br_cmd_config tegra194-mb1-bct-reset-p3668-0001-a00.cfg --dev_params tegra194-br-bct-qspi.cfg  --bin "mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p3668-a00_lz4.dtb; spe_fw spe_t194.bin; tlk tos-trusty_t194.img; eks eks.img; bootloader_dtb tegra194-p3668-all-p3509-0000.dtb"   
saving flash command in /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/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.0080 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0081 ] Assuming zero filled SBK key
[   0.0023 ] Generating RCM messages
[   0.0043 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[   0.0049 ] Header already present for mb1_t194_prod.bin
[   0.0082 ] 
[   0.0161 ] tegrasign_v3.py --getmode mode.txt --key None
[   0.0162 ] Assuming zero filled SBK key
[   0.0181 ] tegrasign_v3.py --file mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[   0.0182 ] Assuming zero filled SBK key
[   0.0165 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[   0.0205 ] 
[   0.0228 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[   0.0236 ] 
[   0.0254 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   0.0260 ] FwIndex: 1, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 2, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 3, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 4, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 5, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 6, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 7, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 11, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 12, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 13, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 14, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 15, MinRatchetLevel: 0
[   0.0263 ] FwIndex: 16, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 17, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 18, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 19, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 30, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 31, MinRatchetLevel: 0
[   0.0264 ] FwIndex: 32, MinRatchetLevel: 0
[   0.0264 ] 
[   0.0276 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[   0.0285 ] RCM 0 is saved as rcm_0.rcm
[   0.0321 ] RCM 1 is saved as rcm_1.rcm
[   0.0323 ] RCM 2 is saved as rcm_2.rcm
[   0.0324 ] List of rcm files are saved in rcm_list.xml
[   0.0324 ] 
[   0.0324 ] Signing RCM messages
[   0.0409 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[   0.0411 ] Assuming zero filled SBK key
[   0.0410 ] Copying signature to RCM mesages
[   0.0428 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.0439 ] 
[   0.0439 ] Parsing partition layout
[   0.0461 ] tegraparser_v2 --pt flash.xml.tmp
[   0.0482 ] 
[   0.0483 ] Reading ramcode from backup chip_info.bin file
[   0.0484 ] RAMCODE Read from Device: 0

[   0.0484 ] Disable BPMP dtb trim, using default dtb
[   0.0484 ] 
[   0.0484 ] Creating list of images to be signed
[   0.0502 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[   0.0508 ] MB1: Nvheader already present is mb1_t194_prod.bin
[   0.0513 ] Header already present for mb1_t194_prod_sigheader.bin
[   0.0517 ] MB1: Nvheader already present is mb1_t194_prod.bin
[   0.0546 ] Header already present for mb1_t194_prod_sigheader.bin
[   0.0549 ] adding BCH for spe_t194.bin
[   0.0585 ] adding BCH for spe_t194.bin
[   0.0610 ] adding BCH for nvtboot_t194.bin
[   0.0640 ] adding BCH for nvtboot_t194.bin
[   0.0681 ] Header already present for preboot_c10_prod_cr.bin
[   0.0723 ] Header already present for preboot_c10_prod_cr.bin
[   0.0726 ] Header already present for mce_c10_prod_cr.bin
[   0.0732 ] Header already present for mce_c10_prod_cr.bin
[   0.0748 ] adding BCH for mts_c10_prod_cr.bin
[   0.0802 ] adding BCH for mts_c10_prod_cr.bin
[   0.1467 ] Header already present for warmboot_t194_prod.bin
[   0.2491 ] Header already present for warmboot_t194_prod.bin
[   0.2500 ] adding BCH for xusb_sil_rel_fw
[   0.2512 ] adding BCH for xusb_sil_rel_fw
[   0.2540 ] adding BCH for cboot_t194.bin
[   0.2569 ] adding BCH for cboot_t194.bin
[   0.2678 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[   0.2780 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[   0.2824 ] adding BCH for tos-trusty_t194.img
[   0.2912 ] adding BCH for tos-trusty_t194.img
[   0.2994 ] adding BCH for eks.img
[   0.3082 ] adding BCH for eks.img
[   0.3084 ] adding BCH for adsp-fw.bin
[   0.3086 ] adding BCH for adsp-fw.bin
[   0.3103 ] adding BCH for camera-rtcpu-rce.img
[   0.3132 ] adding BCH for camera-rtcpu-rce.img
[   0.3188 ] adding BCH for bpmp_t194.bin
[   0.3257 ] adding BCH for bpmp_t194.bin
[   0.3429 ] adding BCH for tegra194-a02-bpmp-p3668-a00_lz4.dtb
[   0.3605 ] adding BCH for tegra194-a02-bpmp-p3668-a00_lz4.dtb
[   0.3614 ] adding BCH for boot.img
[   0.3810 ] adding BCH for boot.img
[   1.1540 ] adding BCH for kernel_tegra194-p3668-all-p3509-0000.dtb
[   2.0101 ] adding BCH for kernel_tegra194-p3668-all-p3509-0000.dtb
[   2.0239 ] adding BCH for recovery.img
[   2.0803 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb.rec
[   2.9842 ] 
[   2.9842 ] Filling MB1 storage info
[   2.9843 ] Generating br-bct
[   2.9863 ] Performing cfg overlay
[   2.9863 ] ['tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg', 'tegra194-memcfg-sw-override.cfg']
[   2.9865 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg -s tegra194-memcfg-sw-override.cfg -o /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg
[   3.0369 ] 
[   3.0371 ] Updating dev and MSS params in BR BCT
[   3.0371 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.0965 ] 
[   3.0966 ] Updating bl info
[   3.0989 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   3.1038 ] 
[   3.1039 ] Generating signatures
[   3.1131 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[   3.1132 ] Assuming zero filled SBK key
[   3.4644 ] Generating br-bct
[   3.4662 ] Performing cfg overlay
[   3.4662 ] ['/home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg']
[   3.4662 ] Updating dev and MSS params in BR BCT
[   3.4663 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   3.5356 ] 
[   3.5356 ] Updating bl info
[   3.5378 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   3.5397 ] 
[   3.5397 ] Updating smd info
[   3.5416 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   3.5424 ] 
[   3.5425 ] Updating Odmdata
[   3.5444 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0xB8190000
[   3.5452 ] 
[   3.5452 ] Get Signed section of bct
[   3.5470 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   3.5480 ] 
[   3.5503 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[   3.5516 ] Assuming zero filled SBK key
[   3.5920 ] 
[   3.5920 ] Updating BCT with signature
[   3.5942 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   3.5953 ] 
[   3.5954 ] Generating coldboot mb1-bct
[   3.5979 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --misc tegra194-mb1-bct-misc-sd-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --pinmux tegra19x-mb1-pinmux-p3668-a01.cfg --pmc tegra19x-mb1-padvoltage-p3668-a01.cfg --pmic tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --brcommand tegra194-mb1-bct-reset-p3668-0001-a00.cfg --prod tegra19x-mb1-prod-p3668-0001-a00.cfg --gpioint tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --device tegra19x-mb1-bct-device-qspi-p3668.cfg
[   3.5989 ] MB1-BCT version: 0x1

[   3.5992 ] Parsing config file :tegra19x-mb1-pinmux-p3668-a01.cfg 
[   3.5996 ] Added Platform Config 0 data with size :- 2496

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

[   3.6114 ] Parsing config file :tegra19x-mb1-padvoltage-p3668-a01.cfg 
[   3.6117 ] Added Platform Config 2 data with size :- 24

[   3.6119 ] Parsing config file :tegra194-mb1-bct-pmic-p3668-0001-a00.cfg 
[   3.6122 ] Added Platform Config 4 data with size :- 348

[   3.6124 ] Parsing config file :tegra194-mb1-bct-reset-p3668-0001-a00.cfg 
[   3.6127 ] Added Platform Config 3 data with size :- 92

[   3.6129 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg 
[   3.6131 ] Added Platform Config 5 data with size :- 128
[   3.6134 ] 
[   3.6134 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg 
[   3.6134 ] Added Platform Config 7 data with size :- 392
[   3.6134 ] 
[   3.6135 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg 
[   3.6135 ] Added Platform Config 9 data with size :- 40
[   3.6135 ] 
[   3.6135 ] Updating mb1-bct with firmware information
[   3.6155 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   3.6162 ] MB1-BCT version: 0x1
[   3.6165 ] 
[   3.6165 ] Updating mb1-bct with storage information
[   3.6184 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   3.6190 ] MB1-BCT version: 0x1
[   3.6192 ] 
[   3.6192 ] Updating mb1-bct with ratchet information
[   3.6211 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   3.6218 ] MB1-BCT version: 0x1
[   3.6219 ] FwIndex: 1, MinRatchetLevel: 0
[   3.6220 ] FwIndex: 2, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 3, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 4, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 5, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 6, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 7, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 11, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 12, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 13, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 14, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 15, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 16, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 17, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 18, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 19, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 30, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 31, MinRatchetLevel: 0
[   3.6221 ] FwIndex: 32, MinRatchetLevel: 0
[   3.6221 ] 
[   3.6239 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[   3.6246 ] 
[   3.6266 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[   3.6275 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[   3.6285 ] 
[   3.6369 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.6370 ] Assuming zero filled SBK key
[   3.6362 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[   3.6375 ] 
[   3.6376 ] Generating recovery mb1-bct
[   3.6396 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --pinmux tegra19x-mb1-pinmux-p3668-a01.cfg --pmc tegra19x-mb1-padvoltage-p3668-a01.cfg --pmic tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --brcommand tegra194-mb1-bct-reset-p3668-0001-a00.cfg --prod tegra19x-mb1-prod-p3668-0001-a00.cfg --gpioint tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --device tegra19x-mb1-bct-device-qspi-p3668.cfg
[   3.6403 ] MB1-BCT version: 0x1

[   3.6406 ] Parsing config file :tegra19x-mb1-pinmux-p3668-a01.cfg 
[   3.6409 ] Added Platform Config 0 data with size :- 2496

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

[   3.6525 ] Parsing config file :tegra19x-mb1-padvoltage-p3668-a01.cfg 
[   3.6528 ] Added Platform Config 2 data with size :- 24

[   3.6530 ] Parsing config file :tegra194-mb1-bct-pmic-p3668-0001-a00.cfg 
[   3.6533 ] Added Platform Config 4 data with size :- 348

[   3.6535 ] Parsing config file :tegra194-mb1-bct-reset-p3668-0001-a00.cfg 
[   3.6538 ] Added Platform Config 3 data with size :- 92
[   3.6538 ] 
[   3.6538 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg 
[   3.6538 ] Added Platform Config 5 data with size :- 128
[   3.6538 ] 
[   3.6538 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg 
[   3.6538 ] Added Platform Config 7 data with size :- 392
[   3.6538 ] 
[   3.6538 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg 
[   3.6538 ] Added Platform Config 9 data with size :- 40
[   3.6538 ] 
[   3.6539 ] Updating mb1-bct with firmware information
[   3.6558 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[   3.6565 ] MB1-BCT version: 0x1
[   3.6569 ] 
[   3.6569 ] Updating mb1-bct with storage information
[   3.6590 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   3.6599 ] MB1-BCT version: 0x1
[   3.6603 ] 
[   3.6603 ] Updating mb1-bct with ratchet information
[   3.6625 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[   3.6634 ] MB1-BCT version: 0x1
[   3.6636 ] FwIndex: 1, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 2, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 3, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 4, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 5, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 6, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 7, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 11, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 12, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 13, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 14, MinRatchetLevel: 0
[   3.6637 ] FwIndex: 15, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 16, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 17, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 18, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 19, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 30, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 31, MinRatchetLevel: 0
[   3.6638 ] FwIndex: 32, MinRatchetLevel: 0
[   3.6638 ] 
[   3.6657 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[   3.6665 ] 
[   3.6676 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1.bct zerosbk
[   3.6684 ] adding BCH for mb1_bct_MB1.bct
[   3.6693 ] 
[   3.6776 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.6777 ] Assuming zero filled SBK key
[   3.6755 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[   3.6765 ] 
[   3.6766 ] Generating coldboot mem-bct
[   3.6784 ] tegrabct_v2 --chip 0x19 0 --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --membct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_1.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_2.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_3.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_4.bct
[   3.6790 ] Packing sdram param for instance[0]
[   3.7368 ] Packing sdram param for instance[1]
[   3.7371 ] Packing sdram param for instance[2]
[   3.7373 ] Packing sdram param for instance[3]
[   3.7373 ] Packing sdram param for instance[4]
[   3.7373 ] Packing sdram param for instance[5]
[   3.7373 ] Packing sdram param for instance[6]
[   3.7373 ] Packing sdram param for instance[7]
[   3.7373 ] Packing sdram param for instance[8]
[   3.7373 ] Packing sdram param for instance[9]
[   3.7373 ] Packing sdram param for instance[10]
[   3.7373 ] Packing sdram param for instance[11]
[   3.7373 ] Packing sdram param for instance[12]
[   3.7373 ] Packing sdram param for instance[13]
[   3.7373 ] Packing sdram param for instance[14]
[   3.7373 ] Packing sdram param for instance[15]
[   3.7373 ] 
[   3.7374 ] Getting sector size from pt
[   3.7394 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[   3.7402 ] 
[   3.7403 ] BlockSize read from layout is 200

[   3.7421 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_1.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_2.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_3.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_4.bct
[   3.7428 ] adding BCH for /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_1.bct
[   3.7450 ] 
[   3.7468 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[   3.7476 ] 
[   3.7495 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot.bct zerosbk
[   3.7503 ] Header already present for mem_coldboot.bct
[   3.7507 ] 
[   3.7590 ] tegrasign_v3.py --key None --list mem_coldboot_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.7591 ] Assuming zero filled SBK key
[   3.7579 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[   3.7588 ] 
[   3.7589 ] Generating recovery mem-bct
[   3.7607 ] tegrabct_v2 --chip 0x19 0 --sdram /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1.cfg --membct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_1.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_2.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_3.bct /home/kys/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_XAVIER_NX_TARGETS/Linux_for_Tegra/bootloader/5758/tmpcgqwwzl_1_4.bct
[   3.7614 ] Packing sdram param for instance[0]
[   3.8197 ] Packing sdram param for instance[1]
[   3.8200 ] Packing sdram param for instance[2]
[   3.8201 ] Packing sdram param for instance[3]
[   3.8201 ] Packing sdram param for instance[4]
[   3.8202 ] Packing sdram param for instance[5]
[   3.8202 ] Packing sdram param for instance[6]
[   3.8202 ] Packing sdram param for instance[7]
[   3.8202 ] Packing sdram param for instance[8]
[   3.8202 ] Packing sdram param for instance[9]
[   3.8202 ] Packing sdram param for instance[10]
[   3.8202 ] Packing sdram param for instance[11]
[   3.8202 ] Packing sdram param for instance[12]
[   3.8202 ] Packing sdram param for instance[13]
[   3.8202 ] Packing sdram param for instance[14]
[   3.8202 ] Packing sdram param for instance[15]
[   3.8202 ] 
[   3.8223 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[   3.8230 ] 
[   3.8249 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm.bct zerosbk
[   3.8255 ] adding BCH for mem_rcm.bct
[   3.8267 ] 
[   3.8347 ] tegrasign_v3.py --key None --list mem_rcm_sigheader.bct_list.xml --pubkeyhash pub_key.key
[   3.8347 ] Assuming zero filled SBK key
[   3.8325 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[   3.8337 ] 
[   3.8338 ] Copying signatures
[   3.8356 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[   5.5609 ] 
[   5.5609 ] Boot Rom communication
[   5.5630 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[   5.5637 ] BR_CID: 0x880219116471b504200000000d020140
[   5.5925 ] RCM version 0X190001
[   5.6365 ] Boot Rom communication completed
[   6.6524 ] 
[   7.6586 ] tegrarcm_v2 --isapplet
[   7.6614 ] Applet version 01.00.0000
[   7.6948 ] 
[   7.6949 ] Sending BCTs
[   7.6992 ] 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
[   7.7022 ] Applet version 01.00.0000
[   7.7908 ] Sending bct_bootrom
[   7.7912 ] [................................................] 100%
[   7.7928 ] Sending bct_mb1
[   7.7971 ] [................................................] 100%
[   7.8014 ] Sending bct_mem
[   7.8517 ] [................................................] 100%
[   7.9272 ] 
[   7.9274 ] Generating blob
[   7.9318 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194.bin
[   7.9346 ] 
[   7.9388 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_cpu_t194.bin zerosbk
[   7.9415 ] adding BCH for blob_nvtboot_recovery_cpu_t194.bin
[   7.9662 ] 
[   7.9815 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   7.9817 ] Assuming zero filled SBK key
[   7.9898 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_sigheader.bin.hash zerosbk
[   8.0047 ] 
[   8.0091 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194.bin
[   8.0116 ] 
[   8.0155 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_t194.bin zerosbk
[   8.0177 ] adding BCH for blob_nvtboot_recovery_t194.bin
[   8.0336 ] 
[   8.0445 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.0447 ] Assuming zero filled SBK key
[   8.0519 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_sigheader.bin.encrypt blob_nvtboot_recovery_t194_sigheader.bin.hash zerosbk
[   8.0629 ] 
[   8.0674 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr.bin
[   8.0699 ] 
[   8.0739 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr.bin zerosbk
[   8.0768 ] Header already present for blob_preboot_c10_prod_cr.bin
[   8.0781 ] 
[   8.0887 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.0889 ] Assuming zero filled SBK key
[   8.0958 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_sigheader.bin.encrypt blob_preboot_c10_prod_cr_sigheader.bin.hash zerosbk
[   8.0984 ] 
[   8.1015 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr.bin
[   8.1035 ] 
[   8.1068 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr.bin zerosbk
[   8.1084 ] Header already present for blob_mce_c10_prod_cr.bin
[   8.1125 ] 
[   8.1220 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.1222 ] Assuming zero filled SBK key
[   8.1262 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_sigheader.bin.encrypt blob_mce_c10_prod_cr_sigheader.bin.hash zerosbk
[   8.1322 ] 
[   8.1354 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr.bin
[   8.1376 ] 
[   8.1407 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr.bin zerosbk
[   8.1423 ] adding BCH for blob_mts_c10_prod_cr.bin
[   8.2332 ] 
[   8.2415 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.2416 ] Assuming zero filled SBK key
[   8.2442 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_sigheader.bin.encrypt blob_mts_c10_prod_cr_sigheader.bin.hash zerosbk
[   8.2821 ] 
[   8.2842 ] tegrahost_v2 --chip 0x19 --align blob_bpmp_t194.bin
[   8.2848 ] 
[   8.2867 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp_t194.bin zerosbk
[   8.2873 ] adding BCH for blob_bpmp_t194.bin
[   8.3053 ] 
[   8.3135 ] tegrasign_v3.py --key None --list blob_bpmp_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.3135 ] Assuming zero filled SBK key
[   8.3124 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp_t194_sigheader.bin.encrypt blob_bpmp_t194_sigheader.bin.hash zerosbk
[   8.3215 ] 
[   8.3237 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p3668-a00_lz4.dtb
[   8.3246 ] 
[   8.3267 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-a02-bpmp-p3668-a00_lz4.dtb zerosbk
[   8.3276 ] adding BCH for blob_tegra194-a02-bpmp-p3668-a00_lz4.dtb
[   8.3288 ] 
[   8.3371 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   8.3371 ] Assuming zero filled SBK key
[   8.3349 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb.hash zerosbk
[   8.3363 ] 
[   8.3386 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194.bin
[   8.3393 ] 
[   8.3412 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t194.bin zerosbk
[   8.3418 ] adding BCH for blob_spe_t194.bin
[   8.3440 ] 
[   8.3520 ] tegrasign_v3.py --key None --list blob_spe_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[   8.3521 ] Assuming zero filled SBK key
[   8.3504 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_sigheader.bin.encrypt blob_spe_t194_sigheader.bin.hash zerosbk
[   8.3522 ] 
[   8.3542 ] tegrahost_v2 --chip 0x19 --align blob_tos-trusty_t194.img
[   8.3552 ] 
[   8.3574 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-trusty_t194.img zerosbk
[   8.3583 ] adding BCH for blob_tos-trusty_t194.img
[   8.3671 ] 
[   8.3756 ] tegrasign_v3.py --key None --list blob_tos-trusty_t194_sigheader.img_list.xml --pubkeyhash pub_key.key
[   8.3757 ] Assuming zero filled SBK key
[   8.3748 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-trusty_t194_sigheader.img.encrypt blob_tos-trusty_t194_sigheader.img.hash zerosbk
[   8.3799 ] 
[   8.3819 ] tegrahost_v2 --chip 0x19 --align blob_eks.img
[   8.3827 ] 
[   8.3847 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks.img zerosbk
[   8.3856 ] adding BCH for blob_eks.img
[   8.3858 ] 
[   8.3942 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
[   8.3943 ] Assuming zero filled SBK key
[   8.3930 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[   8.3937 ] 
[   8.3957 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p3668-all-p3509-0000.dtb
[   8.3963 ] 
[   8.3982 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-p3668-all-p3509-0000.dtb zerosbk
[   8.3989 ] adding BCH for blob_tegra194-p3668-all-p3509-0000.dtb
[   8.4042 ] 
[   8.4126 ] tegrasign_v3.py --key None --list blob_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[   8.4127 ] Assuming zero filled SBK key
[   8.4114 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.hash zerosbk
[   8.4153 ] 
[   8.4180 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[   8.4190 ] number of images in blob are 11
[   8.4192 ] blobsize is 5659368
[   8.4193 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 264432
[   8.4218 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 185296
[   8.4222 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[   8.4225 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 143200
[   8.4229 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[   8.4235 ] Added binary blob_bpmp_t194_sigheader.bin.encrypt of size 856352
[   8.4243 ] Added binary blob_tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb.encrypt of size 36080
[   8.4247 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 94960
[   8.4250 ] Added binary blob_tos-trusty_t194_sigheader.img.encrypt of size 410560
[   8.4253 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[   8.4256 ] Added binary blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt of size 208736
[   8.4276 ] 
[   8.4276 ] Sending bootloader and pre-requisite binaries
[   8.4297 ] tegrarcm_v2 --download blob blob.bin
[   8.4305 ] Applet version 01.00.0000
[   8.5072 ] Sending blob
[   8.5075 ] [................................................] 100%
[   9.3150 ] 
[   9.3194 ] tegrarcm_v2 --boot recovery
[   9.3219 ] Applet version 01.00.0000
[   9.3987 ] 
[  10.4058 ] tegrarcm_v2 --isapplet
[  10.7176 ] 
[  10.7228 ] tegrarcm_v2 --ismb2
[  10.8020 ] 
[  10.8089 ] tegradevflash_v2 --iscpubl
[  10.8119 ] Bootloader version 01.00.0000
[  10.8428 ] Bootloader version 01.00.0000
[  10.8439 ] 
[  10.8440 ] Retrieving storage infomation
[  10.8487 ] tegrarcm_v2 --oem platformdetails storage storage_info.bin
[  10.8516 ] Applet is not running on device. Continue with Bootloader
[  10.9272 ] 
[  10.9319 ] tegradevflash_v2 --oem platformdetails storage storage_info.bin
[  10.9348 ] Bootloader version 01.00.0000
[  10.9782 ] Saved platform info in storage_info.bin
[  10.9796 ] 
[  10.9797 ] Flashing the device
[  10.9847 ] tegraparser_v2 --storageinfo storage_info.bin --generategpt --pt flash.xml.bin
[  10.9893 ] 
[  10.9943 ] tegradevflash_v2 --pt flash.xml.bin --create
[  10.9975 ] Bootloader version 01.00.0000
[  11.0265 ] Erasing spi: 0 ......... [Done]
[  66.0238 ] Writing partition secondary_gpt with gpt_secondary_3_0.bin
[  66.0250 ] [................................................] 100%

[  66.1420 ] Erasing sdcard: 0 ......... [Done]
[  74.9416 ] Writing partition master_boot_record with mbr_6_0.bin
[  74.9427 ] [................................................] 100%
[  74.9433 ] Writing partition primary_gpt with gpt_primary_6_0.bin
[  74.9560 ] [................................................] 100%
[  74.9573 ] Writing partition secondary_gpt with gpt_secondary_6_0.bin
[  74.9722 ] [................................................] 100%

[  74.9862 ] Writing partition mb1 with mb1_t194_prod_sigheader.bin.encrypt
[  74.9866 ] [................................................] 100%
[  74.9955 ] Writing partition mb1_b with mb1_t194_prod_sigheader.bin.encrypt
[  76.5929 ] [................................................] 100%
[  76.6017 ] Writing partition spe-fw with spe_t194_sigheader.bin.encrypt
[  78.1995 ] [................................................] 100%
[  78.2041 ] Writing partition spe-fw_b with spe_t194_sigheader.bin.encrypt
[  78.8171 ] [................................................] 100%
[  78.8219 ] Writing partition mb2 with nvtboot_t194_sigheader.bin.encrypt
[  79.4335 ] [................................................] 100%
[  79.4416 ] Writing partition mb2_b with nvtboot_t194_sigheader.bin.encrypt
[  80.6239 ] [................................................] 100%
[  80.6320 ] Writing partition mts-preboot with preboot_c10_prod_cr_sigheader.bin.encrypt
[  81.8148 ] [................................................] 100%
[  81.8172 ] Writing partition mts-preboot_b with preboot_c10_prod_cr_sigheader.bin.encrypt
[  81.9803 ] [................................................] 100%
[  81.9832 ] Writing partition mts-mce with mce_c10_prod_cr_sigheader.bin.encrypt
[  82.1460 ] [................................................] 100%
[  82.1522 ] Writing partition mts-mce_b with mce_c10_prod_cr_sigheader.bin.encrypt
[  83.0667 ] [................................................] 100%
[  83.0734 ] Writing partition mts-proper with mts_c10_prod_cr_sigheader.bin.encrypt
[  83.9869 ] [................................................] 100%
[ 103.9278 ] Writing partition mts-proper_b with mts_c10_prod_cr_sigheader.bin.encrypt
[ 105.7323 ] [................................................] 100%
[ 125.6761 ] Writing partition sc7 with warmboot_t194_prod_sigheader.bin.encrypt
[ 127.4806 ] [................................................] 100%
[ 127.4839 ] Writing partition sc7_b with warmboot_t194_prod_sigheader.bin.encrypt
[ 127.9077 ] [................................................] 100%
[ 127.9109 ] Writing partition SMD with slot_metadata.bin
[ 128.3341 ] [................................................] 100%
[ 128.3406 ] Writing partition SMD_b with slot_metadata.bin
[ 128.3498 ] [................................................] 100%
[ 128.3508 ] Writing partition xusb-fw with xusb_sil_rel_fw_sigheader.encrypt
[ 128.3600 ] [................................................] 100%
[ 128.3652 ] Writing partition xusb-fw_b with xusb_sil_rel_fw_sigheader.encrypt
[ 129.2091 ] [................................................] 100%
[ 129.2136 ] Writing partition cpu-bootloader with cboot_t194_sigheader.bin.encrypt
[ 130.0585 ] [................................................] 100%
[ 130.0766 ] Writing partition cpu-bootloader_b with cboot_t194_sigheader.bin.encrypt
[ 133.1298 ] [................................................] 100%
[ 133.1493 ] Writing partition bootloader-dtb with tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 136.2032 ] [................................................] 100%
[ 136.2123 ] Writing partition bootloader-dtb_b with tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 137.5372 ] [................................................] 100%
[ 137.5443 ] Writing partition BMP with bmp.blob
[ 138.8680 ] [................................................] 100%
[ 138.8801 ] Writing partition BMP_b with bmp.blob
[ 139.8333 ] [................................................] 100%
[ 139.8395 ] Writing partition secure-os with tos-trusty_t194_sigheader.img.encrypt
[ 140.7937 ] [................................................] 100%
[ 140.8088 ] Writing partition secure-os_b with tos-trusty_t194_sigheader.img.encrypt
[ 143.4022 ] [................................................] 100%
[ 143.4173 ] Writing partition eks with eks_sigheader.img.encrypt
[ 146.0093 ] [................................................] 100%
[ 146.0107 ] Writing partition eks_b with eks_sigheader.img.encrypt
[ 146.0554 ] [................................................] 100%
[ 146.0566 ] Writing partition adsp-fw with adsp-fw_sigheader.bin.encrypt
[ 146.1031 ] [................................................] 100%
[ 146.1063 ] Writing partition adsp-fw_b with adsp-fw_sigheader.bin.encrypt
[ 146.6295 ] [................................................] 100%
[ 146.6331 ] Writing partition rce-fw with camera-rtcpu-rce_sigheader.img.encrypt
[ 147.1560 ] [................................................] 100%
[ 147.1672 ] Writing partition rce-fw_b with camera-rtcpu-rce_sigheader.img.encrypt
[ 148.8914 ] [................................................] 100%
[ 148.9023 ] Writing partition bpmp-fw with bpmp_t194_sigheader.bin.encrypt
[ 150.6266 ] [................................................] 100%
[ 150.6584 ] Writing partition bpmp-fw_b with bpmp_t194_sigheader.bin.encrypt
[ 156.0560 ] [................................................] 100%
[ 156.0888 ] Writing partition bpmp-fw-dtb with tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb.encrypt
[ 161.4870 ] [................................................] 100%
[ 161.4893 ] Writing partition bpmp-fw-dtb_b with tegra194-a02-bpmp-p3668-a00_lz4_sigheader.dtb.encrypt
[ 161.7297 ] [................................................] 100%
[ 161.7313 ] Writing partition VER with qspi_bootblob_ver.txt
[ 161.9712 ] [................................................] 100%
[ 161.9772 ] Writing partition VER_b with qspi_bootblob_ver.txt
[ 161.9858 ] [................................................] 100%
[ 161.9873 ] Writing partition master_boot_record with mbr_6_0.bin
[ 161.9948 ] [................................................] 100%
[ 161.9964 ] Writing partition kernel with boot_sigheader.img.encrypt
[ 162.0013 ] [................................................] 100%
[ 167.3016 ] Writing partition kernel_b with boot_sigheader.img.encrypt
[ 167.3929 ] [................................................] 100%
[ 172.7330 ] Writing partition kernel-dtb with kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 172.8208 ] [................................................] 100%
[ 172.8293 ] Writing partition kernel-dtb_b with kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 172.8715 ] [................................................] 100%
[ 172.8790 ] Writing partition recovery with recovery_sigheader.img.encrypt
[ 172.9109 ] [................................................] 100%
[ 179.3211 ] Writing partition recovery-dtb with tegra194-p3668-all-p3509-0000.dtb_sigheader.rec.encrypt
[ 179.3597 ] [................................................] 100%
[ 179.3668 ] Writing partition kernel-bootctrl with kernel_bootctrl.bin
[ 179.4112 ] [................................................] 100%
[ 179.4175 ] Writing partition kernel-bootctrl_b with kernel_bootctrl.bin
[ 179.4279 ] [................................................] 100%
[ 179.4295 ] Writing partition APP with system.img
[ 179.4380 ] [................................................] 100%
[ 852.7313 ] 
[ 852.7357 ] tegradevflash_v2 --write BCT br_bct_BR.bct
[ 852.7381 ] Bootloader version 01.00.0000
[ 852.7685 ] Writing partition BCT with br_bct_BR.bct
[ 852.7697 ] [................................................] 100%
[ 852.9128 ] 
[ 852.9195 ] tegradevflash_v2 --write MB1_BCT mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 852.9205 ] Bootloader version 01.00.0000
[ 852.9522 ] Writing partition MB1_BCT with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 852.9544 ] [................................................] 100%
[ 853.1577 ] 
[ 853.1621 ] tegradevflash_v2 --write MB1_BCT_b mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 853.1646 ] Bootloader version 01.00.0000
[ 853.1959 ] Writing partition MB1_BCT_b with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 853.1984 ] [................................................] 100%
[ 853.4017 ] 
[ 853.4084 ] tegradevflash_v2 --write MEM_BCT mem_coldboot_sigheader.bct.encrypt
[ 853.4097 ] Bootloader version 01.00.0000
[ 853.4399 ] Writing partition MEM_BCT with mem_coldboot_sigheader.bct.encrypt
[ 853.4419 ] [................................................] 100%
[ 854.7035 ] 
[ 854.7078 ] tegradevflash_v2 --write MEM_BCT_b mem_coldboot_sigheader.bct.encrypt
[ 854.7104 ] Bootloader version 01.00.0000
[ 854.7389 ] Writing partition MEM_BCT_b with mem_coldboot_sigheader.bct.encrypt
[ 854.7410 ] [................................................] 100%
[ 856.0007 ] 
[ 856.0009 ] Flashing completed

[ 856.0011 ] Coldbooting the device
[ 856.0054 ] tegrarcm_v2 --ismb2
[ 856.0838 ] 
[ 856.0883 ] tegradevflash_v2 --reboot coldboot
[ 856.0908 ] Bootloader version 01.00.0000
[ 856.1354 ] 
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC.


→ then I reset the jetson xavier by inserting jumpers into pins 7 and 8 of the j14 part. → and I booted jetson xavier and the result is
65599635796023cface4f68ee17d7dcd5d8d8030_2_690x388

->So i edited dtb file like this

sdhci_emmc = "/sdhci@3460000";  ===>  sdhci_emmc = "/sdhci@3400000";

fragement-tegra-sdhci-emmc-dis {        <====== This part is same as before
            ids = ">=3668-0000-000";
            override@0 {
                target = <0x000000c5>;
                _overlay_ {
                    status = "enabled";
                };
            };
        };

→ And i tried flash but result is same as before

No… I mean set sdhci@3400000 status to “disabled” … not changing sdhci_emmc to that one…

If you don’t know what to change, please ask. Do not just randomly change something…

also, please dump the serial console log.

Before dumping it, flash your board with full kernel log enabled. Remove the “quiet” keyword in your Linux_for_Tegra/rootfs/boot/extlinux/extlinux.conf and flash the board.

I fixed it like below

sdhci_emmc = "/sdhci@3460000"; 

fragement-tegra-sdhci-emmc-dis {        <====== This part is same as before
            ids = ">=3668-0000-000";
            override@0 {
                target = <0x000000c5>;
                _overlay_ {
                    status = "enabled";
                };
            };
        };

and In the sdhci@3400000 part, I fixed it as below(strong text ).

sdhci@3400000 {
		compatible = "nvidia,tegra194-sdhci";
		reg = <0x0 0x3400000 0x0 0x20000>;
		interrupts = <0x0 0x3e 0x4>;
		iommus = <0x2 0x1a>;
		dma-coherent;
		max-clk-limit = <0xc65d400>;
		bus-width = <0x4>;
		cap-mmc-highspeed;
		cap-sd-highspeed;
		sd-uhs-sdr104;
		sd-uhs-sdr50;
		sd-uhs-sdr25;
		sd-uhs-sdr12;
		mmc-ddr-1_8v;
		mmc-hs200-1_8v;
		nvidia,vqmmc-always-on;
		cd-inverted;
		nvidia,min-tap-delay = <0x60>;
		nvidia,max-tap-delay = <0x8b>;
		pwrdet-support;
		pinctrl-names = "sdmmc_e_33v_enable", "sdmmc_e_33v_disable";
		pinctrl-0 = <0x20>;
		pinctrl-1 = <0x21>;
		ignore-pm-notify;
		resets = <0x5 0x52>;
		reset-names = "sdhci";
		pll_source = "pll_p", "pll_c4_muxed";
		nvidia,set-parent-clk;
		nvidia,parent_clk_list = "pll_p", "pll_p", "pll_p", "pll_p", "pll_p", "pll_c4_muxed", "pll_c4_muxed", "pll_c4_muxed", "pll_c4_muxed", "pll_c4_muxed", "NULL";
		clocks = <0x4 0x78 0x4 0x66 0x4 0xf1 0x4 0xdb>;
		clock-names = "sdmmc", "pll_p", "pll_c4_muxed", "sdmmc_legacy_tm";
		uhs-mask = <0x8>;
		nvidia,en-periodic-calib;
		**strong text**status = "okay";  --> status = "disabled";
		vmmc-supply = <0x22>;
		mmc-ocr-mask = <0x0>;
		cd-gpios = <0x13 0x37 0x0>;
		nvidia,cd-wakeup-capable;
		linux,phandle = <0xc4>;
		phandle = <0xc4>;

		prod-settings {
			#prod-cells = <0x4>;

			prod_c_1_8v {
				prod = <0x0 0x1e0 0x7f00000 0x600000>;
			};

			prod_c_3_3v {
				prod = <0x0 0x1e0 0x7f00000 0x800000>;
			};

			prod {
				prod = <0x0 0x4 0xfff 0x200 0x0 0x28 0x22 0x2 0x0 0x100 0x1fff004a 0x5090000 0x0 0x128 0x42000000 0x0 0x0 0x1ac 0x4 0x0 0x0 0x1c0 0x1fc0 0x40 0x0 0x1c4 0x3ff77 0x400 0x0 0x1e0 0x8007f000 0x7000 0x0 0x1e4 0x20000000 0x20000000 0x0 0x204 0x80000000 0x0>;
			};

			prod_c_ds {
				prod = <0x0 0x100 0x1fff0000 0x5090000>;
			};

			prod_c_hs {
				prod = <0x0 0x100 0x1fff0000 0x5090000>;
			};

			prod_c_ddr52 {
				prod = <0x0 0x3c 0x70000 0x40000 0x0 0x120 0xfffe 0x298>;
			};

			prod_c_hs200 {
				prod = <0x0 0x3c 0x70000 0x30000 0x0 0x1c0 0xe000 0x4000>;
			};

			prod_c_sdr104 {
				prod = <0x0 0x3c 0x70000 0x30000 0x0 0x1c0 0xe000 0x4000>;
			};

			prod_c_sdr12 {
				prod = <0x0 0x3c 0x70000 0x0>;
			};

			prod_c_sdr25 {
				prod = <0x0 0x3c 0x70000 0x10000>;
			};

			prod_c_sdr50 {
				prod = <0x0 0x3c 0x70000 0x20000 0x0 0x1c0 0xe000 0x8000>;
			};
		};
	};

Is that right?

Please write status to “okay” here.

1 Like

ok i changed it
and sdhci@3400000 part is right fix?

Yes, it looks correct. But need you to dump the serial console log so that we can confirm things would work as my expectation.

yes i will attach together

flash log (68.5 KB)

Above file is flash log
and Below file is serial log when booting jetson

serial log (40.5 KB)

but i got same result
The current process is booting in recovery mode → flash → connect ttl to Usb → booting in normal mode
I think I didn’t execute “Reset the board to boot from internal eMMC” this sentence that comes out after the flash is over. Is there a way??

Forget about the message from flash log. It does not matter.

What you didn’t do is what I mention in this comment.

Also, each line of your log is truncated. Open your terminal to full size before dumping log.

Hi,

Just to clarify, is this a emmc module or sdcard module? If this is sdcard module, then what we did is wrong. 3400000 should be enabled and 3460000 should be disabled.

oh
My jetson is the sdcard module.

delete “quiet” in Linux_for_Tegra/rootfs/boot/extlinux/extlinux.conf and flash it, you mean full kernel log is enabled, right?

Yes.