Xavier NX flash Jetpack5.0 error

I wanted to use the SD card function of Xavier NX on our self-developed carrier board, and made the following modifications to the device tree.

        sdhci_sd_y_c6: sdhci@3440000 {
                status = "okay";
                mmc-ocr-mask = <0x0>;
                nvidia,cd-wakeup-capable;
                nvidia,vmmc-always-on;
                cd-inverted;
                cd-gpios = <&tegra_main_gpio TEGRA194_MAIN_GPIO(Q, 3) 0>;
        };

After compiling successfully, I tried to burn the device tree file along with the driver to NX via flash.sh, but the flash process seemed to be stuck for at least two hours, rather than being able to write quickly as in previous versions.
The following is a flash log,

plink@plink-Vostro-3890:~/flash/xavier-tx2/34.1/Linux_for_Tegra$ sudo ./flash.sh y-c6-xavier-nx-341 mmcblk0p1
[sudo] password for plink: 
###############################################################################
# L4T BSP Information:
# R34 , REVISION: 1.0
###############################################################################
# Target Board Information:
# Name: y-c6-xavier-nx-341, Board Family: t186ref, SoC: Tegra 194, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying soft_fuses(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/home/plink/flash/xavier-tx2/34.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.0587 ] Generating RCM messages
[   0.0797 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[   0.0818 ] Header already present for /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[   0.1158 ] 
[   0.1476 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.1482 ] Assuming zero filled SBK key
[   0.1460 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[   0.1656 ] 
[   0.1690 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[   0.1709 ] RCM 0 is saved as rcm_0.rcm
[   0.1795 ] RCM 1 is saved as rcm_1.rcm
[   0.1798 ] RCM 2 is saved as rcm_2.rcm
[   0.1798 ] List of rcm files are saved in rcm_list.xml
[   0.1798 ] 
[   0.1799 ] Signing RCM messages
[   0.1948 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.1953 ] Assuming zero filled SBK key
[   0.2570 ] Warning: pub_key.key is not found
[   0.2456 ] Copying signature to RCM mesages
[   0.2491 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.2525 ] 
[   0.2526 ] Boot Rom communication
[   0.2560 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[   0.2579 ] RCM version 0X190001
[   0.2847 ] Boot Rom communication completed
[   1.3011 ] 
[   2.3061 ] tegrarcm_v2 --isapplet
[   2.3084 ] Applet version 01.00.0000
[   2.3819 ] 
[   2.3855 ] tegrarcm_v2 --ismb2
[   2.4776 ] 
[   2.6133 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194_aligned.bin
[   2.6155 ] 
[   2.6188 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194_aligned.bin zerosbk
[   2.6207 ] adding BCH for nvtboot_applet_t194_aligned.bin
[   2.6262 ] 
[   2.6405 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_aligned_sigheader.bin_list.xml
[   2.6407 ] Assuming zero filled SBK key
[   2.6329 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_aligned_sigheader.bin.encrypt nvtboot_applet_t194_aligned_sigheader.bin.hash zerosbk
[   2.6352 ] 
[   2.6374 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[   2.6382 ] Applet version 01.00.0000
[   2.7102 ] Sending mb2
[   2.7104 ] [................................................] 100%
[   2.7259 ] 
[   2.7294 ] tegrarcm_v2 --boot recovery
[   2.7313 ] Applet version 01.00.0000
[   2.8093 ] 
[   3.8142 ] tegrarcm_v2 --isapplet
[   3.8902 ] 
[   3.8938 ] tegrarcm_v2 --ismb2
[   3.8957 ] MB2 Applet version 01.00.0000
[   3.9861 ] 
[   3.9897 ] tegrarcm_v2 --ismb2
[   3.9916 ] MB2 Applet version 01.00.0000
[   4.0823 ] 
[   4.0858 ] Retrieving board information
[   4.0891 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[   4.0910 ] MB2 Applet version 01.00.0000
[   4.1806 ] Saved platform info in chip_info.bin
[   4.1848 ] Chip minor revision: 2
[   4.1852 ] Bootrom revision: 0xf
[   4.1854 ] Ram code: 0x0
[   4.1854 ] Chip sku: 0xde
[   4.1854 ] Chip Sample: non es
[   4.1855 ] 
[   4.1972 ] Retrieving EEPROM data
[   4.1974 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/cvm.bin
[   4.1996 ] MB2 Applet version 01.00.0000
[   4.2766 ] Saved platform info in /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/cvm.bin
[   4.3164 ] 
[   4.3166 ] Rebooting to recovery mode
[   4.3200 ] tegrarcm_v2 --ismb2
[   4.3218 ] MB2 Applet version 01.00.0000
[   4.3946 ] 
[   4.3947 ] Rebooting to recovery mode
[   4.3982 ] tegrarcm_v2 --reboot recovery
[   4.4001 ] MB2 Applet version 01.00.0000
[   4.4973 ] 
Board ID(3668) version(300) sku(0001) revision(B.0)
Copy /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/dtb/tegra194-p3668-0001-p3509-0000.dtb to /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/dtb/tegra194-p3668-0001-p3509-0000.dtb.rec
copying bctfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg)... done.
copying bctfile1(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying device_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-qspi-p3668.cfg)... done.
copying misc_cold_boot_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p3668-a01.cfg)... done.
copying gpioint_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg)... done.
copying pmic_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p3668-0001-a00.cfg)... done.
copying pmc_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p3668-a01.cfg)... done.
copying prod_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p3668-0001-a00.cfg)... done.
copying scr_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)... done.
copying scr_cold_boot_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)... done.
copying bootrom_config(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p3668-0001-a00.cfg)... done.
copying dev_params(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-qspi.cfg)... done.
Existing bootloader(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
Making Boot image... done.
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign boot.img kernel
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
 
[   0.0030 ] Generating signature
[   0.0080 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0083 ] Assuming zero filled SBK key : not reading 
[   0.0066 ] header_magic: 414e4452
[   0.0339 ] tegrahost_v2 --chip 0x19 --align 1_boot_aligned.img
[   0.0346 ] 
[   0.0364 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --appendsigheader 1_boot_aligned.img zerosbk
[   0.0371 ] adding BCH for 1_boot_aligned.img
[   0.7845 ] 
[   0.7891 ] tegrasign_v3.py --key  --list 1_boot_aligned_sigheader.img_list.xml
[   0.7892 ] Assuming zero filled SBK key : not reading 
[   0.8714 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_boot_aligned_sigheader.img.encrypt 1_boot_aligned_sigheader.img.hash zerosbk
[   1.4140 ] 
[   1.4600 ] Signed file: /home/plink/flash/xavier-tx2/34.1/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 0x2826000 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/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/temp_user_dir/boot_sigheader.img.encrypt
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/ramdisk_tmp /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra
36137 blocks

gzip: /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.10.65-tegra
52382 blocks
Making Recovery image...
copying recdtbfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/dtb/tegra194-p3668-0001-p3509-0000.dtb.rec)... done.
20+0 records in
20+0 records out
20 bytes copied, 0.00038597 s, 51.8 kB/s
Existing sosfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/bpmp-2_t194.bin) reused.
copying bpfdtbfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p3668-a00.dtb)... done.
Existing scefile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/camera-rtcpu-t194-rce.img) reused.
Existing apefile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/adsp-fw.bin) reused.
Existing spefile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing wb0boot(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tos-optee_t194.img) reused.
Existing eksfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/dtb/tegra194-p3668-0001-p3509-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign kernel_tegra194-p3668-0001-p3509-0000.dtb kernel_dtb
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0352 ] Generating signature
[   0.0399 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0401 ] Assuming zero filled SBK key : not reading 
[   0.0379 ] header_magic: d00dfeed
[   0.0403 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   0.0411 ] 
[   0.0430 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --appendsigheader 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb zerosbk
[   0.0437 ] adding BCH for 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   0.0487 ] 
[   0.0536 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb_list.xml
[   0.0538 ] Assuming zero filled SBK key : not reading 
[   0.0554 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.encrypt 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.hash zerosbk
[   0.0590 ] 
[   0.0595 ] Signed file: /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x3dd73 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the signed file is /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
	populating kernel to rootfs... done.
	populating initrd to rootfs... done.
	populating kernel_tegra194-p3668-0001-p3509-0000.dtb to rootfs... done.
Making system.img... 
	Setting "FDT /boot/dtb/kernel_tegra194-p3668-0001-p3509-0000.dtb" successfully in the extlinux.conf...done.
	populating rootfs from /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/rootfs ... 	populating /boot/extlinux/extlinux.conf ... done.
	generating sig file of Image ... /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/Image kernel
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0234 ] Generating signature
[   0.0503 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0505 ] Assuming zero filled SBK key : not reading 
[   0.0514 ] header_magic: 4d5a0091
[   0.5154 ] tegrahost_v2 --chip 0x19 --align 1_Image_aligned
[   0.5188 ] 
[   0.5224 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --appendsigheader 1_Image_aligned zerosbk
[   0.5246 ] adding BCH for 1_Image_aligned
[   1.1462 ] 
[   1.1738 ] tegrasign_v3.py --key  --list 1_Image_aligned_sigheader_list.xml
[   1.1739 ] Assuming zero filled SBK key : not reading 
[   1.2625 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_aligned_sigheader.encrypt 1_Image_aligned_sigheader.hash zerosbk
[   1.8873 ] 
[   1.9406 ] Signed file: /home/plink/flash/xavier-tx2/34.1/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 0x2023a00 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.
	generating sig file of kernel_tegra194-p3668-0001-p3509-0000.dtb ... /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/dtb/kernel_tegra194-p3668-0001-p3509-0000.dtb kernel_dtb
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0158 ] Generating signature
[   0.0186 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0188 ] Assuming zero filled SBK key : not reading 
[   0.1648 ] header_magic: d00dfeed
[   0.1713 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   0.1736 ] 
[   0.1772 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --appendsigheader 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb zerosbk
[   0.1794 ] adding BCH for 1_kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   0.1953 ] 
[   0.2013 ] tegrasign_v3.py --key  --list 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb_list.xml
[   0.2018 ] Assuming zero filled SBK key : not reading 
[   0.2106 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.encrypt 1_kernel_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.hash zerosbk
[   0.2210 ] 
[   0.2227 ] Signed file: /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/mnt/kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x3dd73 to offset  0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the sign header is saved at ./boot/dtb/kernel_tegra194-p3668-0001-p3509-0000.dtb.sig
done.
	generating sig file of initrd ... /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/initrd data
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0157 ] Generating signature
[   0.0185 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0187 ] Assuming zero filled SBK key : not reading 
[   0.1279 ] header_magic: 1f8b0800
[   0.4150 ] tegrahost_v2 --chip 0x19 --align 1_initrd_aligned
[   0.4173 ] 
[   0.4207 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_initrd_aligned zerosbk
[   0.4228 ] adding BCH for 1_initrd_aligned
[   0.6000 ] 
[   0.6033 ] tegrasign_v3.py --key  --list 1_initrd_aligned_sigheader_list.xml
[   0.6034 ] Assuming zero filled SBK key : not reading 
[   0.6196 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_initrd_aligned_sigheader.encrypt 1_initrd_aligned_sigheader.hash zerosbk
[   0.6993 ] 
[   0.7071 ] Signed file: /home/plink/flash/xavier-tx2/34.1/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 0x80139e 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.
	generating sig file of extlinux.conf ... /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key  --cmd sign ./boot/extlinux/extlinux.conf data
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0156 ] Generating signature
[   0.0183 ] tegrasign_v3.py --key  --getmode mode.txt
[   0.0185 ] Assuming zero filled SBK key : not reading 
[   0.0180 ] header_magic: 54494d45
[   0.0200 ] tegrahost_v2 --chip 0x19 --align 1_extlinux_aligned.conf
[   0.0207 ] 
[   0.0226 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_extlinux_aligned.conf zerosbk
[   0.0233 ] adding BCH for 1_extlinux_aligned.conf
[   0.0234 ] 
[   0.0265 ] tegrasign_v3.py --key  --list 1_extlinux_aligned_sigheader.conf_list.xml
[   0.0267 ] Assuming zero filled SBK key : not reading 
[   0.0294 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_extlinux_aligned_sigheader.conf.encrypt 1_extlinux_aligned_sigheader.conf.hash zerosbk
[   0.0302 ] 
[   0.0305 ] Signed file: /home/plink/flash/xavier-tx2/34.1/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 0x3d0 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.
	Sync'ing system.img ... done.
	Converting RAW image to Sparse image... done.
system.img built successfully. 
Existing tbcfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/uefi_jetson.bin) reused.
131072+0 records in
131072+0 records out
67108864 bytes (67 MB, 64 MiB) copied, 0.847865 s, 79.2 MB/s
	Sync'ing esp.img ... done.
copying tbcdtbfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/kernel/dtb/tegra194-p3668-0001-p3509-0000.dtb)... done.
copying cfgfile(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t194_spi_emmc_p3668.xml) to flash.xml... done.
Existing flasher(/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/plink/flash/xavier-tx2/34.1/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  --bldtb tegra194-p3668-0001-p3509-0000.dtb --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --device_config tegra19x-mb1-bct-device-qspi-p3668.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p3668-a01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --pmic_config tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --pmc_config tegra19x-mb1-padvoltage-p3668-a01.cfg --prod_config tegra19x-mb1-prod-p3668-0001-a00.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --br_cmd_config tegra194-mb1-bct-reset-p3668-0001-a00.cfg --dev_params tegra194-br-bct-qspi.cfg  --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-p3668-a00.dtb; spe_fw spe_t194.bin; tlk tos-optee_t194.img; eks eks.img; bootloader_dtb tegra194-p3668-0001-p3509-0000.dtb"   
saving flash command in /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/flash_win.bat
*** Flashing target device started. ***
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2598: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not check_ismb2():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_internal.py:2607: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:858: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0 and not self.check_is_mb2applet():
/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/tegraflash_impl_t234.py:865: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  while count is not 0:
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.0628 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0630 ] Assuming zero filled SBK key
[   0.0025 ] Generating RCM messages
[   0.0048 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[   0.0055 ] Header already present for mb1_t194_prod.bin
[   0.0206 ] 
[   0.0835 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0836 ] Assuming zero filled SBK key
[   0.0282 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[   0.0496 ] 
[   0.0668 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[   0.0690 ] RCM 0 is saved as rcm_0.rcm
[   0.0793 ] RCM 1 is saved as rcm_1.rcm
[   0.0797 ] RCM 2 is saved as rcm_2.rcm
[   0.0797 ] List of rcm files are saved in rcm_list.xml
[   0.0797 ] 
[   0.0798 ] Signing RCM messages
[   0.1441 ] tegrasign_v3.py --key None --list rcm_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   0.1445 ] Assuming zero filled SBK key
[   0.1692 ] Warning: pub_key.key is not found
[   0.1087 ] Copying signature to RCM mesages
[   0.1124 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[   0.1161 ] 
[   0.1162 ] odmdata (to decode) = 3088646144
[   0.1163 ] Odmdata strings: PCIE_XBAR_8_1_1_0_1,UFS_DISABLED,NVHS_PCIE,enable-debug-console,enable-denver-wdt
[   0.1163 ] Bpmp odmdata config: {'pcie-xbar-config': [0, 1, 'PCIE_XBAR_8_1_1_0_1'], 'pcie-c0-endpoint-enable': [1, 0, ''], 'pcie-c4-endpoint-enable': [1, 0, ''], 'ufs-config': [0, 1, 'UFS_DISABLED'], 'sata-enable': [1, 0, ''], 'nvhs-owner': [0, 1, 'PCIE'], 'pcie-c5-endpoint-enable': [1, 0, '']}
[   0.4019 ] Change tegra194-p3668-0001-p3509-0000.dtb to tegra194-p3668-0001-p3509-0000_with_odm_overlay.dtb
[   0.4142 ] Change tegra194-p3668-0001-p3509-0000.dtb to tegra194-p3668-0001-p3509-0000_with_odm_overlay.dtb
[   0.4155 ] Parsing partition layout
[   0.4186 ] tegraparser_v2 --pt flash.xml.tmp
[   0.4213 ] 
[   0.4214 ] Reading ramcode from backup chip_info.bin file
[   0.4216 ] RAMCODE Read from Device: 0

[   0.4216 ] Disable BPMP dtb trim, using default dtb
[   0.4216 ] 
[   0.4217 ] Creating list of images to be signed
[   0.4238 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
[   0.4247 ] MB1: Nvheader already present is mb1_t194_prod_aligned.bin
[   0.4255 ] Header already present for mb1_t194_prod_aligned_sigheader.bin
[   0.4259 ] MB1: Nvheader already present is mb1_t194_prod_aligned.bin
[   0.4286 ] Header already present for mb1_t194_prod_aligned_sigheader.bin
[   0.4293 ] adding BCH for spe_t194_aligned.bin
[   0.4331 ] adding BCH for nvtboot_t194_aligned.bin
[   0.4461 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   0.4575 ] Header already present for mce_c10_prod_cr_aligned.bin
[   0.4645 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   0.5089 ] Header already present for warmboot_t194_prod_aligned.bin
[   0.5940 ] adding BCH for xusb_sil_rel_fw_aligned
[   0.5953 ] adding BCH for uefi_jetson_aligned.bin
[   0.6024 ] adding BCH for tegra194-p3668-0001-p3509-0000_with_odm_overlay_aligned.dtb
[   0.6510 ] adding BCH for tos-optee_t194_aligned.img
[   0.6573 ] adding BCH for eks_aligned.img
[   0.6665 ] adding BCH for adsp-fw_aligned.bin
[   0.6714 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   0.6861 ] adding BCH for bpmp-2_t194_aligned.bin
[   0.7012 ] adding BCH for tegra194-a02-bpmp-p3668-a00_aligned.dtb
[   0.7282 ] adding BCH for spe_t194_aligned.bin
[   0.7342 ] adding BCH for nvtboot_t194_aligned.bin
[   0.7361 ] Header already present for preboot_c10_prod_cr_aligned.bin
[   0.7393 ] Header already present for mce_c10_prod_cr_aligned.bin
[   0.7398 ] adding BCH for mts_c10_prod_cr_aligned.bin
[   0.7477 ] Header already present for warmboot_t194_prod_aligned.bin
[   0.8349 ] adding BCH for xusb_sil_rel_fw_aligned
[   0.8373 ] adding BCH for uefi_jetson_aligned.bin
[   0.8702 ] adding BCH for tegra194-p3668-0001-p3509-0000_with_odm_overlay_aligned.dtb
[   0.9425 ] adding BCH for boot_aligned.img
[   1.0224 ] adding BCH for kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   1.7477 ] adding BCH for tos-optee_t194_aligned.img
[   1.7526 ] adding BCH for eks_aligned.img
[   1.7617 ] adding BCH for adsp-fw_aligned.bin
[   1.7622 ] adding BCH for camera-rtcpu-t194-rce_aligned.img
[   1.7697 ] adding BCH for bpmp-2_t194_aligned.bin
[   1.7947 ] adding BCH for tegra194-a02-bpmp-p3668-a00_aligned.dtb
[   1.8141 ] adding BCH for boot_aligned.img
[   2.1785 ] adding BCH for kernel_tegra194-p3668-0001-p3509-0000_aligned.dtb
[   3.1305 ] adding BCH for recovery_aligned.img
[   4.0688 ] adding BCH for tegra194-p3668-0001-p3509-0000.dtb_aligned.rec
[   4.8895 ] 
[   4.8895 ] Filling MB1 storage info
[   4.8896 ] Generating br-bct
[   4.8926 ] Performing cfg overlay
[   4.8926 ] ['tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg', 'tegra194-memcfg-sw-override.cfg']
[   4.8929 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg -s tegra194-memcfg-sw-override.cfg -o /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg
[   5.2587 ] 
[   5.2589 ] Updating dev and MSS params in BR BCT
[   5.2589 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   5.2974 ] 
[   5.2974 ] Updating bl info
[   5.2997 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[   5.3020 ] 
[   5.3020 ] Generating signatures
[   5.3649 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[   5.3651 ] Assuming zero filled SBK key
[   5.9341 ] Warning: pub_key.key is not found
[   5.8735 ] Generating br-bct
[   5.8758 ] Performing cfg overlay
[   5.8758 ] ['/home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg']
[   5.8758 ] Updating dev and MSS params in BR BCT
[   5.8759 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[   5.9110 ] 
[   5.9110 ] Updating bl info
[   5.9133 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   5.9168 ] 
[   5.9168 ] Updating smd info
[   5.9191 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[   5.9203 ] 
[   5.9203 ] Updating Odmdata
[   5.9224 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0xB8190000
[   5.9236 ] 
[   5.9236 ] Get Signed section of bct
[   5.9256 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[   5.9266 ] 
[   5.9267 ] Signing BCT
[   5.9894 ] tegrasign_v3.py --key None --list bct_list.xml --getmontgomeryvalues montgomery.bin --pubkeyhash pub_key.key
[   5.9895 ] Assuming zero filled SBK key
[   5.9911 ] Warning: pub_key.key is not found
[   5.9305 ] Updating BCT with signature
[   5.9326 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[   5.9338 ] 
[   5.9338 ] Generating coldboot mb1-bct
[   5.9720 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini-p3668.cfg --pinmux tegra19x-mb1-pinmux-p3668-a01.cfg --pmc tegra19x-mb1-padvoltage-p3668-a01.cfg --pmic tegra194-mb1-bct-pmic-p3668-0001-a00.cfg --brcommand tegra194-mb1-bct-reset-p3668-0001-a00.cfg --prod tegra19x-mb1-prod-p3668-0001-a00.cfg --gpioint tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg --device tegra19x-mb1-bct-device-qspi-p3668.cfg
[   5.9751 ] MB1-BCT version: 0x1

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

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

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

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

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

[   6.0809 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg 
[   6.0812 ] Added Platform Config 5 data with size :- 128

[   6.0934 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg 
[   6.0945 ] Added Platform Config 7 data with size :- 392
[   6.0958 ] 
[   6.0959 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg 
[   6.0959 ] Added Platform Config 9 data with size :- 40
[   6.0959 ] 
[   6.0960 ] Updating mb1-bct with firmware information
[   6.1001 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   6.1036 ] 
[   6.1036 ] Updating mb1-bct with storage information
[   6.1075 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   6.1110 ] 
[   6.1155 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1_aligned.bct
[   6.1184 ] 
[   6.1223 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   6.1248 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   6.1271 ] 
[   6.1924 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml
[   6.1929 ] Assuming zero filled SBK key
[   6.1416 ] 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
[   6.1454 ] 
[   6.1460 ] Generating recovery mb1-bct
[   6.1504 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.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
[   6.1530 ] MB1-BCT version: 0x1

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

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

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

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

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

[   6.1826 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg 
[   6.1829 ] Added Platform Config 5 data with size :- 128
[   6.1831 ] 
[   6.1831 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg 
[   6.1831 ] Added Platform Config 7 data with size :- 392
[   6.1831 ] 
[   6.1832 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg 
[   6.1832 ] Added Platform Config 9 data with size :- 40
[   6.1832 ] 
[   6.1832 ] Updating mb1-bct with firmware information
[   6.1857 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[   6.1873 ] 
[   6.1874 ] Updating mb1-bct with storage information
[   6.1896 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[   6.1911 ] 
[   6.1934 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1_aligned.bct
[   6.1944 ] 
[   6.1964 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   6.1973 ] adding BCH for mb1_bct_MB1_aligned.bct
[   6.1980 ] 
[   6.2610 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml
[   6.2612 ] Assuming zero filled SBK key
[   6.2045 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   6.2057 ] 
[   6.2060 ] Generating coldboot mem-bct
[   6.2081 ] tegrabct_v2 --chip 0x19 0 --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg --membct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_1.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_2.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_3.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_4.bct
[   6.2090 ] Packing sdram param for instance[0]
[   6.2419 ] Packing sdram param for instance[1]
[   6.2421 ] Packing sdram param for instance[2]
[   6.2423 ] Packing sdram param for instance[3]
[   6.2425 ] Packing sdram param for instance[4]
[   6.2426 ] Packing sdram param for instance[5]
[   6.2426 ] Packing sdram param for instance[6]
[   6.2426 ] Packing sdram param for instance[7]
[   6.2426 ] Packing sdram param for instance[8]
[   6.2426 ] Packing sdram param for instance[9]
[   6.2426 ] Packing sdram param for instance[10]
[   6.2426 ] Packing sdram param for instance[11]
[   6.2426 ] Packing sdram param for instance[12]
[   6.2426 ] Packing sdram param for instance[13]
[   6.2427 ] Packing sdram param for instance[14]
[   6.2427 ] Packing sdram param for instance[15]
[   6.2427 ] 
[   6.2427 ] Getting sector size from pt
[   6.2449 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[   6.2458 ] 
[   6.2459 ] BlockSize read from layout is 200

[   6.2480 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_1.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_2.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_3.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_4.bct
[   6.2488 ] adding BCH for /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_1.bct
[   6.2508 ] 
[   6.2533 ] tegrahost_v2 --chip 0x19 --align mem_coldboot_aligned.bct
[   6.2541 ] 
[   6.2562 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_coldboot_aligned.bct zerosbk
[   6.2570 ] Header already present for mem_coldboot_aligned.bct
[   6.2574 ] 
[   6.3204 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml
[   6.3205 ] Assuming zero filled SBK key
[   6.2640 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[   6.2651 ] 
[   6.2654 ] Generating recovery mem-bct
[   6.2677 ] tegrabct_v2 --chip 0x19 0 --sdram /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1.cfg --membct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_1.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_2.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_3.bct /home/plink/flash/xavier-tx2/34.1/Linux_for_Tegra/bootloader/971497/tmpz99p55cj1_4.bct
[   6.2685 ] Packing sdram param for instance[0]
[   6.3006 ] Packing sdram param for instance[1]
[   6.3008 ] Packing sdram param for instance[2]
[   6.3009 ] Packing sdram param for instance[3]
[   6.3011 ] Packing sdram param for instance[4]
[   6.3011 ] Packing sdram param for instance[5]
[   6.3011 ] Packing sdram param for instance[6]
[   6.3011 ] Packing sdram param for instance[7]
[   6.3012 ] Packing sdram param for instance[8]
[   6.3012 ] Packing sdram param for instance[9]
[   6.3012 ] Packing sdram param for instance[10]
[   6.3012 ] Packing sdram param for instance[11]
[   6.3012 ] Packing sdram param for instance[12]
[   6.3012 ] Packing sdram param for instance[13]
[   6.3012 ] Packing sdram param for instance[14]
[   6.3012 ] Packing sdram param for instance[15]
[   6.3012 ] 
[   6.3037 ] tegrahost_v2 --chip 0x19 --align mem_rcm_aligned.bct
[   6.3046 ] 
[   6.3067 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_rcm_aligned.bct zerosbk
[   6.3091 ] adding BCH for mem_rcm_aligned.bct
[   6.3123 ] 
[   6.3766 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml
[   6.3770 ] Assuming zero filled SBK key
[   6.3221 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[   6.3243 ] 
[   6.3246 ] Copying signatures
[   6.3274 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[   9.0939 ] 
[   9.0940 ] Boot Rom communication
[   9.0967 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[   9.0994 ] BR_CID: 0x88021911641161c02000000005020100
[   9.1267 ] RCM version 0X190001
[   9.1710 ] Boot Rom communication completed
[  10.1876 ] 
[  11.1933 ] tegrarcm_v2 --isapplet
[  11.1963 ] Applet version 01.00.0000
[  11.2680 ] 
[  11.2681 ] Sending BCTs
[  11.2707 ] 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
[  11.2718 ] Applet version 01.00.0000
[  11.3603 ] Sending bct_bootrom
[  11.3607 ] [................................................] 100%
[  11.3623 ] Sending bct_mb1
[  11.3661 ] [................................................] 100%
[  11.3699 ] Sending bct_mem
[  11.4183 ] [................................................] 100%
[  11.4545 ] 
[  11.4546 ] Generating blob
[  11.4600 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194_aligned.bin
[  11.4628 ] 
[  11.4669 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --appendsigheader blob_nvtboot_recovery_cpu_t194_aligned.bin zerosbk
[  11.4696 ] adding BCH for blob_nvtboot_recovery_cpu_t194_aligned.bin
[  11.4770 ] 
[  11.5402 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_aligned_sigheader.bin_list.xml
[  11.5404 ] Assuming zero filled SBK key
[  11.4841 ] 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
[  11.4876 ] 
[  11.4914 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194_aligned.bin
[  11.4924 ] 
[  11.4934 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --appendsigheader blob_nvtboot_recovery_t194_aligned.bin zerosbk
[  11.4944 ] adding BCH for blob_nvtboot_recovery_t194_aligned.bin
[  11.4979 ] 
[  11.5610 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_aligned_sigheader.bin_list.xml
[  11.5612 ] Assuming zero filled SBK key
[  11.5048 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_aligned_sigheader.bin.encrypt blob_nvtboot_recovery_t194_aligned_sigheader.bin.hash zerosbk
[  11.5076 ] 
[  11.5102 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr_aligned.bin
[  11.5112 ] 
[  11.5133 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr_aligned.bin zerosbk
[  11.5143 ] Header already present for blob_preboot_c10_prod_cr_aligned.bin
[  11.5146 ] 
[  11.5778 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_aligned_sigheader.bin_list.xml
[  11.5783 ] Assuming zero filled SBK key
[  11.5268 ] 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
[  11.5305 ] 
[  11.5358 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr_aligned.bin
[  11.5387 ] 
[  11.5428 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr_aligned.bin zerosbk
[  11.5456 ] Header already present for blob_mce_c10_prod_cr_aligned.bin
[  11.5505 ] 
[  11.6160 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_aligned_sigheader.bin_list.xml
[  11.6165 ] Assuming zero filled SBK key
[  11.5657 ] 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
[  11.5732 ] 
[  11.5835 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr_aligned.bin
[  11.5864 ] 
[  11.5905 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr_aligned.bin zerosbk
[  11.5936 ] adding BCH for blob_mts_c10_prod_cr_aligned.bin
[  11.6764 ] 
[  11.7397 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_aligned_sigheader.bin_list.xml
[  11.7399 ] Assuming zero filled SBK key
[  11.6887 ] 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
[  11.7209 ] 
[  11.7255 ] tegrahost_v2 --chip 0x19 --align blob_bpmp-2_t194_aligned.bin
[  11.7264 ] 
[  11.7285 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --appendsigheader blob_bpmp-2_t194_aligned.bin zerosbk
[  11.7293 ] adding BCH for blob_bpmp-2_t194_aligned.bin
[  11.7469 ] 
[  11.8100 ] tegrasign_v3.py --key None --list blob_bpmp-2_t194_aligned_sigheader.bin_list.xml
[  11.8102 ] Assuming zero filled SBK key
[  11.7550 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp-2_t194_aligned_sigheader.bin.encrypt blob_bpmp-2_t194_aligned_sigheader.bin.hash zerosbk
[  11.7651 ] 
[  11.7684 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p3668-a00_aligned.dtb
[  11.7694 ] 
[  11.7715 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --appendsigheader blob_tegra194-a02-bpmp-p3668-a00_aligned.dtb zerosbk
[  11.7723 ] adding BCH for blob_tegra194-a02-bpmp-p3668-a00_aligned.dtb
[  11.7783 ] 
[  11.8414 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p3668-a00_aligned_sigheader.dtb_list.xml
[  11.8416 ] Assuming zero filled SBK key
[  11.7853 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p3668-a00_aligned_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p3668-a00_aligned_sigheader.dtb.hash zerosbk
[  11.7893 ] 
[  11.7921 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194_aligned.bin
[  11.7930 ] 
[  11.7951 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --appendsigheader blob_spe_t194_aligned.bin zerosbk
[  11.7959 ] adding BCH for blob_spe_t194_aligned.bin
[  11.7977 ] 
[  11.8607 ] tegrasign_v3.py --key None --list blob_spe_t194_aligned_sigheader.bin_list.xml
[  11.8609 ] Assuming zero filled SBK key
[  11.8043 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_aligned_sigheader.bin.encrypt blob_spe_t194_aligned_sigheader.bin.hash zerosbk
[  11.8062 ] 
[  11.8091 ] tegrahost_v2 --chip 0x19 --align blob_tos-optee_t194_aligned.img
[  11.8101 ] 
[  11.8122 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --appendsigheader blob_tos-optee_t194_aligned.img zerosbk
[  11.8131 ] adding BCH for blob_tos-optee_t194_aligned.img
[  11.8231 ] 
[  11.8863 ] tegrasign_v3.py --key None --list blob_tos-optee_t194_aligned_sigheader.img_list.xml
[  11.8864 ] Assuming zero filled SBK key
[  11.8306 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-optee_t194_aligned_sigheader.img.encrypt blob_tos-optee_t194_aligned_sigheader.img.hash zerosbk
[  11.8368 ] 
[  11.8387 ] tegrahost_v2 --chip 0x19 --align blob_eks_aligned.img
[  11.8397 ] 
[  11.8418 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --appendsigheader blob_eks_aligned.img zerosbk
[  11.8427 ] adding BCH for blob_eks_aligned.img
[  11.8428 ] 
[  11.9058 ] tegrasign_v3.py --key None --list blob_eks_aligned_sigheader.img_list.xml
[  11.9060 ] Assuming zero filled SBK key
[  11.8494 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_aligned_sigheader.img.encrypt blob_eks_aligned_sigheader.img.hash zerosbk
[  11.8505 ] 
[  11.8531 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p3668-0001-p3509-0000_aligned.dtb
[  11.8541 ] 
[  11.8562 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --appendsigheader blob_tegra194-p3668-0001-p3509-0000_aligned.dtb zerosbk
[  11.8571 ] adding BCH for blob_tegra194-p3668-0001-p3509-0000_aligned.dtb
[  11.8621 ] 
[  11.9253 ] tegrasign_v3.py --key None --list blob_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb_list.xml
[  11.9254 ] Assuming zero filled SBK key
[  11.8691 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.encrypt blob_tegra194-p3668-0001-p3509-0000_aligned_sigheader.dtb.hash zerosbk
[  11.8728 ] 
[  11.8756 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[  11.8764 ] number of images in blob are 11
[  11.8767 ] blobsize is 6238680
[  11.8768 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 238144
[  11.8790 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 173216
[  11.8794 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[  11.8799 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 145184
[  11.8803 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[  11.8807 ] Added binary blob_bpmp-2_t194_sigheader.bin.encrypt of size 1007392
[  11.8817 ] Added binary blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt of size 337120
[  11.8822 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 95232
[  11.8826 ] Added binary blob_tos-optee_t194_sigheader.img.encrypt of size 525232
[  11.8829 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[  11.8833 ] Added binary blob_tegra194-p3668-0001-p3509-0000_sigheader.dtb.encrypt of size 257408
[  11.8856 ] 
[  11.8856 ] Sending bootloader and pre-requisite binaries
[  11.8881 ] tegrarcm_v2 --download blob blob.bin
[  11.8890 ] Applet version 01.00.0000
[  11.9607 ] Sending blob
[  11.9610 ] [................................................] 100%
[  12.8574 ] 
[  12.8618 ] tegrarcm_v2 --boot recovery
[  12.8645 ] Applet version 01.00.0000
[  12.9400 ] 
[  13.9466 ] tegrarcm_v2 --isapplet
[ 1020.0699 ] 
[ 1020.0745 ] tegrarcm_v2 --ismb2
[ 2035.8779 ] 
[ 2035.9126 ] tegradevflash_v2 --iscpubl
[ 2035.9156 ] CPU Bootloader is not running on device.
[ 3051.6864 ] 
[ 3052.6923 ] tegrarcm_v2 --isapplet
[ 4067.4941 ] 
[ 4067.4995 ] tegrarcm_v2 --ismb2
[ 5083.3020 ] 
[ 5083.3067 ] tegradevflash_v2 --iscpubl

Do you have any good suggestions.

hello chen.xi,

why don’t you push the device tree binary to the target, and using extlinux.conf to assign the FDT entry for loading device tree.

But in this case, it does not seem suitable for batch operation. May I ask what causes such a problem?
Also, I just checked and found that I only copied the compiled DTB file to the kernel/ DTB/directory, but none of the conf files actually referenced the compiled DTB file, which means that I swiped the original system to cause this problem.

hello chen.xi,

since this is your self-developed carrier board, do you have updated the pinmux cfg applied for flashing the target?
please see-also DTB Support, starting from JetPack-5.0, it’s using /boot/extlinux/extlinux.conf to determine the device tree blob with FDT entry.

so, even you’ve using flash script to flash the target, within the FDT tag in /boot/extlinux/extlinux.conf file. it’ll still load the device tree blob via filesystem.

since this is your self-developed carrier board, do you have updated the pinmux cfg applied for flashing the target?

I need to change the Pinmux file. Because in the previous 4.* version, I only changed the content related to the SD card, and it can be used normally after the change. But now after the custom seems to be burned to write in.
However, our other board adapted to ORIN can be burned and written in the same burn and write environment after changing the device tree. The NX module burned Jetpack4.* version is available.

I do not burn the content inside the environment to make any changes, only brush the official image, it seems to burn not to write in.

hello chen.xi,

can JetPack-5.0 works on Xavier NX with your own developed carrier board?
I meant, are you able to boot-up the device before you’ve tried to burn the device tree?

The command “sudo./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1” fails to write to the system without making any changes.
Later, I will try to build a new burn and write environment. It may be because other contents in this environment have been modified when debugging ORIN, and I am not sure whether it has any effect.

this is incorrect flash commands since you’re having customize carrier board.

In the previous version of the system, our loadboard with NX can use this command to scrub the machine.

hello chen.xi,

may I know what’s your host environment, for example, are you using a desktop with native Ubuntu?

The host is an X86 physical machine, a total of three, one Ubuntu16.04, one Ubuntu18.04, one Ubuntu20.04

hello chen.xi,

there’s some bug fixes deliver to JetPack-5.0.1 Developer Preview, which also support Xavier NX.
could you please try moving to the latest release for confirmation, thanks

Sorry for replying to you so late, I made the same changes to the device tree in Jetpack 5.0.1 and found that it can be used normally. At present, this happens with Jetpack 5.0.

thanks for the update, you may see-also below announcement for JetPack-5 production release.

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