I followed the Jetson TX2 Development Kit : https://developer.download.nvidia.com/embedded/L4T/r27_Release_v1.0/Docs/Jetson_X2_Developer_Kit_User_Guide.pdf?spiZnPlYtOowA9IhGMVuzSZPKD6-LKvRJDnRFrKJQOlUaNmiFlrRQ5NoXMK1GVNlFKhu0g3xjvRabchzlsAsmwz_Ft_0D5sr2pTolZ7Cz2kbQsU3C1bK29AARhNQsW0CHEmMy6tCXZk3MqHvc1wrWpkkR5P6xHMR2W3JDPVSmMkUWd11mqGe6Q
Also I used multiple posts from Nvidia Forum regarding the same issue: https://devtalk.nvidia.com/default/topic/1012364/jetson-tx2/how-to-flashing-jetson-tx2-and-setup-network-correctly-/
I downloaded, unzipped and moved every file in the correct folders.
Then I ran $./apply_binnaries
Last, but not least, I entered Flash Recovery Mode whilst plugged on micro-USB to my Desktop’s USB.
Finally, I applied the command $sudo ./flash.sh jetson-tx2 mmcblk0p1
It returned this:
###############################################################################
# L4T BSP Information:
# Unknown Release
###############################################################################
# Target Board Information:
# Name: jetson-tx2, Board Family: t186ref, SoC: Tegra 186,
# OpMode: production, Boot Authentication: ,
###############################################################################
./tegraflash.py --chip 0x18 --applet "/home/breno/Desktop/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin" --cmd "dump eeprom boardinfo cvm.bin" --skipuid
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.0041 ] Generating RCM messages
[ 0.0066 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm /home/breno/Desktop/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin 0 0
[ 0.0082 ] RCM 0 is saved as rcm_0.rcm
[ 0.0094 ] RCM 1 is saved as rcm_1.rcm
[ 0.0095 ] List of rcm files are saved in rcm_list.xml
[ 0.0095 ]
[ 0.0095 ] Signing RCM messages
[ 0.0110 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0124 ] Assuming zero filled SBK key
[ 0.0195 ]
[ 0.0196 ] Copying signature to RCM mesages
[ 0.0211 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0230 ]
[ 0.0230 ] Boot Rom communication
[ 0.0239 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
[ 0.0284 ] RCM version 0X180001
[ 0.1539 ] Boot Rom communication completed
[ 1.1609 ]
[ 1.1627 ] tegrarcm_v2 --isapplet
[ 1.1641 ] Applet version 01.00.0000
[ 1.4333 ]
[ 1.4351 ] Retrieving EEPROM data
[ 1.4355 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/breno/Desktop/Linux_for_Tegra/bootloader/cvm.bin
[ 1.4370 ] Applet version 01.00.0000
[ 1.7222 ] Saved platform info in /home/breno/Desktop/Linux_for_Tegra/bootloader/cvm.bin
[ 1.8023 ]
Board ID(3310) version(B02)
copying bctfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg)... done.
copying misc_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-misc-si-l4t.cfg)... done.
copying pinmux_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg)... done.
copying pmic_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg)... done.
copying pmc_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg)... done.
copying prod_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg)... done.
copying scr_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/minimal_scr.cfg)... done.
copying scr_cold_boot_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/mobile_scr.cfg)... done.
copying bootrom_config(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg)... done.
copying dev_params(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/BCT/emmc.cfg)... done.
Existing bootloader(/home/breno/Desktop/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
populating kernel to rootfs... done.
populating initrd to rootfs... done.
populating extlinux.conf.emmc to rootfs... done.
populating /home/breno/Desktop/Linux_for_Tegra/kernel/dtb/tegra186-quill-p3310-1000-c03-00-base.dtb to rootfs... done.
done.
Making Boot image... done.
Existing sosfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/mb1_recovery_prod.bin) reused.
copying tegraboot(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/nvtboot.bin)... done.
Existing mb2blfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/nvtboot_recovery.bin) reused.
Existing mtspreboot(/home/breno/Desktop/Linux_for_Tegra/bootloader/preboot_d15_prod_cr.bin) reused.
Existing mts(/home/breno/Desktop/Linux_for_Tegra/bootloader/mce_mts_d15_prod_cr.bin) reused.
Existing mb1file(/home/breno/Desktop/Linux_for_Tegra/bootloader/mb1_prod.bin) reused.
Existing bpffile(/home/breno/Desktop/Linux_for_Tegra/bootloader/bpmp.bin) reused.
copying bpfdtbfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb)... done.
Existing scefile(/home/breno/Desktop/Linux_for_Tegra/bootloader/camera-rtcpu-sce.bin) reused.
Existing spefile(/home/breno/Desktop/Linux_for_Tegra/bootloader/spe.bin) reused.
copying wb0boot(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/warmboot.bin)... done.
Existing tosfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/tos.img) reused.
Existing eksfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/eks.img) reused.
copying dtbfile(/home/breno/Desktop/Linux_for_Tegra/kernel/dtb/tegra186-quill-p3310-1000-c03-00-base.dtb)... done.
Making system.img...
populating rootfs from /home/breno/Desktop/Linux_for_Tegra/rootfs ... done.
Sync'ing system.img ... done.
Converting RAW image to Sparse image...
---- Raw to Sparse Image Converter v1.0 ----------------------------
0: RAW: 4222976( 1031 blks) ==> 28:4222988
1: SKP: 57344( 14 blks) ==> 4223016:12
2: RAW: 4096( 1 blks) ==> 4223028:4108
3: SKP: 61440( 15 blks) ==> 4227136:12
4: RAW: 4096( 1 blks) ==> 4227148:4108
5: SKP: 33550336( 8191 blks) ==> 4231256:12
6: RAW: 24576( 6 blks) ==> 4231268:24588
7: SKP: 96292864( 23509 blks) ==> 4255856:12
8: RAW: 20480( 5 blks) ==> 4255868:20492
9: SKP: 4194304( 1024 blks) ==> 4276360:12
10: RAW: 1146880( 280 blks) ==> 4276372:1146892
11: SKP: 667648( 163 blks) ==> 5423264:12
12: RAW: 86016( 21 blks) ==> 5423276:86028
13: SKP: 24576( 6 blks) ==> 5509304:12
14: RAW: 143360( 35 blks) ==> 5509316:143372
15: SKP: 16384( 4 blks) ==> 5652688:12
16: RAW: 8192( 2 blks) ==> 5652700:8204
17: SKP: 4096( 1 blks) ==> 5660904:12
18: RAW: 1253376( 306 blks) ==> 5660916:1253388
19: SKP: 20480( 5 blks) ==> 6914304:12
20: RAW: 4096( 1 blks) ==> 6914316:4108
21: SKP: 40960( 10 blks) ==> 6918424:12
22: RAW: 4096( 1 blks) ==> 6918436:4108
23: SKP: 4096( 1 blks) ==> 6922544:12
24: RAW: 114688( 28 blks) ==> 6922556:114700
25: SKP: 4096( 1 blks) ==> 7037256:12
26: RAW: 126976( 31 blks) ==> 7037268:126988
27: SKP: 4096( 1 blks) ==> 7164256:12
28: RAW: 282624( 69 blks) ==> 7164268:282636
29: SKP: 217088( 53 blks) ==> 7446904:12
30: RAW: 11980800( 2925 blks) ==> 7446916:11980812
31: SKP: 4096( 1 blks) ==> 19427728:12
32: RAW: 4096( 1 blks) ==> 19427740:4108
33: SKP: 4096( 1 blks) ==> 19431848:12
34: RAW: 638976( 156 blks) ==> 19431860:638988
35: SKP: 4096( 1 blks) ==> 20070848:12
36: RAW: 4141056( 1011 blks) ==> 20070860:4141068
37: SKP: 243269632( 59392 blks) ==> 24211928:12
38: RAW: 20480( 5 blks) ==> 24211940:20492
39: SKP: 268414976( 65531 blks) ==> 24232432:12
40: RAW: 20480( 5 blks) ==> 24232444:20492
41: SKP: 268414976( 65531 blks) ==> 24252936:12
42: RAW: 20480( 5 blks) ==> 24252948:20492
43: SKP: 268414976( 65531 blks) ==> 24273440:12
44: RAW: 20480( 5 blks) ==> 24273452:20492
45: SKP: 939503616( 229371 blks) ==> 24293944:12
46: RAW: 4096( 1 blks) ==> 24293956:4108
47: SKP: 1207955456( 294911 blks) ==> 24298064:12
48: RAW: 20480( 5 blks) ==> 24298076:20492
49: SKP: 268414976( 65531 blks) ==> 24318568:12
50: RAW: 20480( 5 blks) ==> 24318580:20492
51: SKP: 671068160( 163835 blks) ==> 24339072:12
52: RAW: 4096( 1 blks) ==> 24339084:4108
53: SKP: 2147479552( 524287 blks) ==> 24343192:12
54: RAW: 4096( 1 blks) ==> 24343204:4108
55: SKP: 134213632( 32767 blks) ==> 24347312:12
56: RAW: 20480( 5 blks) ==> 24347324:20492
57: SKP: 2013245440( 491515 blks) ==> 24367816:12
58: RAW: 8192( 2 blks) ==> 24367828:8204
59: SKP: 57344( 14 blks) ==> 24376032:12
60: RAW: 4096( 1 blks) ==> 24376044:4108
61: SKP: 61440( 15 blks) ==> 24380152:12
62: RAW: 4096( 1 blks) ==> 24380164:4108
63: SKP: 33550336( 8191 blks) ==> 24384272:12
64: RAW: 12288( 3 blks) ==> 24384284:12300
65: SKP: 100519936( 24541 blks) ==> 24396584:12
66: RAW: 569344( 139 blks) ==> 24396596:569356
67: SKP: 2012696576( 491381 blks) ==> 24965952:12
68: RAW: 4096( 1 blks) ==> 24965964:4108
69: SKP: 134213632( 32767 blks) ==> 24970072:12
70: RAW: 20480( 5 blks) ==> 24970084:20492
71: SKP: 2013245440( 491515 blks) ==> 24990576:12
72: RAW: 4096( 1 blks) ==> 24990588:4108
73: SKP: 2147479552( 524287 blks) ==> 24994696:12
74: RAW: 8192( 2 blks) ==> 24994708:8204
75: SKP: 134209536( 32766 blks) ==> 25002912:12
76: RAW: 81920( 20 blks) ==> 25002924:81932
77: SKP: 1610530816( 393196 blks) ==> 25084856:12
78: RAW: 20480( 5 blks) ==> 25084868:20492
79: SKP: 402632704( 98299 blks) ==> 25105360:12
80: RAW: 4096( 1 blks) ==> 25105372:4108
81: SKP: 2147479552( 524287 blks) ==> 25109480:12
82: RAW: 4096( 1 blks) ==> 25109492:4108
83: SKP: 2147479552( 524287 blks) ==> 25113600:12
84: RAW: 4096( 1 blks) ==> 25113612:4108
85: SKP: 2147479552( 524287 blks) ==> 25117720:12
86: RAW: 4096( 1 blks) ==> 25117732:4108
87: SKP: 2147479552( 524287 blks) ==> 25121840:12
88: RAW: 4096( 1 blks) ==> 25121852:4108
89: SKP: 2147479552( 524287 blks) ==> 25125960:12
90: RAW: 4096( 1 blks) ==> 25125972:4108
91: SKP: 2147479552( 524287 blks) ==> 25130080:12
-- Total: ---------------------------------------------------
92 CHUNK 30064771072(7340032 blks) ==> 25130092(6135 blks)
done.
system.img built successfully.
Existing tbcfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/cboot.bin) reused.
copying tbcdtbfile(/home/breno/Desktop/Linux_for_Tegra/kernel/dtb/tegra186-quill-p3310-1000-c03-00-base.dtb)... done.
copying cfgfile(/home/breno/Desktop/Linux_for_Tegra/bootloader/t186ref/cfg/flash_l4t_t186.xml) to flash.xml... done.
Existing flasher(/home/breno/Desktop/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu.bin) reused.
Existing flashapp(/home/breno/Desktop/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu.bin --sdram_config P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --odmdata 0x1090000 --applet mb1_recovery_prod.bin --cmd "flash; reboot" --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg --pmic_config tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg --pmc_config tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg --prod_config tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg --dev_params emmc.cfg --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb; tlk tos.img; eks eks.img; bootloader_dtb tegra186-quill-p3310-1000-c03-00-base.dtb"
saving flash command in /home/breno/Desktop/Linux_for_Tegra/bootloader/flashcmd.txt
./tegraflash.py --bl nvtboot_recovery_cpu.bin --sdram_config P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --odmdata 0x1090000 --applet mb1_recovery_prod.bin --cmd "flash; reboot" --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg --pmic_config tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg --pmc_config tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg --prod_config tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg --dev_params emmc.cfg --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb; tlk tos.img; eks eks.img; bootloader_dtb tegra186-quill-p3310-1000-c03-00-base.dtb"
copying boot image (boot.img.sb)... done.
copying partition layout (flash.xml.sb)... done.
copying kernel dtb (tegra186-quill-p3310-1000-c03-00-base.dtb.sb)... done.
saving flash parameters in /home/breno/Desktop/Linux_for_Tegra/bootloader/flash_parameters.txt
--bl nvtboot_recovery_cpu.bin --sdram_config P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --odmdata 0x1090000 --applet mb1_recovery_prod.bin --cmd "flash; reboot" --cfg flash.xml --chip 0x18 --misc_config tegra186-mb1-bct-misc-si-l4t.cfg --pinmux_config tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg --pmic_config tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg --pmc_config tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg --prod_config tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg --scr_config minimal_scr.cfg --scr_cold_boot_config mobile_scr.cfg --br_cmd_config tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg --dev_params emmc.cfg --bins "mb2_bootloader nvtboot_recovery.bin; mts_preboot preboot_d15_prod_cr.bin; mts_bootpack mce_mts_d15_prod_cr.bin; bpmp_fw bpmp.bin; bpmp_fw_dtb tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb; tlk tos.img; eks eks.img; bootloader_dtb tegra186-quill-p3310-1000-c03-00-base.dtb"
*** 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.0188 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0203 ] Assuming zero filled SBK key
[ 0.0205 ]
[ 0.0205 ] Generating RCM messages
[ 0.0731 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm mb1_recovery_prod.bin 0 0
[ 0.0747 ] RCM 0 is saved as rcm_0.rcm
[ 0.0753 ] RCM 1 is saved as rcm_1.rcm
[ 0.0753 ] List of rcm files are saved in rcm_list.xml
[ 0.0753 ]
[ 0.0753 ] Signing RCM messages
[ 0.0767 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0781 ] Assuming zero filled SBK key
[ 0.0840 ]
[ 0.0840 ] Copying signature to RCM mesages
[ 0.0856 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0873 ]
[ 0.0874 ] Parsing partition layout
[ 0.1174 ] tegraparser_v2 --pt flash.xml.tmp
[ 0.1491 ]
[ 0.1491 ] Creating list of images to be signed
[ 0.1775 ] tegrahost_v2 --chip 0x18 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
[ 0.2537 ]
[ 0.2537 ] Generating signatures
[ 0.2553 ] tegrasign_v2 --key None --list images_list.xml --pubkeyhash pub_key.key
[ 0.2567 ] Assuming zero filled SBK key
[ 0.5213 ]
[ 0.5214 ] Generating br-bct
[ 0.5400 ] Updating dev and MSS params in BR BCT
[ 0.5401 ] tegrabct_v2 --dev_param emmc.cfg --sdram P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --brbct br_bct.cfg --chip 0x18
[ 0.5756 ]
[ 0.5757 ] Updating bl info
[ 0.5770 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 0.5790 ]
[ 0.5790 ] Updating smd info
[ 0.5803 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatesmdinfo flash.xml.bin
[ 0.5826 ]
[ 0.5827 ] Updating Odmdata
[ 0.5847 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatefields Odmdata =0x1090000
[ 0.5891 ]
[ 0.5891 ] Get Signed section bct
[ 0.5900 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --listbct bct_list.xml
[ 0.5934 ]
[ 0.5935 ] Signing BCT
[ 0.5955 ] tegrasign_v2 --key None --list bct_list.xml --pubkeyhash pub_key.key
[ 0.5964 ] Assuming zero filled SBK key
[ 0.5967 ]
[ 0.5967 ] Updating BCT with signature
[ 0.5975 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x18 --updatesig bct_list_signed.xml
[ 0.5988 ]
[ 0.5988 ] Generating coldboot mb1-bct
[ 0.5997 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct.cfg --sdram P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr mobile_scr.cfg --pinmux tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg --pmc tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg --pmic tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg --brcommand tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg --prod tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg
[ 0.6006 ] MB1-BCT version: 0xe
[ 0.6007 ] Copying Sdram info from 2 to 3 set
[ 0.6202 ] Packing sdram param for instance[0]
[ 0.6205 ] Packing sdram param for instance[1]
[ 0.6208 ] Packing sdram param for instance[2]
[ 0.6210 ] Packing sdram param for instance[3]
[ 0.6318 ] Parsing config file :tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg
[ 0.6324 ] Appending platform config data of size :- 2904
[ 0.6390 ] Parsing config file :mobile_scr.cfg
[ 0.6392 ] Appending platform config data of size :- 12240
[ 0.6479 ] Parsing config file :tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg
[ 0.6484 ] Appending platform config data of size :- 24
[ 0.6486 ] Parsing config file :tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg
[ 0.6490 ] Appending platform config data of size :- 708
[ 0.6493 ] Parsing config file :tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg
[ 0.6497 ] Appending platform config data of size :- 64
[ 0.6500 ] Parsing config file :tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg
[ 0.6504 ] Appending platform config data of size :- 1652
[ 0.6616 ]
[ 0.6617 ] Updating mb1-bct with firmware information
[ 0.6631 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 0.6640 ] MB1-BCT version: 0xe
[ 0.6860 ]
[ 0.6860 ] Updating mb1-bct with storage information
[ 0.6876 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 0.6887 ] MB1-BCT version: 0xe
[ 0.6895 ]
[ 0.6909 ] tegrahost_v2 --align mb1_cold_boot_bct_MB1.bct
[ 0.6922 ]
[ 0.6933 ] tegrahost_v2 --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[ 0.6946 ]
[ 0.7071 ] tegrasign_v2 --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml
[ 0.7080 ] Assuming zero filled SBK key
[ 0.7096 ]
[ 0.7108 ] tegrahost_v2 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[ 0.7188 ]
[ 0.7189 ] Generating recovery mb1-bct
[ 0.7202 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct.cfg --sdram P3310_A00_8GB_Samsung_8GB_lpddr4_204Mhz_A02_l4t.cfg --misc tegra186-mb1-bct-misc-si-l4t.cfg --scr minimal_scr.cfg --pinmux tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg --pmc tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg --pmic tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg --brcommand tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg --prod tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg
[ 0.7211 ] MB1-BCT version: 0xe
[ 0.7213 ] Copying Sdram info from 2 to 3 set
[ 0.7450 ] Packing sdram param for instance[0]
[ 0.7453 ] Packing sdram param for instance[1]
[ 0.7456 ] Packing sdram param for instance[2]
[ 0.7458 ] Packing sdram param for instance[3]
[ 0.7461 ] Parsing config file :tegra186-mb1-bct-pinmux-quill-p3310-1000-c03.cfg
[ 0.7465 ] Appending platform config data of size :- 2904
[ 0.7468 ] Parsing config file :minimal_scr.cfg
[ 0.7471 ] Appending platform config data of size :- 12240
[ 0.7574 ] Parsing config file :tegra186-mb1-bct-pad-quill-p3310-1000-c03.cfg
[ 0.7577 ] Appending platform config data of size :- 24
[ 0.7577 ]
[ 0.7577 ] Parsing config file :tegra186-mb1-bct-pmic-quill-p3310-1000-c04.cfg
[ 0.7578 ] Appending platform config data of size :- 708
[ 0.7578 ]
[ 0.7578 ] Parsing config file :tegra186-mb1-bct-bootrom-quill-p3310-1000-c03.cfg
[ 0.7578 ] Appending platform config data of size :- 64
[ 0.7578 ]
[ 0.7578 ] Parsing config file :tegra186-mb1-bct-prod-quill-p3310-1000-c03.cfg
[ 0.7578 ] Appending platform config data of size :- 1652
[ 0.7578 ]
[ 0.7578 ] Updating mb1-bct with firmware information
[ 0.7590 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 0.7600 ] MB1-BCT version: 0xe
[ 0.7608 ]
[ 0.7608 ] Updating mb1-bct with storage information
[ 0.7615 ] tegrabct_v2 --chip 0x18 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 0.7624 ] MB1-BCT version: 0xe
[ 0.7631 ]
[ 0.7642 ] tegrahost_v2 --align mb1_bct_MB1.bct
[ 0.7653 ]
[ 0.7662 ] tegrahost_v2 --appendsigheader mb1_bct_MB1.bct zerosbk
[ 0.7677 ]
[ 0.7693 ] tegrasign_v2 --key None --list mb1_bct_MB1_sigheader.bct_list.xml
[ 0.7704 ] Assuming zero filled SBK key
[ 0.7720 ]
[ 0.7733 ] tegrahost_v2 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[ 0.7745 ]
[ 0.7746 ] Copying signatures
[ 0.7754 ] tegrahost_v2 --chip 0x18 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 0.8320 ]
[ 0.8320 ] Boot Rom communication
[ 0.8333 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml
[ 0.8345 ] BootRom is not running
[ 1.9905 ]
[ 1.9921 ] tegrarcm_v2 --isapplet
[ 1.9932 ] Applet version 01.00.0000
[ 2.2615 ]
[ 2.2615 ] Retrieving board information
[ 2.2627 ] tegrarcm_v2 --oem platformdetails chip chip_info.bin
[ 2.2639 ] Applet version 01.00.0000
[ 2.5490 ] Saved platform info in chip_info.bin
[ 2.5516 ] Chip minor revision: 2
[ 2.5555 ]
[ 2.5555 ] Sending BCTs
[ 2.5570 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[ 2.5582 ] Applet version 01.00.0000
[ 2.8253 ] Sending bct_bootrom
[ 2.8256 ] [................................................] 100%
[ 2.8362 ] Sending bct_mb1
[ 2.8431 ] [................................................] 100%
[ 3.1919 ]
[ 3.1920 ] Generating blob
[ 3.1939 ] tegrahost_v2 --align blob_nvtboot_recovery_cpu.bin
[ 3.1955 ]
[ 3.1970 ] tegrahost_v2 --appendsigheader blob_nvtboot_recovery_cpu.bin zerosbk
[ 3.1992 ]
[ 3.2010 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_cpu_sigheader.bin_list.xml
[ 3.2024 ] Assuming zero filled SBK key
[ 3.2107 ]
[ 3.2125 ] tegrahost_v2 --updatesigheader blob_nvtboot_recovery_cpu_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_sigheader.bin.hash zerosbk
[ 3.2138 ]
[ 3.2149 ] tegrahost_v2 --align blob_nvtboot_recovery.bin
[ 3.2162 ]
[ 3.2171 ] tegrahost_v2 --appendsigheader blob_nvtboot_recovery.bin zerosbk
[ 3.2184 ]
[ 3.2195 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_sigheader.bin_list.xml
[ 3.2207 ] Assuming zero filled SBK key
[ 3.2244 ]
[ 3.2261 ] tegrahost_v2 --updatesigheader blob_nvtboot_recovery_sigheader.bin.encrypt blob_nvtboot_recovery_sigheader.bin.hash zerosbk
[ 3.2274 ]
[ 3.2283 ] tegrahost_v2 --align blob_preboot_d15_prod_cr.bin
[ 3.2291 ]
[ 3.2325 ] tegrahost_v2 --appendsigheader blob_preboot_d15_prod_cr.bin zerosbk
[ 3.2340 ]
[ 3.2354 ] tegrasign_v2 --key None --list blob_preboot_d15_prod_cr_sigheader.bin_list.xml
[ 3.2364 ] Assuming zero filled SBK key
[ 3.2383 ]
[ 3.2395 ] tegrahost_v2 --updatesigheader blob_preboot_d15_prod_cr_sigheader.bin.encrypt blob_preboot_d15_prod_cr_sigheader.bin.hash zerosbk
[ 3.2406 ]
[ 3.2416 ] tegrahost_v2 --align blob_mce_mts_d15_prod_cr.bin
[ 3.2424 ]
[ 3.2434 ] tegrahost_v2 --appendsigheader blob_mce_mts_d15_prod_cr.bin zerosbk
[ 3.2488 ]
[ 3.2503 ] tegrasign_v2 --key None --list blob_mce_mts_d15_prod_cr_sigheader.bin_list.xml
[ 3.2512 ] Assuming zero filled SBK key
[ 3.3126 ]
[ 3.3140 ] tegrahost_v2 --updatesigheader blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt blob_mce_mts_d15_prod_cr_sigheader.bin.hash zerosbk
[ 3.3176 ]
[ 3.3188 ] tegrahost_v2 --align blob_bpmp.bin
[ 3.3197 ]
[ 3.3205 ] tegrahost_v2 --appendsigheader blob_bpmp.bin zerosbk
[ 3.3222 ]
[ 3.3234 ] tegrasign_v2 --key None --list blob_bpmp_sigheader.bin_list.xml
[ 3.3244 ] Assuming zero filled SBK key
[ 3.3450 ]
[ 3.3466 ] tegrahost_v2 --updatesigheader blob_bpmp_sigheader.bin.encrypt blob_bpmp_sigheader.bin.hash zerosbk
[ 3.3482 ]
[ 3.3495 ] tegrahost_v2 --align blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb
[ 3.3517 ]
[ 3.3528 ] tegrahost_v2 --appendsigheader blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2.dtb zerosbk
[ 3.3544 ]
[ 3.3557 ] tegrasign_v2 --key None --list blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb_list.xml
[ 3.3564 ] Assuming zero filled SBK key
[ 3.3690 ]
[ 3.3706 ] tegrahost_v2 --updatesigheader blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb.encrypt blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb.hash zerosbk
[ 3.3728 ]
[ 3.3745 ] tegrahost_v2 --align blob_tos.img
[ 3.3757 ]
[ 3.3765 ] tegrahost_v2 --appendsigheader blob_tos.img zerosbk
[ 3.3776 ]
[ 3.3786 ] tegrasign_v2 --key None --list blob_tos_sigheader.img_list.xml
[ 3.3794 ] Assuming zero filled SBK key
[ 3.3869 ]
[ 3.3885 ] tegrahost_v2 --updatesigheader blob_tos_sigheader.img.encrypt blob_tos_sigheader.img.hash zerosbk
[ 3.3897 ]
[ 3.3908 ] tegrahost_v2 --align blob_eks.img
[ 3.3917 ]
[ 3.3925 ] tegrahost_v2 --appendsigheader blob_eks.img zerosbk
[ 3.3936 ]
[ 3.3949 ] tegrasign_v2 --key None --list blob_eks_sigheader.img_list.xml
[ 3.3958 ] Assuming zero filled SBK key
[ 3.3960 ]
[ 3.3974 ] tegrahost_v2 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[ 3.3986 ]
[ 3.3999 ] tegrahost_v2 --align blob_tegra186-quill-p3310-1000-c03-00-base.dtb
[ 3.4010 ]
[ 3.4021 ] tegrahost_v2 --appendsigheader blob_tegra186-quill-p3310-1000-c03-00-base.dtb zerosbk
[ 3.4041 ]
[ 3.4057 ] tegrasign_v2 --key None --list blob_tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb_list.xml
[ 3.4069 ] Assuming zero filled SBK key
[ 3.4164 ]
[ 3.4180 ] tegrahost_v2 --updatesigheader blob_tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt blob_tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.hash zerosbk
[ 3.4195 ]
[ 3.4207 ] tegrahost_v2 --generateblob blob.xml blob.bin
[ 3.4229 ] number of images in blob are 9
[ 3.4232 ] blobsize is 3749384
[ 3.4234 ] Added binary blob_nvtboot_recovery_cpu_sigheader.bin.encrypt of size 190048
[ 3.4249 ] Added binary blob_nvtboot_recovery_sigheader.bin.encrypt of size 79600
[ 3.4253 ] Added binary blob_preboot_d15_prod_cr_sigheader.bin.encrypt of size 63024
[ 3.4258 ] Added binary blob_mce_mts_d15_prod_cr_sigheader.bin.encrypt of size 2076832
[ 3.4263 ] Added binary blob_bpmp_sigheader.bin.encrypt of size 529440
[ 3.4266 ] Added binary blob_tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb.encrypt of size 466160
[ 3.4273 ] Added binary blob_tos_sigheader.img.encrypt of size 62976
[ 3.4277 ] Added binary blob_eks_sigheader.img.encrypt of size 1488
[ 3.4280 ] Added binary blob_tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt of size 279664
[ 3.4295 ]
[ 3.4296 ] Sending bootloader and pre-requisite binaries
[ 3.4305 ] tegrarcm_v2 --download blob blob.bin
[ 3.4317 ] Applet version 01.00.0000
[ 3.7018 ] Sending blob
[ 3.7020 ] [................................................] 100%
[ 4.1395 ]
[ 4.1408 ] tegrarcm_v2 --boot recovery
[ 4.1419 ] Applet version 01.00.0000
[ 4.4106 ]
[ 4.4122 ] tegrarcm_v2 --isapplet
[ 5.1096 ]
[ 5.1363 ] tegradevflash_v2 --iscpubl
[ 5.1380 ] CPU Bootloader is not running on device.
[ 5.2647 ]
[ 6.6596 ] Retrieving storage infomation
[ 6.6605 ] tegrarcm_v2 --oem platformdetails storage storage_info.bin
[ 6.6616 ] Applet is not running on device. Continue with Bootloader
[ 6.8726 ]
[ 6.8738 ] tegradevflash_v2 --oem platformdetails storage storage_info.bin
[ 6.8747 ] Bootloader version 01.00.0000
[ 7.0335 ] Saved platform info in storage_info.bin
[ 7.0434 ]
[ 7.0435 ] Flashing the device
[ 7.0451 ] tegraparser_v2 --storageinfo storage_info.bin --generategpt --pt flash.xml.bin
[ 7.0472 ]
[ 7.0488 ] tegradevflash_v2 --pt flash.xml.bin --create
[ 7.0502 ] Bootloader version 01.00.0000
[ 7.1775 ] Erasing sdmmc_boot: 3 ......... [Done]
[ 7.2079 ] Writing partition secondary_gpt with gpt_secondary_0_3.bin
[ 7.2084 ] [................................................] 100%
[ 7.2745 ] Erasing sdmmc_user: 3 ......... [Done]
[ 12.1881 ] Writing partition master_boot_record with mbr_1_3.bin
[ 12.1887 ] [................................................] 100%
[ 12.1980 ] Writing partition primary_gpt with gpt_primary_1_3.bin
[ 12.2091 ] [................................................] 100%
[ 12.2193 ] Writing partition secondary_gpt with gpt_secondary_1_3.bin
[ 12.2359 ] [................................................] 100%
[ 12.2625 ] Writing partition mb1 with mb1_prod.bin.encrypt
[ 12.2629 ] [................................................] 100%
[ 12.2757 ] Writing partition mb1_b with mb1_prod.bin.encrypt
[ 12.3005 ] [................................................] 100%
[ 12.3135 ] Writing partition spe-fw with spe_sigheader.bin.encrypt
[ 12.3402 ] [................................................] 100%
[ 12.3527 ] Writing partition spe-fw_b with spe_sigheader.bin.encrypt
[ 12.3666 ] [................................................] 100%
[ 12.3794 ] Writing partition mb2 with nvtboot_sigheader.bin.encrypt
[ 12.3884 ] [................................................] 100%
[ 12.4014 ] Writing partition mb2_b with nvtboot_sigheader.bin.encrypt
[ 12.4446 ] [................................................] 100%
[ 12.4576 ] Writing partition mts-preboot with preboot_d15_prod_cr_sigheader.bin.encrypt
[ 12.5065 ] [................................................] 100%
[ 12.5182 ] Writing partition mts-preboot_b with preboot_d15_prod_cr_sigheader.bin.encrypt
[ 12.5657 ] [................................................] 100%
[ 12.5777 ] Writing partition SMD with slot_metadata.bin
[ 12.6343 ] [................................................] 100%
[ 12.7047 ] Writing partition SMD_b with slot_metadata.bin
[ 12.7150 ] [................................................] 100%
[ 12.7247 ] Writing partition master_boot_record with mbr_1_3.bin
[ 12.7776 ] [................................................] 100%
[ 12.7870 ] Writing partition APP with system.img
[ 12.7924 ] [................................................] 100%
[ 14.0011 ] Writing partition mts-bootpack with mce_mts_d15_prod_cr_sigheader.bin.encrypt
[ 14.0333 ] [................................................] 100%
[ 14.1268 ] Writing partition mts-bootpack_b with mce_mts_d15_prod_cr_sigheader.bin.encrypt
[ 14.1500 ] [................................................] 100%
[ 14.2440 ] Writing partition cpu-bootloader with cboot_sigheader.bin.encrypt
[ 14.2626 ] [................................................] 100%
[ 14.2845 ] Writing partition cpu-bootloader_b with cboot_sigheader.bin.encrypt
[ 14.2937 ] [................................................] 100%
[ 14.3141 ] Writing partition bootloader-dtb with tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt
[ 14.3236 ] [................................................] 100%
[ 14.3444 ] Writing partition bootloader-dtb_b with tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt
[ 14.3545 ] [................................................] 100%
[ 14.3739 ] Writing partition secure-os with tos_sigheader.img.encrypt
[ 14.3851 ] [................................................] 100%
[ 14.3971 ] Writing partition secure-os_b with tos_sigheader.img.encrypt
[ 14.4037 ] [................................................] 100%
[ 14.4159 ] Writing partition eks with eks_sigheader.img.encrypt
[ 14.4222 ] [................................................] 100%
[ 14.4321 ] Writing partition bpmp-fw with bpmp_sigheader.bin.encrypt
[ 14.4414 ] [................................................] 100%
[ 14.4653 ] Writing partition bpmp-fw_b with bpmp_sigheader.bin.encrypt
[ 14.4780 ] [................................................] 100%
[ 14.5082 ] Writing partition bpmp-fw-dtb with tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb.encrypt
[ 14.5213 ] [................................................] 100%
[ 14.5465 ] Writing partition bpmp-fw-dtb_b with tegra186-a02-bpmp-quill-p3310-1000-c04-00-te770d-ucm2_sigheader.dtb.encrypt
[ 14.5604 ] [................................................] 100%
[ 14.5858 ] Writing partition sce-fw with camera-rtcpu-sce_sigheader.bin.encrypt
[ 14.5978 ] [................................................] 100%
[ 14.6099 ] Writing partition sce-fw_b with camera-rtcpu-sce_sigheader.bin.encrypt
[ 14.6177 ] [................................................] 100%
[ 14.6299 ] Writing partition sc7 with warmboot_wbheader.bin.encrypt
[ 14.6375 ] [................................................] 100%
[ 14.6475 ] Writing partition sc7_b with warmboot_wbheader.bin.encrypt
[ 14.6539 ] [................................................] 100%
[ 14.6646 ] Writing partition BMP with bmp.blob
[ 14.6707 ] [................................................] 100%
[ 15.1725 ] Writing partition BMP_b with bmp.blob
[ 15.1840 ] [................................................] 100%
[ 15.6503 ] Writing partition kernel with boot_sigheader.img.encrypt
[ 15.6620 ] [................................................] 100%
[ 15.6883 ] Writing partition kernel_b with boot_sigheader.img.encrypt
[ 15.7007 ] [................................................] 100%
[ 15.7293 ] Writing partition kernel-dtb with tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt
[ 15.7444 ] [................................................] 100%
[ 15.7650 ] Writing partition kernel-dtb_b with tegra186-quill-p3310-1000-c03-00-base_sigheader.dtb.encrypt
[ 15.7756 ] [................................................] 100%
[ 15.8061 ]
[ 15.8078 ] tegradevflash_v2 --write BCT br_bct_BR.bct
[ 15.8090 ] Bootloader version 01.00.0000
[ 15.9379 ] Writing partition BCT with br_bct_BR.bct
[ 15.9384 ] [................................................] 100%
[ 16.0072 ]
[ 16.0165 ] tegradevflash_v2 --write MB1_BCT mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 16.0179 ] Bootloader version 01.00.0000
[ 16.1455 ] Writing partition MB1_BCT with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 16.1464 ] [................................................] 100%
[ 16.2224 ]
[ 16.2241 ] tegradevflash_v2 --write MB1_BCT_b mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 16.2256 ] Bootloader version 01.00.0000
[ 16.3534 ] Writing partition MB1_BCT_b with mb1_cold_boot_bct_MB1_sigheader.bct.encrypt
[ 16.3543 ] [................................................] 100%
[ 16.4235 ]
[ 16.4235 ] Flashing completed
[ 16.4236 ] Coldbooting the device
[ 16.4251 ] tegradevflash_v2 --reboot coldboot
[ 16.4259 ] Bootloader version 01.00.0000
[ 16.5590 ]
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC.
Now the problem:
The board lights up, the monitor Displays NVIDIA
Then a script runs for almost 6 seconds and tells me the machine will reboot in 5 seconds.
Process repeats on an on.
What can I do?