Hello.
I try to encrypt rootfs with SD boot.
I refer to Welcome — Jetson Linux<br/>Developer Guide 34.1 documentation.
I can boot from the eMMC by the below command.
$ echo "00000000000000000000000000000000" > ekb.key
$ sudo ROOTFS_ENC=1 ./flash.sh -i "./ekb.key" jetson-xavier mmcblk0p1
But I cannot boot it when I replace “mmcblk0p1” to “internal” or “mmcblk1p1”.
Below is the log when I tried “internal”.
###############################################################################
# L4T BSP Information:
# R32 , REVISION: 5.0
###############################################################################
# Target Board Information:
# Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194,
# OpMode: production, Boot Authentication: NS,
# Disk encryption: enabled ,
###############################################################################
copying soft_fuses(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
./tegraflash.py --chip 0x19 --applet "/home/daihenrobot/JetsonSDBoot/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.0083 ] Generating RCM messages
[ 0.0114 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[ 0.0126 ] Header already present for /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[ 0.0176 ]
[ 0.0194 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0211 ] Assuming zero filled SBK key
[ 0.0211 ]
[ 0.0232 ] tegrasign_v2 --key None --file /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0246 ] Assuming zero filled SBK key
[ 0.0279 ]
[ 0.0300 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[ 0.0361 ]
[ 0.0395 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[ 0.0434 ]
[ 0.0477 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[ 0.0502 ] RCM 0 is saved as rcm_0.rcm
[ 0.0573 ] RCM 1 is saved as rcm_1.rcm
[ 0.0581 ] RCM 2 is saved as rcm_2.rcm
[ 0.0585 ] List of rcm files are saved in rcm_list.xml
[ 0.0585 ]
[ 0.0585 ] Signing RCM messages
[ 0.0606 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.0661 ] Assuming zero filled SBK key
[ 0.0677 ]
[ 0.0678 ] Copying signature to RCM mesages
[ 0.0726 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.0777 ]
[ 0.0778 ] Boot Rom communication
[ 0.0797 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0816 ] RCM version 0X190001
[ 0.0850 ] Boot Rom communication completed
[ 1.1086 ]
[ 2.1116 ] tegrarcm_v2 --isapplet
[ 2.1137 ] Applet version 01.00.0000
[ 2.1489 ]
[ 2.1523 ] tegrarcm_v2 --ismb2
[ 2.1868 ]
[ 2.1891 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[ 2.1916 ]
[ 2.1957 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[ 2.1982 ] adding BCH for nvtboot_applet_t194.bin
[ 2.2020 ]
[ 2.2049 ] tegrasign_v2 --key None --list nvtboot_applet_t194_sigheader.bin_list.xml --pubkeyhash pub_key.key
[ 2.2063 ] Assuming zero filled SBK key
[ 2.2069 ]
[ 2.2083 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[ 2.2151 ]
[ 2.2165 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[ 2.2180 ] Applet version 01.00.0000
[ 2.2504 ] Sending mb2
[ 2.2505 ] [................................................] 100%
[ 2.2823 ]
[ 2.2878 ] tegrarcm_v2 --boot recovery
[ 2.2911 ] Applet version 01.00.0000
[ 2.3239 ]
[ 3.3269 ] tegrarcm_v2 --isapplet
[ 3.3501 ]
[ 3.3514 ] tegrarcm_v2 --ismb2
[ 3.3526 ] MB2 Applet version 01.00.0000
[ 3.3908 ]
[ 3.3922 ] tegrarcm_v2 --ismb2
[ 3.3932 ] MB2 Applet version 01.00.0000
[ 3.4352 ]
[ 3.4376 ] Retrieving board information
[ 3.4401 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[ 3.4441 ] MB2 Applet version 01.00.0000
[ 3.4767 ] Saved platform info in chip_info.bin
[ 3.4894 ] Chip minor revision: 2
[ 3.4898 ] Bootrom revision: 0xf
[ 3.4903 ] Ram code: 0x0
[ 3.4906 ] Chip sku: 0xd0
[ 3.4908 ] Chip Sample: non es
[ 3.4935 ]
[ 3.4954 ] Retrieving EEPROM data
[ 3.4958 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/cvm.bin
[ 3.4999 ] MB2 Applet version 01.00.0000
[ 3.5327 ] Saved platform info in /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/cvm.bin
[ 3.5762 ]
[ 3.5768 ] Rebooting to recovery mode
[ 3.5811 ] tegrarcm_v2 --ismb2
[ 3.5825 ] MB2 Applet version 01.00.0000
[ 3.6107 ]
[ 3.6109 ] Rebooting to recovery mode
[ 3.6140 ] tegrarcm_v2 --reboot recovery
[ 3.6159 ] MB2 Applet version 01.00.0000
[ 3.6579 ]
Board ID(2888) version(400) sku(0001) revision(L.0)
Copy /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec
Generated UUID ee4a2232-38f3-4b6b-9acf-c6987a4f46e4 for mounting root APP partition.
Generated UUID b60216ae-7913-4c94-abaf-9e1993cfd16c for mounting root APP_enc partition.
Generated UUID 0ad5ad5e-af7d-4d26-9bee-75b7e8bb545a for mounting boot APP partition.
copying bctfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)... done.
copying bctfile1(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying uphy_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)... done.
copying minratchet_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg)... done.
copying device_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)... done.
copying misc_cold_boot_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)... done.
copying gpioint_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)... done.
copying pmic_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)... done.
copying pmc_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)... done.
copying prod_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)... done.
copying scr_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying scr_cold_boot_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying bootrom_config(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)... done.
copying dev_params(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)... done.
Generated UUID b95e8d8f-dd8e-4b7b-a23d-8769d4c6a9a0 for mounting UDA partition.
Making system_uda_encrypted.img...
Sync'ing system_uda_encrypted.img ... done.
Converting RAW image to Sparse image... done.
system_uda_encrypted.img built successfully.
Existing bootloader(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
ldd: /sbin/cryptsetup: No such file or directory
awk: run time error: negative field index $-1
FILENAME="-" FNR=1 NR=1
prepare_luks_initrd: Begin to copy binaries into initrd
30402 ブロック
install: '/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/sbin/cryptsetup' を stat できません: そのようなファイルやディレクトリはありません
40505 ブロック
prepare_luks_initrd: Finish copying binaries into initrd
done.
populating kernel to rootfs... done.
/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key --cmd sign /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/boot/Image
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.0043 ] Generating signature
[ 0.0060 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0071 ] Assuming zero filled SBK key
[ 0.0072 ]
[ 0.0074 ] header_magic: 5614
[ 0.0084 ] tegrahost_v2 --chip 0x19 --align 1_Image
[ 0.0115 ]
[ 0.0130 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_Image zerosbk
[ 0.0139 ] adding BCH for 1_Image
[ 0.7289 ]
[ 0.7306 ] tegrasign_v2 --key --list 1_Image_sigheader_list.xml --pubkeyhash pub_key.key
[ 0.7316 ] Assuming zero filled SBK key
[ 0.7844 ]
[ 0.7864 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[ 1.1763 ]
[ 1.2050 ] Signed file: /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/Image_sigheader.encrypt
l4t_sign_image.sh: Generate header for Image_sigheader.encrypt
l4t_sign_image.sh: chip 0x19: add 0x20bf808 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 /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/boot/Image.sig
done.
populating initrd to rootfs... done.
/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key --cmd sign /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/boot/initrd
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.0045 ] Generating signature
[ 0.0056 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0065 ] Assuming zero filled SBK key
[ 0.0066 ]
[ 0.0069 ] header_magic: 1f8b0800
[ 0.0078 ] tegrahost_v2 --chip 0x19 --align 1_initrd
[ 0.0088 ]
[ 0.0101 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_initrd zerosbk
[ 0.0109 ] adding BCH for 1_initrd
[ 0.2142 ]
[ 0.2161 ] tegrasign_v2 --key --list 1_initrd_sigheader_list.xml --pubkeyhash pub_key.key
[ 0.2171 ] Assuming zero filled SBK key
[ 0.2276 ]
[ 0.2288 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_initrd_sigheader.encrypt 1_initrd_sigheader.hash zerosbk
[ 0.3484 ]
[ 0.3564 ] Signed file: /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/initrd_sigheader.encrypt
l4t_sign_image.sh: Generate header for initrd_sigheader.encrypt
l4t_sign_image.sh: chip 0x19: add 0x8b6c1c 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 /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/boot/initrd.sig
done.
populating /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to rootfs... done.
Making Boot image... done.
/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key --cmd sign boot.img
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.0013 ] Generating signature
[ 0.0035 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0052 ] Assuming zero filled SBK key
[ 0.0052 ]
[ 0.0055 ] header_magic: 414e4452
[ 0.0068 ] tegrahost_v2 --chip 0x19 --align 1_boot.img
[ 0.0079 ]
[ 0.0089 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_boot.img zerosbk
[ 0.0106 ] adding BCH for 1_boot.img
[ 0.9108 ]
[ 0.9126 ] tegrasign_v2 --key --list 1_boot_sigheader.img_list.xml --pubkeyhash pub_key.key
[ 0.9135 ] Assuming zero filled SBK key
[ 0.9817 ]
[ 0.9836 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_boot_sigheader.img.encrypt 1_boot_sigheader.img.hash zerosbk
[ 1.4795 ]
[ 1.5160 ] Signed file: /home/daihenrobot/JetsonSDBoot/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 0x2977800 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/daihenrobot/JetsonSDBoot/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...
~/JetsonSDBoot/Linux_for_Tegra/bootloader/ramdisk_tmp ~/JetsonSDBoot/Linux_for_Tegra/bootloader ~/JetsonSDBoot/Linux_for_Tegra
30402 ブロック
_BASE_KERNEL_VERSION=4.9.201-tegra
~/JetsonSDBoot/Linux_for_Tegra/bootloader/ramdisk_tmp/lib ~/JetsonSDBoot/Linux_for_Tegra/bootloader/ramdisk_tmp ~/JetsonSDBoot/Linux_for_Tegra/bootloader ~/JetsonSDBoot/Linux_for_Tegra
65776 ブロック
Making Recovery image...
copying recdtbfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb.rec)... done.
20+0 レコード入力
20+0 レコード出力
20 bytes copied, 0.000351164 s, 57.0 kB/s
Existing sosfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
copying bpfdtbfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb)... done.
Existing scefile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing drameccfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/dram-ecc.bin) reused.
Existing badpagefile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/badpage.bin) reused.
Existing wb0boot(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
Copying nv_boot_control.conf to rootfs
/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key --cmd sign kernel_tegra194-p2888-0001-p2822-0000.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.0008 ] Generating signature
[ 0.0023 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0035 ] Assuming zero filled SBK key
[ 0.0037 ]
[ 0.0038 ] header_magic: d00dfeed
[ 0.0050 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0059 ]
[ 0.0070 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_kernel_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[ 0.0092 ] adding BCH for 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0162 ]
[ 0.0186 ] tegrasign_v2 --key --list 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 0.0252 ] Assuming zero filled SBK key
[ 0.0268 ]
[ 0.0283 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[ 0.0352 ]
[ 0.0359 ] Signed file: /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x45209 to offset 0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the sign header is saved at kernel_tegra194-p2888-0001-p2822-0000.dtb.sig
done.
/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py --chip 0x19 --key --cmd sign kernel_tegra194-p2888-0001-p2822-0000.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.0004 ] Generating signature
[ 0.0017 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0028 ] Assuming zero filled SBK key
[ 0.0028 ]
[ 0.0029 ] header_magic: d00dfeed
[ 0.0071 ] tegrahost_v2 --chip 0x19 --align 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0083 ]
[ 0.0092 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_kernel_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[ 0.0103 ] adding BCH for 1_kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0158 ]
[ 0.0172 ] tegrasign_v2 --key --list 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml --pubkeyhash pub_key.key
[ 0.0181 ] Assuming zero filled SBK key
[ 0.0190 ]
[ 0.0203 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt 1_kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[ 0.0257 ]
[ 0.0264 ] Signed file: /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: Generate header for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: chip 0x19: add 0x45209 to offset 0x8 in sig file
l4t_sign_image.sh: Generate 16-byte-size-aligned base file for kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
l4t_sign_image.sh: the signed file is /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/temp_user_dir/kernel_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
done.
Making system_boot.img...
populating bootfs from /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs/boot ... done.
populating /extlinux/extlinux.conf ... done.
Sync'ing system_boot.img ... done.
Converting RAW image to Sparse image... done.
system_boot.img built successfully.
Making system_root_encrypted.img...
populating rootfs from /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/rootfs ... tar: tmp/.ICE-unix/8934: ソケットは無視します
tar: tmp/argus_socket: ソケットは無視します
tar: tmp/nvscsock: ソケットは無視します
tar: tmp/camsock: ソケットは無視します
tar: var/lib/nvphs/nvphsd.ctl: ソケットは無視します
done.
Sync'ing system_root_encrypted.img ... done.
Converting RAW image to Sparse image... done.
system_root_encrypted.img built successfully.
Existing tbcfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
copying cfgfile(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t194_sdmmc_enc_rfs.xml) to flash.xml... done.
Existing flasher(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg --odmdata 0x9190000 --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --minratchet_config tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg --bin "mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a04.dtb; spe_fw spe_t194.bin; tlk tos-trusty_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb"
saving flash command in /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/daihenrobot/JetsonSDBoot/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.0039 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0066 ] Assuming zero filled SBK key
[ 0.0132 ]
[ 0.0134 ] Generating RCM messages
[ 0.0169 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[ 0.0187 ] Header already present for mb1_t194_prod.bin
[ 0.0255 ]
[ 0.0429 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0483 ] Assuming zero filled SBK key
[ 0.0484 ]
[ 0.0501 ] tegrasign_v2 --key None --file mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0520 ] Assuming zero filled SBK key
[ 0.0541 ]
[ 0.0560 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[ 0.0640 ]
[ 0.0692 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[ 0.0829 ]
[ 0.0857 ] tegrabct_v2 --chip 0x19 0 --ratchet_blob ratchet_blob.bin --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[ 0.0876 ] FwIndex: 1, MinRatchetLevel: 0
[ 0.0889 ] FwIndex: 2, MinRatchetLevel: 0
[ 0.0890 ] FwIndex: 3, MinRatchetLevel: 0
[ 0.0890 ] FwIndex: 4, MinRatchetLevel: 0
[ 0.0890 ] FwIndex: 5, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 6, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 7, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 8, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 11, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 12, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 13, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 14, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 15, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 16, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 17, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 18, MinRatchetLevel: 0
[ 0.0891 ] FwIndex: 19, MinRatchetLevel: 0
[ 0.0892 ] FwIndex: 30, MinRatchetLevel: 0
[ 0.0892 ] FwIndex: 31, MinRatchetLevel: 0
[ 0.0892 ]
[ 0.0936 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[ 0.0970 ] RCM 0 is saved as rcm_0.rcm
[ 0.1036 ] RCM 1 is saved as rcm_1.rcm
[ 0.1036 ] RCM 2 is saved as rcm_2.rcm
[ 0.1036 ] List of rcm files are saved in rcm_list.xml
[ 0.1036 ]
[ 0.1036 ] Signing RCM messages
[ 0.1055 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.1073 ] Assuming zero filled SBK key
[ 0.1083 ]
[ 0.1083 ] Copying signature to RCM mesages
[ 0.1098 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.1190 ]
[ 0.1191 ] Parsing partition layout
[ 0.1224 ] tegraparser_v2 --pt flash.xml.tmp
[ 0.1268 ]
[ 0.1269 ] Creating list of images to be signed
[ 0.1289 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[ 0.1318 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 0.1344 ] Header already present for mb1_t194_prod_sigheader.bin
[ 0.1358 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 0.1395 ] Header already present for mb1_t194_prod_sigheader.bin
[ 0.1403 ] adding BCH for spe_t194.bin
[ 0.1461 ] adding BCH for spe_t194.bin
[ 0.1499 ] adding BCH for nvtboot_t194.bin
[ 0.1551 ] adding BCH for nvtboot_t194.bin
[ 0.1597 ] Header already present for preboot_c10_prod_cr.bin
[ 0.1674 ] Header already present for preboot_c10_prod_cr.bin
[ 0.1678 ] Header already present for mce_c10_prod_cr.bin
[ 0.1695 ] Header already present for mce_c10_prod_cr.bin
[ 0.1727 ] adding BCH for mts_c10_prod_cr.bin
[ 0.1919 ] adding BCH for mts_c10_prod_cr.bin
[ 0.2912 ] adding BCH for cboot_t194.bin
[ 0.3881 ] adding BCH for cboot_t194.bin
[ 0.4003 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 0.4170 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 0.4253 ] adding BCH for tos-trusty_t194.img
[ 0.4377 ] adding BCH for tos-trusty_t194.img
[ 0.4524 ] adding BCH for eks.img
[ 0.4639 ] adding BCH for eks.img
[ 0.4644 ] adding BCH for bpmp_t194.bin
[ 0.4669 ] adding BCH for bpmp_t194.bin
[ 0.4942 ] adding BCH for tegra194-a02-bpmp-p2888-a04.dtb
[ 0.5243 ] adding BCH for tegra194-a02-bpmp-p2888-a04.dtb
[ 0.5494 ] adding BCH for camera-rtcpu-rce.img
[ 0.5715 ] adding BCH for camera-rtcpu-rce.img
[ 0.5793 ] adding BCH for adsp-fw.bin
[ 0.5892 ] adding BCH for adsp-fw.bin
[ 0.5918 ] Header already present for warmboot_t194_prod.bin
[ 0.5969 ] Header already present for warmboot_t194_prod.bin
[ 0.5973 ] adding BCH for recovery.img
[ 0.7094 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb.rec
[ 1.8738 ] adding BCH for boot.img
[ 1.9099 ] adding BCH for boot.img
[ 3.4231 ] adding BCH for kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 4.5177 ] adding BCH for kernel_tegra194-p2888-0001-p2822-0000.dtb
[ 4.5308 ]
[ 4.5308 ] Filling MB1 storage info
[ 4.5309 ] Generating br-bct
[ 4.5322 ] Performing cfg overlay
[ 4.5323 ] ['tegra194-mb1-bct-memcfg-p2888.cfg', 'tegra194-memcfg-sw-override.cfg']
[ 4.5326 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p2888.cfg -s tegra194-memcfg-sw-override.cfg -o /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg
[ 4.6041 ]
[ 4.6043 ] Updating dev and MSS params in BR BCT
[ 4.6044 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 4.6715 ]
[ 4.6716 ] Updating bl info
[ 4.6729 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[ 4.6761 ]
[ 4.6762 ] Generating signatures
[ 4.6776 ] tegrasign_v2 --key None --list images_list.xml --pubkeyhash pub_key.key
[ 4.6789 ] Assuming zero filled SBK key
[ 4.9974 ]
[ 4.9975 ] Generating br-bct
[ 4.9988 ] Performing cfg overlay
[ 4.9989 ] ['/home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg']
[ 4.9989 ] Updating dev and MSS params in BR BCT
[ 4.9990 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 5.0759 ]
[ 5.0759 ] Updating bl info
[ 5.0775 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 5.0825 ]
[ 5.0825 ] Updating smd info
[ 5.0840 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[ 5.0860 ]
[ 5.0861 ] Updating Odmdata
[ 5.0880 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[ 5.0905 ]
[ 5.0906 ] Get Signed section of bct
[ 5.0924 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[ 5.0944 ]
[ 5.0960 ] tegrasign_v2 --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 5.0976 ] Assuming zero filled SBK key
[ 5.0980 ]
[ 5.0980 ] Updating BCT with signature
[ 5.0996 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[ 5.1015 ]
[ 5.1015 ] Generating coldboot mb1-bct
[ 5.1050 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[ 5.1064 ] MB1-BCT version: 0x1
[ 5.1070 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg
[ 5.1083 ] Added Platform Config 0 data with size :- 3008
[ 5.1103 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg
[ 5.1110 ] Added Platform Config 1 data with size :- 19640
[ 5.1274 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg
[ 5.1284 ] Added Platform Config 2 data with size :- 24
[ 5.1290 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg
[ 5.1309 ] Added Platform Config 4 data with size :- 348
[ 5.1317 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg
[ 5.1327 ] Added Platform Config 3 data with size :- 92
[ 5.1342 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg
[ 5.1353 ] Added Platform Config 5 data with size :- 56
[ 5.1360 ]
[ 5.1360 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg
[ 5.1361 ] Added Platform Config 7 data with size :- 392
[ 5.1361 ]
[ 5.1361 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg
[ 5.1361 ] Added Platform Config 8 data with size :- 12
[ 5.1361 ]
[ 5.1362 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg
[ 5.1362 ] Added Platform Config 9 data with size :- 32
[ 5.1362 ]
[ 5.1363 ] Updating mb1-bct with firmware information
[ 5.1379 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 5.1394 ] MB1-BCT version: 0x1
[ 5.1403 ]
[ 5.1403 ] Updating mb1-bct with storage information
[ 5.1421 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 5.1434 ] MB1-BCT version: 0x1
[ 5.1441 ]
[ 5.1442 ] Updating mb1-bct with ratchet information
[ 5.1455 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[ 5.1468 ] MB1-BCT version: 0x1
[ 5.1473 ] FwIndex: 1, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 2, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 3, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 4, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 5, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 6, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 7, MinRatchetLevel: 0
[ 5.1475 ] FwIndex: 8, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 11, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 12, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 13, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 14, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 15, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 16, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 17, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 18, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 19, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 30, MinRatchetLevel: 0
[ 5.1476 ] FwIndex: 31, MinRatchetLevel: 0
[ 5.1476 ]
[ 5.1489 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[ 5.1501 ]
[ 5.1515 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[ 5.1527 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[ 5.1535 ]
[ 5.1549 ] tegrasign_v2 --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 5.1562 ] Assuming zero filled SBK key
[ 5.1564 ]
[ 5.1577 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[ 5.1598 ]
[ 5.1600 ] Generating recovery mb1-bct
[ 5.1649 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[ 5.1680 ] MB1-BCT version: 0x1
[ 5.1683 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg
[ 5.1691 ] Added Platform Config 0 data with size :- 3008
[ 5.1704 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg
[ 5.1708 ] Added Platform Config 1 data with size :- 19640
[ 5.1861 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg
[ 5.1873 ] Added Platform Config 2 data with size :- 24
[ 5.1880 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg
[ 5.1882 ] Added Platform Config 4 data with size :- 348
[ 5.1882 ]
[ 5.1882 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg
[ 5.1882 ] Added Platform Config 3 data with size :- 92
[ 5.1882 ]
[ 5.1882 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg
[ 5.1882 ] Added Platform Config 5 data with size :- 56
[ 5.1882 ]
[ 5.1882 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg
[ 5.1882 ] Added Platform Config 7 data with size :- 392
[ 5.1883 ]
[ 5.1883 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg
[ 5.1883 ] Added Platform Config 8 data with size :- 12
[ 5.1883 ]
[ 5.1883 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg
[ 5.1883 ] Added Platform Config 9 data with size :- 32
[ 5.1883 ]
[ 5.1884 ] Updating mb1-bct with firmware information
[ 5.1900 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 5.1919 ] MB1-BCT version: 0x1
[ 5.1934 ]
[ 5.1936 ] Updating mb1-bct with storage information
[ 5.1979 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 5.2009 ] MB1-BCT version: 0x1
[ 5.2019 ]
[ 5.2020 ] Updating mb1-bct with ratchet information
[ 5.2041 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --minratchet tegra194-mb1-bct-ratchet-p2888-0000-p2822-0000.cfg
[ 5.2060 ] MB1-BCT version: 0x1
[ 5.2066 ] FwIndex: 1, MinRatchetLevel: 0
[ 5.2069 ] FwIndex: 2, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 3, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 4, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 5, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 6, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 7, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 8, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 11, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 12, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 13, MinRatchetLevel: 0
[ 5.2070 ] FwIndex: 14, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 15, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 16, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 17, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 18, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 19, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 30, MinRatchetLevel: 0
[ 5.2071 ] FwIndex: 31, MinRatchetLevel: 0
[ 5.2071 ]
[ 5.2087 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[ 5.2099 ]
[ 5.2111 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1.bct zerosbk
[ 5.2124 ] adding BCH for mb1_bct_MB1.bct
[ 5.2140 ]
[ 5.2183 ] tegrasign_v2 --key None --list mb1_bct_MB1_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 5.2202 ] Assuming zero filled SBK key
[ 5.2206 ]
[ 5.2225 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[ 5.2255 ]
[ 5.2258 ] Generating coldboot mem-bct
[ 5.2298 ] tegrabct_v2 --chip 0x19 0 --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --membct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_1.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_2.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_3.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_4.bct
[ 5.2337 ] Packing sdram param for instance[0]
[ 5.3026 ] Packing sdram param for instance[1]
[ 5.3030 ] Packing sdram param for instance[2]
[ 5.3030 ] Packing sdram param for instance[3]
[ 5.3030 ] Packing sdram param for instance[4]
[ 5.3030 ] Packing sdram param for instance[5]
[ 5.3030 ] Packing sdram param for instance[6]
[ 5.3031 ] Packing sdram param for instance[7]
[ 5.3031 ] Packing sdram param for instance[8]
[ 5.3031 ] Packing sdram param for instance[9]
[ 5.3031 ] Packing sdram param for instance[10]
[ 5.3031 ] Packing sdram param for instance[11]
[ 5.3031 ] Packing sdram param for instance[12]
[ 5.3031 ] Packing sdram param for instance[13]
[ 5.3031 ] Packing sdram param for instance[14]
[ 5.3031 ] Packing sdram param for instance[15]
[ 5.3032 ]
[ 5.3032 ] Getting sector size from pt
[ 5.3047 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 5.3060 ]
[ 5.3061 ] BlockSize read from layout is 200
[ 5.3073 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_1.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_2.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_3.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_4.bct
[ 5.3085 ] adding BCH for /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_1.bct
[ 5.3113 ]
[ 5.3133 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[ 5.3161 ]
[ 5.3185 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot.bct zerosbk
[ 5.3198 ] Header already present for mem_coldboot.bct
[ 5.3204 ]
[ 5.3221 ] tegrasign_v2 --key None --list mem_coldboot_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 5.3235 ] Assuming zero filled SBK key
[ 5.3244 ]
[ 5.3260 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[ 5.3282 ]
[ 5.3285 ] Generating recovery mem-bct
[ 5.3298 ] tegrabct_v2 --chip 0x19 0 --sdram /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1.cfg --membct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_1.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_2.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_3.bct /home/daihenrobot/JetsonSDBoot/Linux_for_Tegra/bootloader/28899/tmpzkqnwpbn1_4.bct
[ 5.3309 ] Packing sdram param for instance[0]
[ 5.3955 ] Packing sdram param for instance[1]
[ 5.3959 ] Packing sdram param for instance[2]
[ 5.3964 ] Packing sdram param for instance[3]
[ 5.3968 ] Packing sdram param for instance[4]
[ 5.3968 ] Packing sdram param for instance[5]
[ 5.3969 ] Packing sdram param for instance[6]
[ 5.3969 ] Packing sdram param for instance[7]
[ 5.3969 ] Packing sdram param for instance[8]
[ 5.3969 ] Packing sdram param for instance[9]
[ 5.3969 ] Packing sdram param for instance[10]
[ 5.3969 ] Packing sdram param for instance[11]
[ 5.3969 ] Packing sdram param for instance[12]
[ 5.3969 ] Packing sdram param for instance[13]
[ 5.3969 ] Packing sdram param for instance[14]
[ 5.3969 ] Packing sdram param for instance[15]
[ 5.3969 ]
[ 5.3971 ] Reading ramcode from backup chip_info.bin file
[ 5.3978 ] RAMCODE Read from Device: 0
[ 5.3980 ] Disabled BPMP dtb trim, using default dtb
[ 5.3980 ]
[ 5.3995 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[ 5.4008 ]
[ 5.4020 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm.bct zerosbk
[ 5.4031 ] adding BCH for mem_rcm.bct
[ 5.4045 ]
[ 5.4058 ] tegrasign_v2 --key None --list mem_rcm_sigheader.bct_list.xml --pubkeyhash pub_key.key
[ 5.4071 ] Assuming zero filled SBK key
[ 5.4077 ]
[ 5.4091 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[ 5.4123 ]
[ 5.4124 ] Copying signatures
[ 5.4138 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 7.4478 ]
[ 7.4479 ] Boot Rom communication
[ 7.4491 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[ 7.4501 ] BootRom is not running
[ 8.0925 ]
[ 9.0964 ] tegrarcm_v2 --isapplet
[ 9.0975 ] USB communication failed.Check if device is in recovery
[ 9.7445 ]
[ 9.7459 ] tegrarcm_v2 --ismb2
[ 9.7469 ] USB communication failed.Check if device is in recovery
[ 10.4119 ]
[ 10.4146 ] tegradevflash_v2 --iscpubl
[ 10.4161 ] Cannot Open USB
[ 11.0613 ]
[ 12.0641 ] tegrarcm_v2 --isapplet
[ 12.0650 ] USB communication failed.Check if device is in recovery
[ 12.7160 ]
[ 12.7175 ] tegrarcm_v2 --ismb2
[ 12.7186 ] USB communication failed.Check if device is in recovery
[ 13.3646 ]
[ 13.3659 ] tegradevflash_v2 --iscpubl
[ 13.3669 ] Cannot Open USB
[ 14.0161 ]
[ 15.0196 ] tegrarcm_v2 --isapplet
[ 15.0212 ] USB communication failed.Check if device is in recovery
[ 15.6684 ]
[ 15.6697 ] tegrarcm_v2 --ismb2
[ 15.6707 ] USB communication failed.Check if device is in recovery
[ 16.3199 ]
[ 16.3213 ] tegradevflash_v2 --iscpubl
[ 16.3224 ] Cannot Open USB
[ 16.9681 ]
[ 17.9715 ] tegrarcm_v2 --isapplet
[ 17.9725 ] USB communication failed.Check if device is in recovery
[ 18.6200 ]
[ 18.6212 ] tegrarcm_v2 --ismb2
[ 18.6222 ] USB communication failed.Check if device is in recovery
[ 19.2642 ]
[ 19.2654 ] tegradevflash_v2 --iscpubl
[ 19.2664 ] Cannot Open USB
[ 19.9162 ]
[ 20.9195 ] tegrarcm_v2 --isapplet
[ 20.9205 ] USB communication failed.Check if device is in recovery
[ 21.5696 ]
[ 21.5712 ] tegrarcm_v2 --ismb2
[ 21.5723 ] USB communication failed.Check if device is in recovery
[ 22.2243 ]
[ 22.2259 ] tegradevflash_v2 --iscpubl
[ 22.2271 ] Cannot Open USB
[ 22.8760 ]
[ 23.8789 ] tegrarcm_v2 --isapplet
[ 23.8801 ] USB communication failed.Check if device is in recovery
[ 24.5372 ]
[ 24.5393 ] tegrarcm_v2 --ismb2
[ 24.5410 ] USB communication failed.Check if device is in recovery
[ 25.1847 ]
[ 25.1860 ] tegradevflash_v2 --iscpubl
[ 25.1870 ] Cannot Open USB
[ 25.8401 ]
[ 26.8436 ] tegrarcm_v2 --isapplet
[ 26.8447 ] USB communication failed.Check if device is in recovery
[ 27.4922 ]
[ 27.4938 ] tegrarcm_v2 --ismb2
[ 27.4953 ] USB communication failed.Check if device is in recovery
[ 28.1445 ]
[ 28.1460 ] tegradevflash_v2 --iscpubl
[ 28.1475 ] Cannot Open USB
[ 28.8003 ]
[ 29.8035 ] tegrarcm_v2 --isapplet
[ 29.8046 ] USB communication failed.Check if device is in recovery
[ 30.4521 ]
[ 30.4534 ] tegrarcm_v2 --ismb2
[ 30.4546 ] USB communication failed.Check if device is in recovery
[ 31.0962 ]
[ 31.0978 ] tegradevflash_v2 --iscpubl
[ 31.0989 ] Cannot Open USB
[ 31.7443 ]
[ 32.7475 ] tegrarcm_v2 --isapplet
[ 32.7496 ] USB communication failed.Check if device is in recovery
[ 33.3926 ]
[ 33.3940 ] tegrarcm_v2 --ismb2
[ 33.3952 ] USB communication failed.Check if device is in recovery
[ 34.0367 ]
[ 34.0383 ] tegradevflash_v2 --iscpubl
[ 34.0395 ] Cannot Open USB
[ 34.6844 ]
[ 35.6883 ] tegrarcm_v2 --isapplet
[ 35.6898 ] USB communication failed.Check if device is in recovery
[ 36.3373 ]
[ 36.3394 ] tegrarcm_v2 --ismb2
[ 36.3412 ] USB communication failed.Check if device is in recovery
[ 36.9847 ]
[ 36.9881 ] tegradevflash_v2 --iscpubl
[ 36.9899 ] Cannot Open USB
[ 37.6373 ]
[ 38.6403 ] tegrarcm_v2 --isapplet
[ 38.6413 ] USB communication failed.Check if device is in recovery
[ 39.2895 ]
[ 39.2915 ] tegrarcm_v2 --ismb2
[ 39.2932 ] USB communication failed.Check if device is in recovery
[ 39.9400 ]
[ 39.9412 ] tegradevflash_v2 --iscpubl
[ 39.9423 ] Cannot Open USB
[ 40.5186 ]
[ 41.5223 ] tegrarcm_v2 --isapplet
[ 41.5235 ] USB communication failed.Check if device is in recovery
[ 42.0005 ]
[ 42.0020 ] tegrarcm_v2 --ismb2
[ 42.0032 ] USB communication failed.Check if device is in recovery
[ 42.5727 ]
[ 42.5741 ] tegradevflash_v2 --iscpubl
[ 42.5751 ] Cannot Open USB
[ 43.2243 ]
[ 44.2274 ] tegrarcm_v2 --isapplet
[ 44.2286 ] USB communication failed.Check if device is in recovery
[ 44.8763 ]
[ 44.8783 ] tegrarcm_v2 --ismb2
[ 44.8800 ] USB communication failed.Check if device is in recovery
[ 45.5282 ]
[ 45.5297 ] tegradevflash_v2 --iscpubl
[ 45.5311 ] Cannot Open USB
[ 46.1725 ]
[ 47.1755 ] tegrarcm_v2 --isapplet
[ 47.1766 ] USB communication failed.Check if device is in recovery
[ 47.8244 ]
[ 47.8258 ] tegrarcm_v2 --ismb2
[ 47.8270 ] USB communication failed.Check if device is in recovery
[ 48.4766 ]
[ 48.4780 ] tegradevflash_v2 --iscpubl
[ 48.4790 ] Cannot Open USB
[ 49.1242 ]
[ 50.1272 ] tegrarcm_v2 --isapplet
[ 50.1284 ] USB communication failed.Check if device is in recovery
[ 50.7759 ]
[ 50.7771 ] tegrarcm_v2 --ismb2
[ 50.7781 ] USB communication failed.Check if device is in recovery
[ 51.3622 ]
[ 51.3635 ] tegradevflash_v2 --iscpubl
[ 51.3647 ] Cannot Open USB
[ 52.0125 ]
[ 53.0153 ] tegrarcm_v2 --isapplet
[ 53.0166 ] USB communication failed.Check if device is in recovery
[ 53.6687 ]
[ 53.6701 ] tegrarcm_v2 --ismb2
[ 53.6711 ] USB communication failed.Check if device is in recovery
[ 54.3118 ]
[ 54.3130 ] tegradevflash_v2 --iscpubl
[ 54.3143 ] Cannot Open USB
[ 54.9604 ]
[ 55.9638 ] tegrarcm_v2 --isapplet
[ 55.9648 ] USB communication failed.Check if device is in recovery
[ 56.6120 ]
[ 56.6134 ] tegrarcm_v2 --ismb2
[ 56.6146 ] USB communication failed.Check if device is in recovery
[ 57.2603 ]
[ 57.2618 ] tegradevflash_v2 --iscpubl
[ 57.2631 ] Cannot Open USB
[ 57.9121 ]
[ 58.9156 ] tegrarcm_v2 --isapplet
[ 58.9170 ] USB communication failed.Check if device is in recovery
[ 59.5602 ]
[ 59.5618 ] tegrarcm_v2 --ismb2
[ 59.5630 ] USB communication failed.Check if device is in recovery
[ 60.2118 ]
[ 60.2132 ] tegradevflash_v2 --iscpubl
[ 60.2145 ] Cannot Open USB
[ 60.8605 ]
[ 61.8639 ] tegrarcm_v2 --isapplet
[ 61.8650 ] USB communication failed.Check if device is in recovery
[ 62.5082 ]
[ 62.5097 ] tegrarcm_v2 --ismb2
[ 62.5108 ] USB communication failed.Check if device is in recovery
[ 63.1564 ]
[ 63.1579 ] tegradevflash_v2 --iscpubl
[ 63.1590 ] Cannot Open USB
[ 63.8046 ]
[ 64.8076 ] tegrarcm_v2 --isapplet
[ 64.8086 ] USB communication failed.Check if device is in recovery
[ 65.4566 ]
[ 65.4581 ] tegrarcm_v2 --ismb2
[ 65.4591 ] USB communication failed.Check if device is in recovery
[ 66.1000 ]
[ 66.1020 ] tegradevflash_v2 --iscpubl
[ 66.1032 ] Cannot Open USB
[ 66.7560 ]
[ 67.7593 ] tegrarcm_v2 --isapplet
[ 67.7605 ] USB communication failed.Check if device is in recovery
[ 68.4047 ]
[ 68.4072 ] tegrarcm_v2 --ismb2
[ 68.4084 ] USB communication failed.Check if device is in recovery
[ 69.0604 ]
[ 69.0618 ] tegradevflash_v2 --iscpubl
[ 69.0629 ] Cannot Open USB
[ 69.7082 ]
[ 70.7116 ] tegrarcm_v2 --isapplet
[ 70.7128 ] USB communication failed.Check if device is in recovery
[ 71.3572 ]
[ 71.3588 ] tegrarcm_v2 --ismb2
[ 71.3599 ] USB communication failed.Check if device is in recovery
[ 72.0083 ]
[ 72.0097 ] tegradevflash_v2 --iscpubl
[ 72.0107 ] Cannot Open USB
[ 72.6571 ]
[ 73.6607 ] tegrarcm_v2 --isapplet
[ 73.6619 ] USB communication failed.Check if device is in recovery
[ 74.3044 ]
[ 74.3073 ] tegrarcm_v2 --ismb2
[ 74.3091 ] USB communication failed.Check if device is in recovery
[ 74.9567 ]
[ 74.9582 ] tegradevflash_v2 --iscpubl
[ 74.9593 ] Cannot Open USB
[ 75.6082 ]
[ 76.6113 ] tegrarcm_v2 --isapplet
[ 76.6123 ] USB communication failed.Check if device is in recovery
[ 77.2604 ]
[ 77.2621 ] tegrarcm_v2 --ismb2
[ 77.2637 ] USB communication failed.Check if device is in recovery
[ 77.9088 ]
[ 77.9102 ] tegradevflash_v2 --iscpubl
[ 77.9115 ] Cannot Open USB
[ 78.5599 ]
[ 79.5633 ] tegrarcm_v2 --isapplet
[ 79.5644 ] USB communication failed.Check if device is in recovery
[ 80.2121 ]
[ 80.2134 ] tegrarcm_v2 --ismb2
[ 80.2143 ] USB communication failed.Check if device is in recovery
[ 80.8644 ]
[ 80.8658 ] tegradevflash_v2 --iscpubl
[ 80.8670 ] Cannot Open USB
[ 81.5079 ]
[ 82.5107 ] tegrarcm_v2 --isapplet
[ 82.5119 ] USB communication failed.Check if device is in recovery
[ 83.1566 ]
[ 83.1605 ] tegrarcm_v2 --ismb2
[ 83.1617 ] USB communication failed.Check if device is in recovery
[ 83.8042 ]
[ 83.8080 ] tegradevflash_v2 --iscpubl
[ 83.8097 ] Cannot Open USB
[ 84.4567 ]
[ 85.4599 ] tegrarcm_v2 --isapplet
[ 85.4609 ] USB communication failed.Check if device is in recovery
[ 86.1086 ]
[ 86.1101 ] tegrarcm_v2 --ismb2
[ 86.1113 ] USB communication failed.Check if device is in recovery
[ 86.7603 ]
[ 86.7617 ] tegradevflash_v2 --iscpubl
[ 86.7627 ] Cannot Open USB
[ 87.4086 ]
[ 88.4117 ] tegrarcm_v2 --isapplet
[ 88.4130 ] USB communication failed.Check if device is in recovery
[ 89.0604 ]
[ 89.0616 ] tegrarcm_v2 --ismb2
[ 89.0625 ] USB communication failed.Check if device is in recovery
[ 89.7045 ]
[ 89.7058 ] tegradevflash_v2 --iscpubl
[ 89.7068 ] Cannot Open USB
[ 90.3520 ]
[ 91.3547 ] tegrarcm_v2 --isapplet
[ 91.3557 ] USB communication failed.Check if device is in recovery
[ 92.0007 ]
[ 92.0020 ] tegrarcm_v2 --ismb2
[ 92.0036 ] USB communication failed.Check if device is in recovery
[ 92.6693 ]
[ 92.6738 ] tegradevflash_v2 --iscpubl
[ 92.6758 ] Cannot Open USB
[ 93.3243 ]
[ 94.3269 ] tegrarcm_v2 --isapplet
[ 94.3280 ] USB communication failed.Check if device is in recovery
[ 94.9759 ]
[ 94.9772 ] tegrarcm_v2 --ismb2
[ 94.9781 ] USB communication failed.Check if device is in recovery
[ 95.6249 ]
[ 95.6286 ] tegradevflash_v2 --iscpubl
[ 95.6302 ] Cannot Open USB
[ 96.2802 ]
Error: None of the bootloaders are running on device. Check the UART log.
Failed flashing t186ref.
How can I encrypt rootfs with SD boot?
Thanks.