Orin NX Can not mount NFS rootfs

I used the following script content to mount the Orin NX root file system, but it failed. It can be mounted normally in Xavier NX. Is there any solution?

#!/bin/bash

script_dir=$(dirname $(readlink -f ${BASH_SOURCE}))
l4t_dir=${script_dir}/Linux_for_Tegra

board=jetson-orin-nano-devkit
rootfs=${l4t_dir}/rootfs
s_ip=192.168.1.100
c_ip=192.168.1.103
gateway=192.168.1.1
netmask=255.255.255.0

cd ${l4t_dir}
sudo ./flash.sh -N ${s_ip}:${rootfs} -n ${c_ip}:${s_ip}:${gateway}:${netmask} --rcm-boot ${board} eth0

Hi 827174342,

Are you using Orin Nano devkit (p3768) for Orin NX?

Do you want to use NFS as rootfs and boot from an network device?

Could you help to share full flash log when you run this command for further check?

[0078.447] I> MB1 (version: 0.32.0.0-t234-54845784-57325615)
[0078.452] I> t234-A01-0-Silicon (0x12347) Prod
[0078.457] I> Boot-mode : BPMP Diagnostic
[0078.460] I> Emulation: 
[0078.463] I> Entry timestamp: 0x00000000
[0078.467] I> last_boot_error: 0x0
[0078.470] I> BR-BCT: preprod_dev_sign: 0
[0078.473] I> rst_source: 0x0, rst_level: 0x0
[0078.478] I> Task: Initialize MB2 params (0x5000cb51)
[0078.483] I> MB2-params @ 0x40060000
[0078.486] I> Task: Crypto init (0x5001d981)
[0078.490] I> Task: Secure debug controls (0x5000c0a9)
[0078.495] I> Task: strap war set (0x5000ba2d)
[0078.500] I> Task: Program NV master stream id (0x5000c05d)
[0078.505] I> Task: Verify boot mode (0xd4820f1)
[0078.511] I> Task: Alias fuses (0x5001095d)
[0078.516] W> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0078.523] I> Task: Print SKU type (0x5000f5f1)
[0078.527] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0
[0078.532] I> FUSE_OPT_GPC_DISABLE = 0x00000002
[0078.536] I> FUSE_OPT_TPC_DISABLE = 0x000000f0
[0078.541] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0078.545] I> FUSE_OPT_PVA_DISABLE = 0x00000000
[0078.549] I> FUSE_OPT_NVENC_DISABLE = 0x00000000
[0078.554] I> FUSE_OPT_NVDEC_DISABLE = 0x00000000
[0078.558] I> FUSE_OPT_FSI_DISABLE = 0x00000001
[0078.562] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0078.567] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0078.571] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0078.575] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0078.579] I> FUSE_SKU_INFO_0 = 0xd3
[0078.582] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS 
[0078.586] I> FUSE_PACKAGE_INFO_0 = 0x2
[0078.590] I> SKU: Prod
[0078.592] I> Task: Boost clocks (0x500148a1)
[0078.596] I> Initializing PLLC2 for AXI_CBB.
[0078.601] I> AXI_CBB : src = 35, divisor = 0
[0078.605] I> Task: Voltage monitor (0x50014b49)
[0078.609] I> VMON: Vmon re-calibration and fine tuning done
[0078.615] I> Task: UPHY init (0x5000d065)
[0078.619] W> UPHY: UPHY lane info table is empty in MB1 BCT.
[0078.625] I> Task: Boot device init (0x50000be9)
[0078.629] I> Boot_device: RCM
[0078.632] I> USB configuration success
[0078.636] I> Task: TSC init (0x50020a4d)
[0078.640] I> Task: Enable WDT 5th expiry (0x50021a41)
[0078.645] I> Task: I2C register (0x50000b85)
[0078.649] I> Task: Reset FSI (0x500148b1)
[0078.653] I> Task: Enable clock-mon (0x50020a35)
[0078.658] I> FMON: Fmon re-programming done
[0078.662] I> Task: MB1 fixed firewalls (0x5002006d)
[0078.668] W> Firewall readback mismatch
[0078.672] W> Firewall readback mismatch
[0078.677] W> Firewall readback mismatch
[0078.682] I> Task: Load MB2/Applet/FSKP (0x5000ca55)
[0078.687] I> Loading MB2 Applet
[0078.690] I> Slot: 0
[0078.692] I> Binary[21] block-0 (partition size: 0x50000)
[0078.697] I>  get_binary_info: Binary name: MB2-Applet
[0078.702] I> Size of crypto header is 8192
[0078.706] I> BCH load address is : 0x4004e000
[0078.710] I> Size of crypto header is 8192
[0078.714] I> BCH of MB2-Applet read from storage
[0078.719] I> BCH address is : 0x4004e000
[0078.723] I> MB2-Applet header integrity check is success
[0078.728] I> Binary magic in BCH component 0 is MB2A
[0078.733] I> component binary type is 21
[0078.737] I> Size of crypto header is 8192
[0078.755] I> MB2-Applet binary is read from storage
[0078.760] I> MB2-Applet binary integrity check is success
[0078.766] I> Binary MB2-Applet loaded successfully at 0x40000000 (0x41b40)
[0078.772] I> Task: Map CCPLEX SHARED carveout (0x5000cbf9)
[0078.778] I> Task: Prepare MB2 params (0x5000cca9)
[0078.783] I> BR-BCT Boot Chain Fields
[0078.786] I>    u32_non_gpio_select_boot_chain  : 0
[0078.791] I>    u32_num_boot_chains             : 0
[0078.796] I>    bf_bl_gpio_select_boot_chain_1b : 0
[0078.800] I> Task: Misc NV security settings (0x5000c529)
[0078.806] I> NVDEC sticky bits programming done
[0078.810] I> Successfully powergated NVDEC
[0078.814] I> Task: Disable/Reload WDT (0x50021a99)
[0078.819] I> Task: Program misc carveouts (0x50015381)
[0078.824] I> SLCG Global override status := 0x0
[0078.828] I> MB1: MSS reconfig completed
[0078.832] W> Firewall readback mismatch
[0078.836] W> Firewall readback mismatch
[0078.839] W> Firewall readback mismatch
[0078.843] W> Firewall readback mismatch
[0078.847] W> Firewall readback mismatch
[0078.850] W> Firewall readback mismatch
[0078.854] W> Firewall readback mismatch
[0078.858] W> Firewall readback mismatch
[0078.861] W> Firewall readback mismatch
[0078.865] W> Firewall readback mismatch
I> Applet (version: 0.0.0.0-t234-54845784-f44287d2)
I> t234-A01-0-Silicon (0x12347)
I> Emulation: 
I> Entry timestamp: 0xffffffff
I> Task: Pinmux init (0x4000062d)
I> Task: Boot device init (0x400012e5)
I> Applet do storage init
I> Boot_device: QSPI_FLASH instance: 0
I> Qspi clock source : clk_m
I> QSPI-0l initialized successfully
E> Error in command_complete 18001 int_status
E> OCR failed, error = 39390706
E> Failed to open sdmmc-3, err = 39390706
W> Ignoring init failure for device 0-3
E> Error in command_complete 18000 int_status
E> OCR failed, error = 39390706
E> Failed to open sdmmc-3, err = 39390706
W> Ignoring init failure for device 1-3
E> Unknown device 7
E> Unknown device 8
I> Task: Partition Manager Init (0x40002d25)
I> Found 57 partitions in QSPI_FLASH (instance 0)
I> Task: I2C register (0x400006a5)
I> Task: Register exit handlers (0x400005f5)
I> Task: Enter 3p server (0x400018e9)
I> USB configuration success
I> Populate chip info
I> RAM_CODE 0x4000001
I> Populate eeprom info
I> Populate eeprom info for module cvm
I> dump bct
I> Rebooting : reboot-recovery


��
[0018.089] I> MB1 (version: 0.32.0.0-t234-54845784-57325615)
[0018.095] I> t234-A01-0-Silicon (0x12347) Prod
[0018.099] I> Boot-mode : Coldboot
[0018.102] I> Emulation: 
[0018.105] I> Entry timestamp: 0x00000000
[0018.108] I> last_boot_error: 0x0
[0018.111] I> BR-BCT: preprod_dev_sign: 0
[0018.115] I> rst_source: 0xb, rst_level: 0x1
[0018.119] I> Task: Bootchain select WAR set (0x5000ba65)
[0018.124] I> Task: Enable SLCG (0x5000bab1)
[0018.129] I> Task: CRC check (0x5001ea19)
[0018.132] I> Task: Initialize MB2 params (0x5000cb51)
[0018.138] I> MB2-params @ 0x40060000
[0018.141] I> Task: Crypto init (0x5001d981)
[0018.145] I> Task: Secure debug controls (0x5000c0a9)
[0018.150] I> Task: strap war set (0x5000ba2d)
[0018.155] I> Task: Initialize SOC Therm (0x5001bd35)
[0018.159] I> Task: Program NV master stream id (0x5000c05d)
[0018.165] I> Task: Verify boot mode (0xd4820f1)
[0018.171] I> Task: Alias fuses (0x5001095d)
[0018.175] W> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0018.182] I> Task: Print SKU type (0x5000f5f1)
[0018.186] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x000001c0
[0018.192] I> FUSE_OPT_GPC_DISABLE = 0x00000002
[0018.196] I> FUSE_OPT_TPC_DISABLE = 0x000000f0
[0018.200] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0018.204] I> FUSE_OPT_PVA_DISABLE = 0x00000000
[0018.209] I> FUSE_OPT_NVENC_DISABLE = 0x00000000
[0018.213] I> FUSE_OPT_NVDEC_DISABLE = 0x00000000
[0018.218] I> FUSE_OPT_FSI_DISABLE = 0x00000001
[0018.222] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0018.226] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0018.230] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0018.234] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0018.239] I> FUSE_SKU_INFO_0 = 0xd3
[0018.242] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS 
[0018.246] I> FUSE_PACKAGE_INFO_0 = 0x2
[0018.250] I> SKU: Prod
[0018.252] I> Task: Boost clocks (0x500148a1)
[0018.256] I> Initializing PLLC2 for AXI_CBB.
[0018.260] I> AXI_CBB : src = 35, divisor = 0
[0018.264] I> Task: Voltage monitor (0x50014b49)
[0018.269] I> VMON: Vmon re-calibration and fine tuning done
[0018.274] I> Task: UPHY init (0x5000d065)
[0018.280] I> HSIO UPHY init done
[0018.283] E> Skipping GBE UPHY config
[0018.287] I> Task: Boot device init (0x50000be9)
[0018.291] I> Boot_device: RCM
[0018.294] I> USB configuration success
[0018.298] I> Task: TSC init (0x50020a4d)
[0018.302] I> Task: Load membct (0x50011fe9)
[0018.306] I> RAM_CODE 0x4000001
[0018.309] I> Loading MEMBCT 
[0018.312] I> Slot: 0
[0018.314] I> Binary[0] block-0 (partition size: 0x40000)
[0018.319] I>  get_binary_info: Binary name: MEM-BCT-0
[0018.324] I> Size of crypto header is 8192
[0018.328] I> BCH load address is : 0x40050000
[0018.332] I> Size of crypto header is 8192
[0018.336] I> BCH of MEM-BCT-0 read from storage
[0018.340] I> BCH address is : 0x40050000
[0018.344] I> MEM-BCT-0 header integrity check is success
[0018.349] I> Binary magic in BCH component 0 is MEM0
[0018.354] I> component binary type is 0
[0018.361] I> MEM-BCT-0 binary is read from storage
[0018.366] I> MEM-BCT-0 binary integrity check is success
[0018.371] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580)
[0018.378] I> RAM_CODE 0x4000001
[0018.383] I> RAM_CODE 0x4000001
[0018.387] I> Task: Load Page retirement list (0x500115b1)
[0018.392] I> Task: SDRAM params override (0x50011fc5)
[0018.397] I> Task: Save mem-bct info (0x50014fa1)
[0018.401] I> Task: Carveout allocate (0x50015005)
[0018.406] I> ECC region[0]: Start:0x0, End:0x0
[0018.410] I> ECC region[1]: Start:0x0, End:0x0
[0018.415] I> ECC region[2]: Start:0x0, End:0x0
[0018.419] I> ECC region[3]: Start:0x0, End:0x0
[0018.423] I> ECC region[4]: Start:0x0, End:0x0
[0018.427] I> Non-ECC region[0]: Start:0x80000000, End:0x480000000
[0018.433] I> Non-ECC region[1]: Start:0x0, End:0x0
[0018.438] I> Non-ECC region[2]: Start:0x0, End:0x0
[0018.443] I> Non-ECC region[3]: Start:0x0, End:0x0
[0018.447] I> Non-ECC region[4]: Start:0x0, End:0x0
[0018.457] I> allocated(CO:31) base:0x478000000 size:0x8000000 align: 0x8000000
[0018.464] I> allocated(CO:43) base:0x474000000 size:0x4000000 align: 0x200000
[0018.471] I> allocated(CO:20) base:0x472000000 size:0x2000000 align: 0x2000000
[0018.478] I> allocated(CO:24) base:0x470000000 size:0x2000000 align: 0x2000000
[0018.485] I> allocated(CO:28) base:0x46e000000 size:0x2000000 align: 0x2000000
[0018.492] I> allocated(CO:22) base:0x46d000000 size:0x1000000 align: 0x1000000
[0018.499] I> allocated(CO:35) base:0x46c200000 size:0xe00000 align: 0x10000
[0018.506] I> allocated(CO:02) base:0x46b800000 size:0x800000 align: 0x800000
[0018.513] I> allocated(CO:03) base:0x46b000000 size:0x800000 align: 0x800000
[0018.520] I> allocated(CO:06) base:0x46a800000 size:0x800000 align: 0x800000
[0018.527] I> allocated(CO:10) base:0x46a000000 size:0x800000 align: 0x800000
[0018.534] I> allocated(CO:56) base:0x469800000 size:0x800000 align: 0x200000
[0018.541] I> allocated(CO:07) base:0x469400000 size:0x400000 align: 0x400000
[0018.548] I> allocated(CO:33) base:0x469000000 size:0x400000 align: 0x200000
[0018.555] I> allocated(CO:23) base:0x46c000000 size:0x200000 align: 0x200000
[0018.562] I> allocated(CO:01) base:0x468f00000 size:0x100000 align: 0x100000
[0018.569] I> allocated(CO:04) base:0x468e00000 size:0x100000 align: 0x100000
[0018.576] I> allocated(CO:05) base:0x468d00000 size:0x100000 align: 0x100000
[0018.582] I> allocated(CO:08) base:0x468c00000 size:0x100000 align: 0x100000
[0018.589] I> allocated(CO:09) base:0x468b00000 size:0x100000 align: 0x100000
[0018.596] I> allocated(CO:15) base:0x468a00000 size:0x100000 align: 0x100000
[0018.603] I> allocated(CO:17) base:0x468900000 size:0x100000 align: 0x100000
[0018.610] I> allocated(CO:27) base:0x468800000 size:0x100000 align: 0x100000
[0018.617] I> allocated(CO:42) base:0x468700000 size:0x100000 align: 0x100000
[0018.624] I> allocated(CO:54) base:0x468680000 size:0x80000 align: 0x80000
[0018.631] I> allocated(CO:34) base:0x468670000 size:0x10000 align: 0x10000
[0018.637] I> allocated(CO:46) base:0x440000000 size:0x20000000 align: 0x20000000
[0018.645] I> allocated(CO:47) base:0x468200000 size:0x400000 align: 0x200000
[0018.652] I> allocated(CO:72) base:0x468000000 size:0x200000 align: 0x10000
[0018.659] I> allocated(CO:48) base:0x468650000 size:0x20000 align: 0x10000
[0018.665] I> allocated(CO:69) base:0x468630000 size:0x20000 align: 0x10000
[0018.672] I> allocated(CO:49) base:0x468620000 size:0x10000 align: 0x10000
[0018.679] I> allocated(CO:50) base:0x468610000 size:0x10000 align: 0x10000
[0018.685] I> NSDRAM base: 0x80000000, end: 0x468670000
[0018.690] I> Task: Thermal check (0x50021d55)
[0018.695] I> max_chip_limit = 105
[0018.698] I> min_chip_limit = -28
[0018.701] I> max temp read = 38
[0018.704] I> min temp read = 37
[0018.707] I> Task: Update FSI SCR with thermal fuse data (0x50021e61)
[0018.713] I> Task: Enable WDT 5th expiry (0x50021a41)
[0018.718] I> Task: I2C register (0x50000b85)
[0018.722] I> Task: Reset FSI (0x500148b1)
[0018.726] I> Task: Pinmux init (0x5001397d)
[0018.730] I> skipped mmio_addr = 0x9240008
[0018.734] I> skipped mmio_addr = 0x9240000
[0018.738] I> skipped mmio_addr = 0x9240010
[0018.742] I> skipped mmio_addr = 0x9240018
[0018.746] I> skipped mmio_addr = 0x9240020
[0018.750] I> skipped mmio_addr = 0x9240030
[0018.754] I> skipped mmio_addr = 0x9240028
[0018.758] I> skipped mmio_addr = 0x9240038
[0018.762] I> skipped mmio_addr = 0x9240040
[0018.766] I> skipped mmio_addr = 0x9240048
[0018.770] I> skipped mmio_addr = 0x9241000
[0018.774] I> skipped mmio_addr = 0x9241008
[0018.778] I> skipped mmio_addr = 0x9241010
[0018.782] I> skipped mmio_addr = 0x9241018
[0018.786] I> skipped mmio_addr = 0x9241020
[0018.789] I> skipped mmio_addr = 0x9241028
[0018.793] I> skipped mmio_addr = 0x9241030
[0018.797] I> skipped mmio_addr = 0x9241038
[0018.801] I> skipped mmio_addr = 0x9241040
[0018.805] I> skipped mmio_addr = 0x9242000
[0018.809] I> skipped mmio_addr = 0x9242008
[0018.813] I> Task: Prod config init (0x50013ddd)
[0018.818] I> Task: Pad voltage init (0x50013a2d)
[0018.822] I> Task: Prod init (0x50013e21)
[0018.826] I> Task: Common rail init (0x50014575)
[0018.831] I> DONE: Thermal config
[0018.834] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod.
[0018.842] I> DONE: SOC rail config
[0018.846] W> PMIC_CONFIG: Rail: MEMIO rail config not found in MB1 BCT.
[0018.852] I> DONE: MEMIO rail config
[0018.856] W> PMIC_CONFIG: Rail: GPU rail info not found in MB1 BCT.
[0018.862] I> DONE: GPU rail info
[0018.866] W> PMIC_CONFIG: Rail: CV rail info not found in MB1 BCT.
[0018.872] I> DONE: CV rail info
[0018.875] I> Task: Mem clock src (0x50011de9)
[0018.879] I> Task: Misc. board config (0x5001461d)
[0018.884] W> PMIC_CONFIG: Platform config not found in MB1 BCT.
[0018.889] I> Task: SDRAM init (0x50011ded)
[0018.893] I> SDRAM-params @ 0xd485000
[0018.897] I> MemoryType: 4 MemBctRevision: 1
[0018.903] I> MSS code-drop: NvBootSdramInit
[0018.907] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 1
[0018.915] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 1
[0018.922] I> MSS CAR: Init PLLM
[0018.925] I> MSS CAR: Init PLLHUB
[0018.930] I> Encryption:   MTS: en, TX: en, VPR: en, GSC: en
[0018.942] I> mb1_sdram_init Done !
[0018.945] I> SDRAM Size in Total 0x400000000
[0018.949] I> Task: Dram Ecc scrub (0x500116f5)
[0018.953] I> Task: DRAM alias check (0x50011fbd)
[0018.971] I> Task: Program NSDRAM carveout (0x50015961)
[0018.978] I> NSDRAM carveout encryption is enabled
[0018.983] I> Program NSDRAM carveout
[0018.987] I> Task: Register checker (0x50011fc1)
[0018.994] I> Task: Enable clock-mon (0x50020a35)
[0019.001] I> FMON: Fmon re-programming done
[0019.005] I> Task: Mapper init (0x5001ef4d)
[0019.011] I> Task: SC7 Context Init (0x50020d3d)
[0019.016] I> Task: CCPLEX IST init (0x5000c925)
[0019.022] I> Task: CPU WP0 (0x5000bb15)
[0019.027] I> Loading MCE
[0019.030] I> Slot: 0
[0019.033] I> Binary[8] block-0 (partition size: 0x80000)
[0019.039] I>  get_binary_info: Binary name: MCE
[0019.044] I> Size of crypto header is 8192
[0019.048] I> BCH load address is : 0x4003e000
[0019.054] I> Size of crypto header is 8192
[0021.740] I> BCH of MCE read from storage
[0021.744] I> BCH address is : 0x4003e000
[0021.749] I> MCE header integrity check is success
[0021.755] I> Binary magic in BCH component 0 is MTSM
[0021.760] I> component binary type is 8
[0021.764] I> Size of crypto header is 8192
[0021.775] I> MCE binary is read from storage
[0021.781] I> MCE binary integrity check is success
[0021.786] I> Binary MCE loaded successfully at 0x40000000 (0x2c880)
[0021.794] I> Size of crypto header is 8192
[0021.799] I> Sending WP0 mailbox command to PSC
[0021.810] I> Task: XUSB Powergate (0x50000b91)
[0021.816] I> Skipping powergate XUSB.
[0021.820] I> Task: MB1 fixed firewalls (0x5002006d)
[0021.831] W> Firewall readback mismatch
[0021.836] W> Firewall readback mismatch
[0021.844] W> Firewall readback mismatch
[0021.854] I> Task: Load bpmp-fw (0x500203c9)
[0021.860] I> Slot: 0
[0021.863] I> Binary[15] block-0 (partition size: 0x180000)
[0021.869] I>  get_binary_info: Binary name: BPMP_FW
[0021.874] I> Size of crypto header is 8192
[0021.879] I> BCH load address is : 0x807fe000
[0021.884] I> Size of crypto header is 8192
[0021.889] I> BCH of BPMP_FW read from storage
[0021.894] I> BCH address is : 0x807fe000
[0021.899] I> BPMP_FW header integrity check is success
[0021.905] I> Binary magic in BCH component 0 is BPMF
[0021.910] I> component binary type is 15
[0021.915] I> Size of crypto header is 8192
[0021.957] I> BPMP_FW binary is read from storage
[0021.964] I> BPMP_FW binary integrity check is success
[0021.970] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfddc0)
[0021.978] I> Slot: 0
[0021.980] I> Binary[16] block-251658752 (partition size: 0x400000)
[0021.988] I>  get_binary_info: Binary name: BPMP_FW_DTB
[0021.994] I> Size of crypto header is 8192
[0021.998] I> BCH load address is : 0x807fc000
[0022.004] I> Size of crypto header is 8192
[0022.009] I> BCH of BPMP_FW_DTB read from storage
[0022.014] I> BCH address is : 0x807fc000
[0022.019] I> BPMP_FW_DTB header integrity check is success
[0022.025] I> Binary magic in BCH component 0 is BPMD
[0022.031] I> component binary type is 16
[0022.035] I> Size of crypto header is 8192
[0022.044] I> BPMP_FW_DTB binary is read from storage
[0022.050] I> BPMP_FW_DTB binary integrity check is success
[0022.056] I> Binary BPMP_FW_DTB loaded successfully at 0x807dc170 (0x1fe80)
[0022.065] I> Task: Load psc-fw (0x50020551)
[0022.071] I> Slot: 0
[0022.073] I> Binary[17] block-0 (partition size: 0xc0000)
[0022.080] I>  get_binary_info: Binary name: PSC_FW
[0022.085] I> Size of crypto header is 8192
[0022.089] I> BCH load address is : 0x80ffe000
[0022.095] I> Size of crypto header is 8192
[0022.100] I> BCH of PSC_FW read from storage
[0022.104] I> BCH address is : 0x80ffe000
[0022.110] I> PSC_FW header integrity check is success
[0022.115] I> Binary magic in BCH component 0 is PFWP
[0022.121] I> component binary type is 17
[0022.125] I> Size of crypto header is 8192
[0022.143] I> PSC_FW binary is read from storage
[0022.149] I> PSC_FW binary integrity check is success
[0022.155] I> Binary PSC_FW loaded successfully at 0x80000000 (0x59980)
[0022.163] I> Task: Load nvdec-fw (0x500205c5)
[0022.168] I> Slot: 0
[0022.171] I> Binary[7] block-0 (partition size: 0x100000)
[0022.177] I>  get_binary_info: Binary name: NVDEC
[0022.182] I> Size of crypto header is 8192
[0022.187] I> BCH load address is : 0x800fe000
[0022.192] I> Size of crypto header is 8192
[0022.197] I> BCH of NVDEC read from storage
[0022.202] I> BCH address is : 0x800fe000
[0022.207] I> NVDEC header integrity check is success
[0022.213] I> Binary magic in BCH component 0 is NDEC
[0022.218] I> component binary type is 7
[0022.222] I> Size of crypto header is 8192
[0022.237] I> NVDEC binary is read from storage
[0022.243] I> NVDEC binary integrity check is success
[0022.248] I> Binary NVDEC loaded successfully at 0x80000000 (0x46000)
[0022.259] I> Task: Load tsec-fw (0x5002097d)
[0022.264] I> TSEC-FW load support not enabled
[0022.269] I> Task: GPIO interrupt map (0x500147b5)
[0022.275] I> Task: SC7 context save (0x50020d79)
[0022.281] I> Task: Load MB2/Applet/FSKP (0x5000ca55)
[0022.287] I> Loading MB2
[0022.290] I> Slot: 0
[0022.293] I> Binary[6] block-0 (partition size: 0x80000)
[0022.299] I>  get_binary_info: Binary name: MB2
[0022.303] I> Size of crypto header is 8192
[0022.308] I> BCH load address is : 0x8007e000
[0022.314] I> Size of crypto header is 8192
[0022.319] I> BCH of MB2 read from storage
[0022.323] I> BCH address is : 0x8007e000
[0022.328] I> MB2 header integrity check is success
[0022.333] I> Binary magic in BCH component 0 is MB2B
[0022.339] I> component binary type is 6
[0022.343] I> Size of crypto header is 8192
[0022.363] I> MB2 binary is read from storage
[0022.369] I> MB2 binary integrity check is success
[0022.374] I> Binary MB2 loaded successfully at 0x80000000 (0x68ee0)
[0022.382] I> Task: Map CCPLEX SHARED carveout (0x5000cbf9)
[0022.389] I> Task: Prepare MB2 params (0x5000cca9)
[0022.396] I> BR-BCT Boot Chain Fields
[0022.400] I>    u32_non_gpio_select_boot_chain  : 0
[0022.405] I>    u32_num_boot_chains             : 2
[0022.411] I>    bf_bl_gpio_select_boot_chain_1b : 0
[0022.416] I> Task: Dram ecc test (0x50011791)
[0022.422] I> Task: Misc NV security settings (0x5000c529)
[0022.428] I> NVDEC sticky bits programming done
[0022.433] I> Successfully powergated NVDEC
[0022.438] I> Task: Disable/Reload WDT (0x50021a99)
[0022.443] I> Task: Program misc carveouts (0x50015381)
[0022.450] I> Program IPC carveouts
[0022.457] I> SLCG Global override status := 0x0
[0022.462] I> MB1: MSS reconfig completed
I> MB2 (version: 0.0.0.0-t234-54845784-9c429857)
I> t234-A01-0-Silicon (0x12347)
I> Boot-mode : RCM BOOT
I> Emulation: 
I> Entry timestamp: 0x01575a86
I> Regular heap: [base:0x40040000, size:0x10000]
I> DMA heap: [base:0x469800000, size:0x800000]
I> Task: ARI update carveout TZDRAM (0x50001e80)
I> Task: Enable hot-plug capability (0x50026c6c)
I> Task: Set blob address (0x50001e58)
I> Task: PSC mailbox init (0x50016a7c)
I> Task: Crypto init (0x500065a8)
I> Task: Enable GP-SE clock (0x50001fe4)
I> Task: DICE Identity init (0x50019e50)
I> DICE is not enabled.
I> Task: I2C register (0x50001e44)
I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001e2c)
I> Task: Program CBB PCIE AMAP regions (0x50019b64)
I> Task: Load and authenticate registered FWs (0x5001ce48)
I> Task: Load AUXP FWs (0x5002680c)
I> Successfully register SPE FW load task with MB2 loader
I> Skipping SCE FW load
I> Successfully register RCE FW load task with MB2 loader
I> Successfully register DCE FW load task with MB2 loader
I> Unpowergating APE
I> Unpowergate done
I> Successfully register APE FW load task with MB2 loader
I> Skipping FSI FW load
I> Successfully register XUSB FW load task with MB2 loader
I> spe: Authentication Finalize Done
I> Binary spe loaded successfully at 0x468c00000
I> rce: Authentication Finalize Done
I> Binary rce loaded successfully at 0x468900000
I> dce: Authentication Finalize Done
I> Binary dce loaded successfully at 0x472000000
I> ape: Authentication Finalize Done
I> Binary ape loaded successfully at 0x469400000
I> xusb: Authentication Finalize Done
I> Binary xusb loaded successfully at 0x468d00000
I> Task: Carveout setup (0x5001f55c)
I> Program remaining OEM carveouts
I> Task: Enable FSI VMON (0x500164d8)
I> Task: Restore XUSB sec (0x50001d44)
I> Task: Enable FSI SE clock (0x50016ed8)
I> Task: Initialize SBSA UART CAR (0x50001f48)
I> Task: Initialize CPUBL Params (0x50017e0c)
I> CPUBL-params @ 0x46e000000
I> Task: Prepare eeprom data (0x50017bd8)
I> Task: Unpowergate APE (0x50017640)
W> mb2_unpowergate_ape: skip! APE is in unpowergated state
I> Task: OEM firewalls (0x5002397c)
I> OEM firewalls configured
I> Task: Powergate APE (0x500177b4)
I> Powergating APE
I> Powergate done
I> Task: OEM firewall restore saved settings (0x50023dd0)
I> Task: Unhalt AUXPs (0x50026a74)
I> Unhalting SPE..
I> Enabling combined UART 
����spe: early_init
vic initialized
tsc initialized
aon lic initialized
spe: tag is 243b265b351d6bb9cc7b2e3acc5d90f8
spe: SafeRTOS v8.4
spe: init
scheduler initialized
aon hsp initialized
tag initialized
tcu initialized
bpmp ipc initialized
spe: late init
cpu_nic clock initialized
apb clock initialized
pm initialized
bpmp hsp initialized
top1 hsp initialized
ccplex ipc initialized
spe: start scheduler
��
  I> Task: Trigger mailbox for PSC-BL1 exit (0x50016afc)
I> Sending opcode 0x4d420802 to psc
��INFO: Entering psc_monitor_init!
INFO: GSC22 BOM:0x46d002000 SIZE:0x1000000 CLIENT_ACCESS1:00180000
INFO: PSCFW BUILD VERSION: 8a33b23-73b589c-8a15f76-rel-t234
INFO: mstatus:0xa00000808
INFO: Supervisor entry_point:c108c00
��I> Received ACK from psc
I> Task: ��INFO: MONITOR: user task addr:0x46d022000, blob offset:0x00020000
INFO: MONITOR: populated user images:13
INFO: mret to Supervisor!
INFO: psc supervisor init.
INFO: psc_irq_init...
INFO: enter idle task.
��
  bpmp: socket 0
bpmp: base binary md5 is 1377b684fe55be78e1d7fc3e0f143b55
bpmp: combined binary md5 is 463f4d5b75234b74bb7f05b524d2a015
bpmp: firmware tag is 463f4d5b75234b74bb7f-1377b684fe5
initialized vwdt
initialized mail_early
initialized fuse
initialized vfrel
initialized hwwdt
initialized adc
fmon_populate_monitors: found 199 monitors
initialized fmon
initialized mc
initialized reset
initialized uphy_early
initialized emc_early
471 clocks registered
initialized clk_mach
initialized clk_cal_early
initialized clk_mach_early_config
initialized io_dpd
initialized soctherm
initialized tj_init
initialized regime
initialized i2c
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
initialized vrmon
initialized regulator
��Start secure NOR provision (0x5001997c)
I> Tas��initialized avfs_clk_platform
initialized powergate
��k: Load FSI keyblob (0x5��initialized dvs
initialized clk_mach_config
initialized pm
suspend progress: 0x0
initialized suspend
initialized strap
initialized mce_dbell
��0016f20)
I> Task: Unhalt AUXPs (0x50026a7c)
I> SCE unhalt skipped
I> Unhalting RCE
I> RCE unhalt successful
I> DCE unhalt successful
I> APE unhalt skipped
I> FSI unhalt skipped
I> Task: Load CPUBL (0x50017f04)
I> Task: Load TOS (0x50018608)
I> Task: Load and authenticate registered FWs (0x5001ce48)
��[     4.686421] Camera-FW on t234-rce-safe started
��I> MB2-params @ 0x40060000
��TCU early console enabled.
��I> cpubl: Authentication Finalize��initialized emc
initialized emc_mrq
��
  �� Done
I> Binary cpubl loaded s��initialized clk_cal
initialized uphy_dt
initialized uphy_mrq
HSIO UPHY reset has been de-asserted 0x0
initialized uphy
��uccessfully at 0x4682000��initialized pg_late
initialized pg_mrq_init
swdtimer_init: 0 reg polling start w period 47 ms
initialized swdtimer
initialized hwwdt_late
initialized bwmgr
initialized thermal_host_trip
initialized thermal_mrq
initialized oc_mrq
initialized reset_mrq
initialized mail_mrq
initialized fmon_mrq
initialized clk_mrq
initialized avfs_mrq
initialized i2c_mrq
initialized tag_mrq
initialized bwmgr_mrq
initialized console_mrq
missing prod DT calibration data for 199 fmons
initialized clk_sync_fmon_post
��00
I> tos: Authentication Finalize Done
I> Binary tos loaded successfully at 0x477dfe0d0��initialized clk_cal_late
initialized noc_late
initialized cvc
��
I> Relocating OP-TEE dtb from: 0x��initialized avfs_clk_mach_post
initialized avfs_clk_platform_post
initialized cvc_late
initialized rm
initialized console_late
handling unreferenced clks
enable can1_core
enable can1_host
enable can2_core
enable can2_host
enable pwm3
enable mss_encrypt
enable maud
enable pllg_ref
enable dsi_core
enable aza_2xbit
enable usb2_trk
enable xusb_ss_dev
enable xusb_fs_dev
enable xusb_falcon
enable dsi_lp
enable xusb_core_mux
enable xusb_core_dev
initialized clk_mach_post
initialized pg_post
initialized regulator_post
initialized profile
initialized fuse_late
initialized mrq
initialized patrol_scrubber
initialized ��[     4.816132] Camera-FW on t234-rce-safe ready SHA1=97e50cbf (crt 21.712 ms,��cactmon
initialized extras_post
bpmp: init complete
�� total boot 152.482 ms)
��DCE: FW Boot Done
��477eff840 to 0x468630000, size: 0x1976
I> [0] START: 0x80000000, SIZE: 0x3e8670000
I> [1] START: 0x46e000000, SIZE: 0x2000000
I> Setting NS memory ranges to OP-TEE dtb finished.
I> eks: Authentication Finalize Done
I> Binary eks loaded successfully at 0x469800200
I> EKB detected (length: 0x410) @ VA:0x469800200
I> Task: Prepare TOS params (0x50018580)
I> Setting EKB blob info to OPTEE dtb finished.
I> Setting OPTEE arg3: 0x468630000
I> Task: Disable MSS perf stats (0x50026b08)
I> Task: Program display sticky bits (0x50026a84)
I> Task: SMMU external bypass disable (0x50016a60)
I> Task: SMMU init (0x5001697c)
I> Task: Program GICv3 registers (0x50026ba8)
I> Task: Audit firewall settings (0x50023bd0)
I> MB2 finished

��NOTICE:  BL31: v2.6(release):07eea4970
NOTICE:  BL31: Built : 07:55:15, Mar 19 2023
I/TC: 
I/TC: Non-secure external DT found
I/TC: OP-TEE version: 3.19 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Sun Mar 19 15:02:44 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: WARNING: Test OEM keys are being used!
I/TC: This is only for TZ-SE testing and should NOT be used for a shipping product!
I/TC: Primary CPU switching to normal world boot
��
  Jetson UEFI firmware (version 3.1-32827747 built on 2023-03-19T14:56:32+00:00)





























































































































































EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services and installing virtual address map...
��I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
��[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[    0.000000] Linux version 5.10.104-tegra (buildbrain@mobile-u64-6289-d7000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Sun Mar 19 07:55:28 PDT 2023
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: NVIDIA Orin NX Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: SMBIOS=0xffff0000 SMBIOS 3.0=0x461410000 MEMATTR=0x460150018 RNG=0x467fed398 MEMRESERVE=0x460159c18 
[    0.000000] efi: seeding entropy pool
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000450000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000046fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041bffffff]
[    0.000000]   node   0: [mem 0x000000041c000000-0x000000041e1bffff]
[    0.000000]   node   0: [mem 0x000000041e1c0000-0x00000004600dffff]
[    0.000000]   node   0: [mem 0x00000004600e0000-0x000000046010ffff]
[    0.000000]   node   0: [mem 0x0000000460110000-0x000000046012ffff]
[    0.000000]   node   0: [mem 0x0000000460130000-0x000000046014ffff]
[    0.000000]   node   0: [mem 0x0000000460150000-0x00000004611b1fff]
[    0.000000]   node   0: [mem 0x00000004611b2000-0x00000004613c7fff]
[    0.000000]   node   0: [mem 0x00000004613c8000-0x00000004613fffff]
[    0.000000]   node   0: [mem 0x0000000461400000-0x000000046141ffff]
[    0.000000]   node   0: [mem 0x0000000461420000-0x0000000461d4ffff]
[    0.000000]   node   0: [mem 0x0000000461d50000-0x0000000461fcffff]
[    0.000000]   node   0: [mem 0x0000000461fd0000-0x00000004620cffff]
[    0.000000]   node   0: [mem 0x00000004620d0000-0x000000046216ffff]
[    0.000000]   node   0: [mem 0x0000000462170000-0x000000046227ffff]
[    0.000000]   node   0: [mem 0x0000000462280000-0x000000046231ffff]
[    0.000000]   node   0: [mem 0x0000000462320000-0x0000000462beffff]
[    0.000000]   node   0: [mem 0x0000000462bf0000-0x0000000462f7ffff]
[    0.000000]   node   0: [mem 0x0000000462f80000-0x0000000467f9ffff]
[    0.000000]   node   0: [mem 0x0000000467fa0000-0x0000000467feffff]
[    0.000000]   node   0: [mem 0x0000000467ff0000-0x0000000467ffffff]
[    0.000000]   node   0: [mem 0x0000000468200000-0x000000046860ffff]
[    0.000000]   node   0: [mem 0x000000046e000000-0x000000046fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000046fffffff]
[    0.000000] On node 0, zone Normal: 496 pages in unavailable ranges
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90200 r8192 d32680 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4040720
[    0.000000] Kernel command line: root=/dev/nfs rw netdevwait ip=192.168.1.103:192.168.1.100:192.168.1.1:255.255.255.0::eth0:off nfsroot=192.168.1.100:/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/rootfs mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0  
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[    0.000000] Memory: 15484040K/16420928K available (18496K kernel code, 3168K rwdata, 7172K rodata, 3968K init, 1418K bss, 674744K reserved, 262144K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x38/0x420 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[    0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000665] Console: colour dummy device 80x25
[    0.000707] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000714] pid_max: default: 32768 minimum: 301
[    0.000776] LSM: Security Framework initializing
[    0.000798] Yama: becoming mindful.
[    0.000815] SELinux:  Initializing.
[    0.000882] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000909] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.001979] rcu: Hierarchical SRCU implementation.
[    0.002064] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.002488] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0000-p3768-0000-a0.dts
[    0.002494] DTB Build time: Mar 19 2023 08:08:40
[    0.003757] Tegra Revision: A01 SKU: 0xd3 CPU Process: 0 SoC Process: 0
[    0.003977] Remapping and enabling EFI services.
[    0.005102] smp: Bringing up secondary CPUs ...
[    0.033793] Detected PIPT I-cache on CPU1
[    0.033826] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.033853] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.062486] Detected PIPT I-cache on CPU2
[    0.062496] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.062509] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.091110] Detected PIPT I-cache on CPU3
[    0.091119] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.091132] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.121792] Detected PIPT I-cache on CPU4
[    0.121812] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[    0.121840] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[    0.150502] Detected PIPT I-cache on CPU5
[    0.150512] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[    0.150526] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[    0.179148] Detected PIPT I-cache on CPU6
[    0.179158] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[    0.179171] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.207800] Detected PIPT I-cache on CPU7
[    0.207810] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[    0.207825] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.207880] smp: Brought up 1 node, 8 CPUs
[    0.207894] SMP: Total of 8 processors activated.
[    0.207898] CPU features: detected: Privileged Access Never
[    0.207899] CPU features: detected: LSE atomic instructions
[    0.207901] CPU features: detected: User Access Override
[    0.207902] CPU features: detected: 32-bit EL0 Support
[    0.207904] CPU features: detected: Common not Private translations
[    0.207906] CPU features: detected: RAS Extension Support
[    0.207907] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.207909] CPU features: detected: CRC32 instructions
[    0.207910] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.241393] CPU: All CPU(s) started at EL2
[    0.243351] devtmpfs: initialized
[    0.257802] Registered cp15_barrier emulation handler
[    0.257811] Registered setend emulation handler
[    0.257815] KASLR enabled
[    0.257941] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.257952] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.259449] pinctrl core: initialized pinctrl subsystem
[    0.259973] SMBIOS 3.0.0 present.
[    0.259981] DMI: Unknown NVIDIA Orin NX Developer Kit/NVIDIA Orin NX Developer Kit, BIOS 3.1-32827747 03/19/2023
[    0.260257] NET: Registered protocol family 16
[    0.260885] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.260992] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.261092] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.261116] audit: initializing netlink subsys (disabled)
[    0.261191] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1
[    0.261356] thermal_sys: Registered thermal governor 'step_wise'
[    0.261358] thermal_sys: Registered thermal governor 'power_allocator'
[    0.261361] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.262163] cpuidle: using governor menu
[    0.262268] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.262354] ASID allocator initialised with 32768 entries
[    0.262444] Serial: AMBA PL011 UART driver
[    0.264142] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.264162] Tegra reboot handler registered.
[    0.282233] mc: mapped MMIO address: 0xffff800010b10000 -> 0x2c10000
[    0.282241] mc: mapped MMIO address: 0xffff800010b30000 -> 0x2c20000
[    0.282247] mc: mapped MMIO address: 0xffff800010b50000 -> 0x2c30000
[    0.282254] mc: mapped MMIO address: 0xffff800010b70000 -> 0x2c40000
[    0.282260] mc: mapped MMIO address: 0xffff800010b90000 -> 0x2c50000
[    0.282265] mc: mapped MMIO address: 0xffff800010bb0000 -> 0x2b80000
[    0.282270] mc: mapped MMIO address: 0xffff800010bd0000 -> 0x2b90000
[    0.282276] mc: mapped MMIO address: 0xffff800010bf0000 -> 0x2ba0000
[    0.282284] mc: mapped MMIO address: 0xffff800010c10000 -> 0x2bb0000
[    0.282289] mc: mapped MMIO address: 0xffff800010c30000 -> 0x1700000
[    0.282294] mc: mapped MMIO address: 0xffff800010c50000 -> 0x1710000
[    0.282299] mc: mapped MMIO address: 0xffff800010c70000 -> 0x1720000
[    0.282305] mc: mapped MMIO address: 0xffff800010c90000 -> 0x1730000
[    0.282310] mc: mapped MMIO address: 0xffff800010cb0000 -> 0x1740000
[    0.282318] mc: mapped MMIO address: 0xffff800010cd0000 -> 0x1750000
[    0.282323] mc: mapped MMIO address: 0xffff800010cf0000 -> 0x1760000
[    0.282328] mc: mapped MMIO address: 0xffff800010d10000 -> 0x1770000
[    0.282335] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.282354] mc-err: mcerr ops are set to t23x
[    0.283015] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 65, base_baud = 0) is a SBSA
[    1.394029] printk: console [ttyAMA0] enabled
[    1.402139] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.408849] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.415549] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.422246] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.430736] ACPI: Interpreter disabled.
[    1.434974] ddr-vddq: supplied by vdd-5v
[    1.439097] ddr-vdd2: supplied by vdd-5v
[    1.443129] vdd-AO-1v2: supplied by vdd-5v
[    1.447334] vdd-3v3: supplied by vdd-5v
[    1.451343] vdd-rtc: supplied by vdd-AO-1v2
[    1.455630] vdd-0v95-uphy: supplied by vdd-AO-1v2
[    1.460447] vdd-0v95-hdmi: supplied by vdd-AO-1v2
[    1.465390] vdd-1v8: supplied by vdd-3v3-sys
[    1.469756] vdd-3v3-AO: supplied by vdd-5v-sys
[    1.474297] vdd-av10-hub: supplied by vdd-5v-sys
[    1.479022] vdd-vbus-a: supplied by vdd-5v-sys
[    1.483556] vdd-vbus-b: supplied by vdd-5v-sys
[    1.488101] vdd-3v3-dp: supplied by vdd-3v3-sys
[    1.492873] iommu: Default domain type: Translated 
[    1.497783] eventlib_kernel: keventlib is initialized, test id: 0
[    1.504048] SCSI subsystem initialized
[    1.507862] usbcore: registered new interface driver usbfs
[    1.513360] usbcore: registered new interface driver hub
[    1.518683] usbcore: registered new device driver usb
[    1.523915] mc: Linux media interface: v0.10
[    1.528189] videodev: Linux video capture interface: v2.00
[    1.533825] pps_core: LinuxPPS API ver. 1 registered
[    1.538788] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.547922] PTP clock support registered
[    1.552053] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    1.559215] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    1.566907] Registered efivars operations
[    1.571371] FPGA manager framework
[    1.574807] Advanced Linux Sound Architecture Driver Initialized.
[    1.581156] Bluetooth: Core ver 2.22
[    1.584736] NET: Registered protocol family 31
[    1.589177] Bluetooth: HCI device and connection manager initialized
[    1.595533] Bluetooth: HCI socket layer initialized
[    1.600408] Bluetooth: L2CAP socket layer initialized
[    1.605462] Bluetooth: SCO socket layer initialized
[    1.610822] camchar: rtcpu character device driver loaded
[    1.616428] clocksource: Switched to clocksource arch_sys_counter
[    1.785599] VFS: Disk quotas dquot_6.6.0
[    1.789570] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.796605] pnp: PnP ACPI: disabled
[    1.802014] la/ptsa driver initialized.
[    1.805902] NET: Registered protocol family 2
[    1.810467] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.820259] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.828902] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.837097] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.844993] TCP: Hash tables configured (established 131072 bind 65536)
[    1.851683] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.858499] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.865809] NET: Registered protocol family 1
[    1.870452] RPC: Registered named UNIX socket transport module.
[    1.876379] RPC: Registered udp transport module.
[    1.881083] RPC: Registered tcp transport module.
[    1.885784] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.892232] PCI: CLS 0 bytes, default 64
[    1.896280] Trying to unpack rootfs image as initramfs...
[    2.025525] Freeing initrd memory: 9120K
[    2.031638] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.039557] kvm [1]: IPA Size Limit: 48 bits
[    2.043862] kvm [1]: GICv3: no GICV resource entry
[    2.048652] kvm [1]: disabling GICv2 emulation
[    2.053114] kvm [1]: GIC system register CPU interface enabled
[    2.059019] kvm [1]: vgic interrupt IRQ9
[    2.063059] kvm [1]: VHE mode initialized successfully
[    2.068867] Initialise system trusted keyrings
[    2.073426] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    2.082026] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.088160] NFS: Registering the id_resolver key type
[    2.093230] Key type id_resolver registered
[    2.097412] Key type id_legacy registered
[    2.101449] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.108154] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.115556] ntfs: driver 2.1.32 [Flags: R/W].
[    2.131655] NET: Registered protocol family 38
[    2.136102] Key type asymmetric registered
[    2.140195] Asymmetric key parser 'x509' registered
[    2.145088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    2.152543] io scheduler mq-deadline registered
[    2.157073] io scheduler kyber registered
[    2.165077] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    2.170675] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    2.176257] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    2.182665] efifb: probing for efifb
[    2.186272] efifb: framebuffer at 0x41c000000, using 8640k, total 8640k
[    2.192886] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    2.198977] efifb: scrolling: redraw
[    2.202549] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.211119] Console: switching to colour frame buffer device 240x67
[    2.220160] fb0: EFI VGA frame buffer device
[    2.226152] tegra_dc_assign_hw_data: no matching compatible node
[    2.232161] tegradccommon module_init failed
[    2.236429] tegradc module_init failed
[    2.240443] EINJ: ACPI disabled.
[    2.245150] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    2.252029] tegra-pmc: ### PMC reset source: MAINSWRST
[    2.257164] tegra-pmc: ### PMC reset level: L1
[    2.261603] tegra-pmc: ### PMC reset status reg: 0x2d
[    2.267852] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.287017] random: fast init done
[    2.291495] printk: console [ttyTCU0] enabled
[    3.856352] arm-smmu 12000000.iommu: probing hardware configuration...
[    3.863065] arm-smmu 12000000.iommu: SMMUv2 with:
[    3.867894] arm-smmu 12000000.iommu:         stage 1 translation
[    3.873423] arm-smmu 12000000.iommu:         stage 2 translation
[    3.878951] arm-smmu 12000000.iommu:         nested translation
[    3.884394] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    3.891794] arm-smmu 12000000.iommu:         128 context banks (0 stage-2 only)
[    3.900689] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    3.907381] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    3.914072] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    3.921549] arm-smmu 10000000.iommu: probing hardware configuration...
[    3.928233] arm-smmu 10000000.iommu: SMMUv2 with:
[    3.933050] arm-smmu 10000000.iommu:         stage 1 translation
[    3.938583] arm-smmu 10000000.iommu:         stage 2 translation
[    3.944116] arm-smmu 10000000.iommu:         nested translation
[    3.949563] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    3.956967] arm-smmu 10000000.iommu:         128 context banks (0 stage-2 only)
[    3.965835] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    3.972524] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    3.979213] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    3.986331] arm-smmu 8000000.iommu: probing hardware configuration...
[    3.992934] arm-smmu 8000000.iommu: SMMUv2 with:
[    3.997663] arm-smmu 8000000.iommu:  stage 1 translation
[    4.003106] arm-smmu 8000000.iommu:  stage 2 translation
[    4.008551] arm-smmu 8000000.iommu:  nested translation
[    4.013909] arm-smmu 8000000.iommu:  stream matching with 128 register groups
[    4.021221] arm-smmu 8000000.iommu:  128 context banks (0 stage-2 only)
[    4.030035] arm-smmu 8000000.iommu:  Supported page sizes: 0x00001000
[    4.036639] arm-smmu 8000000.iommu:  Stage-1: 48-bit VA -> 48-bit IPA
[    4.043239] arm-smmu 8000000.iommu:  Stage-2: 48-bit IPA -> 48-bit PA
[    4.050528] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    4.060315] tegra_profiler: version: 1.151, samples/io: 51/30
[    4.066281] tegra_profiler: auth: init
[    4.070428] nvsciipc: loaded module
[    4.074996] tegra23x-qspi 3270000.spi: Adding to iommu group 0
[    4.081179] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries
[    4.088763] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting
[    4.097232] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting.
[    4.104820] tegra23x-qspi 3270000.spi: Prod settings list not found
[    4.111893] tun: Universal TUN/TAP device driver, 1.6
[    4.117538] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    4.124950] hns3: Copyright (c) 2017 Huawei Corporation.
[    4.130415] e1000e: Intel(R) PRO/1000 Network Driver
[    4.135497] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.141574] igb: Intel(R) Gigabit Ethernet Network Driver
[    4.147109] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.152972] PPP generic driver version 2.4.2
[    4.157396] PPP BSD Compression module registered
[    4.162224] PPP Deflate Compression module registered
[    4.167413] PPP MPPE Compression module registered
[    4.172343] usbcore: registered new interface driver r8152
[    4.177964] usbcore: registered new interface driver asix
[    4.183509] usbcore: registered new interface driver ax88179_178a
[    4.189763] usbcore: registered new interface driver cdc_ether
[    4.195754] usbcore: registered new interface driver net1080
[    4.201559] usbcore: registered new interface driver cdc_subset
[    4.207628] usbcore: registered new interface driver zaurus
[    4.213355] usbcore: registered new interface driver cdc_ncm
[    4.219158] usbcore: registered new interface driver aqc111
[    4.224980] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.231321] ohci-pci: OHCI PCI platform driver
[    4.235882] ohci-platform: OHCI generic platform driver
[    4.241538] tegra-xusb 3610000.xhci: Adding to iommu group 1
[    4.247837] usbcore: registered new interface driver uas
[    4.253312] usbcore: registered new interface driver usb-storage
[    4.259629] tegra-xudc 3550000.xudc: Adding to iommu group 2
[    4.265696] mousedev: PS/2 mouse device common for all mice
[    4.271429] usbcore: registered new interface driver xpad
[    4.278834] tegra_rtc c2a0000.rtc: registered as rtc1
[    4.284294] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:46 UTC (46)
[    4.292523] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    4.298934] i2c /dev entries driver
[    4.302622] tegra-i2c 3160000.i2c: Adding to iommu group 3
[    4.308415] tegra-i2c c240000.i2c: Adding to iommu group 3
[    4.314098] tegra-i2c 3180000.i2c: Adding to iommu group 3
[    4.319766] tegra-i2c 3190000.i2c: Adding to iommu group 3
[    4.325424] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[    4.331090] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[    4.336777] tegra-i2c c250000.i2c: Adding to iommu group 3
[    4.342444] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[    4.351395] device-mapper: uevent: version 1.0.3
[    4.356216] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    4.365843] sdhci: Secure Digital Host Controller Interface driver
[    4.372187] sdhci: Copyright(c) Pierre Ossman
[    4.376649] Synopsys Designware Multimedia Card Interface Driver
[    4.382883] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.389019] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    4.389178] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    4.402451] tegra-bpmp bpmp: firmware: 463f4d5b75234b74bb7f-1377b684fe5
[    4.410221] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 
[    4.415880] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82
[    4.429944] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[    4.435866] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
��Failed to create /rm/vdd_cpu
Failed to create /rm/vdd_cpu
debugfs initialized
��[    6.712677] hid: raw HID events driver (C) Jiri Kosina
[    6.718238] usbcore: registered new interface driver usbhid
[    6.723969] usbhid: USB HID core driver
[    6.728338] tegra-dce d800000.dce: Adding to iommu group 5
[    6.735253] dce: dce_ipc_channel_init:319  Invalid Channel State [0x0] for ch_type [2]
[    6.744100] tegra234-aon c000000.aon: Adding to iommu group 6
[    6.750714] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    6.752958]  c000000.aon:hsp: probed
[    6.759683] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [0]. Ignored...
[    6.759686] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x5]
[    6.772108] tegra234-aon c000000.aon: init done
[    6.772376] tegra23x-psc e860000.psc: Adding to iommu group 7
[    6.781072] dce: dce_admin_send_cmd_ver:424  version : [0x2] err : [0x0]
[    6.786009] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    6.792078] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x1]
[    6.798495] tegra23x-psc e860000.psc: init done
[    6.798671] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 8
[    6.804940] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [1]. Ignored...
[    6.804943] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [1] ...
[    6.804946] dce: dce_admin_setup_clients_ipc:529  Get queue info failed for [2]
[    6.814806] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    6.818549] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [1]. Ignored...
[    6.818749] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    6.818755] dce: dce_mailbox_set_full_interrupt:165  Intr bit set multiple times for MB : [0x2]
[    6.818759] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [3] ...
[    6.893316] dce: dce_admin_ipc_handle_signal:90   Spurious signal on channel: [3]. Ignored...
[    6.893504] dce: dce_start_boot_flow:173  DCE_BOOT_DONE
[    6.903666] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    6.916657] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    6.928339] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    6.939770] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    6.951505] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    6.964063] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    6.976895] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    6.988708] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (114)
[    6.995506] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    7.003840] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=97e50cbff52bc4b542b2989187109c001c01cf77
[    7.017316] t19x_cache tegra-cache: probed
[    7.021731] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    7.036851] optee: probing for conduit method.
[    7.041446] optee: revision 3.19 (3f29c61f)
[    7.042881] optee: dynamic shared memory is enabled
[    7.052309] optee: initialized driver
[    7.069803] nvpmodel: initialized successfully
[    7.074544] tegra_hv: get_hvd: not initialized yet
[    7.079501] user_ivc_mempool: hypervisor not present
[    7.085537] usbcore: registered new interface driver snd-usb-audio
[    7.092811] u32 classifier
[    7.095591]     input device check on
[    7.099369]     Actions configured
[    7.103031] Initializing XFRM netlink socket
[    7.107849] NET: Registered protocol family 10
[    7.113984] Segment Routing with IPv6
[    7.117811] NET: Registered protocol family 17
[    7.122397] NET: Registered protocol family 15
[    7.127021] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    7.140791] Bluetooth: RFCOMM socket layer initialized
[    7.146096] Bluetooth: RFCOMM ver 1.11
[    7.149957] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    7.156040] Bluetooth: HIDP socket layer initialized
[    7.162212] 9pnet: Installing 9P2000 support
[    7.166656] Key type dns_resolver registered
[    7.172216] registered taskstats version 1
[    7.176445] Loading compiled-in X.509 certificates
[    7.191616] Loaded X.509 cert 'Build time autogenerated kernel key: e63fb224cdc2a940ac382bb67b420fcb52cc4aee'
[    7.202265] tegra194-pcie 14100000.pcie: Adding to iommu group 9
[    7.214992] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    7.222312] tegra194-pcie 14160000.pcie: Adding to iommu group 10
[    7.234645] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    7.241617] tegra194-pcie 141e0000.pcie: Adding to iommu group 11
[    7.253709] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[    7.260508] tegra194-pcie 140a0000.pcie: Adding to iommu group 12
[    7.272570] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[    7.306649] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 13
[    7.317986] host1x 13e40000.host1x: Adding to iommu group 14
[    7.342147] host1x 13e40000.host1x: initialized
[    7.347181] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 15
[    7.355247] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    7.367288] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 16
[    7.375318] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    7.387304] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 17
[    7.395316] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    7.407288] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 18
[    7.415298] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    7.427299] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 19
[    7.435313] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    7.447306] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 20
[    7.455311] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    7.467300] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 21
[    7.475354] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    7.487356] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 22
[    7.495386] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    7.507394] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 23
[    7.515412] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    7.527409] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 24
[    7.535445] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    7.547437] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 25
[    7.555446] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    7.567431] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 26
[    7.575455] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    7.587485] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 27
[    7.595482] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    7.607475] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 28
[    7.615541] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    7.627518] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 29
[    7.635519] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    7.647510] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 30
[    7.655501] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    7.667535] falcon 15340000.vic: Adding to iommu group 31
[    7.678428] falcon 15340000.vic: initialized
[    7.683183] falcon 15380000.nvjpg: Adding to iommu group 32
[    7.692244] falcon 15380000.nvjpg: initialized
[    7.696953] falcon 15540000.nvjpg1: Adding to iommu group 33
[    7.705983] falcon 15540000.nvjpg1: initialized
[    7.710776] falcon 154c0000.nvenc: Adding to iommu group 34
[    7.721156] falcon 154c0000.nvenc: initialized
[    7.725861] falcon 15a50000.ofa: Adding to iommu group 35
[    7.734708] falcon 15a50000.ofa: initialized
[    7.739248] nvdec 15480000.nvdec: Adding to iommu group 36
[    7.757312] nvdec 15480000.nvdec: initialized
[    7.761929] tsec 15500000.tsec: Adding to iommu group 37
[    7.776523] tsec 15500000.tsec: initialized
[    7.783666] gic 2a41000.agic-controller: GIC IRQ controller registered
[    7.800840] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    7.816161] gpio-397 (camera-control-output-low): hogged as output/low
[    7.822923] gpio-486 (camera-control-output-low): hogged as output/low
[    7.830684] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    7.837968] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    7.844961] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    7.851483] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    7.857964] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    7.866502] tegra194-isp5 14800000.isp: Adding to iommu group 38
[    7.875519] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    7.885121] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    7.891560] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    7.900770] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    7.910139] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 39
[    7.918225] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 40
[    7.926204] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    7.936171] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    7.942972] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    7.952973] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    7.959756] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    7.969708] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    7.976535] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: Adding to iommu group 41
[    7.985192] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx0: initialized (streamid=18, iommu=smmu.0x0000000008000000)
[    7.996556] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: Adding to iommu group 42
[    8.005198] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx1: initialized (streamid=19, iommu=smmu.0x0000000008000000)
[    8.016563] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: Adding to iommu group 43
[    8.025191] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx2: initialized (streamid=20, iommu=smmu.0x0000000008000000)
[    8.036571] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: Adding to iommu group 44
[    8.045213] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx3: initialized (streamid=21, iommu=smmu.0x0000000008000000)
[    8.056572] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: Adding to iommu group 45
[    8.065256] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx4: initialized (streamid=22, iommu=smmu.0x0000000008000000)
[    8.076604] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: Adding to iommu group 46
[    8.085240] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx5: initialized (streamid=23, iommu=smmu.0x0000000008000000)
[    8.096595] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: Adding to iommu group 47
[    8.105212] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx6: initialized (streamid=24, iommu=smmu.0x0000000008000000)
[    8.116569] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: Adding to iommu group 48
[    8.125206] pva_iommu_context_dev 16000000.pva0:pva0_niso1_ctx7: initialized (streamid=25, iommu=smmu.0x0000000008000000)
[    8.136572] pva 16000000.pva0: Adding to iommu group 49
[    8.147365] pva 16000000.pva0: initialized
[    8.157361] nvdla 15880000.nvdla0: Adding to iommu group 50
[    8.168537] nvdla 15880000.nvdla0: initialized
[    8.174920] nvdla 158c0000.nvdla1: Adding to iommu group 51
[    8.185703] nvdla 158c0000.nvdla1: initialized
[    8.191994] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3
[    8.199030] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    8.206562] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    8.213185] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    8.219944] serial-tegra 3100000.serial: Adding to iommu group 3
[    8.226610] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART
[    8.236365] serial-tegra 3130000.serial: Adding to iommu group 3
[    8.242889] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 63, base_baud = 0) is a TEGRA_UART
[    8.252590] serial-tegra 3140000.serial: Adding to iommu group 3
[    8.259081] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 64, base_baud = 0) is a TEGRA_UART
[    8.268785] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure has invalid entries
[    8.276348] random: crng init done
[    8.276400] tegra23x-qspi 3270000.spi: Node prod_c_nonsecure: Child has not proper setting
[    8.288389] tegra23x-qspi 3270000.spi: Node spi: Faild to read the Prod Setting.
[    8.295996] tegra23x-qspi 3270000.spi: Prod settings list not found
[    8.326842] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    8.336602] tegra-xusb 3610000.xhci: xHCI Host Controller
[    8.342171] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    8.350782] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    8.360377] tegra-xusb 3610000.xhci: irq 231, io mem 0x03610000
[    8.366801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    8.375304] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.382736] usb usb1: Product: xHCI Host Controller
[    8.387746] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    8.394005] usb usb1: SerialNumber: 3610000.xhci
[    8.399453] hub 1-0:1.0: USB hub found
[    8.403333] hub 1-0:1.0: 4 ports detected
[    8.407702] tegra-xusb 3610000.xhci: xHCI Host Controller
[    8.413260] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    8.421046] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    8.428576] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    8.437078] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.444506] usb usb2: Product: xHCI Host Controller
[    8.449512] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    8.455778] usb usb2: SerialNumber: 3610000.xhci
[    8.461413] hub 2-0:1.0: USB hub found
[    8.465296] hub 2-0:1.0: 4 ports detected
[    8.490518] i2c i2c-2: Added multiplexed i2c bus 9
[    8.495760] i2c i2c-2: Added multiplexed i2c bus 10
[    8.500778] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    8.507833] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[    8.529302] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1990000 KHz, changing to: 1984000 KHz
[    8.542427] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1987000 KHz, changing to: 1984000 KHz
[    8.554069] cpufreq: cpu4,cur:2123000,set:1984000,set ndiv:155
[    8.560870] tegra194-cpufreq e000000.ccplex: probed with ICC
[    8.567987] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    8.569745] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    8.575320] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[    8.586529] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[    8.588579] irq: IRQ295: trimming hierarchy from :interrupt-controller@f400000-1
[    8.595209] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[    8.602854] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 295
[    8.611493] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[    8.660586] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    8.839472] usb 1-2: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 0.01
[    8.847888] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.855234] usb 1-2: Product: 4-Port USB 2.0 Hub
[    8.859975] usb 1-2: Manufacturer: Generic
[    8.867512] hub 1-2:1.0: USB hub found
[    8.873083] hub 1-2:1.0: 4 ports detected
[    8.957506] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[    9.006777] usb 2-1: New USB device found, idVendor=0bda, idProduct=0420, bcdDevice= 0.01
[    9.015195] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.022533] usb 2-1: Product: 4-Port USB 3.0 Hub
[    9.027269] usb 2-1: Manufacturer: Generic
[    9.047013] hub 2-1:1.0: USB hub found
[    9.053537] hub 2-1:1.0: 4 ports detected
[    9.572431] usb 1-2.4: new full-speed USB device number 3 using tegra-xusb
[    9.694396] usb 1-2.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[    9.702989] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.710505] usb 1-2.4: Product: USB Receiver
[    9.714891] usb 1-2.4: Manufacturer: Logitech
[    9.727772] input: Logitech USB Receiver as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:046D:C52B.0001/input/input0
[    9.734070] tegra194-pcie 14100000.pcie: Phy link never came up
[    9.746175] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[    9.752964] pci_bus 0001:00: root bus resource [bus 00-ff]
[    9.758597] pci_bus 0001:00: root bus resource [io  0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[    9.768419] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[    9.779245] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[    9.787150] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[    9.793486] pci 0001:00:00.0: PME# supported from D0 D3hot
[    9.797127] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3610000.xhci-2.4/input0
[    9.806611] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[    9.815747] input: Logitech USB Receiver Mouse as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:046D:C52B.0002/input/input1
[    9.817176] pci 0001:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    9.830499] input: Logitech USB Receiver Consumer Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:046D:C52B.0002/input/input2
[    9.838833] pcieport 0001:00:00.0: Adding to iommu group 9
[    9.858210] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[    9.864382] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[    9.870335] pci_bus 0001:01: busn_res: [bus 01-ff] is released
[    9.876411] pci 0001:00:00.0: Removing from iommu group 9
[    9.881960] pci_bus 0001:00: busn_res: [bus 00-ff] is released
[    9.889700] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    9.897072] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    9.904244] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    9.908861] input: Logitech USB Receiver System Control as /devices/platform/3610000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:046D:C52B.0002/input/input3
[    9.912922] tegra194-pcie 14160000.pcie:      MEM 0x2428000000..0x242fffffff -> 0x0040000000
[    9.927065] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3610000.xhci-2.4/input1
[    9.935160] tegra194-pcie 14160000.pcie:      MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[    9.951689] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-3610000.xhci-2.4/input2
[   11.064823] tegra194-pcie 14160000.pcie: Phy link never came up
[   11.070973] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[   11.077780] pci_bus 0004:00: root bus resource [bus 00-ff]
[   11.083419] pci_bus 0004:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[   11.093540] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[   11.104364] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[   11.112287] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[   11.118610] pci 0004:00:00.0: PME# supported from D0 D3hot
[   11.131510] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[   11.136899] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   11.145824] pcieport 0004:00:00.0: Adding to iommu group 10
[   11.151755] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[   11.157916] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[   11.163862] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[   11.169943] pci 0004:00:00.0: Removing from iommu group 10
[   11.175592] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[   11.183228] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[   11.190398] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[   11.197568] tegra194-pcie 141e0000.pcie:       IO 0x003e100000..0x003e1fffff -> 0x003e100000
[   11.206253] tegra194-pcie 141e0000.pcie:      MEM 0x3228000000..0x322fffffff -> 0x0040000000
[   11.214929] tegra194-pcie 141e0000.pcie:      MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000
[   12.330174] tegra194-pcie 141e0000.pcie: Phy link never came up
[   12.336319] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[   12.343133] pci_bus 0007:00: root bus resource [bus 00-ff]
[   12.348764] pci_bus 0007:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[   12.358874] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[   12.369699] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[   12.377616] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[   12.383918] pci 0007:00:00.0: PME# supported from D0 D3hot
[   12.396717] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[   12.402104] pci 0007:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   12.411011] pcieport 0007:00:00.0: Adding to iommu group 11
[   12.416928] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[   12.423089] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[   12.429023] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[   12.435092] pci 0007:00:00.0: Removing from iommu group 11
[   12.440732] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[   12.448128] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   12.454859] vdd-3v3-sd: supplied by vdd-3v3
[   12.461447] tegra194-isp5 14800000.isp: initialized
[   12.470725] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[   12.477172] (NULL device *): fops function table already registered
[   12.485332] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[   12.492331] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   12.497313] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   12.504073] irq: IRQ296: trimming hierarchy from :interrupt-controller@f400000-1
[   12.512379] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 295
[   12.618156] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[   12.625334] tegra194-pcie 140a0000.pcie:       IO 0x002a100000..0x002a1fffff -> 0x002a100000
[   12.634015] tegra194-pcie 140a0000.pcie:      MEM 0x3528000000..0x352fffffff -> 0x0040000000
[   12.642696] tegra194-pcie 140a0000.pcie:      MEM 0x3240000000..0x3527ffffff -> 0x3240000000
[   12.756582] tegra194-pcie 140a0000.pcie: Link up
[   12.763541] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[   12.770356] pci_bus 0008:00: root bus resource [bus 00-ff]
[   12.775996] pci_bus 0008:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[   12.786096] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[   12.796919] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[   12.804832] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[   12.811139] pci 0008:00:00.0: PME# supported from D0 D3hot
[   12.820837] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[   12.827168] pci 0008:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[   12.833083] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   12.840179] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[   12.848168] pci 0008:01:00.0: supports D1 D2
[   12.852562] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   12.863592] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[   12.871031] pci 0008:00:00.0: BAR 13: assigned [io  0x300000-0x300fff]
[   12.877735] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[   12.885708] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[   12.893670] pci 0008:01:00.0: BAR 0: assigned [io  0x300000-0x3000ff]
[   12.900326] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[   12.905693] pci 0008:00:00.0:   bridge window [io  0x300000-0x300fff]
[   12.912324] pci 0008:00:00.0:   bridge window [mem 0x3528000000-0x35280fffff]
[   12.919679] pci 0008:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[   12.928416] pci 0008:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[   12.937323] pcieport 0008:00:00.0: Adding to iommu group 12
[   12.943254] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[   12.949425] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[   12.956453] irq: IRQ298: trimming hierarchy from :pmc@c360000
[   12.962421] irq: IRQ299: trimming hierarchy from :interrupt-controller@f400000-1
[   12.970125] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[   12.977794] tegra-se-nvhost 15810000.se: Adding to iommu group 52
[   12.984399] tegra-se-nvhost 15810000.se: initialized
[   12.998439] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[   13.004843] tegra-se-nvhost 15820000.se: Adding to iommu group 53
[   13.011427] tegra-se-nvhost 15820000.se: initialized
[   13.017586] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[   13.023975] tegra-se-nvhost 15840000.se: Adding to iommu group 54
[   13.030532] tegra-se-nvhost 15840000.se: initialized
[   13.036775] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[   13.043717] tegra_actmon d230000.actmon: in actmon_register()...
[   13.050065] tegra_actmon d230000.actmon: bwmgr_disable = 1
[   13.056273] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[   13.064714] hvc_sysfs: hypervisor is not present
[   13.580682] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[   25.465475] ALSA device list:
[   25.468538]   No soundcards found.
[   25.472850] Freeing unused kernel memory: 3968K
[   25.477562] Run /init as init process
[   25.495100] Root device found: nfs
[   35.882077] ERROR: dhclient fail...
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 3.1
# User release: 0.0
###############################################################################
# Target Board Information:
# Name: jetson-orin-nano-devkit, Board Family: t186ref, SoC: Tegra 234, 
# OpMode: production, Boot Authentication: NS, 
# Disk encryption: disabled ,
###############################################################################
copying emc_fuse_dev_params(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-br-bct-diag-boot.dts)... done.
copying device_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-device-p3767-0000.dts)... done.
copying misc_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-misc-p3767-0000.dts)... done.
./tegraflash.py --chip 0x23 --applet "/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb1_t234_prod.bin" --skipuid --cfg readinfo_t234_min_prod.xml --dev_params tegra234-br-bct-diag-boot.dts --device_config tegra234-mb1-bct-device-p3767-0000.dts --misc_config tegra234-mb1-bct-misc-p3767-0000.dts --bins "mb2_applet applet_t234.bin" --cmd "dump eeprom cvm cvm.bin; dump custinfo custinfo_out.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.0120 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.0125 ] File rcm_state open failed
[   0.0126 ] ERROR: failed to read rcm_state
[   0.0126 ] 
[   0.0138 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0139 ] Assuming zero filled SBK key
[   0.0129 ] Pre-processing config: tegra234-mb1-bct-device-p3767-0000.dts
[   0.0348 ] Pre-processing config: tegra234-mb1-bct-misc-p3767-0000.dts
[   0.0406 ] Parsing partition layout
[   0.0414 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0425 ] Kernel DTB used: None
[   0.0425 ] WARNING: dce base dtb is not provided

[   0.0425 ] Parsing partition layout
[   0.0433 ] tegraparser_v2 --pt readinfo_t234_min_prod.xml.tmp
[   0.0441 ] Creating list of images to be signed
[   0.0452 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --list images_list.xml zerosbk
[   0.0460 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0468 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0470 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   0.0498 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   0.0499 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0533 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0534 ] adding BCH for mb2_t234_aligned.bin
[   0.0549 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   0.0607 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   0.0608 ] adding BCH for mb2_t234_aligned.bin
[   0.0678 ] Filling MB1 storage info
[   0.0678 ] Parsing dev params for multi chains
[   0.0720 ] Generating br-bct
[   0.0728 ] Updating dev and MSS params in BR BCT
[   0.0728 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.0740 ] Updating bl info
[   0.0746 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin
[   0.0752 ] WARNING: boot chain is not completed. set to 0
[   0.0757 ] Generating signatures
[   0.0769 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.0770 ] Assuming zero filled SBK key
[   0.0855 ] Warning: pub_key.key is not found
[   0.0845 ] Parsing dev params for multi chains
[   0.0845 ] Generating br-bct
[   0.0850 ] Updating dev and MSS params in BR BCT
[   0.0850 ] tegrabct_v2 --dev_param tegra234-br-bct-diag-boot_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   0.0855 ] Updating bl info
[   0.0860 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.0865 ] WARNING: boot chain is not completed. set to 0
[   0.0870 ] Get Signed section of bct
[   0.0874 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[   0.0878 ] Signing BCT
[   0.0890 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.0891 ] Assuming zero filled SBK key
[   0.0907 ] Sha saved in br_bct_BR.sha
[   0.0910 ] Warning: pub_key.key is not found
[   0.0899 ] Updating BCT with signature
[   0.0904 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[   0.0909 ] Offset :4608 Len :3584
[   0.0910 ] Generating SHA2 Hash
[   0.0922 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[   0.0923 ] Assuming zero filled SBK key
[   0.0923 ] Assuming zero filled SBK key
[   0.0938 ] Sha saved in br_bct_BR.sha
[   0.0928 ] Updating BCT with SHA2 Hash
[   0.0933 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[   0.0938 ] Offset :4608 Len :3584
[   0.0939 ] Offset :68 Len :8124
[   0.0939 ] 
[   0.0939 ] Generating coldboot mb1-bct
[   0.0944 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb
[   0.0949 ] MB1-BCT version: 0.10
[   0.0949 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.0952 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.0952 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.0953 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.0954 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.0955 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.0957 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported
[   0.0958 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported
[   0.0959 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
[   0.0960 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported
[   0.0961 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported
[   0.0963 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported
[   0.0964 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported
[   0.0964 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported
[   0.0964 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
[   0.0964 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported
[   0.0964 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported
[   0.0964 ] 
[   0.0964 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb 
[   0.0964 ] Added Platform Config 9 data with size :- 100
[   0.0964 ] 
[   0.0964 ] Updating mb1-bct with firmware information
[   0.0969 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.0981 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[   0.0990 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   0.0994 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   0.1009 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1010 ] Assuming zero filled SBK key
[   0.1019 ] Warning: pub_key.key is not found
[   0.1012 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1021 ] Generating recovery mb1-bct
[   0.1025 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb
[   0.1029 ] MB1-BCT version: 0.10
[   0.1029 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.1033 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.1034 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   0.1035 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.1037 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.1038 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   0.1039 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported
[   0.1040 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported
[   0.1041 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
[   0.1042 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported
[   0.1043 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported
[   0.1044 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported
[   0.1045 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported
[   0.1045 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported
[   0.1045 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
[   0.1045 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported
[   0.1045 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported
[   0.1045 ] 
[   0.1045 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb 
[   0.1045 ] Added Platform Config 9 data with size :- 100
[   0.1045 ] 
[   0.1045 ] Updating mb1-bct with firmware information
[   0.1049 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo readinfo_t234_min_prod.xml.bin
[   0.1065 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[   0.1073 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   0.1077 ] adding BCH for mb1_bct_MB1_aligned.bct
[   0.1092 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.1093 ] Assuming zero filled SBK key
[   0.1102 ] Warning: pub_key.key is not found
[   0.1096 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   0.1104 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1104 ] Error: Skip generating mem_bct because sdram_config is not defined
[   0.1104 ] Copying signatures
[   0.1109 ] tegrahost_v2 --chip 0x23 0 --partitionlayout readinfo_t234_min_prod.xml.bin --updatesig images_list_signed.xml
[   0.1159 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1160 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from images_list
[   0.1160 ] Boot Rom communication
[   0.1167 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[   0.1171 ] BR_CID: 0x80012344705DD40A180000000E028080
[   0.1467 ] Sending bct_br
[   0.1904 ] Sending mb1
[   0.1915 ] Sending psc_bl1
[   0.2073 ] Sending bct_mb1
[   0.2148 ] Boot Rom communication completed
[   0.2179 ] tegrahost_v2 --chip 0x23 0 --align applet_t234_aligned.bin
[   0.2215 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --appendsigheader applet_t234_aligned.bin zerosbk
[   0.2230 ] adding BCH for applet_t234_aligned.bin
[   0.2351 ] tegrasign_v3.py --key None --list applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   0.2352 ] Assuming zero filled SBK key
[   0.2373 ] Warning: pub_key.key is not found
[   0.2373 ] tegrahost_v2 --chip 0x23 0 --updatesigheader applet_t234_aligned_sigheader.bin.encrypt applet_t234_aligned_sigheader.bin.hash zerosbk
[   0.2396 ] Sending mb2_applet...

[   0.2407 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download applet applet_t234_sigheader.bin.encrypt
[   0.2418 ] BL: version 0.32.0.0-t234-54845784-57325615 last_boot_error: 0
[   0.4229 ] Sending applet
[   0.5428 ] completed
[   0.5457 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.5486 ] MB2 Applet version 01.00.0000
[   0.7641 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.7672 ] MB2 Applet version 01.00.0000
[   0.8048 ] Retrieving board information
[   0.8090 ] tegrarcm_v2 --chip 0x23 0 --oem platformdetails chip chip_info.bin
[   0.8119 ] MB2 Applet version 01.00.0000
[   0.8439 ] Saved platform info in chip_info.bin
[   0.8501 ] Chip minor revision: 1
[   0.8503 ] Bootrom revision: 0x7
[   0.8505 ] Ram code: 0x0
[   0.8507 ] Chip sku: 0xd3
[   0.8509 ] Chip Sample: prod
[   0.8523 ] Retrieving EEPROM data
[   0.8524 ] tegrarcm_v2 --oem platformdetails eeprom cvm /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/cvm.bin --chip 0x23 0
[   0.8562 ] MB2 Applet version 01.00.0000
[   0.8902 ] Saved platform info in /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/cvm.bin
[   0.9312 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.9343 ] MB2 Applet version 01.00.0000
[   0.9761 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   0.9790 ] MB2 Applet version 01.00.0000
[   1.0119 ] Dumping customer Info
[   1.0165 ] tegrarcm_v2 --chip 0x23 0 --oem dump bct tmp.bct
[   1.0209 ] MB2 Applet version 01.00.0000
[   1.0564 ] Saved bct in tmp.bct
[   1.0696 ] tegrabct_v2 --brbct tmp.bct --chip 0x23 0 --custinfo /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/custinfo_out.bin
[   1.0729 ] C[   1.0735 ] ustomer data saved in /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/custinfo_out.bin successfully
[   1.0736 ] Rebooting to recovery mode
[   1.0756 ] tegrarcm_v2 --chip 0x23 0 --ismb2
[   1.1111 ] tegrarcm_v2 --chip 0x23 0 --ismb2applet
[   1.1136 ] MB2 Applet version 01.00.0000
[   1.1516 ] Booting to recovery mode
[   1.1555 ] tegrarcm_v2 --chip 0x23 0 --reboot recovery
[   1.1583 ] MB2 Applet version 01.00.0000
Board ID(3767) version(300) sku(0000) revision(H.2)
Chip SKU(00:00:00:D3) ramcode(00:00:00:00) fuselevel(fuselevel_production) board_FAB(300)
emc_opt_disable_fuse:(0)
Copy /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb.rec
copying bctfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-p3767-0000-sdram-l4t.dts)... done.
copying minratchet_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-ratchet-p3767-0000.dts)... done.
copying device_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-device-p3767-0000.dts)... done.
copying misc_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-misc-p3767-0000.dts)... done.
copying pinmux_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-pinmux-p3767-dp-a03.dtsi)... done.
copying gpioint_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-gpioint-p3767-0000.dts)... done.
copying pmic_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-pmic-p3767-0000-a02.dts)... done.
copying pmc_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi)... done.
copying deviceprod_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-cprod-p3767-0000.dts)... done.
copying prod_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-prod-p3767-0000.dts)... done.
copying scr_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb2-bct-scr-p3767-0000.dts)... done.
copying wb0sdram(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-p3767-0000-wb0sdram-l4t.dts)... done.
copying bootrom_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb1-bct-reset-p3767-0000.dts)... done.
Existing uphylane_config(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/tegra234-mb1-bct-uphylane-si.dtsi) reused.
copying dev_params(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-br-bct-p3767-0000-l4t.dts)... done.
copying dev_params_b(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-br-bct_b-p3767-0000-l4t.dts)... done.
copying mb2bct_cfg(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/BCT/tegra234-mb2-bct-misc-p3767-0000.dts)... done.
Existing pscfwfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/pscfw_t234_prod.bin) reused.
Existing pscbl1file(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/psc_bl1_t234_prod.bin) reused.
Existing mtsmcefile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mce_flash_o10_cr_prod.bin) reused.
Existing mb2applet(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/applet_t234.bin) reused.
Existing bootloader(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
copying initrd(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
bl is uefi
Making Boot image... done.
Not signing of boot.img
Making recovery ramdisk for recovery image...
Re-generating recovery ramdisk for recovery image...
/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/ramdisk_tmp /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra
39726 块

gzip: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/Image: not in gzip format
_BASE_KERNEL_VERSION=5.10.104-tegra
65050 块
Making Recovery image...
copying recdtbfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb.rec)... done.
记录了20+0 的读入
记录了20+0 的写出
20字节已复制,0.000213051 s,93.9 kB/s
Existing sosfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing tegraboot(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing cpu_bootloader(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing mb2blfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb2_t234.bin) reused.
Existing xusbfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/xusb_t234_prod.bin) reused.
Existing dcefile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/display-t234-dce.bin) reused.
Existing nvdecfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/nvdec_t234_prod.fw) reused.
Existing psc_rf(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/psc_rf_t234_prod.bin) reused.
Existing mb2_rf(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb2rf_t234.bin) reused.
Existing mb1file(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/mb1_t234_prod.bin) reused.
Existing bpffile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/bpmp_t234-TE990M-A1_prod.bin) reused.
copying bpfdtbfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/tegra234-bpmp-3767-0000-a02-3509-a02.dtb)... done.
Existing scefile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/camera-rtcpu-t234-rce.img) reused.
Existing apefile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/adsp-fw.bin) reused.
Existing spefile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/spe_t234.bin) reused.
Existing wb0boot(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/sc7_t234_prod.bin) reused.
Existing tosfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/tos-optee_t234.img) reused.
Existing eksfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/eks_t234.img) reused.
copying dtbfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb)... done.
Copying nv_boot_control.conf to rootfs
Skip generating system.img
Not signing of kernel-dtb
Existing tbcfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/uefi_jetson.bin) reused.
记录了131072+0 的读入
记录了131072+0 的写出
67108864字节(67 MB,64 MiB)已复制,0.0983551 s,682 MB/s
	Sync'ing esp.img ... done.
copying tbcdtbfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-0000-p3768-0000-a0.dtb)... done.
copying cfgfile(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t234_qspi_sd.xml) to flash.xml... done.
Existing flashapp(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/tegraflash.py) reused.
copying overlay_dtb(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo)... done.
copying overlay_dtb(/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/kernel/dtb/tegra234-p3767-overlay.dtbo)... done.
/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/L4TConfiguration_updated.dts: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
/mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/L4TConfiguration.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
./tegraflash.py  --bl uefi_jetson_with_dtb.bin  --concat_cpubl_bldtb --cpubl uefi_jetson.bin --sdram_config tegra234-p3767-0000-sdram-l4t.dts  --cust_info custinfo_out.bin  --odmdata gbe-uphy-config-8,hsstp-lane-map-3,hsio-uphy-config-0  --overlay_dtb L4TConfiguration.dtbo,tegra234-p3767-overlay.dtbo, --bldtb tegra234-p3767-0000-p3768-0000-a0.dtb --applet mb1_t234_prod.bin --cmd "sign"  --cfg flash.xml --chip 0x23 --minratchet_config tegra234-mb1-bct-ratchet-p3767-0000.dts --device_config tegra234-mb1-bct-device-p3767-0000.dts --misc_config tegra234-mb1-bct-misc-p3767-0000.dts --pinmux_config tegra234-mb1-bct-pinmux-p3767-dp-a03.dtsi --gpioint_config tegra234-mb1-bct-gpioint-p3767-0000.dts --pmic_config tegra234-mb1-bct-pmic-p3767-0000-a02.dts --pmc_config tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi --deviceprod_config tegra234-mb1-bct-cprod-p3767-0000.dts --prod_config tegra234-mb1-bct-prod-p3767-0000.dts --scr_config tegra234-mb2-bct-scr-p3767-0000.dts --wb0sdram_config tegra234-p3767-0000-wb0sdram-l4t.dts --br_cmd_config tegra234-mb1-bct-reset-p3767-0000.dts --uphy tegra234-mb1-bct-uphylane-si.dtsi --dev_params tegra234-br-bct-p3767-0000-l4t.dts,tegra234-br-bct_b-p3767-0000-l4t.dts --mb2bct_cfg tegra234-mb2-bct-misc-p3767-0000.dts  --bins "psc_fw pscfw_t234_prod.bin; mts_mce mce_flash_o10_cr_prod.bin; mb2_applet applet_t234.bin; mb2_bootloader mb2_t234.bin; xusb_fw xusb_t234_prod.bin; dce_fw display-t234-dce.bin; nvdec nvdec_t234_prod.fw; bpmp_fw bpmp_t234-TE990M-A1_prod.bin; bpmp_fw_dtb tegra234-bpmp-3767-0000-a02-3509-a02.dtb; sce_fw camera-rtcpu-sce.img; rce_fw camera-rtcpu-t234-rce.img; ape_fw adsp-fw.bin; spe_fw spe_t234.bin; tos tos-optee_t234.img; eks eks_t234.img; kernel boot.img; kernel_dtb tegra234-p3767-0000-p3768-0000-a0.dtb"  --secondary_gpt_backup  --bct_backup  --boot_chain A  
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.0118 ] tegrasign_v3.py --key None --getmode mode.txt
[   0.0119 ] Assuming zero filled SBK key
[   0.0105 ] Parsing partition layout
[   0.0118 ] tegraparser_v2 --pt flash.xml.tmp
[   0.0152 ] Change tegra234-bpmp-3767-0000-a02-3509-a02.dtb to tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb
[   0.0152 ] Change tegra234-bpmp-3767-0000-a02-3509-a02.dtb to tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb
[   0.0279 ] /usr/bin/python3 dtbcheck.py -c t234 -o tegra234-bpmp-3767-0000-a02-3509-a02_with_odm.dtb tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_tmp.dtb
[   0.2169 ] Concatenating L4TConfiguration.dtbo,tegra234-p3767-overlay.dtbo to tegra234-p3767-0000-p3768-0000-a0_with_odm_overlay.dtb
[   0.2170 ] Concatenating bl dtb to cpubl binary
[   0.2185 ] MB2 binary: mb2_t234.bin
[   0.2185 ] Pre-processing mb2bct config: tegra234-mb2-bct-misc-p3767-0000.dts
[   0.2247 ] Pre-processing mb2bct config: tegra234-mb2-bct-scr-p3767-0000.dts
[   0.5407 ] Generating coldboot mb2-bct
[   0.5408 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct.cfg --mb2bctcfg tegra234-mb2-bct-misc-p3767-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3767-0000_cpp.dtb
[   0.5417 ] WARNING: unknown property 'tfc_version'
[   0.5431 ] WARNING: unknown property 'addr_header_version'
[   0.5531 ] Updating mb2-bct with storage information
[   0.5537 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_cold_boot_bct_MB2.bct --updatestorageinfo flash.xml.bin
[   0.5633 ] Concatenating mb2-bct to mb2 binary
[   0.5633 ] mb2_bin_file = mb2_t234.bin
[   0.5633 ] mb2_bct_file = mb2_cold_boot_bct_MB2.bct
[   0.5661 ] DCE binary: display-t234-dce.bin
[   0.5661 ] Kernel DTB used: kernel_tegra234-p3767-0000-p3768-0000-a0.dtb
[   0.5662 ] Concatenating kernel-dtb to dce-fw binary
[   0.5662 ] dce_bin = display-t234-dce.bin
[   0.5662 ] kernel_dtb = kernel_tegra234-p3767-0000-p3768-0000-a0.dtb
[   0.5662 ] dce_with_dtb = display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0.bin
[   0.5717 ] Update display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0.bin to dce_fw partitions
[   0.5735 ] Parsing partition layout
[   0.5750 ] tegraparser_v2 --pt flash.xml.tmp
[   0.5764 ] Creating list of images to be signed
[   0.5773 ] Generating ratchet blob
[   0.5773 ] Pre-processing config: tegra234-mb1-bct-reset-p3767-0000.dts
[   0.5826 ] Pre-processing config: tegra234-mb1-bct-device-p3767-0000.dts
[   0.5871 ] Pre-processing config: tegra234-mb1-bct-cprod-p3767-0000.dts
[   0.5907 ] Pre-processing config: tegra234-mb1-bct-gpioint-p3767-0000.dts
[   0.5951 ] Pre-processing config: tegra234-mb1-bct-misc-p3767-0000.dts
[   0.6002 ] Pre-processing config: tegra234-mb1-bct-pinmux-p3767-dp-a03.dtsi
[   0.6080 ] Pre-processing config: tegra234-mb1-bct-padvoltage-p3767-dp-a03.dtsi
[   0.6132 ] Pre-processing config: tegra234-mb1-bct-pmic-p3767-0000-a02.dts
[   0.6181 ] Pre-processing config: tegra234-mb1-bct-prod-p3767-0000.dts
[   0.6228 ] Pre-processing config: tegra234-p3767-0000-sdram-l4t.dts
[   1.4331 ] Pre-processing config: tegra234-mb1-bct-uphylane-si.dtsi
[   1.4376 ] Pre-processing config: tegra234-p3767-0000-wb0sdram-l4t.dts
[   2.2515 ] Pre-processing config: tegra234-mb1-bct-ratchet-p3767-0000.dts
[   2.2563 ] Generating coldboot mb1-bct
[   2.2570 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[   2.2576 ] MB1-BCT version: 0.10
[   2.2576 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   2.2580 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   2.2582 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   2.2583 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   2.2584 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   2.2585 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   2.2587 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported
[   2.2588 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported
[   2.2589 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
[   2.2590 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported
[   2.2591 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported
[   2.2592 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported
[   2.2594 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported
[   2.2595 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported
[   2.2596 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
[   2.2597 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported
[   2.2598 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported

[   2.2599 ] Parsing config file :tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb 
[   2.2600 ] Added Platform Config 0 data with size :- 2416

[   2.2616 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb 
[   2.2617 ] WARNING: unknown node 'g2'
[   2.2618 ] WARNING: unknown node 'g2'
[   2.2618 ] WARNING: unknown node 'g9'
[   2.2619 ] WARNING: unknown node 'g9'
[   2.2619 ] Added Platform Config 2 data with size :- 24
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb 
[   2.2621 ] Added Platform Config 4 data with size :- 288
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb 
[   2.2621 ] Added Platform Config 3 data with size :- 52
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb 
[   2.2621 ] WARNING: unknown property 'major'
[   2.2621 ] WARNING: unknown property 'minor'
[   2.2621 ] Added Platform Config 5 data with size :- 500
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb 
[   2.2621 ] WARNING: unknown property 'major'
[   2.2621 ] WARNING: unknown property 'minor'
[   2.2621 ] Added Platform Config 7 data with size :- 380
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb 
[   2.2621 ] Added Platform Config 8 data with size :- 24
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb 
[   2.2621 ] Added Platform Config 9 data with size :- 100
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb 
[   2.2621 ] ModuleCount 0 NumProdNames 0
[   2.2621 ] Added Platform Config 6 data with size :- 16
[   2.2621 ] 
[   2.2621 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb 
[   2.2621 ] 
[   2.2621 ] Updating mb1-bct with firmware information
[   2.2628 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   2.2644 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[   2.2657 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   2.2663 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   2.2682 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   2.2683 ] Assuming zero filled SBK key
[   2.2695 ] Warning: pub_key.key is not found
[   2.2687 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   2.2696 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --ratchet_blob ratchet_blob.bin --list images_list.xml zerosbk
[   2.2703 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   2.2707 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   2.2708 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   2.2729 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   2.2730 ] Header already present for nvdec_t234_prod_aligned.fw
[   2.2740 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[   2.2766 ] adding BCH for xusb_t234_prod_aligned.bin
[   2.2831 ] Header already present for bpmp_t234-TE990M-A1_prod_aligned.bin
[   2.2866 ] adding BCH for tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned.dtb
[   2.2942 ] Header already present for pscfw_t234_prod_aligned.bin
[   2.2964 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[   2.2991 ] Header already present for sc7_t234_prod.bin
[   2.3004 ] Header already present for psc_rf_t234_prod_aligned.bin
[   2.3016 ] adding BCH for mb2rf_t234_aligned.bin
[   2.3025 ] adding BCH for uefi_jetson_with_dtb_aligned.bin
[   2.3080 ] adding BCH for tos-optee_t234_aligned.img
[   2.3548 ] adding BCH for eks_t234_aligned.img
[   2.3696 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned.bin
[   2.4489 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned.bin, ratio = 7%
[   2.4575 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned_blob_w_bin_aligned.bin
[   2.4660 ] adding BCH for spe_t234_aligned.bin
[   2.4713 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[   2.4755 ] adding BCH for adsp-fw_aligned.bin
[   2.4834 ] MB1: Nvheader already present is mb1_t234_prod_aligned.bin
[   2.4892 ] Header already present for mb1_t234_prod_aligned_sigheader.bin
[   2.4893 ] MB1: Nvheader already present is psc_bl1_t234_prod_aligned.bin
[   2.4981 ] Header already present for psc_bl1_t234_prod_aligned_sigheader.bin
[   2.4982 ] Header already present for nvdec_t234_prod_aligned.fw
[   2.4992 ] adding BCH for mb2_t234_with_mb2_cold_boot_bct_MB2_aligned.bin
[   2.5018 ] adding BCH for xusb_t234_prod_aligned.bin
[   2.5081 ] Header already present for bpmp_t234-TE990M-A1_prod_aligned.bin
[   2.5116 ] adding BCH for tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned.dtb
[   2.5192 ] Header already present for pscfw_t234_prod_aligned.bin
[   2.5215 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[   2.5242 ] Header already present for sc7_t234_prod.bin
[   2.5255 ] Header already present for psc_rf_t234_prod_aligned.bin
[   2.5269 ] adding BCH for mb2rf_t234_aligned.bin
[   2.5278 ] adding BCH for uefi_jetson_with_dtb_aligned.bin
[   2.5342 ] adding BCH for tos-optee_t234_aligned.img
[   2.5822 ] adding BCH for eks_t234_aligned.img
[   2.5972 ] INFO: compressing display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned.bin
[   2.6735 ] INFO: complete compression, display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned.bin, ratio = 7%
[   2.6820 ] adding BCH for display-t234-dce_with_kernel_tegra234-p3767-0000-p3768-0000-a0_aligned_blob_w_bin_aligned.bin
[   2.6909 ] adding BCH for spe_t234_aligned.bin
[   2.6965 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[   2.7007 ] adding BCH for adsp-fw_aligned.bin
[   2.7144 ] Filling MB1 storage info
[   2.7144 ] Parsing dev params for multi chains
[   2.7192 ] Generating br-bct
[   2.7199 ] Updating dev and MSS params in BR BCT
[   2.7199 ] tegrabct_v2 --dev_param tegra234-br-bct-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   2.7714 ] Updating bl info
[   2.7721 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[   2.7773 ] Generating br-bct
[   2.7782 ] Updating dev and MSS params in BR BCT
[   2.7783 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   2.8293 ] Updating bl info
[   2.8303 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin
[   2.8314 ] Generating BCT backup image
[   2.8314 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   2.8322 ] 记录了32768+0 的读入
[   2.8510 ] 记录了32768+0 的写出
[   2.8510 ] 32768字节(33 kB,32 KiB)已复制,0.0185282 s,1.8 MB/s
[   2.8510 ] 
[   2.8510 ] Concatenating BCT for chain A to bct_backup.img

[   2.8510 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   2.8518 ] 记录了8192+0 的读入
[   2.8550 ] 记录了8192+0 的写出
[   2.8551 ] 8192字节(8.2 kB,8.0 KiB)已复制,0.00303901 s,2.7 MB/s
[   2.8551 ] 
[   2.8551 ] Concatenating BCT for chain B to bct_backup.img

[   2.8551 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   2.8559 ] 记录了8192+0 的读入
[   2.8591 ] 记录了8192+0 的写出
[   2.8591 ] 8192字节(8.2 kB,8.0 KiB)已复制,0.00303745 s,2.7 MB/s
[   2.8591 ] 
[   2.8591 ] Generating signatures
[   2.8606 ] tegrasign_v3.py --key None --list images_list.xml --pubkeyhash pub_key.key --sha sha512
[   2.8608 ] Assuming zero filled SBK key
[   2.9165 ] Warning: pub_key.key is not found
[   2.9164 ] Parsing dev params for multi chains
[   2.9164 ] Generating br-bct
[   2.9170 ] Updating dev and MSS params in BR BCT
[   2.9171 ] tegrabct_v2 --dev_param tegra234-br-bct-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   2.9681 ] Updating customer data section
[   2.9691 ] tegrabct_v2 --chip 0x23 0 --brbct br_bct_BR.bct --update_custinfo custinfo_out.bin
[   2.9701 ] Updating bl info
[   2.9709 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   2.9725 ] Get Signed section of bct
[   2.9732 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[   2.9739 ] Signing BCT
[   2.9754 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   2.9755 ] Assuming zero filled SBK key
[   2.9774 ] Sha saved in br_bct_BR.sha
[   2.9776 ] Warning: pub_key.key is not found
[   2.9761 ] Updating BCT with signature
[   2.9767 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[   2.9773 ] Offset :4608 Len :3584
[   2.9775 ] Generating SHA2 Hash
[   2.9790 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[   2.9791 ] Assuming zero filled SBK key
[   2.9791 ] Assuming zero filled SBK key
[   2.9810 ] Sha saved in br_bct_BR.sha
[   2.9797 ] Updating BCT with SHA2 Hash
[   2.9804 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[   2.9809 ] Offset :4608 Len :3584
[   2.9810 ] Offset :68 Len :8124
[   2.9811 ] Generating br-bct
[   2.9817 ] Updating dev and MSS params in BR BCT
[   2.9817 ] tegrabct_v2 --dev_param tegra234-br-bct_b-p3767-0000-l4t_cpp.dtb --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --brbct br_bct.cfg --chip 0x23 0
[   3.0331 ] Updating customer data section
[   3.0340 ] tegrabct_v2 --chip 0x23 0 --brbct br_bct_BR.bct --update_custinfo custinfo_out.bin
[   3.0350 ] Updating bl info
[   3.0357 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[   3.0372 ] Get Signed section of bct
[   3.0380 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --listbct bct_list.xml
[   3.0387 ] Signing BCT
[   3.0403 ] tegrasign_v3.py --key None --list bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.0404 ] Assuming zero filled SBK key
[   3.0423 ] Sha saved in br_bct_BR.sha
[   3.0425 ] Warning: pub_key.key is not found
[   3.0410 ] Updating BCT with signature
[   3.0416 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesig bct_list_signed.xml
[   3.0422 ] Offset :4608 Len :3584
[   3.0425 ] Generating SHA2 Hash
[   3.0440 ] tegrasign_v3.py --key None --list bct_list.xml --sha sha512
[   3.0441 ] Assuming zero filled SBK key
[   3.0441 ] Assuming zero filled SBK key
[   3.0459 ] Sha saved in br_bct_BR.sha
[   3.0446 ] Updating BCT with SHA2 Hash
[   3.0452 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x23 0 --updatesha bct_list_signed.xml
[   3.0457 ] Offset :4608 Len :3584
[   3.0460 ] Offset :68 Len :8124
[   3.0460 ] 
[   3.0461 ] Generating BCT backup image
[   3.0461 ] dd if=/dev/zero of=bct_backup.img bs=1 count=32768
[   3.0468 ] 记录了32768+0 的读入
[   3.0664 ] 记录了32768+0 的写出
[   3.0664 ] 32768字节(33 kB,32 KiB)已复制,0.0192207 s,1.7 MB/s
[   3.0664 ] 
[   3.0664 ] Concatenating BCT for chain A to bct_backup.img

[   3.0664 ] dd if=br_bct_BR.bct of=bct_backup.img bs=1 seek=0 conv=notrunc
[   3.0672 ] 记录了8192+0 的读入
[   3.0706 ] 记录了8192+0 的写出
[   3.0706 ] 8192字节(8.2 kB,8.0 KiB)已复制,0.00311478 s,2.6 MB/s
[   3.0706 ] 
[   3.0706 ] Concatenating BCT for chain B to bct_backup.img

[   3.0706 ] dd if=br_bct_b_BR.bct of=bct_backup.img bs=1 seek=16384 conv=notrunc
[   3.0714 ] 记录了8192+0 的读入
[   3.0747 ] 记录了8192+0 的写出
[   3.0747 ] 8192字节(8.2 kB,8.0 KiB)已复制,0.00308836 s,2.7 MB/s
[   3.0747 ] 
[   3.0747 ] Generating coldboot mb1-bct
[   3.0755 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[   3.0762 ] MB1-BCT version: 0.10
[   3.0762 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0765 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0766 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0767 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0769 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0770 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0771 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported
[   3.0772 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported
[   3.0774 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
[   3.0775 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported
[   3.0776 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported
[   3.0778 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported
[   3.0779 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported
[   3.0781 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported
[   3.0782 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
[   3.0783 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported
[   3.0784 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported

[   3.0785 ] Parsing config file :tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb 
[   3.0786 ] Added Platform Config 0 data with size :- 2416

[   3.0805 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb 
[   3.0806 ] WARNING: unknown node 'g2'
[   3.0806 ] WARNING: unknown node 'g2'
[   3.0807 ] WARNING: unknown node 'g9'
[   3.0807 ] WARNING: unknown node 'g9'
[   3.0808 ] Added Platform Config 2 data with size :- 24
[   3.0808 ] 
[   3.0808 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb 
[   3.0808 ] Added Platform Config 4 data with size :- 288
[   3.0808 ] 
[   3.0808 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb 
[   3.0808 ] Added Platform Config 3 data with size :- 52
[   3.0808 ] 
[   3.0808 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb 
[   3.0808 ] WARNING: unknown property 'major'
[   3.0808 ] WARNING: unknown property 'minor'
[   3.0809 ] Added Platform Config 5 data with size :- 500
[   3.0809 ] 
[   3.0809 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb 
[   3.0809 ] WARNING: unknown property 'major'
[   3.0809 ] WARNING: unknown property 'minor'
[   3.0809 ] Added Platform Config 7 data with size :- 380
[   3.0809 ] 
[   3.0809 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb 
[   3.0809 ] Added Platform Config 8 data with size :- 24
[   3.0809 ] 
[   3.0809 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb 
[   3.0809 ] Added Platform Config 9 data with size :- 100
[   3.0809 ] 
[   3.0809 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb 
[   3.0809 ] ModuleCount 0 NumProdNames 0
[   3.0809 ] Added Platform Config 6 data with size :- 16
[   3.0809 ] 
[   3.0809 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb 
[   3.0809 ] 
[   3.0809 ] Updating mb1-bct with firmware information
[   3.0815 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[   3.0834 ] tegrahost_v2 --chip 0x23 0 --align mb1_cold_boot_bct_MB1_aligned.bct
[   3.0848 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_cold_boot_bct_MB1_aligned.bct zerosbk
[   3.0854 ] adding BCH for mb1_cold_boot_bct_MB1_aligned.bct
[   3.0875 ] tegrasign_v3.py --key None --list mb1_cold_boot_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.0876 ] Assuming zero filled SBK key
[   3.0887 ] Warning: pub_key.key is not found
[   3.0880 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_cold_boot_bct_MB1_aligned_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   3.0889 ] Generating recovery mb1-bct
[   3.0895 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct.cfg --misc tegra234-mb1-bct-misc-p3767-0000_cpp.dtb --wb0sdram tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb --pinmux tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb --pmc tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb --pmic tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb --brcommand tegra234-mb1-bct-reset-p3767-0000_cpp.dtb --prod tegra234-mb1-bct-prod-p3767-0000_cpp.dtb --gpioint tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb --uphy tegra234-mb1-bct-uphylane-si_cpp.dtb --device tegra234-mb1-bct-device-p3767-0000_cpp.dtb --deviceprod tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb --minratchet tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb --ratchet_blob ratchet_blob.bin
[   3.0901 ] MB1-BCT version: 0.10
[   3.0902 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0905 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0906 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED5/ is not supported
[   3.0907 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0909 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0910 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_MCE_COVERAGE/ is not supported
[   3.0911 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported
[   3.0912 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported
[   3.0914 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported
[   3.0915 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported
[   3.0916 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported
[   3.0917 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported
[   3.0918 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported
[   3.0920 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported
[   3.0921 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported
[   3.0922 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported
[   3.0923 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported

[   3.0924 ] Parsing config file :tegra234-mb1-bct-pinmux-p3767-dp-a03_cpp.dtb 
[   3.0925 ] Added Platform Config 0 data with size :- 2416

[   3.0942 ] Parsing config file :tegra234-mb1-bct-padvoltage-p3767-dp-a03_cpp.dtb 
[   3.0943 ] WARNING: unknown node 'g2'
[   3.0944 ] WARNING: unknown node 'g2'
[   3.0944 ] WARNING: unknown node 'g9'
[   3.0944 ] WARNING: unknown node 'g9'
[   3.0945 ] Added Platform Config 2 data with size :- 24
[   3.0945 ] 
[   3.0945 ] Parsing config file :tegra234-mb1-bct-pmic-p3767-0000-a02_cpp.dtb 
[   3.0945 ] Added Platform Config 4 data with size :- 288
[   3.0945 ] 
[   3.0945 ] Parsing config file :tegra234-mb1-bct-reset-p3767-0000_cpp.dtb 
[   3.0946 ] Added Platform Config 3 data with size :- 52
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-prod-p3767-0000_cpp.dtb 
[   3.0946 ] WARNING: unknown property 'major'
[   3.0946 ] WARNING: unknown property 'minor'
[   3.0946 ] Added Platform Config 5 data with size :- 500
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-gpioint-p3767-0000_cpp.dtb 
[   3.0946 ] WARNING: unknown property 'major'
[   3.0946 ] WARNING: unknown property 'minor'
[   3.0946 ] Added Platform Config 7 data with size :- 380
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-uphylane-si_cpp.dtb 
[   3.0946 ] Added Platform Config 8 data with size :- 24
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-device-p3767-0000_cpp.dtb 
[   3.0946 ] Added Platform Config 9 data with size :- 100
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-cprod-p3767-0000_cpp.dtb 
[   3.0946 ] ModuleCount 0 NumProdNames 0
[   3.0946 ] Added Platform Config 6 data with size :- 16
[   3.0946 ] 
[   3.0946 ] Parsing config file :tegra234-mb1-bct-ratchet-p3767-0000_cpp.dtb 
[   3.0946 ] 
[   3.0946 ] Updating mb1-bct with firmware information
[   3.0953 ] tegrabct_v2 --chip 0x23 0 --mb1bct mb1_bct_MB1.bct --recov --updatefwinfo flash.xml.bin
[   3.0968 ] tegrahost_v2 --chip 0x23 0 --align mb1_bct_MB1_aligned.bct
[   3.0979 ] tegrahost_v2 --chip 0x23 0 --magicid MBCT --ratchet_blob ratchet_blob.bin --appendsigheader mb1_bct_MB1_aligned.bct zerosbk
[   3.0985 ] adding BCH for mb1_bct_MB1_aligned.bct
[   3.1004 ] tegrasign_v3.py --key None --list mb1_bct_MB1_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.1005 ] Assuming zero filled SBK key
[   3.1015 ] Warning: pub_key.key is not found
[   3.1008 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb1_bct_MB1_aligned_sigheader.bct.encrypt mb1_bct_MB1_aligned_sigheader.bct.hash zerosbk
[   3.1016 ] Generating coldboot mem-bct
[   3.1022 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb --membct tegra234-p3767-0000-sdram-l4t_cpp_1.bct tegra234-p3767-0000-sdram-l4t_cpp_2.bct tegra234-p3767-0000-sdram-l4t_cpp_3.bct tegra234-p3767-0000-sdram-l4t_cpp_4.bct
[   3.1027 ]  packing sdram params with Wb0 file tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb
[   3.1540 ] Packing sdram param for instance[0]
[   3.1540 ] Packing sdram param for instance[1]
[   3.1541 ] Packing sdram param for instance[2]
[   3.1541 ] Packing sdram param for instance[3]
[   3.1542 ] Packing sdram param for instance[4]
[   3.1543 ] Packing sdram param for instance[5]
[   3.1543 ] Packing sdram param for instance[6]
[   3.1544 ] Packing sdram param for instance[7]
[   3.1545 ] Packing sdram param for instance[8]
[   3.1545 ] Packing sdram param for instance[9]
[   3.1546 ] Packing sdram param for instance[10]
[   3.1546 ] Packing sdram param for instance[11]
[   3.1547 ] Packing sdram param for instance[12]
[   3.1548 ] Packing sdram param for instance[13]
[   3.1548 ] Packing sdram param for instance[14]
[   3.1549 ] Packing sdram param for instance[15]
[   3.2044 ] Getting sector size from pt
[   3.2052 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[   3.2059 ] BlockSize read from layout is 0x200

[   3.2066 ] tegrahost_v2 --chip 0x23 0 --blocksize 512 --magicid MEMB --addsigheader_multi tegra234-p3767-0000-sdram-l4t_cpp_1.bct tegra234-p3767-0000-sdram-l4t_cpp_2.bct tegra234-p3767-0000-sdram-l4t_cpp_3.bct tegra234-p3767-0000-sdram-l4t_cpp_4.bct
[   3.2073 ] Binary 0 length is 58752
[   3.2074 ] Binary 0 align length is 58880
[   3.2077 ] Binary 1 length is 58752
[   3.2078 ] Binary 1 align length is 58880
[   3.2081 ] Binary 2 length is 58752
[   3.2082 ] Binary 2 align length is 58880
[   3.2085 ] Binary 3 length is 58752
[   3.2085 ] Binary 3 align length is 58880
[   3.2089 ] Buffer length is 235520
[   3.2089 ] adding BCH for tegra234-p3767-0000-sdram-l4t_cpp_1.bct
[   3.2090 ] new length is 243712
[   3.2100 ] tegrahost_v2 --chip 0x23 0 --align mem_coldboot_aligned.bct
[   3.2115 ] tegrahost_v2 --chip 0x23 0 --magicid MEMB --ratchet_blob ratchet_blob.bin --appendsigheader mem_coldboot_aligned.bct zerosbk
[   3.2122 ] Header already present for mem_coldboot_aligned.bct
[   3.2141 ] tegrasign_v3.py --key None --list mem_coldboot_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.2143 ] Assuming zero filled SBK key
[   3.2155 ] Warning: pub_key.key is not found
[   3.2148 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_coldboot_aligned_sigheader.bct.encrypt mem_coldboot_aligned_sigheader.bct.hash zerosbk
[   3.2159 ] Generating recovery mem-bct
[   3.2166 ] tegrabct_v2 --chip 0x23 0 --sdram tegra234-p3767-0000-sdram-l4t_cpp.dtb --wb0sdram tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb --membct tegra234-p3767-0000-sdram-l4t_cpp_1.bct tegra234-p3767-0000-sdram-l4t_cpp_2.bct tegra234-p3767-0000-sdram-l4t_cpp_3.bct tegra234-p3767-0000-sdram-l4t_cpp_4.bct
[   3.2171 ]  packing sdram params with Wb0 file tegra234-p3767-0000-wb0sdram-l4t_cpp.dtb
[   3.2675 ] Packing sdram param for instance[0]
[   3.2676 ] Packing sdram param for instance[1]
[   3.2676 ] Packing sdram param for instance[2]
[   3.2677 ] Packing sdram param for instance[3]
[   3.2677 ] Packing sdram param for instance[4]
[   3.2678 ] Packing sdram param for instance[5]
[   3.2678 ] Packing sdram param for instance[6]
[   3.2679 ] Packing sdram param for instance[7]
[   3.2680 ] Packing sdram param for instance[8]
[   3.2680 ] Packing sdram param for instance[9]
[   3.2681 ] Packing sdram param for instance[10]
[   3.2681 ] Packing sdram param for instance[11]
[   3.2682 ] Packing sdram param for instance[12]
[   3.2682 ] Packing sdram param for instance[13]
[   3.2683 ] Packing sdram param for instance[14]
[   3.2684 ] Packing sdram param for instance[15]
[   3.3170 ] Reading ramcode from backup chip_info.bin file
[   3.3170 ] RAMCODE Read from Device: 0

[   3.3170 ] Using ramcode 0
[   3.3170 ] Disabled BPMP dtb trim, using default dtb
[   3.3170 ] 
[   3.3180 ] tegrahost_v2 --chip 0x23 0 --align mem_rcm_aligned.bct
[   3.3195 ] tegrahost_v2 --chip 0x23 0 --magicid MEM0 --ratchet_blob ratchet_blob.bin --appendsigheader mem_rcm_aligned.bct zerosbk
[   3.3201 ] adding BCH for mem_rcm_aligned.bct
[   3.3227 ] tegrasign_v3.py --key None --list mem_rcm_aligned_sigheader.bct_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.3228 ] Assuming zero filled SBK key
[   3.3240 ] Warning: pub_key.key is not found
[   3.3234 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mem_rcm_aligned_sigheader.bct.encrypt mem_rcm_aligned_sigheader.bct.hash zerosbk
[   3.3243 ] Copying signatures
[   3.3250 ] tegrahost_v2 --chip 0x23 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[   3.3507 ] tegraparser_v2 --generategpt --pt flash.xml.bin
[   3.3515 ] gpt_secondary_3_0.bin:
[   3.3515 ] partition_id	partition_name			      StartingLba	EndingLba
[   3.3516 ]            1	BCT                                 	       0    2047
[   3.3517 ]            2	A_mb1                               	    2048    3071
[   3.3518 ]            3	A_psc_bl1                           	    3072    3583
[   3.3519 ]            4	A_MB1_BCT                           	    3584    3839
[   3.3520 ]            5	A_MEM_BCT                           	    3840    4351
[   3.3521 ]            6	A_tsec-fw                           	    4352    6399
[   3.3523 ]            7	A_nvdec                             	    6400    8447
[   3.3524 ]            8	A_mb2                               	    8448    9471
[   3.3525 ]            9	A_xusb-fw                           	    9472    9983
[   3.3526 ]           10	A_bpmp-fw                           	    9984   13055
[   3.3527 ]           11	A_bpmp-fw-dtb                       	   13056   21247
[   3.3529 ]           12	A_psc-fw                            	   21248   22783
[   3.3529 ]           13	A_mts-mce                           	   22784   23807
[   3.3529 ]           14	A_sc7                               	   23808   24191
[   3.3529 ]           15	A_pscrf                             	   24192   24575
[   3.3529 ]           16	A_mb2rf                             	   24576   24831
[   3.3529 ]           17	A_cpu-bootloader                    	   24832   31999
[   3.3529 ]           18	A_secure-os                         	   32000   40191
[   3.3529 ]           19	A_smm-fw                            	   40192   44287
[   3.3529 ]           20	A_eks                               	   44288   44799
[   3.3529 ]           21	A_dce-fw                            	   44800   55039
[   3.3529 ]           22	A_spe-fw                            	   55040   56191
[   3.3529 ]           23	A_rce-fw                            	   56192   58239
[   3.3529 ]           24	A_adsp-fw                           	   58240   62335
[   3.3529 ]           25	A_reserved_on_boot                  	   62336   65023
[   3.3529 ]           26	B_mb1                               	   65024   66047
[   3.3529 ]           27	B_psc_bl1                           	   66048   66559
[   3.3529 ]           28	B_MB1_BCT                           	   66560   66815
[   3.3529 ]           29	B_MEM_BCT                           	   66816   67327
[   3.3529 ]           30	B_tsec-fw                           	   67328   69375
[   3.3529 ]           31	B_nvdec                             	   69376   71423
[   3.3529 ]           32	B_mb2                               	   71424   72447
[   3.3529 ]           33	B_xusb-fw                           	   72448   72959
[   3.3529 ]           34	B_bpmp-fw                           	   72960   76031
[   3.3529 ]           35	B_bpmp-fw-dtb                       	   76032   84223
[   3.3529 ]           36	B_psc-fw                            	   84224   85759
[   3.3529 ]           37	B_mts-mce                           	   85760   86783
[   3.3529 ]           38	B_sc7                               	   86784   87167
[   3.3529 ]           39	B_pscrf                             	   87168   87551
[   3.3529 ]           40	B_mb2rf                             	   87552   87807
[   3.3529 ]           41	B_cpu-bootloader                    	   87808   94975
[   3.3529 ]           42	B_secure-os                         	   94976  103167
[   3.3529 ]           43	B_smm-fw                            	  103168  107263
[   3.3529 ]           44	B_eks                               	  107264  107775
[   3.3529 ]           45	B_dce-fw                            	  107776  118015
[   3.3529 ]           46	B_spe-fw                            	  118016  119167
[   3.3529 ]           47	B_rce-fw                            	  119168  121215
[   3.3529 ]           48	B_adsp-fw                           	  121216  125311
[   3.3529 ]           49	B_reserved_on_boot                  	  125312  127999
[   3.3529 ]           50	uefi_variables                      	  128000  128511
[   3.3529 ]           51	uefi_ftw                            	  128512  129535
[   3.3529 ]           52	worm                                	  129920  130303
[   3.3529 ]           53	BCT-boot-chain_backup               	  130304  130431
[   3.3529 ]           54	reserved_partition                  	  130432  130559
[   3.3529 ]           55	secondary_gpt_backup                	  130560  130687
[   3.3529 ]           56	B_VER                               	  130688  130815
[   3.3529 ]           57	A_VER                               	  130816  130943
[   3.3529 ] gpt_primary_6_0.bin:
[   3.3529 ] partition_id	partition_name			      StartingLba	EndingLba
[   3.3529 ]            1	APP                                 	 3050048118393407
[   3.3529 ]            2	A_kernel                            	      40  262183
[   3.3529 ]            3	A_kernel-dtb                        	  262184  263719
[   3.3529 ]            4	A_reserved_on_user                  	  263720  328487
[   3.3530 ]            5	B_kernel                            	  328488  590631
[   3.3530 ]            6	B_kernel-dtb                        	  590632  592167
[   3.3530 ]            7	B_reserved_on_user                  	  592168  656935
[   3.3530 ]            8	recovery                            	  656936  820775
[   3.3530 ]            9	recovery-dtb                        	  820776  821799
[   3.3530 ]           10	esp                                 	  821800  952871
[   3.3530 ]           11	recovery_alt                        	  952872 1116711
[   3.3530 ]           12	recovery-dtb_alt                    	 1116712 1117735
[   3.3530 ]           13	esp_alt                             	 1117736 1248807
[   3.3530 ]           14	reserved                            	 1248808 3050023
[   3.3530 ] gpt_secondary_6_0.bin:
[   3.3530 ] partition_id	partition_name			      StartingLba	EndingLba
[   3.3530 ]            1	APP                                 	 3050048118393407
[   3.3530 ]            2	A_kernel                            	      40  262183
[   3.3530 ]            3	A_kernel-dtb                        	  262184  263719
[   3.3530 ]            4	A_reserved_on_user                  	  263720  328487
[   3.3530 ]            5	B_kernel                            	  328488  590631
[   3.3530 ]            6	B_kernel-dtb                        	  590632  592167
[   3.3530 ]            7	B_reserved_on_user                  	  592168  656935
[   3.3530 ]            8	recovery                            	  656936  820775
[   3.3530 ]            9	recovery-dtb                        	  820776  821799
[   3.3530 ]           10	esp                                 	  821800  952871
[   3.3530 ]           11	recovery_alt                        	  952872 1116711
[   3.3530 ]           12	recovery-dtb_alt                    	 1116712 1117735
[   3.3530 ]           13	esp_alt                             	 1117736 1248807
[   3.3530 ]           14	reserved                            	 1248808 3050023
[   3.3530 ] 
[   3.3545 ] Get magic id
[   3.3552 ] tegraparser_v2 --get_magic psc_fw
[   3.3556 ] PFWP
[   3.3557 ] partition type psc_fw, magic id = PFWP
[   3.3567 ] tegrahost_v2 --chip 0x23 0 --align pscfw_t234_prod_aligned.bin
[   3.3579 ] tegrahost_v2 --chip 0x23 0 --magicid PFWP --ratchet_blob ratchet_blob.bin --appendsigheader pscfw_t234_prod_aligned.bin zerosbk
[   3.3585 ] Header already present for pscfw_t234_prod_aligned.bin
[   3.3631 ] tegrasign_v3.py --key None --list pscfw_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.3633 ] Assuming zero filled SBK key
[   3.3647 ] Warning: pub_key.key is not found
[   3.3641 ] tegrahost_v2 --chip 0x23 0 --updatesigheader pscfw_t234_prod_aligned_sigheader.bin.encrypt pscfw_t234_prod_aligned_sigheader.bin.hash zerosbk
[   3.3655 ] Get magic id
[   3.3662 ] tegraparser_v2 --get_magic mts_mce
[   3.3669 ] MTSM
[   3.3669 ] 
[   3.3669 ] partition type mts_mce, magic id = MTSM
[   3.3678 ] tegrahost_v2 --chip 0x23 0 --align mce_flash_o10_cr_prod_aligned.bin
[   3.3689 ] tegrahost_v2 --chip 0x23 0 --magicid MTSM --ratchet_blob ratchet_blob.bin --appendsigheader mce_flash_o10_cr_prod_aligned.bin zerosbk
[   3.3695 ] Header already present for mce_flash_o10_cr_prod_aligned.bin
[   3.3728 ] tegrasign_v3.py --key None --list mce_flash_o10_cr_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.3729 ] Assuming zero filled SBK key
[   3.3740 ] Warning: pub_key.key is not found
[   3.3732 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mce_flash_o10_cr_prod_aligned_sigheader.bin.encrypt mce_flash_o10_cr_prod_aligned_sigheader.bin.hash zerosbk
[   3.3742 ] Get magic id
[   3.3749 ] tegraparser_v2 --get_magic mb2_applet
[   3.3754 ] MB2A
[   3.3755 ] partition type mb2_applet, magic id = MB2A
[   3.3762 ] tegrahost_v2 --chip 0x23 0 --align applet_t234_aligned.bin
[   3.3773 ] tegrahost_v2 --chip 0x23 0 --magicid MB2A --ratchet_blob ratchet_blob.bin --appendsigheader applet_t234_aligned.bin zerosbk
[   3.3779 ] adding BCH for applet_t234_aligned.bin
[   3.3834 ] tegrasign_v3.py --key None --list applet_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.3835 ] Assuming zero filled SBK key
[   3.3848 ] Warning: pub_key.key is not found
[   3.3840 ] tegrahost_v2 --chip 0x23 0 --updatesigheader applet_t234_aligned_sigheader.bin.encrypt applet_t234_aligned_sigheader.bin.hash zerosbk
[   3.3857 ] Generating recovery mb2-bct
[   3.3857 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct.cfg --recov --mb2bctcfg tegra234-mb2-bct-misc-p3767-0000_cpp.dtb --scr tegra234-mb2-bct-scr-p3767-0000_cpp.dtb
[   3.3863 ] WARNING: unknown property 'tfc_version'
[   3.3874 ] WARNING: unknown property 'addr_header_version'
[   3.3975 ] Updating mb2-bct with storage information for RCM
[   3.3984 ] tegrabct_v2 --chip 0x23 0 --mb2bct mb2_bct_MB2.bct --updatestorageinfo flash.xml.bin
[   3.3993 ] Concatenating mb2-bct to mb2 binary
[   3.3993 ] mb2_bin_file = mb2_t234.bin
[   3.3993 ] mb2_bct_file = mb2_bct_MB2.bct
[   3.3996 ] Get magic id
[   3.4002 ] tegraparser_v2 --get_magic mb2_bootloader
[   3.4007 ] MB2B
[   3.4008 ] partition type mb2_bootloader, magic id = MB2B
[   3.4016 ] tegrahost_v2 --chip 0x23 0 --align mb2_t234_with_mb2_bct_MB2_aligned.bin
[   3.4029 ] tegrahost_v2 --chip 0x23 0 --magicid MB2B --ratchet_blob ratchet_blob.bin --appendsigheader mb2_t234_with_mb2_bct_MB2_aligned.bin zerosbk
[   3.4033 ] adding BCH for mb2_t234_with_mb2_bct_MB2_aligned.bin
[   3.4113 ] tegrasign_v3.py --key None --list mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.4114 ] Assuming zero filled SBK key
[   3.4130 ] Warning: pub_key.key is not found
[   3.4124 ] tegrahost_v2 --chip 0x23 0 --updatesigheader mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.encrypt mb2_t234_with_mb2_bct_MB2_aligned_sigheader.bin.hash zerosbk
[   3.4138 ] Get magic id
[   3.4146 ] tegraparser_v2 --get_magic xusb_fw
[   3.4154 ] XUSB
[   3.4154 ] 
[   3.4154 ] partition type xusb_fw, magic id = XUSB
[   3.4163 ] tegrahost_v2 --chip 0x23 0 --align xusb_t234_prod_aligned.bin
[   3.4174 ] tegrahost_v2 --chip 0x23 0 --magicid XUSB --ratchet_blob ratchet_blob.bin --appendsigheader xusb_t234_prod_aligned.bin zerosbk
[   3.4179 ] adding BCH for xusb_t234_prod_aligned.bin
[   3.4219 ] tegrasign_v3.py --key None --list xusb_t234_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.4220 ] Assuming zero filled SBK key
[   3.4233 ] Warning: pub_key.key is not found
[   3.4226 ] tegrahost_v2 --chip 0x23 0 --updatesigheader xusb_t234_prod_aligned_sigheader.bin.encrypt xusb_t234_prod_aligned_sigheader.bin.hash zerosbk
[   3.4238 ] Get magic id
[   3.4244 ] tegraparser_v2 --get_magic dce_fw
[   3.4250 ] DCEF
[   3.4250 ] 
[   3.4250 ] partition type dce_fw, magic id = DCEF
[   3.4296 ] tegrahost_v2 --chip 0x23 0 --align display-t234-dce_aligned.bin
[   3.4311 ] tegrahost_v2 --chip 0x23 0 --magicid DCEF --ratchet_blob ratchet_blob.bin --appendsigheader display-t234-dce_aligned.bin zerosbk
[   3.4317 ] adding BCH for display-t234-dce_aligned.bin
[   3.5637 ] tegrasign_v3.py --key None --list display-t234-dce_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.5638 ] Assuming zero filled SBK key
[   3.5767 ] Warning: pub_key.key is not found
[   3.5763 ] tegrahost_v2 --chip 0x23 0 --updatesigheader display-t234-dce_aligned_sigheader.bin.encrypt display-t234-dce_aligned_sigheader.bin.hash zerosbk
[   3.5886 ] Get magic id
[   3.5898 ] tegraparser_v2 --get_magic nvdec
[   3.5907 ] NDEC
[   3.5907 ] 
[   3.5907 ] partition type nvdec, magic id = NDEC
[   3.5919 ] tegrahost_v2 --chip 0x23 0 --align nvdec_t234_prod_aligned.fw
[   3.5934 ] tegrahost_v2 --chip 0x23 0 --magicid NDEC --ratchet_blob ratchet_blob.bin --appendsigheader nvdec_t234_prod_aligned.fw zerosbk
[   3.5941 ] Header already present for nvdec_t234_prod_aligned.fw
[   3.5981 ] tegrasign_v3.py --key None --list nvdec_t234_prod_aligned_sigheader.fw_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.5982 ] Assuming zero filled SBK key
[   3.5996 ] Warning: pub_key.key is not found
[   3.5989 ] tegrahost_v2 --chip 0x23 0 --updatesigheader nvdec_t234_prod_aligned_sigheader.fw.encrypt nvdec_t234_prod_aligned_sigheader.fw.hash zerosbk
[   3.6002 ] Get magic id
[   3.6010 ] tegraparser_v2 --get_magic bpmp_fw
[   3.6016 ] BPMF
[   3.6017 ] partition type bpmp_fw, magic id = BPMF
[   3.6030 ] tegrahost_v2 --chip 0x23 0 --align bpmp_t234-TE990M-A1_prod_aligned.bin
[   3.6043 ] tegrahost_v2 --chip 0x23 0 --magicid BPMF --ratchet_blob ratchet_blob.bin --appendsigheader bpmp_t234-TE990M-A1_prod_aligned.bin zerosbk
[   3.6051 ] Header already present for bpmp_t234-TE990M-A1_prod_aligned.bin
[   3.6151 ] tegrasign_v3.py --key None --list bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6153 ] Assuming zero filled SBK key
[   3.6174 ] Warning: pub_key.key is not found
[   3.6167 ] tegrahost_v2 --chip 0x23 0 --updatesigheader bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin.encrypt bpmp_t234-TE990M-A1_prod_aligned_sigheader.bin.hash zerosbk
[   3.6189 ] Using bpmp-dtb concatenated with odmdata
[   3.6189 ] Get magic id
[   3.6195 ] tegraparser_v2 --get_magic bpmp_fw_dtb
[   3.6202 ] BPMD
[   3.6202 ] 
[   3.6202 ] partition type bpmp_fw_dtb, magic id = BPMD
[   3.6211 ] tegrahost_v2 --chip 0x23 0 --align tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned.dtb
[   3.6227 ] tegrahost_v2 --chip 0x23 0 --magicid BPMD --ratchet_blob ratchet_blob.bin --appendsigheader tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned.dtb zerosbk
[   3.6234 ] adding BCH for tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned.dtb
[   3.6270 ] tegrasign_v3.py --key None --list tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned_sigheader.dtb_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6271 ] Assuming zero filled SBK key
[   3.6285 ] Warning: pub_key.key is not found
[   3.6278 ] tegrahost_v2 --chip 0x23 0 --updatesigheader tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned_sigheader.dtb.encrypt tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_aligned_sigheader.dtb.hash zerosbk
[   3.6290 ] Get magic id
[   3.6296 ] tegraparser_v2 --get_magic sce_fw
[   3.6303 ] SCEF
[   3.6304 ] 
[   3.6304 ] partition type sce_fw, magic id = SCEF
[   3.6313 ] tegrahost_v2 --chip 0x23 0 --align camera-rtcpu-sce_aligned.img
[   3.6324 ] tegrahost_v2 --chip 0x23 0 --magicid SCEF --ratchet_blob ratchet_blob.bin --appendsigheader camera-rtcpu-sce_aligned.img zerosbk
[   3.6329 ] adding BCH for camera-rtcpu-sce_aligned.img
[   3.6369 ] tegrasign_v3.py --key None --list camera-rtcpu-sce_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6370 ] Assuming zero filled SBK key
[   3.6382 ] Warning: pub_key.key is not found
[   3.6376 ] tegrahost_v2 --chip 0x23 0 --updatesigheader camera-rtcpu-sce_aligned_sigheader.img.encrypt camera-rtcpu-sce_aligned_sigheader.img.hash zerosbk
[   3.6386 ] Get magic id
[   3.6394 ] tegraparser_v2 --get_magic rce_fw
[   3.6400 ] RCEF
[   3.6400 ] partition type rce_fw, magic id = RCEF
[   3.6411 ] tegrahost_v2 --chip 0x23 0 --align camera-rtcpu-t234-rce_aligned.img
[   3.6424 ] tegrahost_v2 --chip 0x23 0 --magicid RCEF --ratchet_blob ratchet_blob.bin --appendsigheader camera-rtcpu-t234-rce_aligned.img zerosbk
[   3.6432 ] adding BCH for camera-rtcpu-t234-rce_aligned.img
[   3.6526 ] tegrasign_v3.py --key None --list camera-rtcpu-t234-rce_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6527 ] Assuming zero filled SBK key
[   3.6544 ] Warning: pub_key.key is not found
[   3.6535 ] tegrahost_v2 --chip 0x23 0 --updatesigheader camera-rtcpu-t234-rce_aligned_sigheader.img.encrypt camera-rtcpu-t234-rce_aligned_sigheader.img.hash zerosbk
[   3.6552 ] Get magic id
[   3.6559 ] tegraparser_v2 --get_magic ape_fw
[   3.6567 ] APEF
[   3.6567 ] 
[   3.6567 ] partition type ape_fw, magic id = APEF
[   3.6576 ] tegrahost_v2 --chip 0x23 0 --align adsp-fw_aligned.bin
[   3.6590 ] tegrahost_v2 --chip 0x23 0 --magicid APEF --ratchet_blob ratchet_blob.bin --appendsigheader adsp-fw_aligned.bin zerosbk
[   3.6595 ] adding BCH for adsp-fw_aligned.bin
[   3.6670 ] tegrasign_v3.py --key None --list adsp-fw_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6671 ] Assuming zero filled SBK key
[   3.6686 ] Warning: pub_key.key is not found
[   3.6679 ] tegrahost_v2 --chip 0x23 0 --updatesigheader adsp-fw_aligned_sigheader.bin.encrypt adsp-fw_aligned_sigheader.bin.hash zerosbk
[   3.6692 ] Get magic id
[   3.6699 ] tegraparser_v2 --get_magic spe_fw
[   3.6706 ] SPEF
[   3.6706 ] 
[   3.6706 ] partition type spe_fw, magic id = SPEF
[   3.6715 ] tegrahost_v2 --chip 0x23 0 --align spe_t234_aligned.bin
[   3.6727 ] tegrahost_v2 --chip 0x23 0 --magicid SPEF --ratchet_blob ratchet_blob.bin --appendsigheader spe_t234_aligned.bin zerosbk
[   3.6733 ] adding BCH for spe_t234_aligned.bin
[   3.6790 ] tegrasign_v3.py --key None --list spe_t234_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.6791 ] Assuming zero filled SBK key
[   3.6805 ] Warning: pub_key.key is not found
[   3.6799 ] tegrahost_v2 --chip 0x23 0 --updatesigheader spe_t234_aligned_sigheader.bin.encrypt spe_t234_aligned_sigheader.bin.hash zerosbk
[   3.6811 ] Get magic id
[   3.6818 ] tegraparser_v2 --get_magic tos
[   3.6825 ] TOSB
[   3.6825 ] 
[   3.6825 ] partition type tos, magic id = TOSB
[   3.6838 ] tegrahost_v2 --chip 0x23 0 --align tos-optee_t234_aligned.img
[   3.6849 ] tegrahost_v2 --chip 0x23 0 --magicid TOSB --ratchet_blob ratchet_blob.bin --appendsigheader tos-optee_t234_aligned.img zerosbk
[   3.6855 ] adding BCH for tos-optee_t234_aligned.img
[   3.7037 ] tegrasign_v3.py --key None --list tos-optee_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.7038 ] Assuming zero filled SBK key
[   3.7060 ] Warning: pub_key.key is not found
[   3.7053 ] tegrahost_v2 --chip 0x23 0 --updatesigheader tos-optee_t234_aligned_sigheader.img.encrypt tos-optee_t234_aligned_sigheader.img.hash zerosbk
[   3.7075 ] Get magic id
[   3.7082 ] tegraparser_v2 --get_magic eks
[   3.7090 ] EKSB
[   3.7090 ] 
[   3.7090 ] partition type eks, magic id = EKSB
[   3.7098 ] tegrahost_v2 --chip 0x23 0 --align eks_t234_aligned.img
[   3.7112 ] tegrahost_v2 --chip 0x23 0 --magicid EKSB --ratchet_blob ratchet_blob.bin --appendsigheader eks_t234_aligned.img zerosbk
[   3.7118 ] adding BCH for eks_t234_aligned.img
[   3.7136 ] tegrasign_v3.py --key None --list eks_t234_aligned_sigheader.img_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.7137 ] Assuming zero filled SBK key
[   3.7149 ] Warning: pub_key.key is not found
[   3.7141 ] tegrahost_v2 --chip 0x23 0 --updatesigheader eks_t234_aligned_sigheader.img.encrypt eks_t234_aligned_sigheader.img.hash zerosbk
[   3.7171 ] tegrahost_v2 --chip 0x23 0 --align uefi_jetson_with_dtb_aligned.bin
[   3.7185 ] tegrahost_v2 --chip 0x23 0 --magicid CPBL --ratchet_blob ratchet_blob.bin --appendsigheader uefi_jetson_with_dtb_aligned.bin zerosbk
[   3.7191 ] adding BCH for uefi_jetson_with_dtb_aligned.bin
[   3.7666 ] tegrasign_v3.py --key None --list uefi_jetson_with_dtb_aligned_sigheader.bin_list.xml --pubkeyhash pub_key.key --sha sha512
[   3.7667 ] Assuming zero filled SBK key
[   3.7717 ] Warning: pub_key.key is not found
[   3.7713 ] tegrahost_v2 --chip 0x23 0 --updatesigheader uefi_jetson_with_dtb_aligned_sigheader.bin.encrypt uefi_jetson_with_dtb_aligned_sigheader.bin.hash zerosbk
[   3.7760 ] Copying enc\/signed file in /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7850 ] Copying br bct for multi chains
[   3.7850 ] Signed BCT for boot chain A is copied to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/br_bct_BR.bct

[   3.7850 ] Signed BCT for boot chain B is copied to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/br_bct_b_BR.bct

[   3.7850 ] Copying BCT backup image bct_backup.img to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/bct_backup.img
[   3.7868 ] Copying pscfw_t234_prod_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7870 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/pscfw_t234_prod_sigheader.bin.encrypt
[   3.7870 ] Copying mce_flash_o10_cr_prod_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7871 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/mce_flash_o10_cr_prod_sigheader.bin.encrypt
[   3.7871 ] Copying applet_t234_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7872 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/applet_t234_sigheader.bin.encrypt
[   3.7872 ] Copying mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7874 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/mb2_t234_with_mb2_bct_MB2_sigheader.bin.encrypt
[   3.7874 ] Copying xusb_t234_prod_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7875 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/xusb_t234_prod_sigheader.bin.encrypt
[   3.7875 ] Copying display-t234-dce_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7904 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/display-t234-dce_sigheader.bin.encrypt
[   3.7904 ] Copying nvdec_t234_prod_sigheader.fw.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7906 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/nvdec_t234_prod_sigheader.fw.encrypt
[   3.7906 ] Copying bpmp_t234-TE990M-A1_prod_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7910 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/bpmp_t234-TE990M-A1_prod_sigheader.bin.encrypt
[   3.7910 ] Copying tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7911 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt
[   3.7911 ] Copying camera-rtcpu-sce_sigheader.img.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7912 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/camera-rtcpu-sce_sigheader.img.encrypt
[   3.7912 ] Copying camera-rtcpu-t234-rce_sigheader.img.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7914 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/camera-rtcpu-t234-rce_sigheader.img.encrypt
[   3.7914 ] Copying adsp-fw_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7916 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/adsp-fw_sigheader.bin.encrypt
[   3.7916 ] Copying spe_t234_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7918 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/spe_t234_sigheader.bin.encrypt
[   3.7918 ] Copying tos-optee_t234_sigheader.img.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7922 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/tos-optee_t234_sigheader.img.encrypt
[   3.7922 ] Copying eks_t234_sigheader.img.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7922 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/eks_t234_sigheader.img.encrypt
[   3.7922 ] Copying uefi_jetson_with_dtb_sigheader.bin.encrypt to /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed
[   3.7936 ] Signed file: /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/uefi_jetson_with_dtb_sigheader.bin.encrypt
[   3.7952 ] tegraparser_v2 --pt flash.xml.bin --generateflashindex /mnt/Data/workspace/chassis/L4T-public-source/projects/board/rcu/Linux_for_Tegra/bootloader/signed/flash.xml.tmp flash.idx
Using bpmp-dtb concatenated with odmdata in blob for t23x
./tegraflash.py --bl uefi_jetson_with_dtb_sigheader.bin.encrypt --bct br_bct_BR.bct --securedev  --bldtb tegra234-p3767-0000-p3768-0000-a0.dtb --applet rcm_2_encrypt.rcm --applet_softfuse rcm_1_encrypt.rcm --cmd "rcmboot"  --cfg secureflash.xml --chip 0x23 --mb1_bct mb1_bct_MB1_sigheader.bct.encrypt --mem_bct mem_rcm_sigheader.bct.encrypt --mb1_cold_boot_bct mb1_cold_boot_bct_MB1_sigheader.bct.encrypt --mb1_bin mb1_t234_prod_aligned_sigheader.bin.encrypt --psc_bl1_bin psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --mem_bct_cold_boot mem_coldboot_sigheader.bct.encrypt  --bins "psc_fw pscfw_t234_prod_sigheader.bin.encrypt; mts_mce mce_flash_o10_cr_prod_sigheader.bin.encrypt; mb2_applet applet_t234_sigheader.bin.encrypt; mb2_bootloader mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt; xusb_fw xusb_t234_prod_sigheader.bin.encrypt; dce_fw display-t234-dce_sigheader.bin.encrypt; nvdec nvdec_t234_prod_sigheader.fw.encrypt; bpmp_fw bpmp_t234-TE990M-A1_prod_sigheader.bin.encrypt; bpmp_fw_dtb tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt; sce_fw camera-rtcpu-sce_sigheader.img.encrypt; rce_fw camera-rtcpu-t234-rce_sigheader.img.encrypt; ape_fw adsp-fw_sigheader.bin.encrypt; spe_fw spe_t234_sigheader.bin.encrypt; tos tos-optee_t234_sigheader.img.encrypt; eks eks_t234_sigheader.img.encrypt; kernel boot.img; kernel_dtb tegra234-p3767-0000-p3768-0000-a0.dtb"    --secondary_gpt_backup  --bct_backup  --boot_chain A 
saving flash command in flashcmd.txt
*** 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
 

 Entering RCM boot

[   0.0103 ] mb1_t234_prod_aligned_sigheader.bin.encrypt filename is from --mb1_bin
[   0.0103 ] psc_bl1_t234_prod_aligned_sigheader.bin.encrypt filename is from --psc_bl1_bin
[   0.0103 ] rcm boot with presigned binaries
[   0.0110 ] tegrarcm_v2 --new_session --chip 0x23 0 --uid --download bct_br br_bct_BR.bct --download mb1 mb1_t234_prod_aligned_sigheader.bin.encrypt --download psc_bl1 psc_bl1_t234_prod_aligned_sigheader.bin.encrypt --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt
[   0.0115 ] BR_CID: 0x80012344705DD40A180000000E028080
[   0.0406 ] Sending bct_br
[   0.0841 ] Sending mb1
[   0.0853 ] Sending psc_bl1
[   0.0996 ] Sending bct_mb1
[   0.1075 ] Generating blob for T23x
[   0.1128 ] tegrahost_v2 --chip 0x23 0 --generateblob blob.xml blob.bin
[   0.1157 ] The number of images in blob is 18
[   0.1164 ] blobsize is 61067759
[   0.1165 ] Added binary blob_uefi_jetson_with_dtb_sigheader.bin.encrypt of size 3182656
[   0.1386 ] Added binary blob_pscfw_t234_prod_sigheader.bin.encrypt of size 375168
[   0.1391 ] Added binary blob_mce_flash_o10_cr_prod_sigheader.bin.encrypt of size 190592
[   0.1392 ] Added binary blob_applet_t234_sigheader.bin.encrypt of size 277312
[   0.1393 ] Not supported type: mb2_applet
[   0.1394 ] Added binary blob_mb2_t234_with_mb2_cold_boot_bct_MB2_sigheader.bin.encrypt of size 437984
[   0.1395 ] Added binary blob_xusb_t234_prod_sigheader.bin.encrypt of size 164352
[   0.1397 ] Added binary blob_display-t234-dce_sigheader.bin.encrypt of size 9097216
[   0.1438 ] Added binary blob_nvdec_t234_prod_sigheader.fw.encrypt of size 294912
[   0.1453 ] Added binary blob_bpmp_t234-TE990M-A1_prod_sigheader.bin.encrypt of size 1048000
[   0.1457 ] Added binary blob_tegra234-bpmp-3767-0000-a02-3509-a02_with_odm_sigheader.dtb.encrypt of size 138880
[   0.1459 ] Added binary blob_camera-rtcpu-sce_sigheader.img.encrypt of size 166304
[   0.1460 ] Added binary blob_camera-rtcpu-t234-rce_sigheader.img.encrypt of size 537952
[   0.1463 ] Added binary blob_adsp-fw_sigheader.bin.encrypt of size 400960
[   0.1464 ] Added binary blob_spe_t234_sigheader.bin.encrypt of size 270336
[   0.1466 ] Added binary blob_tos-optee_t234_sigheader.img.encrypt of size 1064752
[   0.1473 ] Added binary blob_eks_t234_sigheader.img.encrypt of size 9232
[   0.1474 ] Added binary blob_boot.img of size 43065344
[   0.1691 ] Added binary blob_tegra234-p3767-0000-p3768-0000-a0.dtb of size 344703
[   0.2158 ] tegrarcm_v2 --chip 0x23 0 --pollbl --download bct_mem mem_rcm_sigheader.bct.encrypt --download blob blob.bin
[   0.2166 ] BL: version 0.32.0.0-t234-54845784-57325615 last_boot_error: 0
[   0.3363 ] Sending bct_mem
[   0.3634 ] Sending blob
[   3.7831 ] RCM-boot started

Could you just provide the log as file here instead of paste all contents?

Your flash log seems not complete, please upload it as file here again.

flash log is complete.
it may fail because of this → [ 35.882077] ERROR: dhclient fail…
flash_orin_nx_script_log.txt (87.5 KB)
flash_orin_nx_debug_log.txt (82.2 KB)

[   25.495100] Root device found: nfs
[   35.882077] ERROR: dhclient fail...

It seems some messages not showed in the serial console log.
Could you run the dmesg at this moment and share the result for further check?

[ 35.882077] ERROR: dhclient fail…
It stopped there.
Because it is not mounted successfully, it cannot enter the system, and there is no way to run dmesg

What’s your carrier board for Orin NX?

Could you help to provide the full steps and we could verify locally?

Are you using the same dhcp server for both Xavier NX and Orin NX?

I didn’t use dhcp server. The board is directly connected to the computer through a network cable.
I specified the IP of the board with “-n ${c_ip}:${s_ip}:${gateway}:${netmask}”. Xavier NX runs well, but Orin NX fails.

What’s your carrier board for Orin NX?

Could you help to verify with latest R35.4.1 and check if the issue still exist?

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