About flashing xavier nx 16GB(lpddr)

Hello,

I used jetson-xavier-nx-devkit-emmc config and got the following error:

fusing@fusing-Vostro-470:~/coding/xavier_nx_16_461/Linux_for_Tegra$ sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1
###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.1
###############################################################################
# Target Board Information:
# Name: jetson-xavier-nx-devkit-emmc, Board Family: t186ref, SoC: Tegra 194,
# OpMode: production, Boot Authentication: NS,
# Disk encryption: disabled ,
###############################################################################
...
[  21.6469 ] /usr/bin/env: ‘python’: No such file or directory
[  21.6475 ]
Error: Return value 127
Command tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
Failed flashing t186ref.

Which of the following configs should be used for xavier nx 16GB model?

========================================================================
Supported devices

The autoflash supports all shipped Jetson products:

                                  BOARDID  BOARDSKU  TegraID
 --------------------------------+--------+---------+---------
 jetson-agx-xavier-industrial     2888     0008      0x19
 jetson-xavier-nx-devkit-tx2-nx   3636     0001      0x18
 clara-agx-xavier-devkit          3900     0000      0x19
 jetson-xavier-nx-devkit          3668     0000      0x19
 jetson-xavier-nx-devkit-emmc     3668     0001      0x19
 jetson-nano-devkit               3448     0000      0x21
 jetson-nano-devkit-emmc          3448     0002      0x21
 jetson-nano-2gb-devkit           3448     0003      0x21
 jetson-agx-xavier-devkit (16GB)  2888     0001      0x19
 jetson-agx-xavier-devkit (32GB)  2888     0004      0x19
 jetson-tx2-devkit                3310     1000      0x18
 jetson-tx2-devkit-tx2i           3489     0000      0x18
 jetson-tx2-devkit-4gb            3489     0888      0x18
 jetson-tx1-devkit                2180     0000      0x21

Thank you.

Your log says python is not found. Are you sure this issue really related to your 16GB or jetpack4.6.1?

“[ 21.6469 ] /usr/bin/env: ‘python’: No such file or directory”.

1 Like

Hello,

fusing@fusing-Vostro-470:~/coding/xavier_nx_16_461/Linux_for_Tegra$ python
Python 2.7.17 (default, Feb 27 2021, 15:10:58)
[GCC 7.5.0] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

exit()
fusing@fusing-Vostro-470:~/coding/xavier_nx_16_461/Linux_for_Tegra$ python3
Python 3.6.9 (default, Dec 8 2021, 21:08:43)
[GCC 8.4.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
exit()

Python is installed on the host pc.
Flashing was good before

Thank you.

Please share your full flash log.

1 Like

Hello,

Here’s a full log.
xavier_nx_16ddr_emmc_full_flashing_log.txt (36.6 KB)

Thank you.

Do you have any other NX that is not 16GB to flash here? This will tell us whether this issue is due to python or not.

1 Like

Yes. I’ll check it.

Hello,

Models other than 16G DDR models flashed normally as follows.
Please check the script.

fusing@fusing-Vostro-470:~/coding/xavier_nx_16_461/Linux_for_Tegra$ sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1
[sudo] password for fusing:
###############################################################################

L4T BSP Information:

R32 , REVISION: 7.1

###############################################################################

Target Board Information:

Name: jetson-xavier-nx-devkit-emmc, Board Family: t186ref, SoC: Tegra 194,

OpMode: production, Boot Authentication: NS,

Disk encryption: disabled ,

###############################################################################
copying soft_fuses(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
./tegraflash.py --chip 0x19 --applet “/home/fusing/coding/xavier_nx_16_461/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.0078 ] Generating RCM messages
[ 0.0098 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[ 0.0107 ] Header already present for /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[ 0.0216 ]
[ 0.0249 ] tegrasign_v3.py --getmode mode.txt --key None
[ 0.0250 ] Assuming zero filled SBK key
[ 0.0277 ] tegrasign_v3.py --file /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[ 0.0279 ] Assuming zero filled SBK key
[ 0.0456 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[ 0.0518 ]
[ 0.0568 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[ 0.0623 ]
[ 0.0648 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[ 0.0660 ] RCM 0 is saved as rcm_0.rcm
[ 0.0724 ] RCM 1 is saved as rcm_1.rcm
[ 0.0724 ] RCM 2 is saved as rcm_2.rcm
[ 0.0724 ] List of rcm files are saved in rcm_list.xml
[ 0.0724 ]
[ 0.0724 ] Signing RCM messages
[ 0.0751 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0752 ] Assuming zero filled SBK key
[ 0.0850 ] Copying signature to RCM mesages
[ 0.0874 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.0893 ]
[ 0.0894 ] Boot Rom communication
[ 0.0918 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0926 ] RCM version 0X190001
[ 0.0938 ] Boot Rom communication completed
[ 1.1105 ]
[ 2.1145 ] tegrarcm_v2 --isapplet
[ 2.1160 ] Applet version 01.00.0000
[ 2.1361 ]
[ 2.1392 ] tegrarcm_v2 --ismb2
[ 2.1769 ]
[ 2.1794 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[ 2.1805 ]
[ 2.1830 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[ 2.1839 ] adding BCH for nvtboot_applet_t194.bin
[ 2.1893 ]
[ 2.1932 ] tegrasign_v3.py --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 2.1933 ] Assuming zero filled SBK key
[ 2.1989 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[ 2.2020 ]
[ 2.2041 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[ 2.2049 ] Applet version 01.00.0000
[ 2.2250 ] Sending mb2
[ 2.2251 ] […] 100%
[ 2.2444 ]
[ 2.2467 ] tegrarcm_v2 --boot recovery
[ 2.2476 ] Applet version 01.00.0000
[ 2.2726 ]
[ 3.2769 ] tegrarcm_v2 --isapplet
[ 3.2835 ]
[ 3.2864 ] tegrarcm_v2 --ismb2
[ 3.2878 ] MB2 Applet version 01.00.0000
[ 3.2927 ]
[ 3.2957 ] tegrarcm_v2 --ismb2
[ 3.2973 ] MB2 Applet version 01.00.0000
[ 3.3318 ]
[ 3.3345 ] Retrieving board information
[ 3.3370 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[ 3.3380 ] MB2 Applet version 01.00.0000
[ 3.3768 ] Saved platform info in chip_info.bin
[ 3.3824 ] Chip minor revision: 2
[ 3.3828 ] Bootrom revision: 0xf
[ 3.3831 ] Ram code: 0x0
[ 3.3832 ] Chip sku: 0xde
[ 3.3834 ] Chip Sample: non es
[ 3.3837 ]
[ 3.3842 ] Retrieving EEPROM data
[ 3.3843 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/cvm.bin
[ 3.3857 ] MB2 Applet version 01.00.0000
[ 3.4081 ] Saved platform info in /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/cvm.bin
[ 3.4456 ]
[ 3.4457 ] Rebooting to recovery mode
[ 3.4482 ] tegrarcm_v2 --ismb2
[ 3.4492 ] MB2 Applet version 01.00.0000
[ 3.4685 ]
[ 3.4686 ] Rebooting to recovery mode
[ 3.4715 ] tegrarcm_v2 --reboot recovery
[ 3.4727 ] MB2 Applet version 01.00.0000
[ 3.5190 ]
Board ID(3668) version(200) sku(0001) revision(G.0)
Copy /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb to /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb.rec
copying bctfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg)… done.
copying bctfile1(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)… done.
copying minratchet_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p3668.cfg)… done.
copying device_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-qspi-p3668.cfg)… done.
copying misc_cold_boot_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)… done.
copying misc_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)… done.
copying pinmux_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p3668-a01.cfg)… done.
copying gpioint_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg)… done.
copying pmic_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p3668-0001-a00.cfg)… done.
copying pmc_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p3668-a01.cfg)… done.
copying prod_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p3668-0001-a00.cfg)… done.
copying scr_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)… done.
copying scr_cold_boot_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini-p3668.cfg)… done.
copying bootrom_config(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p3668-0001-a00.cfg)… done.
copying dev_params(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-qspi.cfg)… done.
Existing bootloader(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/l4t_initrd.img)… done.
Making Boot image… done.
/home/fusing/coding/xavier_nx_16_461/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.0006 ] Generating signature
[ 0.0030 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0031 ] Assuming zero filled SBK key : not reading
[ 0.0030 ] Generating ratchet blob
[ 0.0050 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 0.0058 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.0060 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.0061 ] FwIndex: 32, MinRatchetLevel: 0
[ 0.0061 ]
[ 0.0062 ] header_magic: 414e4452
[ 0.0083 ] tegrahost_v2 --chip 0x19 --align 1_boot.img
[ 0.0092 ]
[ 0.0111 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_boot.img zerosbk
[ 0.0120 ] adding BCH for 1_boot.img
[ 1.0959 ]
[ 1.0999 ] tegrasign_v3.py --key --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 1.1000 ] Assuming zero filled SBK key : not reading
[ 1.1878 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
[ 1.8909 ]
[ 1.9311 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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 0x27cb800 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/fusing/coding/xavier_nx_16_461/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…
~/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/ramdisk_tmp ~/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader ~/coding/xavier_nx_16_461/Linux_for_Tegra
30412 blocks
_BASE_KERNEL_VERSION=4.9.253-tegra
~/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/ramdisk_tmp ~/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader ~/coding/xavier_nx_16_461/Linux_for_Tegra
66029 blocks
Making Recovery image…
copying recdtbfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb.rec)… done.
20+0 records in
20+0 records out
20 bytes copied, 0.000391099 s, 51.1 kB/s
Existing sosfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
copying bpfdtbfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p3668-a00.dtb)… done.
Existing scefile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing wb0boot(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
copying dtbfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)… done.
Copying nv_boot_control.conf to rootfs
/home/fusing/coding/xavier_nx_16_461/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.0007 ] Generating signature
[ 0.0033 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0034 ] Assuming zero filled SBK key : not reading
[ 0.0033 ] Generating ratchet blob
[ 0.0053 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 0.0062 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 32, MinRatchetLevel: 0
[ 0.0066 ]
[ 0.0066 ] header_magic: d00dfeed
[ 0.0088 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[ 0.0099 ]
[ 0.0122 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p3668-all-p3509-0000.dtb zerosbk
[ 0.0131 ] adding BCH for 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[ 0.0212 ]
[ 0.0250 ] tegrasign_v3.py --key --list 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 0.0251 ] Assuming zero filled SBK key : not reading
[ 0.0314 ] 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.0360 ]
[ 0.0367 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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 0x31f5f 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/fusing/coding/xavier_nx_16_461/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/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/rootfs … populating /boot/extlinux/extlinux.conf … done.
generating sig file of Image … /home/fusing/coding/xavier_nx_16_461/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.0007 ] Generating signature
[ 0.0032 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0033 ] Assuming zero filled SBK key : not reading
[ 0.0032 ] Generating ratchet blob
[ 0.0080 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 0.0092 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.0138 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.0139 ] FwIndex: 32, MinRatchetLevel: 0
[ 0.0139 ]
[ 0.0147 ] header_magic: 405614
[ 0.0183 ] tegrahost_v2 --chip 0x19 --align 1_Image
[ 0.0221 ]
[ 0.0247 ] tegrahost_v2 --chip 0x19 0 --magicid KRNL --ratchet_blob ratchet_blob.bin --appendsigheader 1_Image zerosbk
[ 0.0260 ] adding BCH for 1_Image
[ 1.0255 ]
[ 1.0319 ] tegrasign_v3.py --key --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
[ 1.0320 ] Assuming zero filled SBK key : not reading
[ 1.1458 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[ 1.6314 ]
[ 1.6660 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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 0x20e3008 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/fusing/coding/xavier_nx_16_461/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.0007 ] Generating signature
[ 0.0032 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0034 ] Assuming zero filled SBK key : not reading
[ 0.0032 ] Generating ratchet blob
[ 0.0053 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 0.0062 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.0065 ] FwIndex: 32, MinRatchetLevel: 0
[ 0.0065 ]
[ 0.0073 ] header_magic: d00dfeed
[ 0.0095 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[ 0.0124 ]
[ 0.0148 ] tegrahost_v2 --chip 0x19 0 --magicid KDTB --ratchet_blob ratchet_blob.bin --appendsigheader 1_kernel_tegra194-p3668-all-p3509-0000.dtb zerosbk
[ 0.0158 ] adding BCH for 1_kernel_tegra194-p3668-all-p3509-0000.dtb
[ 0.0309 ]
[ 0.0343 ] tegrasign_v3.py --key --list 1_kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 0.0344 ] Assuming zero filled SBK key : not reading
[ 0.0405 ] 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.0459 ]
[ 0.0464 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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 0x31f5f 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/fusing/coding/xavier_nx_16_461/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.0007 ] Generating signature
[ 0.0033 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0035 ] Assuming zero filled SBK key : not reading
[ 0.0044 ] header_magic: 1f8b0800
[ 0.0069 ] tegrahost_v2 --chip 0x19 --align 1_initrd
[ 0.0082 ]
[ 0.0105 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_initrd zerosbk
[ 0.0115 ] adding BCH for 1_initrd
[ 0.2438 ]
[ 0.2478 ] tegrasign_v3.py --key --list 1_initrd_sigheader_list.xml --pubkeyhash pub_key.key
[ 0.2479 ] Assuming zero filled SBK key : not reading
[ 0.2699 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_initrd_sigheader.encrypt 1_initrd_sigheader.hash zerosbk
[ 0.3761 ]
[ 0.3854 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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 0x6e72d6 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/fusing/coding/xavier_nx_16_461/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.0007 ] Generating signature
[ 0.0032 ] tegrasign_v3.py --getmode mode.txt --key
[ 0.0033 ] Assuming zero filled SBK key : not reading
[ 0.0032 ] header_magic: 54494d45
[ 0.0052 ] tegrahost_v2 --chip 0x19 --align 1_extlinux.conf
[ 0.0060 ]
[ 0.0080 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_extlinux.conf zerosbk
[ 0.0088 ] adding BCH for 1_extlinux.conf
[ 0.0090 ]
[ 0.0123 ] tegrasign_v3.py --key --list 1_extlinux_sigheader.conf_list.xml --pubkeyhash pub_key.key
[ 0.0124 ] Assuming zero filled SBK key : not reading
[ 0.0179 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_extlinux_sigheader.conf.encrypt 1_extlinux_sigheader.conf.hash zerosbk
[ 0.0194 ]
[ 0.0197 ] Signed file: /home/fusing/coding/xavier_nx_16_461/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/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/kernel/dtb/tegra194-p3668-all-p3509-0000.dtb)… done.
copying cfgfile(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t194_spi_emmc_p3668.xml) to flash.xml… done.
Existing flasher(/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/fusing/coding/xavier_nx_16_461/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-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.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/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/fusing/coding/xavier_nx_16_461/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.0786 ] tegrasign_v3.py --getmode mode.txt --key None
[ 0.0788 ] Assuming zero filled SBK key
[ 0.0038 ] Generating RCM messages
[ 0.0087 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[ 0.0102 ] Header already present for mb1_t194_prod.bin
[ 0.1093 ]
[ 0.1878 ] tegrasign_v3.py --getmode mode.txt --key None
[ 0.1880 ] Assuming zero filled SBK key
[ 0.1970 ] tegrasign_v3.py --file mb1_t194_prod_sigheader.bin --key None --length 1136 --offset 2960 --pubkeyhash pub_key.key
[ 0.1972 ] Assuming zero filled SBK key
[ 0.4298 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[ 0.4433 ]
[ 0.4524 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[ 0.4567 ]
[ 0.4594 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 0.4608 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.4612 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.4612 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.4613 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.4613 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.4613 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.4613 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.4613 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.4614 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.4614 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.4614 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.4614 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.4614 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.4615 ] FwIndex: 32, MinRatchetLevel: 0
[ 0.4615 ]
[ 0.4736 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[ 0.4754 ] RCM 0 is saved as rcm_0.rcm
[ 0.5029 ] RCM 1 is saved as rcm_1.rcm
[ 0.5033 ] RCM 2 is saved as rcm_2.rcm
[ 0.5036 ] List of rcm files are saved in rcm_list.xml
[ 0.5066 ]
[ 0.5066 ] Signing RCM messages
[ 0.5846 ] tegrasign_v3.py --getmontgomeryvalues montgomery.bin --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.5848 ] Assuming zero filled SBK key
[ 0.5183 ] Copying signature to RCM mesages
[ 0.5206 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.6898 ]
[ 0.6899 ] Parsing partition layout
[ 0.7597 ] tegraparser_v2 --pt flash.xml.tmp
[ 1.1433 ]
[ 1.1436 ] Reading ramcode from backup chip_info.bin file
[ 1.1522 ] RAMCODE Read from Device: 0

[ 1.1523 ] Disable BPMP dtb trim, using default dtb
[ 1.1523 ]
[ 1.1524 ] Creating list of images to be signed
[ 1.1555 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[ 1.1572 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 1.1581 ] Header already present for mb1_t194_prod_sigheader.bin
[ 1.2743 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 1.4388 ] Header already present for mb1_t194_prod_sigheader.bin
[ 1.4539 ] adding BCH for spe_t194.bin
[ 1.6630 ] adding BCH for spe_t194.bin
[ 1.6680 ] adding BCH for nvtboot_t194.bin
[ 1.9443 ] adding BCH for nvtboot_t194.bin
[ 1.9542 ] Header already present for preboot_c10_prod_cr.bin
[ 1.9833 ] Header already present for preboot_c10_prod_cr.bin
[ 1.9839 ] Header already present for mce_c10_prod_cr.bin
[ 1.9931 ] Header already present for mce_c10_prod_cr.bin
[ 1.9961 ] adding BCH for mts_c10_prod_cr.bin
[ 2.0276 ] adding BCH for mts_c10_prod_cr.bin
[ 2.1236 ] Header already present for warmboot_t194_prod.bin
[ 7.2677 ] Header already present for warmboot_t194_prod.bin
[ 7.4624 ] adding BCH for xusb_sil_rel_fw
[ 7.6143 ] adding BCH for xusb_sil_rel_fw
[ 7.6177 ] adding BCH for cboot_t194.bin
[ 7.8015 ] adding BCH for cboot_t194.bin
[ 7.8177 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 7.8860 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb
[ 7.8927 ] adding BCH for tos-trusty_t194.img
[ 8.4553 ] adding BCH for tos-trusty_t194.img
[ 8.4714 ] adding BCH for eks.img
[ 8.6444 ] adding BCH for eks.img
[ 8.6446 ] adding BCH for adsp-fw.bin
[ 8.7332 ] adding BCH for adsp-fw.bin
[ 8.7376 ] adding BCH for camera-rtcpu-rce.img
[ 8.7828 ] adding BCH for camera-rtcpu-rce.img
[ 8.7943 ] adding BCH for bpmp_t194.bin
[ 8.8748 ] adding BCH for bpmp_t194.bin
[ 8.9025 ] adding BCH for tegra194-a02-bpmp-p3668-a00.dtb
[ 9.1061 ] adding BCH for tegra194-a02-bpmp-p3668-a00.dtb
[ 9.1208 ] adding BCH for boot.img
[ 9.2155 ] adding BCH for boot.img
[ 10.2910 ] adding BCH for kernel_tegra194-p3668-all-p3509-0000.dtb
[ 12.2728 ] adding BCH for kernel_tegra194-p3668-all-p3509-0000.dtb
[ 12.2826 ] adding BCH for recovery.img
[ 12.4977 ] adding BCH for tegra194-p3668-all-p3509-0000.dtb.rec
[ 13.7576 ]
[ 13.7577 ] Filling MB1 storage info
[ 13.7577 ] Generating br-bct
[ 13.7602 ] Performing cfg overlay
[ 13.7602 ] [‘tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg’, ‘tegra194-memcfg-sw-override.cfg’]
[ 13.7607 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p3668-0001-a00.cfg -s tegra194-memcfg-sw-override.cfg -o /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg
[ 13.8794 ]
[ 13.8796 ] Updating dev and MSS params in BR BCT
[ 13.8796 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 13.9486 ]
[ 13.9487 ] Updating bl info
[ 13.9511 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[ 13.9537 ]
[ 13.9538 ] Generating signatures
[ 14.0315 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key
[ 14.0316 ] Assuming zero filled SBK key
[ 15.0324 ] Generating br-bct
[ 15.0346 ] Performing cfg overlay
[ 15.0346 ] [‘/home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg’]
[ 15.0346 ] Updating dev and MSS params in BR BCT
[ 15.0347 ] tegrabct_v2 --dev_param tegra194-br-bct-qspi.cfg --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 15.1058 ]
[ 15.1059 ] Updating bl info
[ 15.1084 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 15.2815 ]
[ 15.2816 ] Updating smd info
[ 15.2845 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[ 15.2863 ]
[ 15.2864 ] Updating Odmdata
[ 15.2895 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0xB8190000
[ 15.2909 ]
[ 15.2909 ] Get Signed section of bct
[ 15.2933 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[ 15.2949 ]
[ 15.2974 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 15.2987 ] Assuming zero filled SBK key
[ 15.4046 ]
[ 15.4046 ] Updating BCT with signature
[ 15.4076 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[ 15.4096 ]
[ 15.4097 ] Generating coldboot mb1-bct
[ 15.4151 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.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
[ 15.4164 ] MB1-BCT version: 0x1

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

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

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

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

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

[ 15.4424 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg
[ 15.4428 ] Added Platform Config 5 data with size :- 128
[ 15.4428 ]
[ 15.4428 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg
[ 15.4428 ] Added Platform Config 7 data with size :- 392
[ 15.4429 ]
[ 15.4429 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 15.4429 ] Added Platform Config 9 data with size :- 40
[ 15.4429 ]
[ 15.4429 ] Updating mb1-bct with firmware information
[ 15.4455 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 15.4467 ] MB1-BCT version: 0x1
[ 15.4471 ]
[ 15.4471 ] Updating mb1-bct with storage information
[ 15.4495 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 15.4505 ] MB1-BCT version: 0x1
[ 15.4516 ]
[ 15.4516 ] Updating mb1-bct with ratchet information
[ 15.4539 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 15.4548 ] MB1-BCT version: 0x1
[ 15.4551 ] FwIndex: 1, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 2, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 3, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 4, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 5, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 6, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 7, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 11, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 12, MinRatchetLevel: 0
[ 15.4553 ] FwIndex: 13, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 14, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 15, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 16, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 17, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 18, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 19, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 30, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 31, MinRatchetLevel: 0
[ 15.4554 ] FwIndex: 32, MinRatchetLevel: 0
[ 15.4554 ]
[ 15.4577 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[ 15.4588 ]
[ 15.4611 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[ 15.4623 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[ 15.4634 ]
[ 15.5425 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 15.5426 ] Assuming zero filled SBK key
[ 15.4734 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[ 15.4751 ]
[ 15.4752 ] Generating recovery mb1-bct
[ 15.4777 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.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
[ 15.4785 ] MB1-BCT version: 0x1

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

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

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

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

[ 15.5002 ] Parsing config file :tegra194-mb1-bct-reset-p3668-0001-a00.cfg
[ 15.5004 ] Added Platform Config 3 data with size :- 92
[ 15.5004 ]
[ 15.5004 ] Parsing config file :tegra19x-mb1-prod-p3668-0001-a00.cfg
[ 15.5004 ] Added Platform Config 5 data with size :- 128
[ 15.5004 ]
[ 15.5004 ] Parsing config file :tegra194-mb1-bct-gpioint-p3668-0001-a00.cfg
[ 15.5005 ] Added Platform Config 7 data with size :- 392
[ 15.5005 ]
[ 15.5005 ] Parsing config file :tegra19x-mb1-bct-device-qspi-p3668.cfg
[ 15.5005 ] Added Platform Config 9 data with size :- 40
[ 15.5005 ]
[ 15.5006 ] Updating mb1-bct with firmware information
[ 15.5032 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 15.5045 ] MB1-BCT version: 0x1
[ 15.5055 ]
[ 15.5055 ] Updating mb1-bct with storage information
[ 15.5083 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 15.5095 ] MB1-BCT version: 0x1
[ 15.5100 ]
[ 15.5101 ] Updating mb1-bct with ratchet information
[ 15.5125 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p3668.cfg
[ 15.5142 ] MB1-BCT version: 0x1
[ 15.5145 ] FwIndex: 1, MinRatchetLevel: 0
[ 15.5146 ] FwIndex: 2, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 3, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 4, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 5, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 6, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 7, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 11, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 12, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 13, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 14, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 15, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 16, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 17, MinRatchetLevel: 0
[ 15.5147 ] FwIndex: 18, MinRatchetLevel: 0
[ 15.5148 ] FwIndex: 19, MinRatchetLevel: 0
[ 15.5148 ] FwIndex: 30, MinRatchetLevel: 0
[ 15.5148 ] FwIndex: 31, MinRatchetLevel: 0
[ 15.5148 ] FwIndex: 32, MinRatchetLevel: 0
[ 15.5148 ]
[ 15.5169 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[ 15.5179 ]
[ 15.5201 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1.bct zerosbk
[ 15.5210 ] adding BCH for mb1_bct_MB1.bct
[ 15.5221 ]
[ 15.6000 ] tegrasign_v3.py --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 15.6001 ] Assuming zero filled SBK key
[ 15.5299 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[ 15.5316 ]
[ 15.5317 ] Generating coldboot mem-bct
[ 15.5338 ] tegrabct_v2 --chip 0x19 0 --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg --membct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_1.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_2.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_3.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_4.bct
[ 15.5347 ] Packing sdram param for instance[0]
[ 15.6049 ] Packing sdram param for instance[1]
[ 15.6052 ] Packing sdram param for instance[2]
[ 15.6053 ] Packing sdram param for instance[3]
[ 15.6053 ] Packing sdram param for instance[4]
[ 15.6053 ] Packing sdram param for instance[5]
[ 15.6053 ] Packing sdram param for instance[6]
[ 15.6054 ] Packing sdram param for instance[7]
[ 15.6054 ] Packing sdram param for instance[8]
[ 15.6054 ] Packing sdram param for instance[9]
[ 15.6054 ] Packing sdram param for instance[10]
[ 15.6054 ] Packing sdram param for instance[11]
[ 15.6054 ] Packing sdram param for instance[12]
[ 15.6054 ] Packing sdram param for instance[13]
[ 15.6054 ] Packing sdram param for instance[14]
[ 15.6054 ] Packing sdram param for instance[15]
[ 15.6054 ]
[ 15.6055 ] Getting sector size from pt
[ 15.6079 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 15.6091 ]
[ 15.6093 ] BlockSize read from layout is 200

[ 15.6117 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_1.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_2.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_3.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_4.bct
[ 15.6126 ] adding BCH for /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_1.bct
[ 15.6156 ]
[ 15.6180 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[ 15.6192 ]
[ 15.6214 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot.bct zerosbk
[ 15.6224 ] Header already present for mem_coldboot.bct
[ 15.6229 ]
[ 15.7011 ] tegrasign_v3.py --key None --list mem_coldboot_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 15.7013 ] Assuming zero filled SBK key
[ 15.6341 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[ 15.6359 ]
[ 15.6360 ] Generating recovery mem-bct
[ 15.6385 ] tegrabct_v2 --chip 0x19 0 --sdram /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51.cfg --membct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_1.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_2.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_3.bct /home/fusing/coding/xavier_nx_16_461/Linux_for_Tegra/bootloader/28852/tmpfbcigaf51_4.bct
[ 15.6396 ] Packing sdram param for instance[0]
[ 15.7084 ] Packing sdram param for instance[1]
[ 15.7087 ] Packing sdram param for instance[2]
[ 15.7090 ] Packing sdram param for instance[3]
[ 15.7090 ] Packing sdram param for instance[4]
[ 15.7090 ] Packing sdram param for instance[5]
[ 15.7090 ] Packing sdram param for instance[6]
[ 15.7090 ] Packing sdram param for instance[7]
[ 15.7091 ] Packing sdram param for instance[8]
[ 15.7091 ] Packing sdram param for instance[9]
[ 15.7091 ] Packing sdram param for instance[10]
[ 15.7091 ] Packing sdram param for instance[11]
[ 15.7091 ] Packing sdram param for instance[12]
[ 15.7091 ] Packing sdram param for instance[13]
[ 15.7091 ] Packing sdram param for instance[14]
[ 15.7091 ] Packing sdram param for instance[15]
[ 15.7091 ]
[ 15.7116 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[ 15.7125 ]
[ 15.7146 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm.bct zerosbk
[ 15.7155 ] adding BCH for mem_rcm.bct
[ 15.7174 ]
[ 15.7954 ] tegrasign_v3.py --key None --list mem_rcm_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 15.7955 ] Assuming zero filled SBK key
[ 15.7260 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[ 15.7281 ]
[ 15.7282 ] Copying signatures
[ 15.7305 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 20.4503 ]
[ 20.4504 ] Boot Rom communication
[ 20.4537 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[ 20.4552 ] BR_CID: 0x88021911647c43081000000006ff8240
[ 20.4566 ] RCM version 0X190001
[ 20.4707 ] Boot Rom communication completed
[ 21.4874 ]
[ 22.4918 ] tegrarcm_v2 --isapplet
[ 22.4935 ] Applet version 01.00.0000
[ 22.4987 ]
[ 22.4988 ] Sending BCTs
[ 22.5018 ] 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
[ 22.5034 ] Applet version 01.00.0000
[ 22.5385 ] Sending bct_bootrom
[ 22.5388 ] […] 100%
[ 22.5409 ] Sending bct_mb1
[ 22.5466 ] […] 100%
[ 22.5518 ] Sending bct_mem
[ 22.6027 ] […] 100%
[ 22.6788 ]
[ 22.6789 ] Generating blob
[ 22.6823 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194.bin
[ 22.6837 ]
[ 22.6863 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_cpu_t194.bin zerosbk
[ 22.6873 ] adding BCH for blob_nvtboot_recovery_cpu_t194.bin
[ 22.6961 ]
[ 22.7746 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_cpu_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 22.7747 ] Assuming zero filled SBK key
[ 22.7057 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_sigheader.bin.hash zerosbk
[ 22.7120 ]
[ 22.7145 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194.bin
[ 22.7238 ]
[ 22.7265 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader blob_nvtboot_recovery_t194.bin zerosbk
[ 22.7277 ] adding BCH for blob_nvtboot_recovery_t194.bin
[ 22.7372 ]
[ 22.8157 ] tegrasign_v3.py --key None --list blob_nvtboot_recovery_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 22.8158 ] Assuming zero filled SBK key
[ 22.7481 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_sigheader.bin.encrypt blob_nvtboot_recovery_t194_sigheader.bin.hash zerosbk
[ 22.7526 ]
[ 22.7555 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr.bin
[ 22.7568 ]
[ 22.7593 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr.bin zerosbk
[ 22.7604 ] Header already present for blob_preboot_c10_prod_cr.bin
[ 22.7610 ]
[ 22.8391 ] tegrasign_v3.py --key None --list blob_preboot_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 22.8392 ] Assuming zero filled SBK key
[ 22.7702 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_sigheader.bin.encrypt blob_preboot_c10_prod_cr_sigheader.bin.hash zerosbk
[ 22.7722 ]
[ 22.7747 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr.bin
[ 22.7758 ]
[ 22.7781 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr.bin zerosbk
[ 22.7791 ] Header already present for blob_mce_c10_prod_cr.bin
[ 22.7816 ]
[ 22.8596 ] tegrasign_v3.py --key None --list blob_mce_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 22.8597 ] Assuming zero filled SBK key
[ 22.7910 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_sigheader.bin.encrypt blob_mce_c10_prod_cr_sigheader.bin.hash zerosbk
[ 22.7950 ]
[ 22.7975 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr.bin
[ 22.7985 ]
[ 22.8009 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr.bin zerosbk
[ 22.8020 ] adding BCH for blob_mts_c10_prod_cr.bin
[ 22.8972 ]
[ 22.9753 ] tegrasign_v3.py --key None --list blob_mts_c10_prod_cr_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 22.9754 ] Assuming zero filled SBK key
[ 22.9125 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_sigheader.bin.encrypt blob_mts_c10_prod_cr_sigheader.bin.hash zerosbk
[ 22.9660 ]
[ 22.9686 ] tegrahost_v2 --chip 0x19 --align blob_bpmp_t194.bin
[ 22.9696 ]
[ 22.9718 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader blob_bpmp_t194.bin zerosbk
[ 22.9727 ] adding BCH for blob_bpmp_t194.bin
[ 22.9996 ]
[ 23.0778 ] tegrasign_v3.py --key None --list blob_bpmp_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 23.0779 ] Assuming zero filled SBK key
[ 23.0106 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp_t194_sigheader.bin.encrypt blob_bpmp_t194_sigheader.bin.hash zerosbk
[ 23.0272 ]
[ 23.0303 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p3668-a00.dtb
[ 23.0316 ]
[ 23.0339 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-a02-bpmp-p3668-a00.dtb zerosbk
[ 23.0347 ] adding BCH for blob_tegra194-a02-bpmp-p3668-a00.dtb
[ 23.0453 ]
[ 23.1230 ] tegrasign_v3.py --key None --list blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 23.1231 ] Assuming zero filled SBK key
[ 23.0542 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.hash zerosbk
[ 23.0624 ]
[ 23.0656 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194.bin
[ 23.0667 ]
[ 23.0694 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader blob_spe_t194.bin zerosbk
[ 23.0703 ] adding BCH for blob_spe_t194.bin
[ 23.0736 ]
[ 23.1516 ] tegrasign_v3.py --key None --list blob_spe_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 23.1517 ] Assuming zero filled SBK key
[ 23.0815 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_sigheader.bin.encrypt blob_spe_t194_sigheader.bin.hash zerosbk
[ 23.0841 ]
[ 23.0864 ] tegrahost_v2 --chip 0x19 --align blob_tos-trusty_t194.img
[ 23.0875 ]
[ 23.0896 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tos-trusty_t194.img zerosbk
[ 23.0906 ] adding BCH for blob_tos-trusty_t194.img
[ 23.1023 ]
[ 23.1803 ] tegrasign_v3.py --key None --list blob_tos-trusty_t194_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 23.1804 ] Assuming zero filled SBK key
[ 23.1119 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-trusty_t194_sigheader.img.encrypt blob_tos-trusty_t194_sigheader.img.hash zerosbk
[ 23.1195 ]
[ 23.1219 ] tegrahost_v2 --chip 0x19 --align blob_eks.img
[ 23.1229 ]
[ 23.1252 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader blob_eks.img zerosbk
[ 23.1263 ] adding BCH for blob_eks.img
[ 23.1265 ]
[ 23.2045 ] tegrasign_v3.py --key None --list blob_eks_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 23.2049 ] Assuming zero filled SBK key
[ 23.1353 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[ 23.1367 ]
[ 23.1390 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p3668-all-p3509-0000.dtb
[ 23.1400 ]
[ 23.1422 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --ratchet_blob ratchet_blob.bin --appendsigheader blob_tegra194-p3668-all-p3509-0000.dtb zerosbk
[ 23.1432 ] adding BCH for blob_tegra194-p3668-all-p3509-0000.dtb
[ 23.1502 ]
[ 23.2282 ] tegrasign_v3.py --key None --list blob_tegra194-p3668-all-p3509-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 23.2283 ] Assuming zero filled SBK key
[ 23.1627 ] 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
[ 23.1671 ]
[ 23.1696 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[ 23.1705 ] number of images in blob are 11
[ 23.1710 ] blobsize is 6010184
[ 23.1713 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 264064
[ 23.1744 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 181152
[ 23.1749 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 24016
[ 23.1755 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 143200
[ 23.1759 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3430416
[ 23.1764 ] Added binary blob_bpmp_t194_sigheader.bin.encrypt of size 856352
[ 23.1769 ] Added binary blob_tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt of size 391408
[ 23.1775 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 94960
[ 23.1779 ] Added binary blob_tos-trusty_t194_sigheader.img.encrypt of size 410560
[ 23.1784 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[ 23.1788 ] Added binary blob_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt of size 208736
[ 23.1807 ]
[ 23.1808 ] Sending bootloader and pre-requisite binaries
[ 23.1832 ] tegrarcm_v2 --download blob blob.bin
[ 23.1841 ] Applet version 01.00.0000
[ 23.2022 ] Sending blob
[ 23.2024 ] […] 100%
[ 24.0586 ]
[ 24.0614 ] tegrarcm_v2 --boot recovery
[ 24.0627 ] Applet version 01.00.0000
[ 24.0728 ]
[ 25.0760 ] tegrarcm_v2 --isapplet
[ 25.5011 ]
[ 25.5045 ] tegrarcm_v2 --ismb2
[ 25.5110 ]
[ 25.5145 ] tegradevflash_v2 --iscpubl
[ 25.5162 ] Bootloader version 01.00.0000
[ 25.5279 ] Bootloader version 01.00.0000
[ 25.5318 ]
[ 25.5319 ] Retrieving storage infomation
[ 25.5351 ] tegrarcm_v2 --oem platformdetails storage storage_info.bin
[ 25.5366 ] Applet is not running on device. Continue with Bootloader
[ 25.5580 ]
[ 25.5602 ] tegradevflash_v2 --oem platformdetails storage storage_info.bin
[ 25.5609 ] Bootloader version 01.00.0000
[ 25.5787 ] Saved platform info in storage_info.bin
[ 25.5830 ]
[ 25.5831 ] Flashing the device
[ 25.5858 ] tegraparser_v2 --storageinfo storage_info.bin --generategpt --pt flash.xml.bin
[ 25.5878 ]
[ 25.5907 ] tegradevflash_v2 --pt flash.xml.bin --create
[ 25.5920 ] Bootloader version 01.00.0000
[ 25.5967 ] Erasing spi: 0 … [Done]
[ 79.6050 ] Writing partition secondary_gpt with gpt_secondary_3_0.bin
[ 79.6059 ] […] 100%

[ 79.7233 ] Erasing sdmmc_user: 3 … [Done]
[ 80.4376 ] Writing partition master_boot_record with mbr_1_3.bin
[ 80.4383 ] […] 100%
[ 80.4409 ] Writing partition primary_gpt with gpt_primary_1_3.bin
[ 80.4486 ] […] 100%
[ 80.4519 ] Writing partition secondary_gpt with gpt_secondary_1_3.bin
[ 80.4726 ] […] 100%

[ 80.4954 ] Writing partition mb1 with mb1_t194_prod_sigheader.bin.encrypt
[ 80.4959 ] […] 100%
[ 80.5075 ] Writing partition mb1_b with mb1_t194_prod_sigheader.bin.encrypt
[ 82.1037 ] […] 100%
[ 82.1156 ] Writing partition spe-fw with spe_t194_sigheader.bin.encrypt
[ 83.7112 ] […] 100%
[ 83.7168 ] Writing partition spe-fw_b with spe_t194_sigheader.bin.encrypt
[ 84.3283 ] […] 100%
[ 84.3341 ] Writing partition mb2 with nvtboot_t194_sigheader.bin.encrypt
[ 84.9463 ] […] 100%
[ 84.9551 ] Writing partition mb2_b with nvtboot_t194_sigheader.bin.encrypt
[ 86.1107 ] […] 100%
[ 86.1196 ] Writing partition mts-preboot with preboot_c10_prod_cr_sigheader.bin.encrypt
[ 87.2758 ] […] 100%
[ 87.2788 ] Writing partition mts-preboot_b with preboot_c10_prod_cr_sigheader.bin.encrypt
[ 87.4408 ] […] 100%
[ 87.4440 ] Writing partition mts-mce with mce_c10_prod_cr_sigheader.bin.encrypt
[ 87.6062 ] […] 100%
[ 87.6136 ] Writing partition mts-mce_b with mce_c10_prod_cr_sigheader.bin.encrypt
[ 88.5275 ] […] 100%
[ 88.5349 ] Writing partition mts-proper with mts_c10_prod_cr_sigheader.bin.encrypt
[ 89.4485 ] […] 100%
[ 109.3793 ] Writing partition mts-proper_b with mts_c10_prod_cr_sigheader.bin.encrypt
[ 111.1849 ] […] 100%
[ 131.1077 ] Writing partition sc7 with warmboot_t194_prod_sigheader.bin.encrypt
[ 132.9126 ] […] 100%
[ 132.9172 ] Writing partition sc7_b with warmboot_t194_prod_sigheader.bin.encrypt
[ 133.3411 ] […] 100%
[ 133.3458 ] Writing partition SMD with slot_metadata.bin
[ 133.7687 ] […] 100%
[ 133.7728 ] Writing partition SMD_b with slot_metadata.bin
[ 133.7821 ] […] 100%
[ 133.7849 ] Writing partition xusb-fw with xusb_sil_rel_fw_sigheader.encrypt
[ 133.7947 ] […] 100%
[ 133.8019 ] Writing partition xusb-fw_b with xusb_sil_rel_fw_sigheader.encrypt
[ 134.6463 ] […] 100%
[ 134.6534 ] Writing partition cpu-bootloader with cboot_t194_sigheader.bin.encrypt
[ 135.4980 ] […] 100%
[ 135.5170 ] Writing partition cpu-bootloader_b with cboot_t194_sigheader.bin.encrypt
[ 138.4902 ] […] 100%
[ 138.5093 ] Writing partition bootloader-dtb with tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 141.4828 ] […] 100%
[ 141.4923 ] Writing partition bootloader-dtb_b with tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 142.8179 ] […] 100%
[ 142.8272 ] Writing partition BMP with bmp.blob
[ 144.1524 ] […] 100%
[ 144.1617 ] Writing partition BMP_b with bmp.blob
[ 145.1156 ] […] 100%
[ 145.1237 ] Writing partition secure-os with tos-trusty_t194_sigheader.img.encrypt
[ 146.0791 ] […] 100%
[ 146.0958 ] Writing partition secure-os_b with tos-trusty_t194_sigheader.img.encrypt
[ 148.6904 ] […] 100%
[ 148.7069 ] Writing partition eks with eks_sigheader.img.encrypt
[ 151.2998 ] […] 100%
[ 151.3025 ] Writing partition eks_b with eks_sigheader.img.encrypt
[ 151.3486 ] […] 100%
[ 151.3515 ] Writing partition adsp-fw with adsp-fw_sigheader.bin.encrypt
[ 151.3977 ] […] 100%
[ 151.4032 ] Writing partition adsp-fw_b with adsp-fw_sigheader.bin.encrypt
[ 151.9259 ] […] 100%
[ 151.9314 ] Writing partition rce-fw with camera-rtcpu-rce_sigheader.img.encrypt
[ 152.4549 ] […] 100%
[ 152.4666 ] Writing partition rce-fw_b with camera-rtcpu-rce_sigheader.img.encrypt
[ 154.1916 ] […] 100%
[ 154.2033 ] Writing partition bpmp-fw with bpmp_t194_sigheader.bin.encrypt
[ 155.9288 ] […] 100%
[ 155.9617 ] Writing partition bpmp-fw_b with bpmp_t194_sigheader.bin.encrypt
[ 161.3595 ] […] 100%
[ 161.3923 ] Writing partition bpmp-fw-dtb with tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt
[ 166.7905 ] […] 100%
[ 166.8064 ] Writing partition bpmp-fw-dtb_b with tegra194-a02-bpmp-p3668-a00_sigheader.dtb.encrypt
[ 169.2811 ] […] 100%
[ 169.2970 ] Writing partition VER with qspi_bootblob_ver.txt
[ 171.7715 ] […] 100%
[ 171.7749 ] Writing partition VER_b with qspi_bootblob_ver.txt
[ 171.7842 ] […] 100%
[ 171.7870 ] Writing partition master_boot_record with mbr_1_3.bin
[ 171.7963 ] […] 100%
[ 171.7989 ] Writing partition APP with system.img
[ 171.8065 ] […] 100%
[ 443.6649 ] Writing partition kernel with boot_sigheader.img.encrypt
[ 443.7070 ] […] 100%
[ 445.8067 ] Writing partition kernel_b with boot_sigheader.img.encrypt
[ 445.8248 ] […] 100%
[ 447.8962 ] Writing partition kernel-dtb with kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 447.9143 ] […] 100%
[ 447.9243 ] Writing partition kernel-dtb_b with kernel_tegra194-p3668-all-p3509-0000_sigheader.dtb.encrypt
[ 447.9480 ] […] 100%
[ 447.9569 ] Writing partition recovery with recovery_sigheader.img.encrypt
[ 447.9800 ] […] 100%
[ 450.4702 ] Writing partition recovery-dtb with tegra194-p3668-all-p3509-0000.dtb_sigheader.rec.encrypt
[ 450.4800 ] […] 100%
[ 450.4895 ] Writing partition kernel-bootctrl with kernel_bootctrl.bin
[ 450.5128 ] […] 100%
[ 450.5158 ] Writing partition kernel-bootctrl_b with kernel_bootctrl.bin
[ 450.5302 ] […] 100%
[ 450.5466 ]
[ 450.5504 ] tegradevflash_v2 --write BCT br_bct_BR.bct
[ 450.5516 ] Bootloader version 01.00.0000
[ 450.5563 ] Writing partition BCT with br_bct_BR.bct
[ 450.5567 ] […] 100%
[ 450.7035 ]
[ 450.7088 ] tegradevflash_v2 --write MB1_BCT mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 450.7102 ] Bootloader version 01.00.0000
[ 450.7152 ] Writing partition MB1_BCT with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 450.7162 ] […] 100%
[ 450.9237 ]
[ 450.9269 ] tegradevflash_v2 --write MB1_BCT_b mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 450.9285 ] Bootloader version 01.00.0000
[ 450.9334 ] Writing partition MB1_BCT_b with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 450.9345 ] […] 100%
[ 451.1407 ]
[ 451.1459 ] tegradevflash_v2 --write MEM_BCT mem_coldboot_sigheader.bct.encrypt
[ 451.1474 ] Bootloader version 01.00.0000
[ 451.1525 ] Writing partition MEM_BCT with mem_coldboot_sigheader.bct.encrypt
[ 451.1535 ] […] 100%
[ 452.4185 ]
[ 452.4215 ] tegradevflash_v2 --write MEM_BCT_b mem_coldboot_sigheader.bct.encrypt
[ 452.4230 ] Bootloader version 01.00.0000
[ 452.4282 ] Writing partition MEM_BCT_b with mem_coldboot_sigheader.bct.encrypt
[ 452.4293 ] […] 100%
[ 453.6934 ]
[ 453.6935 ] Flashing completed

[ 453.6936 ] Coldbooting the device
[ 453.6971 ] tegrarcm_v2 --ismb2
[ 453.7182 ]
[ 453.7214 ] tegradevflash_v2 --reboot coldboot
[ 453.7231 ] Bootloader version 01.00.0000
[ 453.7442 ]
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC.

Thank you.

Could you also share the result of command “which python”?

1 Like

share it on monday morning.

Thank you.

fusing@fusing-Vostro-470:~$ which python
/usr/bin/python

Thank you.

If using sdkmanager, will it be able to flash your NX 16GB?

1 Like

yes.

but, If multiple nx modules are connected via micro usb, it can be detected.
Multi-flash doesn’t work.

Thank you.

  1. SDKM does not support multi flash at all.

  2. We will check what is going on for the flash.sh case.

1 Like

Hello,


How many were detected here? If you connect 4 nx
4 were detected

Thank you.

Anyway, the 8g memory model flashed well and the operating system was turned on.
16g memory model still fails to flash
What’s wrong?

That’s why I said we will investigate…

1 Like

Thank you.

HI @forumuser

Is your host a ubuntu 20.04 one?

1 Like

Hello,

Ubuntu 18.04

fusing@fusing-Vostro-470:~$ cat /etc/issue
Ubuntu 18.04.3 LTS \n \l

Thank you.