Flashing Drive OS 6.0.8.1 error

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other

Target Operating System
Linux
QNX
other

Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other

SDK Manager Version
1.9.3.10904
other

Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 22.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other

This is my first time to Drive OS upon a newly opened Drive ODK. I followed instructions:

  1. sudo minicom -w -D /dev/ttyACM1 and then tegrarecovery x1 on and tegrareset x1 to try to put device in recovery mode. Exit the minicom
  2. // Start docker container
    sudo docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v /drive_flashing:/drive_flashing nvcr.io/drive/driveos-sdk/drive-agx-orin-linux-aarch64-sdk-build-x86:latest
    // Inside of docker container, execute below commands
    ./flash.py /dev/ttyACM1 p3710

Flashing errors:
root@6.0.8.1-0006-build-linux-sdk:/drive# ./flash.py /dev/ttyACM1 p3710

2024-07-10 16:44:18 INFO : Flashing already set for dual bootchain

2024-07-10 16:44:18 INFO : Flash clean already disabled for persistent partitions

2024-07-10 16:44:18 INFO : Initiating pre-flash check

2024-07-10 16:44:18 INFO : Checking Serial Port Connection

2024-07-10 16:44:18 INFO : Serial Port found /dev/ttyACM1

2024-07-10 16:44:18 INFO : Running basic open/close tests on Serial Port Connection

2024-07-10 16:44:18 INFO : Serial Port is open

2024-07-10 16:44:18 INFO : Flushing input and output buffer, discard all content

2024-07-10 16:44:18 INFO : Serial Port is closed

2024-07-10 16:44:18 INFO : Checking available targets

2024-07-10 16:44:18 INFO : Checking Orin board connection

2024-07-10 16:44:18 INFO : Orin board with Device ID – 0955:7045 found.

2024-07-10 16:44:18 INFO : Orin board device path is /dev/bus/usb/001/006

2024-07-10 16:44:18 INFO : Pre-flash check complete

2024-07-10 16:44:18 INFO : Flashing DRIVE OS Docker

2024-07-10 16:44:37 INFO : driveinstaller v2.0

2024-07-10 16:44:37 INFO :

2024-07-10 16:44:37 INFO : SDK/PDK Installer and Flasher

2024-07-10 16:44:37 INFO : Run ./driveinstaller --help for usage information.

2024-07-10 16:44:37 INFO :

2024-07-10 16:44:37 INFO : Initializing board and OS configuration to Autonomous vehicle p3710 Linux Tegra A

2024-07-10 16:44:37 INFO : Manifest version 2.0

2024-07-10 16:44:37 INFO :

2024-07-10 16:44:37 INFO : BOARD SKU : 940-63710-0010-300

2024-07-10 16:44:37 INFO : Found matching board id p3710-10-s05 in 940-63710-0010-300 sku

2024-07-10 16:44:37 INFO : Applying additional Bind opts

2024-07-10 16:44:37 INFO : Binding of partitions failed ! Check log for more details.

2024-07-10 16:44:37 INFO : Failed to bind partitions!

2024-07-10 16:44:37 INFO : driveinstaller cannot continue! Check the log file for details: /drive/driveinstaller/driveinstaller.log

2024-07-10 16:44:37 ERROR : Flashing failed, please contact provider with logs /drive_flashing/log_1snvu7ejp9liz5crtg26kmq8fywb430a.txt and
log_1snvu7ejp9liz5crtg26kmq8fywb430a.txt (1.5 KB)
driveinstaller.log (103.9 KB)

Please let me know if anything wrong with my procedure and any more information is needed. Thanks in advance!
.

Dear @yuzhe.wu1,
You don’t need to put the board in recovery mode when using flash.py script. Put the board in normal mode( tegrarecovery x1 off and tegrareset x1) and check flashing from docker.

Thanks Siva for response. I still got flashing error after putting the board in normal mode
root@6.0.8.1-0006-build-linux-sdk:/drive# ./flash.py /dev/ttyACM1 p3710

2024-07-10 20:29:10 INFO : Flashing already set for dual bootchain

2024-07-10 20:29:10 INFO : Flash clean already disabled for persistent partitions

2024-07-10 20:29:10 INFO : Initiating pre-flash check

2024-07-10 20:29:10 INFO : Checking Serial Port Connection

2024-07-10 20:29:10 INFO : Serial Port found /dev/ttyACM1

2024-07-10 20:29:10 INFO : Running basic open/close tests on Serial Port Connection

2024-07-10 20:29:10 INFO : Serial Port is open

2024-07-10 20:29:10 INFO : Flushing input and output buffer, discard all content

2024-07-10 20:29:10 INFO : Serial Port is closed

2024-07-10 20:29:10 INFO : Checking available targets

2024-07-10 20:29:10 INFO : Checking Orin board connection

2024-07-10 20:29:10 INFO : Orin board with Device ID – 0955:7045 found.

2024-07-10 20:29:10 INFO : Orin board device path is /dev/bus/usb/001/006

2024-07-10 20:29:10 INFO : Pre-flash check complete

2024-07-10 20:29:10 INFO : Flashing DRIVE OS Docker

2024-07-10 20:29:36 INFO : driveinstaller v2.0

2024-07-10 20:29:36 INFO :

2024-07-10 20:29:36 INFO : SDK/PDK Installer and Flasher

2024-07-10 20:29:36 INFO : Run ./driveinstaller --help for usage information.

2024-07-10 20:29:36 INFO :

2024-07-10 20:29:36 INFO : Initializing board and OS configuration to Autonomous vehicle p3710 Linux Tegra A

2024-07-10 20:29:36 INFO : Manifest version 2.0

2024-07-10 20:29:36 INFO :

2024-07-10 20:29:36 INFO : Invalid response for Aurix command!

2024-07-10 20:29:36 INFO :

2024-07-10 20:29:36 INFO : Attempt 1 to re-send version command

2024-07-10 20:29:36 INFO :

2024-07-10 20:29:36 INFO : BOARD SKU : 940-63710-0010-300

2024-07-10 20:29:36 INFO : Found matching board id p3710-10-s05 in 940-63710-0010-300 sku

2024-07-10 20:29:36 INFO : Applying additional Bind opts

2024-07-10 20:29:36 INFO : Binding of partitions failed ! Check log for more details.

2024-07-10 20:29:36 INFO : Failed to bind partitions!

2024-07-10 20:29:36 INFO : driveinstaller cannot continue! Check the log file for details: /drive/driveinstaller/driveinstaller.log

2024-07-10 20:29:36 ERROR : Flashing failed, please contact provider with logs /drive_flashing/log_gs8tcrvink9j7xpfwa62ml0q1yb354do.txt and /drive/driveinstaller/driveinstaller.log.

driveinstaller.log (209.0 KB)
log_gs8tcrvink9j7xpfwa62ml0q1yb354do.txt (1.7 KB)

Dear @yuzhe.wu1 ,
I see e[01;31mCould not put Tegra-A in recoverye[0m in the shared logs.

  1. Can you share the host and target connection picture
  2. When board is set in recovery mode, we expect to see an additional device on lsusb on host. Could you share the output log.

Dear @yuzhe.wu1,
Do you still have issue? Could you provide any update?

Dear @yuzhe.wu1,
Do you still have this issue? can you provide any update?

Hi Siva, I just came back from vacation, I will follow it up soon, thanks!

Hi Team/Siva, sorry about the late response. I still suffered from about issue when flashing DriveOS upon Drive Orin Dev kits.

  1. Host and target connection picture is like:

  2. lsusb output
lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 003: ID 27c6:609c Shenzhen Goodix Technology Co.,Ltd. Goodix USB2.0 MISC

Bus 001 Device 002: ID 0bda:5634 Realtek Semiconductor Corp. Laptop Camera

Bus 001 Device 012: ID 0955:7045 NVIDIA Corp. Tegra On-Platform Operator

Bus 001 Device 004: ID 8087:0032 Intel Corp. AX210 Bluetooth

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I am not quite sure if I actually put device into recovery mode or not. The way I tried to put device into recover mode is: sudo minicom -w -D /dev/ttyACM1 and then tegrarecovery x1 on and tegrareset x1, the output of execution is below

NvShell>tegrarecovery x1 on

Info: Executing cmd: tegrarecovery, argc: 2, args: x1 on

Command Executed

NvShell>tegrareset x1

Info: Executing cmd: tegrareset, argc: 1, args: x1

NvShell>INFO: MCU_PLTFPWRMGR: Reseting

MCU_FOH: MCU FOH : Power state notification for Orin reset

INFO: BtChn_Cfg: No valid next bootchain loaded

INFO: NVMCU_ORINPWRCTRL: Tegra x1 Boot Chain: A

MCU_FOH: SPI : E2E_P05Check Status : 7 : 0

ERROR: MCU_ERRHANDLER: McuFoh E2E Frame Error

INFO: MCU_PLTFPWRMGR: Tegra reset trigger is complete !

Command Executed

MCU_FOH: MCU FOH : Power state notification for Orin Power On

MCU_FOH: Spi Transmit Started

MCU_FOH: SPI : E2E_P05Check Status : 7 : 0

MCU_FOH: SPI : E2E_P05Check Status : 7 : 0

The output of sudo minicom -w -D /dev/ttyACM0 during tegrareset x1 is (output show after 30s when tegrareset x1 issued)

[0000.060] I> MB1 (version: 0.23.0.0-t234-54845784-92215740)
[0000.066] I> t234-A01-0-Silicon (0x12347) Prod
[0000.070] I> Boot-mode : Coldboot
[0000.073] I> Emulation: 
[0000.076] I> Entry timestamp: 0x00000000
[0000.079] I> last_boot_error: 0x0
[0000.082] I> BR-BCT: preprod_dev_sign: 0
[0000.086] I> rst_source: 0x3, rst_level: 0x1
[0000.090] I> Task: CRC check (0x5001cf71)
[0000.094] I> Skip CRC check as records_integrity fuse is not burned
[0000.100] I> Task: Crypto init (0x5001c0d9)
[0000.104] I> Task: Secure debug controls (0x5000cb19)
[0000.109] I> Task: strap war set (0x5000b739)
[0000.113] I> strap value(0x4000001) set to 0x4000001
[0000.118] I> Task: Initialize SOC Therm (0x5001a509)
[0000.123] I> Task: Program NV master stream id (0x5000cad1)
[0000.129] I> Task: Verify boot mode (0xd482021)
[0000.134] I> Task: Alias fuses (0x50010749)
[0000.139] E> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0000.147] I> Task: Print SKU type (0x5000fba9)
[0000.151] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x00000000
[0000.156] I> FUSE_OPT_GPC_DISABLE = 0x00000000
[0000.160] I> FUSE_OPT_TPC_DISABLE = 0x00000000
[0000.165] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0000.169] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0000.173] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0000.177] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0000.181] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0000.185] I> FUSE_SKU_INFO_0 = 0x90
[0000.189] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x2 QS 
[0000.193] I> FUSE_PACKAGE_INFO_0 = 0x2
[0000.197] I> SKU: Prod
[0000.199] I> Task: Boost clocks (0x50013db1)
[0000.203] I> Initializing PLLC2 for AXI_CBB.
[0000.207] I> AXI_CBB : src = 35, divisor = 0
[0000.211] I> Task: Voltage monitor (0x50013dbd)
[0000.216] I> VMON: Vmon re-calibration and fine tuning done
[0000.221] I> Task: UPHY init (0x5000da39)
[0000.226] I> UPHY init done
[0000.229] I> Task: Boot device init (0x50000a3d)
[0000.233] I> Boot_device: QSPI_FLASH instance: 0
[0000.238] I> Qspi clock source : pllc_out0
[0000.242] I> QSPI Flash: Macronix 64MB
[0000.245] I> QSPI-0l initialized successfully
[0000.250] I> Task: TSC init (0x5001ed35)
[0000.254] I> Task: Load membct (0x5001190d)
[0000.258] I> RAM_CODE 0x4000001
[0000.261] I> Loading MEM-BCT to SysRAM
[0000.264] I> Scratch RSV109: 0x00000001    active chain: 0
[0000.269] I> Slot: 0
[0000.271] I> Binary[0] block-0 (partition size: 0x40000)
[0000.277] I>  get_binary_info: Binary name: MEM-BCT-0
[0000.282] I> Size of crypto header is 8192
[0000.285] I> BCH load address is : 0x40050000
[0000.290] I> Size of crypto header is 8192
[0000.294] I> BCH of MEM-BCT-0 read from storage
[0000.298] I> BCH address is : 0x40050000
[0000.302] I> MEM-BCT-0 header integrity check is success
[0000.307] I> Binary magic in BCH component 0 is MEM0
[0000.312] I> component binary type is 0
[0000.316] I> MEM-BCT-0 binary is read from storage
[0000.321] I> MEM-BCT-0 binary integrity check is success
[0000.326] I> Binary MEM-BCT-0 loaded successfully at 0x40040000 (0xe580)
[0000.333] I> RAM_CODE 0x4000001
[0000.338] I> RAM_CODE 0x4000001
[0000.342] I> Task: Load Page retirement list (0x50011139)
[0000.347] I> Task: SDRAM params override (0x50011b79)
[0000.352] I> Task: Save mem-bct info (0x50014071)
[0000.357] I> Task: Carveout allocate (0x500140d5)
[0000.361] I> RCM blob carveout will not be allocated
[0000.366] I> ECC region[0]: Start:0x0, End:0x0
[0000.370] I> ECC region[1]: Start:0x0, End:0x0
[0000.375] I> ECC region[2]: Start:0x0, End:0x0
[0000.379] I> ECC region[3]: Start:0x0, End:0x0
[0000.383] I> ECC region[4]: Start:0x0, End:0x0
[0000.387] I> Non-ECC region[0]: Start:0x80000000, End:0x880000000
[0000.393] I> Non-ECC region[1]: Start:0x0, End:0x0
[0000.398] I> Non-ECC region[2]: Start:0x0, End:0x0
[0000.403] I> Non-ECC region[3]: Start:0x0, End:0x0
[0000.407] I> Non-ECC region[4]: Start:0x0, End:0x0
[0000.417] I> allocated(CO:51) base:0x80000000 size:0x20000000 align: 0x200000
[0000.424] I> allocated(CO:31) base:0x878000000 size:0x8000000 align: 0x8000000
[0000.431] I> allocated(CO:39) base:0x872000000 size:0x6000000 align: 0x200000
[0000.438] I> allocated(CO:47) base:0x86e000000 size:0x4000000 align: 0x200000
[0000.445] I> allocated(CO:20) base:0x86c000000 size:0x2000000 align: 0x2000000
[0000.452] I> allocated(CO:24) base:0x86a000000 size:0x2000000 align: 0x2000000
[0000.459] I> allocated(CO:28) base:0x868000000 size:0x2000000 align: 0x2000000
[0000.466] I> allocated(CO:29) base:0x866000000 size:0x2000000 align: 0x2000000
[0000.474] I> allocated(CO:43) base:0x864000000 size:0x2000000 align: 0x200000
[0000.481] I> allocated(CO:22) base:0x863000000 size:0x1000000 align: 0x1000000
[0000.488] I> allocated(CO:41) base:0x862000000 size:0x1000000 align: 0x100000
[0000.495] I> allocated(CO:35) base:0x861600000 size:0xa00000 align: 0x100000
[0000.502] I> allocated(CO:02) base:0x860800000 size:0x800000 align: 0x800000
[0000.509] I> allocated(CO:03) base:0x860000000 size:0x800000 align: 0x800000
[0000.515] I> allocated(CO:06) base:0x85f800000 size:0x800000 align: 0x800000
[0000.522] I> allocated(CO:10) base:0x85f000000 size:0x800000 align: 0x800000
[0000.529] I> allocated(CO:56) base:0x85e800000 size:0x800000 align: 0x200000
[0000.536] I> allocated(CO:67) base:0x85e000000 size:0x800000 align: 0x10000
[0000.543] I> allocated(CO:07) base:0x861000000 size:0x400000 align: 0x400000
[0000.550] I> allocated(CO:33) base:0x85dc00000 size:0x400000 align: 0x200000
[0000.557] I> allocated(CO:66) base:0x861400000 size:0x200000 align: 0x10000
[0000.564] I> allocated(CO:01) base:0x85db00000 size:0x100000 align: 0x100000
[0000.571] I> allocated(CO:04) base:0x85da00000 size:0x100000 align: 0x100000
[0000.578] I> allocated(CO:05) base:0x85d900000 size:0x100000 align: 0x100000
[0000.585] I> allocated(CO:08) base:0x85d800000 size:0x100000 align: 0x100000
[0000.591] I> allocated(CO:15) base:0x85d700000 size:0x100000 align: 0x100000
[0000.598] I> allocated(CO:17) base:0x85d600000 size:0x100000 align: 0x100000
[0000.605] I> allocated(CO:23) base:0x85d500000 size:0x100000 align: 0x100000
[0000.612] I> allocated(CO:27) base:0x85d400000 size:0x100000 align: 0x100000
[0000.619] I> allocated(CO:32) base:0x85d300000 size:0x100000 align: 0x100000
[0000.626] I> allocated(CO:60) base:0x85d200000 size:0x100000 align: 0x100000
[0000.633] I> allocated(CO:54) base:0x85d180000 size:0x80000 align: 0x80000
[0000.640] I> allocated(CO:26) base:0x85d140000 size:0x40000 align: 0x2000
[0000.646] I> allocated(CO:49) base:0x85d130000 size:0x10000 align: 0x10000
[0000.653] I> allocated(CO:50) base:0x85d120000 size:0x10000 align: 0x10000
[0000.660] I> allocated(CO:52) base:0x85d110000 size:0x10000 align: 0x10000
[0000.667] I> allocated(CO:65) base:0x85d100000 size:0x10000 align: 0x10000
[0000.673] I> allocated(CO:68) base:0x85d0f0000 size:0x10000 align: 0x10000
[0000.680] I> Task: Thermal check (0x5001fba1)
[0000.684] I> max_chip_limit = 125
[0000.687] I> min_chip_limit = -37
[0000.691] I> max temp read = 29
[0000.694] I> min temp read = 28
[0000.697] I> Task: Update FSI SCR with thermal fuse data (0x5001fc3d)
[0000.703] I> Task: Enable WDT 5th expiry (0x5001f929)
[0000.708] I> Task: Disable WDT globally (0x5001f965)
[0000.713] I> Task: I2C register (0x50000a31)
[0000.717] I> Task: Reset FSI (0x50013db9)
[0000.720] I> Task: Pinmux init (0x50013219)
[0000.725] I> Task: Prod config init (0x50013631)
[0000.729] I> Task: Pad voltage init (0x500132a5)
[0000.734] I> Task: Prod init (0x500136d5)
[0000.738] I> Task: Common rail init (0x50013bd1)
[0000.743] W> DEVICE_PROD: module = 13, instance = 6 not found in device prod.
[0000.758] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod.
[0000.768] W>  Generic i2c config not found in BCT
[0000.773] W>  Platform rail config not found in BCT
[0000.777] W>  MEMIO rail config not found in BCT
[0000.782] I> Task: Mem clock src (0x500119c5)
[0000.786] I> Task: Misc. board config (0x50013c29)
[0000.791] W>  Platform config not found in BCT
[0000.795] I> Task: SDRAM init (0x500119c9)
[0000.801] I> SDRAM-params @ 0xd485000
[0000.805] I> MSS code-drop: NvBootSdramInit
[0000.809] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 9
[0000.816] I> MSS CAR: Init PLLM
[0000.819] I> MSS CAR: Init PLLHUB
[0000.824] I> Encryption:   MTS: en, TX: en, VPR: en, GSC: en
[0000.836] I> mb1_sdram_init Done !
[0000.839] I> SDRAM Size in Total 0x800000000
[0000.843] I> Task: Dram Ecc scrub (0x50011261)
[0000.847] I> Task: DRAM alias check (0x50011b71)
[0000.879] I> Task: Program NSDRAM carveout (0x50014921)
[0000.885] I> NSDRAM carveout encryption is disabled
[0000.890] I> Program NSDRAM carveout
[0000.894] I> Task: Register checker (0x50011b75)
[0000.903] I> Task: Enable clock-mon (0x5001ed25)
[0000.920] I> FMON: Fmon re-programming done
[0000.924] I> Task: Mapper init (0x5001d451)
[0000.929] I> Task: SC7 Context Init (0x5001f02d)
[0000.935] I> Task: CCPLEX IST init (0x5000d335)
[0000.941] I> Task: CPU WP0 (0x5000c635)
[0000.947] I> Loading MCE
[0000.949] I> Scratch RSV109: 0x00000001    active chain: 0
[0000.955] I> Slot: 0
[0000.957] I> Binary[8] block-0 (partition size: 0x40000)
[0000.963] I>  get_binary_info: Binary name: MCE
[0000.968] I> Size of crypto header is 8192
[0000.973] I> BCH load address is : 0x4003e000
[0000.978] I> Size of crypto header is 8192
[0000.983] I> BCH of MCE read from storage
[0000.987] I> BCH address is : 0x4003e000
[0000.993] I> MCE header integrity check is success
[0000.998] I> Binary magic in BCH component 0 is MTSM
[0001.003] I> component binary type is 8
[0001.007] I> Size of crypto header is 8192
[0001.014] I> MCE binary is read from storage
[0001.019] I> MCE binary integrity check is success
[0001.024] I> Binary MCE loaded successfully at 0x40000000 (0x2c480)
[0001.032] I> Size of crypto header is 8192
[0001.046] I> Size of crypto header is 8192
[0001.051] I> Sending WP0 mailbox command to PSC
[0001.061] I> Task: MB1 fixed firewalls (0x5001e55d)
[0001.080] I> Task: Load bpmp-fw (0x5001e801)
[0001.086] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.091] I> Slot: 0
[0001.094] I> Binary[15] block-0 (partition size: 0x180000)
[0001.100] I>  get_binary_info: Binary name: BPMP_FW
[0001.105] I> Size of crypto header is 8192
[0001.110] I> BCH load address is : 0x807fe000
[0001.115] I> Size of crypto header is 8192
[0001.120] I> BCH of BPMP_FW read from storage
[0001.125] I> BCH address is : 0x807fe000
[0001.130] I> BPMP_FW header integrity check is success
[0001.136] I> Binary magic in BCH component 0 is BPMF
[0001.141] I> component binary type is 15
[0001.145] I> Size of crypto header is 8192
[0001.160] I> BPMP_FW binary is read from storage
[0001.168] I> BPMP_FW binary integrity check is success
[0001.173] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xffe40)
[0001.181] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.187] I> Slot: 0
[0001.190] I> Binary[16] block-99856 (partition size: 0x80000)
[0001.196] I>  get_binary_info: Binary name: BPMP_FW_DTB
[0001.202] I> Size of crypto header is 8192
[0001.206] I> BCH load address is : 0x807fc000
[0001.212] I> Size of crypto header is 8192
[0001.217] I> BCH of BPMP_FW_DTB read from storage
[0001.222] I> BCH address is : 0x807fc000
[0001.227] I> BPMP_FW_DTB header integrity check is success
[0001.233] I> Binary magic in BCH component 0 is BPMD
[0001.238] I> component binary type is 16
[0001.243] I> Size of crypto header is 8192
[0001.248] I> BPMP_FW_DTB binary is read from storage
[0001.254] I> BPMP_FW_DTB binary integrity check is success
[0001.260] I> Binary BPMP_FW_DTB loaded successfully at 0x807ed9f0 (0xe580)
[0001.268] I> Task: Load psc-fw (0x5001ea0d)
[0001.274] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.280] I> Slot: 0
[0001.282] I> Binary[17] block-0 (partition size: 0xc0000)
[0001.288] I>  get_binary_info: Binary name: PSC_FW
[0001.293] I> Size of crypto header is 8192
[0001.298] I> BCH load address is : 0x80ffe000
[0001.303] I> Size of crypto header is 8192
[0001.308] I> BCH of PSC_FW read from storage
[0001.313] I> BCH address is : 0x80ffe000
[0001.318] I> PSC_FW header integrity check is success
[0001.324] I> Binary magic in BCH component 0 is PFWP
[0001.329] I> component binary type is 17
[0001.333] I> Size of crypto header is 8192
[0001.342] I> PSC_FW binary is read from storage
[0001.348] I> PSC_FW binary integrity check is success
[0001.354] I> Binary PSC_FW loaded successfully at 0x80000000 (0x67110)
[0001.362] I> Task: Load nvdec-fw (0x5001ea81)
[0001.368] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.374] I> Slot: 0
[0001.376] I> Binary[7] block-0 (partition size: 0x80000)
[0001.382] I>  get_binary_info: Binary name: NVDEC
[0001.387] I> Size of crypto header is 8192
[0001.392] I> BCH load address is : 0x800fe000
[0001.397] I> Size of crypto header is 8192
[0001.402] I> BCH of NVDEC read from storage
[0001.406] I> BCH address is : 0x800fe000
[0001.412] I> NVDEC header integrity check is success
[0001.417] I> Binary magic in BCH component 0 is NDEC
[0001.422] I> component binary type is 7
[0001.427] I> Size of crypto header is 8192
[0001.434] I> NVDEC binary is read from storage
[0001.439] I> NVDEC binary integrity check is success
[0001.444] I> Binary NVDEC loaded successfully at 0x80000000 (0x35000)
[0001.455] I> Task: Load tsec-fw (0x5001ec6d)
[0001.460] I> TSEC-FW load support not enabled
[0001.465] I> Task: Program misc carveouts (0x5001445d)
[0001.471] I> Program IPC carveouts
[0001.478] I> Task: GPIO interrupt map (0x50013cc5)
[0001.485] I> Task: SC7 context save (0x5001f161)
[0001.490] I> NV_SC7 Context addr: 0xa0000000
[0001.496] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.502] I> Slot: 0
[0001.504] I> Binary[27] block-0 (partition size: 0x100000)
[0001.510] I>  get_binary_info: Binary name: BR_BCT
[0001.515] I> Size of crypto header is 8192
[0001.520] I> Size of crypto header is 8192
[0001.525] I> BR_BCT binary is read from storage
[0001.530] I> BR_BCT binary integrity check is success
[0001.535] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000)
[0001.543] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.549] I> Slot: 0
[0001.552] I> Binary[13] block-0 (partition size: 0x40000)
[0001.558] I>  get_binary_info: Binary name: SC7-FW
[0001.563] I> Size of crypto header is 8192
[0001.567] I> Size of crypto header is 8192
[0001.572] I> BCH load address is : 0xa0002000
[0001.577] I> Size of crypto header is 8192
[0001.582] I> BCH of SC7-FW read from storage
[0001.587] I> BCH address is : 0xa0002000
[0001.592] I> SC7-FW header integrity check is success
[0001.598] I> Binary magic in BCH component 0 is WB0B
[0001.603] I> component binary type is 13
[0001.607] I> Size of crypto header is 8192
[0001.613] I> SC7-FW binary is read from storage
[0001.619] I> SC7-FW binary integrity check is success
[0001.624] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x25460)
[0001.632] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.638] I> Slot: 0
[0001.641] I> Binary[22] block-0 (partition size: 0x40000)
[0001.647] I>  get_binary_info: Binary name: PSC_RF
[0001.652] I> Size of crypto header is 8192
[0001.656] I> Size of crypto header is 8192
[0001.661] I> BCH load address is : 0xa0029460
[0001.666] I> Size of crypto header is 8192
[0001.671] I> BCH of PSC_RF read from storage
[0001.676] I> BCH address is : 0xa0029460
[0001.681] I> PSC_RF header integrity check is success
[0001.687] I> Binary magic in BCH component 0 is PSCR
[0001.692] I> component binary type is 22
[0001.696] I> Size of crypto header is 8192
[0001.702] I> PSC_RF binary is read from storage
[0001.708] I> PSC_RF binary integrity check is success
[0001.713] I> Binary PSC_RF loaded successfully at 0xa002b460 (0x1bdb0)
[0001.733] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.739] I> Slot: 0
[0001.741] I> Binary[14] block-0 (partition size: 0x40000)
[0001.747] I>  get_binary_info: Binary name: MB2_RF
[0001.753] I> Size of crypto header is 8192
[0001.757] I> Size of crypto header is 8192
[0001.762] I> BCH load address is : 0xa008e640
[0001.767] I> Size of crypto header is 8192
[0001.772] I> BCH of MB2_RF read from storage
[0001.777] I> BCH address is : 0xa008e640
[0001.782] I> MB2_RF header integrity check is success
[0001.787] I> Binary magic in BCH component 0 is MB2R
[0001.793] I> component binary type is 14
[0001.797] I> Size of crypto header is 8192
[0001.803] I> MB2_RF binary is read from storage
[0001.808] I> MB2_RF binary integrity check is success
[0001.814] I> Binary MB2_RF loaded successfully at 0xa0090640 (0x1bee0)
[0001.823] E> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0001.830] I> SC7 context fuse-bypass data is empty
[0001.838] I> SC7 context save done
[0001.842] I> Task: Load MB2/Applet/FSKP (0x5000d451)
[0001.848] I> Loading MB2
[0001.851] I> Scratch RSV109: 0x00000001    active chain: 0
[0001.857] I> Slot: 0
[0001.859] I> Binary[6] block-0 (partition size: 0x80000)
[0001.865] I>  get_binary_info: Binary name: MB2
[0001.870] I> Size of crypto header is 8192
[0001.875] I> BCH load address is : 0x8007e000
[0001.880] I> Size of crypto header is 8192
[0001.885] I> BCH of MB2 read from storage
[0001.889] I> BCH address is : 0x8007e000
[0001.895] I> MB2 header integrity check is success
[0001.900] I> Binary magic in BCH component 0 is MB2B
[0001.905] I> component binary type is 6
[0001.909] I> Size of crypto header is 8192
[0001.918] I> MB2 binary is read from storage
[0001.924] I> MB2 binary integrity check is success
[0001.929] I> Binary MB2 loaded successfully at 0x80000000 (0x68b40)
[0001.937] I> Task: Map CCPLEX SHARED carveout (0x5000d521)
[0001.944] I> Task: Prepare MB2 params (0x5000d5dd)
[0001.953] I> MB2-params @ 0x40060000
[0001.961] I> BR-BCT Boot Chain Fields
[0001.965] I>    u32_non_gpio_select_boot_chain  : 0
[0001.970] I>    u32_num_boot_chains             : 4
[0001.975] I>    bf_bl_gpio_select_boot_chain_1b : 1
[0001.981] I> Task: Dram ecc test (0x500112cd)
[0001.986] I> Task: Misc NV security settings (0x5000ced5)
[0001.993] I> NVDEC sticky bits programming done
[0001.998] I> Task: Disable/Reload WDT (0x5001f991)
[0002.004] I> Programmed SLCG global override := 0x0
[0002.009] I> MB1: MSS reconfig completed
I> MB2 (version: 0.0.0.0-t234-54845784-4d561a52)
I> t234-A01-0-Silicon (0x12347)
I> Boot-mode : Coldboot
I> Emulation: 
I> Entry timestamp: 0x001f3626
I> Regular heap: [base:0x40040000, size:0x10000]
I> DMA heap: [base:0x85e800000, size:0x800000]
I> Task: MB2 Params integrity check (0x50001a54)
I> Task: ARI update carveout TZDRAM (0x50001f48)
I> Task: GR Dump for MB1 (0x50012ee8)
W> GR Blob not found
W> GR Blob not found
I> Task: Enable hot-plug capability (0x5001fe84)
I> Task: DRAM ECC Scrub in MB2 (0x50020f20)
I> Task: PSC mailbox init (0x50010350)
I> Task: Crypto init (0x50002f64)
I> Task: Enable GP-SE clock (0x50002010)
I> Task: OEM SC7 context save init (0x50012330)
I> Task: I2C register (0x50001f0c)
I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001ef4)
I> Task: Boot device init (0x50001e3c)
I> Boot_device: QSPI_FLASH instance: 0
I> Qspi clock source : pllc_out0
I> QSPI Flash: Macronix 64MB
I> QSPI-0l initialized successfully
I> Secondary storage device: SDMMC_USER instance: 3
I> sdmmc HS400 mode enabled
I> Secondary storage device: UFS instance: 0
I> UFS link startup successful
I> NOP successful
I> UFS Hardware init successful
I> Shifted to HS mode 2 Gear 4 successfully
I> NOP successful
I> UFS init successful
I> UFS USER LUN block count: 0x3b80000, block size: 0x1000
I> Task: Load and Authenticate PT BCH for QB (0x50012908)
I> Task: Partition Manager Init (0x50001e38)
I> Scratch RSV109: 0x00000001    active chain: 0
I> New customer data format , PT offset 8
I> Found 25 partitions in QSPI_FLASH (instance 0)
I> Scratch RSV109: 0x00000001    active chain: 0
I> Found 0 partitions in SDMMC_BOOT (instance 3)
I> Scratch RSV109: 0x00000001    active chain: 0
I> Found 7 partitions in SDMMC_USER (instance 3)
I> Scratch RSV109: 0x00000001    active chain: 0
I> Found 17 partitions in UFS_USER (instance 0)
I> Task: Pass DRAM ECC PRL Flag to FSI (0x50021088)
I> Task: Load and authenticate registered FWs (0x5001594c)
I> Task: Load AUXP FWs (0x5001fa08)
I> Successfully register SPE FW load task with MB2 loader
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> Successfully register FSI FW load task with MB2 loader
I> Successfully register XUSB FW load task with MB2 loader
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: spe-fw
I> Size of partition: 524288
I> Binary@ device:3/0 block-96768 (partition size: 0x80000), name: spe-fw
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: rce-fw
I> Size of partition: 1048576
I> Binary@ device:3/0 block-105472 (partition size: 0x100000), name: rce-fw
I> spe: Authentication Finalize Done
I> Binary spe loaded successfully at 0x85d800000
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: dce-fw
I> Size of partition: 9437184
I> Binary@ device:8/0 block-3264 (partition size: 0x900000), name: dce-fw
I> rce: Authentication Finalize Done
I> Binary rce loaded successfully at 0x85d600000
I> Successfully register RCE FW context save task with MB2 loader
I> dce : oem authentication of header done
I> dce : meta-blob integrity check is success.
I> dce : will be decompressed at 0x86c000000
I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00  0
I> Reserved10 0 BlockMaxSize 5 Reserved11 0
I> dce : decompressed to 9274832 bytes
I> dce: plain binary integrity check is success
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: adsp-fw
I> Size of partition: 2097152
I> Binary@ device:8/0 block-1152 (partition size: 0x200000), name: adsp-fw
I> dce: Authentication Finalize Done
I> Binary dce loaded successfully at 0x86c000000
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: fsi-fw
I> Size of partition: 6291456
I> Binary@ device:8/0 block-1664 (partition size: 0x600000), name: fsi-fw
I> FSI load addr: 0x866000000
I> ape: Authentication Finalize Done
I> Binary ape loaded successfully at 0x861000000
I> Successfully register APE FW context save task with MB2 loader
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: xusb-fw
I> Size of partition: 262144
I> Binary@ device:8/0 block-3200 (partition size: 0x40000), name: xusb-fw
I> fsi: Authentication Finalize Done
I> Binary fsi loaded successfully at 0x866000000
I> Successfully register FSI FW context save task with MB2 loader
I> FSI SCPM configured
I> Configuring FSI PLL
I> FSI_CHSM_ATCM DMA xfer done
I> FSI_CHSM_BTCM DMA xfer done
I> FSI_CPU0_ATCM DMA xfer done
I> FSI_CPU0_BTCM DMA xfer done
I> FSI_CPU0_CTCM DMA xfer done
I> FSI_CPU1_ATCM DMA xfer done
I> FSI_CPU1_BTCM DMA xfer done
I> FSI_CPU1_CTCM DMA xfer done
I> FSI_CPU2_ATCM DMA xfer done
I> FSI_CPU2_BTCM DMA xfer done
I> FSI_CPU2_CTCM DMA xfer done
I> FSI_CPU3_ATCM DMA xfer done
I> FSI_CPU3_BTCM DMA xfer done
I> FSI_CPU3_CTCM DMA xfer done
I> FSI_SRAM DMA xfer done
I> xusb: Authentication Finalize Done
I> Binary xusb loaded successfully at 0x85d900000
I> Successfully register XUSB FW context save task with MB2 loader
I> Task: Carveout setup (0x5001818c)
I> Program remaining OEM carveouts
I> Program ATF_FSI carveout
I> Task: Enable FSITHERM (0x50010224)
I> Task: Enable FSI VMON (0x5000fdc4)
I> FSI VMON: FSI Vmon re-calibration and fine tuning done
I> Task: Validate FSI Therm readings (0x5000fe1c)
I> FSITHERM max temp = 30
I> FSITHERM min temp = 29
I> Task: Restore XUSB sec (0x50001e0c)
I> Task: Enable FSI SE clock (0x500106ac)
I> Enable FSI-SE clock...
I> Task: Initialize CPUBL Params (0x50011678)
I> CPUBL-params @ 0x868000000
I> Task: Prepare eeprom data (0x50011434)
I> Task: OEM firewalls (0x5001c75c)
I> OEM firewalls configured
I> Task: Unhalt AUXPs (0x5001fc8c)
I> Unhalting SPE..
I> Enabling combined UART 
????spe: early_init
vic initialized
tsc initialized
aon lic initialized
spe: tag is defd08283e0379e65b54570dfec704f6
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 (0x500103d0)
I> Sending opcode 0x4d420802 to psc
??INFO: Entering psc_monitor_init!
INFO: GSC22 BOM:0x863002000 SIZE:0x1000000 CLIENT_ACCESS1:00180000
INFO: PSCFW BUILD VERSION: f94e9da-0cca2f3-fc702cd-dev-t234
INFO: mstatus:0xa00000808
INFO: Supervisor entry_point:c108c00
INFO: MONITOR: user task addr:0x863022000, blob offset:0x00020000
INFO: MONITOR: populated user images:19
INFO: mret to Supervisor!
INFO: psc supervisor init.
INFO: psc_irq_init...
INFO: enter idle task.
??
  ??I> Received ACK from psc
I> Task: Start secure NOR provision (0x50012a68)
W> Secure NOR provision request cannot be made as security mode fuse is not burned
I> Task: Load FSI ??bpmp: init
bpmp: base binary md5 is eac380526d68ff45ffc86d0feae98e88
bpmp: combined binary md5 is f96c3c02c7708aaf86eceb3c71825374
bpmp: firmware tag is f96c3c02c7708aaf86ec-eac380526d6
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 thermal
initialized soctherm
initialized tj_init
initialized regime
initialized i2c
vrmon_chk_boot_state: found 4 rail monitors
initialized vrmon
vrs12_check_level_retry: mdev@30 adc 0x40 lvl 132 range [96, 168]
initialized regulator
??keyblob (0x500106e0)
I> Sending opcode OP_FSI_KEYBLOB to psc-fw
I> Sending opcode 0x4653494b to psc
??INFO: END TASK:FSIK
INFO: enter idle task.
??I> Received ACK from psc
I> FSI KeyBlob DMA xfer done
I> Sending opcode OP_PSC_KEY_MANAGER to psc-fw
I> Sending opcode 0x4b45594d to psc
??initialized avfs_clk_platform
initialized powergate
??INFO: [PKCS11-KM] Operation INIT START
INFO: Uninitialized WUW_KEY, Manifest:8211
INFO: PSC_KM_APP_BUILD_VERSION: 5d87327
INFO: [PKCS11-KM] Operation INIT Successful
INFO: END TASK:KEYM
INFO: enter idle task.
??initialized dvs
initialized clk_mach_config
initialized pm
initialized suspend
initialized strap
initialized emc
initialized emc_mrq
??I> Received ACK from psc??initialized clk_cal
initialized uphy_dt
initialized uphy_mrq
HSIO UPHY reset has been de-asserted 0xfe0c0
??
??initialized uphy
??I> Task: Unhalt AUXPs (0x5001fc94)
I> Unhalting RC??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
initialized mce_dbell
initialized clk_sync_fmon_post
initialized clk_cal_late
initialized noc_late
initialized dmce
initialized cvc
initialized avfs_clk_mach_post
initialized pm_post
initialized avfs_clk_platform_post
initialized cvc_late
initialized rm
initialized console_late
handling unreferenced clks
enable adspneon
enable can1_core
enable can1_host
enable can2_core
enable can2_host
enable mss_encrypt
enable i2c7
enable maud
enable mphy_core_pll_fixed
enable mphy_l0_rx_ana
enable mphy_l0_rx_ls_bit
enable mphy_l0_rx_symb
enable mphy_l0_tx_ls_3xbit
enable mphy_l0_tx_symb
enable mphy_l1_rx_ana
enable mphy_tx_1mhz_ref
enable nvdec
enable pllg_ref
enable dsi_core
enable aza_2xbit
enable pllc4_muxed
enable mphy_l0_tx_2x_symb
enable xusb_ss
enable xusb_fs
enable xusb_falcon
enable xusb_core_mux
enable dsi_lp
enable pex_usb_pad_pll3_mgmt(always_on)
enable sdmmc_legacy_tm
enable ufshc
initialized clk_mach_post
initialized pg_post
initialized regulator_post
initialized profile
initialized fuse_late
initialized mrq
initialized patrol_scrubber
initialized extras_post
bpmp: init complete
??E
I> RCE unhalt s??[     2.932777] Camera-FW on t234-rce-safe started
TCU console enabled.
??uccessful
I> DCE unhalt successful
I> APE unhalt skipped
??
  ??CHSM firmware version 1.0.5
Build: 83a7eae Mon Jul 4 14:40:50 IST 2022
??I> FSI unhalt successful
I> Task: Load CPUBL (0x50011770)
I> Task: Load TOS (0x50011cdc)
I> Task: Load OIST (0x50012124)
I> ccplex ist is not enabled skip test vectors load
I> Task: Load and authenticate registered FWs (0x5001594c)
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: cpu-bootloader
I> Size of partition: 524288
I> Binary@ device:8/0 block-0 (partition size: 0x80000), name: cpu-bootloader
??Unhalted R52 cores
??I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: secure-os
I> Size of partition: 4194304
I> Binary@ device:8/0 block-128 (partition??CddSpi Init done
FSI AUTOSAR FW Version: 1.3.1
Build: (1aaaaf67 9b8af96 Tue Jul 5 20:52:53 IST 2022)
Production error 0 and Status 0
BswM Enter Run
Fsi Ccplex Com Init done
LIC programming done
Safety Services EPS Initialized.
Port_Test: Vendor Id: 155
Port_Test: moduleID: 124
Port_Test: sw_major_version: 1
Port_Test: sw_minor_version: 3
Port_Test: sw_patch_version: 0
Port PIN mode change Test passed
Port Refresh Test passed
Port_Test: Passed
E2E is initialized
??[     3.045348] Camera-FW on t234-rce-safe ready SHA1=6d3217f5 (crt 1.159 ms, total boot 113.829 ms)
??DCE: FW B?? size: 0x400000), name: secure-os
??oot Done
??I> MB2-params @ 0x40060000
I> cpubl: Authentication Finalize Done
I> Binary cpubl loaded successfully at 0x86ec00000
I> tos : oem authentication of header done
I> tos : meta-blob integrity check is success.
I> tos : will be decompressed at 0x865d1f000
I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00  0
I> Reserved10 0 BlockMaxSize 5 Reserved11 0
I> tos : decompressed to 1968208 bytes
I> tos: plain binary integrity check is success
??----------GPT Test Started----------
Elapsed time one shot mode PASS: 39
Elapsed time Expired one shot mode channel 1 PASS: 150
Remaining time for continous mode ch-2 PASS: 2200
Remaining Time for continous mode after ch-2 De-Init PASS:0
No interupt for channel 1, Disable Notification PASS:15
Concurrent channel call for start timer PASS:24 78
GPT Test passed
----------GPT Test Finished----------
Bsw_Stub_TimerNotification: 1
 Gpt 1 OneShot
Time before 1: 5
Time after 1: 15019
Enable Notification for channel 1 PASS
Bsw_Stub_TimerNotification: 0
 Gpt 0 Timer
Time before 0: 4
Time after 0: 30018
Enable Notification for channel 0 PASS
Bsw_Stub_TimerNotification: 2
 Gpt 2 Timer
Time before 2: 7
Time after 2: 40021
Enable Notification for channel 2 PASS
Bsw_Stub_TimerNotification: 3
 Gpt 3 Timer
Time before 3: 8
Time after 3: 50238
Enable Notification for channel 3 PASS
Bsw_Stub_TimerNotification: 0
 Gpt 0 Timer
Time before 0: 30018
Time after 0: 60020
Enable Notification for channel 0 PASS
??I> tos: Authentication Finalize Done
I> Binary tos loaded successfully at 0x865d1f000
I> Task: Prepare TOS params (0x50011??Bsw_Stub_TimerNotification: 2
 Gpt 2 Timer
Time before 2: 40021
Time after 2: 80020
Enable Notification for channel 2 PASS
Bsw_Stub_TimerNotification: 3
 Gpt 3 Timer
Time before 3: 50238
Time after 3: 100437
Enable Notification for channel 3 PASS
??c54)
I> Task: Load and authenticate Kernel BCH for QB (0x50012a2c)
I> Scratch RSV109: 0x00000001    active chain: 0
I> Partition name: kernel
I> Size of partition: 10485760
I> Binary@ device:8/0 block-5568 (partition size: 0xa00000), name: kernel
I> Skip kernel binary read: max_binary_size is 0
I> Task: OEM SC7 context save (0x50012608)
I> oem sc7 context saved
I> Task: Disable MSS perf stats (0x5001fd20)
I> Task: Program display sticky bits (0x5001fc9c)
I> Task: Storage device deinit (0x50001fb4)
I> Task: DRAM ECC Scrub remaining DRAM in MB2 (0x50020f7c)
I> Task: SMMU external bypass disable (0x50010334)
I> Task: SMMU init (0x50??
Time taken from Error Reporting to SEH: 48 microseconds

Time taken from Error Reporting to SEH: 52 microseconds
DemoApp: ErrCode-0x1012 ReptrId-0xe00e ErrAttr-0x0
EPS TimeStamp: 0x6177827
DemoApp: ErrCode-0x89abcdef ReptrId-0x8013 ErrAttr-0x0
EPS TimeStamp: 0x6178b0f
Failure Report FsiApp Tx:
??010250)
I> Task: Program CBB PCIE AMAP regions (0x50013090)
I> Task: Program GICv3 registers (0x5001fdc0)
I> Task: Audit firewall settings (0x5001ca08)
I> Task: GR Dump for MB2 (0x50012fec)
W> GR Blob not found
I> MB2 finished

??NOTICE:  BL31: v1.4(release):2fd8d6ec4
NOTICE:  BL31: Built : 15:48:01, Jul 20 2022
??INFO: SS: Requested Command: 0x2005
INFO: init nor flash ...
INFO:   SPI, ID: c22917
INFO:   Flash supports 3-byte address mode
INFO:   Change Mode To [Standard SPI Read/Write/Erase]
INFO: mx78_init: Probed mx78u64a00!
??SHA256 test success!
??INFO: Device is not ODM fused and reserved_odm7[bit0] is not set. Trying to initialize with eng root key
Security command error:0x90
ERROR: [PSC-SS] start_secure_zone_session(172): failed to generate secure session
ERROR: [PSC-SS] mx78_start_secure_sessions(237): failed to start secure session 0
ERROR: [PSC-SS] mx78_init(859): failed to create secure sessions
ERROR: Flash init failed
ERROR: [3457] Nor flash init Failed
ERROR: cmd id 0x2005 failed with 0x41
ERROR: SS: Transition of secure storage state failed
ERROR: SS: Secure storage init failed  0x41
INFO: END TASK:SSTR
INFO: enter idle task.
????QSPI Flash MX25U51245G Detected! JDEC ID, 0xc29595
qb:[I]: device_registration_qb_init Successful
qb:[I]: WARNING: SECURITY_MODE is not blown
qb:[I]: Platform ChipId 0x23
qb:[I]: New customer data format, PT offset 8
qb:[I]: Replacing current bcb entry with bcb partition:B_qspi_chain
qb:[I]: IVC matched for dev 0x2, instance 0
qb:[I]: L1 active partitions export not set
qb:[I]: dev_id 0x2 instance 0x0 part_name :bct part_id 0x1 start_addr 0x0 size 0x80000 end_addr 0x7ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :pt part_id 0x2 start_addr 0x80000 size 0x80000 end_addr 0xfffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :C_qspi_chain part_id 0x3 start_addr 0x100000 size 0x2c00000 end_addr 0x2cfffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :bad-page part_id 0x4 start_addr 0x2d00000 size 0x80000 end_addr 0x2d7ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_qspi_chain part_id 0x5 start_addr 0x2d80000 size 0x940000 end_addr 0x36bffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :B_qspi_chain part_id 0x6 start_addr 0x36c0000 size 0x940000 end_addr 0x3ffffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_emmc_chain part_id 0x7 start_addr 0x0 size 0x72d080000 end_addr 0x72d07ffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :B_emmc_chain part_id 0x8 start_addr 0x72d080000 size 0x72d080000 end_addr 0xe5a0fffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_ufs_chain part_id 0x9 start_addr 0x0 size 0xd00000000 end_a??-------------DIO test passed.--------------
??ddr 0xcffffffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :B_ufs_chain part_id 0xa start_addr 0xd00000000 size 0xd00000000 end_addr 0x19ffffffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-shared-pers part_id 0xb start_addr 0x1a00000000 size 0x10000000 end_addr 0x1a0fffffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :pers-ota part_id 0xc start_addr 0x1a10000000 size 0x10000000 end_addr 0x1a1fffffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-ufs part_id 0xd start_addr 0x1a20000000 size 0x1d00000000 end_addr 0x371fffffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-demo-ufs part_id 0xe start_addr 0x3720000000 size 0x280000000 end_addr 0x399fffffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_pt part_id 0xf start_addr 0x2d80000 size 0x40000 end_addr 0x2dbffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb1-bootloader part_id 0x10 start_addr 0x2dc0000 size 0x40000 end_addr 0x2dfffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-bl part_id 0x11 start_addr 0x2e00000 size 0x40000 end_addr 0x2e3ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb1-bct part_id 0x12 start_addr 0x2e40000 size 0x40000 end_addr 0x2e7fff??-------------MCU test started.--------------
Test Clock Selection register success
Test CHSM_CPU_BASE success
Test FSI_FABRIC_BASE success
Test FSI_SE success
Test FSI_SPI_BASE success
Test FSI_TS_BASE success
Test UARTFSI_BASE success
Test UARTFSI_EN success
Test PLLFSI_BASE success
Test PLLFSI_MISC_0 success
Test PLLFSI_MISC_1 success
Test PLLFSI_MISC_2 success
Test PLLFSI_MISC_3 success
Test PLLFSI_MISC_4 success
Test PLLFSI_MISC_5 success
Test PLLFSI_MISC_6 success
Test PLL_FSI FMON success
Test CHSM_CPU FMON success
Test FSI_FABRIC FMON success
Test FSI_SPI FMON success
Test FSI_TS FMON success
Test FSI_CAN_RST_0 success
Test FSI_CAN_RST_1 success
Test FSI_SPI_RST_0 success
R52 CPU running at 1200 MHz
Test Mcu_InitRamSection Success
MCU Version Info is disabled
-------------MCU test passed.--------------
??f
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mem-bct part_id 0x13 start_addr 0x2e80000 size 0x40000 end_addr 0x2ebffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb2-bootloader part_id 0x14 start_addr 0x2ec0000 size 0x80000 end_addr 0x2f3ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_spe-fw part_id 0x15 start_addr 0x2f40000 size 0x80000 end_addr 0x2fbffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-fw part_id 0x16 start_addr 0x2fc0000 size 0xc0000 end_addr 0x307ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mts-mce part_id 0x17 start_addr 0x3080000 size 0x40000 end_addr 0x30bffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-fw part_id 0x18 start_addr 0x30c0000 size 0x180000 end_addr 0x323ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_sc7-fw part_id 0x19 start_addr 0x3240000 size 0x40000 end_addr 0x327ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-rf part_id 0x1a start_addr 0x3280000 size 0x40000 end_addr 0x32bffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb2-rf part_id 0x1b start_addr 0x32c0000 size 0x40000 end_addr 0x32fffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-fw-dtb part_id 0x1c start_addr 0x3300000 size 0x80000 end_addr 0x337ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_rce-fw part_id 0x1d start_addr 0x3380000 size 0x100000 end_addr 0x347ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_nvdec-fw part_id 0x1e start_addr 0x3480000 size 0x80000 end_addr 0x34fffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_ist-ucode part_id 0x1f start_addr 0x3500000 size 0x40000 end_addr 0x353ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-ist part_id 0x20 start_addr 0x3540000 size 0x40000 end_addr 0x357ffff
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_ist-config part_id 0x21 start_addr 0x3580000 size 0x40000 end_addr 0x35bffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-testimg part_id 0x22 start_addr 0x0 size 0x50000000 end_addr 0x4fffffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-runtimeinfo part_id 0x23 start_addr 0x50000000 size 0x40000 end_addr 0x5003ffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-resultdata part_id 0x24 start_addr 0x50040000 size 0xc800000 end_addr 0x5c83ffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_gr-ist part_id 0x25 start_addr 0x5c840000 size 0x40000 end_addr 0x5c87ffff
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_gos0-crashlogs part_id 0x26 start_addr 0x5c880000 size 0x100000 end_addr 0x5c97ffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_cpu-bootloader part_id 0x27 start_addr 0x0 size 0x80000 end_addr 0x7ffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_secure-os part_id 0x28 start_addr 0x80000 size 0x400000 end_addr 0x47ffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_adsp-fw part_id 0x29 start_addr 0x480000 size 0x200000 end_addr 0x67ffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_fsi-fw part_id 0x2a start_addr 0x680000 size 0x600000 end_addr 0xc7ffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_xusb-fw part_id 0x2b start_addr 0xc80000 size 0x40000 end_addr 0xcbffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_dce-fw part_id 0x2c start_addr 0xcc0000 size 0x900000 end_addr 0x15bffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_kernel part_id 0x2d start_addr 0x15c0000 size 0xa00000 end_addr 0x1fbffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_guest-linux part_id 0x2e start_addr 0x1fc0000 size 0x6c1200000 end_addr 0x6c31bffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_qnx-update part_id 0x2f start_addr 0x6c31c0000 size 0x1800000 end_addr 0x6c49bffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_qnx-update-fs part_id 0x30 start_addr 0x6c49c0000 size 0x8000000 end_addr 0x6cc9bffff
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_gos0-compute-bits-ufs part_id 0x31 start_addr 0x6cc9c0000 size 0x100000000 end_addr 0x7cc9bffff
qb:[I]: Booted chain A
qb:[I]: Orin MCE Read num cores 12
qb:[I]: Orin MCE Read ARI version 0x100000008
qb:[I]: Orin MCE Cluster Config 0x15
qb:[I]: Orin MCE Enabled CPUs 0xfff
qb:[I]: SCRATCH_SECURE_RSV109_SCRATCH_0: 0x1
qb:[I]: SCRATCH_SECURE_RSV41_SCRATCH_0: 0xc0
qb:[I]: Loading Kernel Image
qb:[E]: Configured symbol clocks: tx_rate: 583680000 rx_rate: 312500000
qb:[I]: UFS::Shifted to HS mode 2 Gear 4 successfully
qb:[I]: UFS init successful
qb:[I]: UFS::Device supports rpmb lun
qb:[I]: UFS probe successful
qb:[I]: meta-blob hash verify success 0x15c3000
qb:[I]: version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1             reserved_00  0
qb:[I]: Reserved10 0 BlockMaxSize 5 Reserved11 0
qb:[I]: Plaintext SHA512 validation successful
qb:[I]: Loading Ramdisk Image
qb:[E]: Partition A_ramdisk not found
qb:[I]: Partition A_ramdisk not found. e= 0x30018
qb:[I]: Ramdisk partition not found. continue..
qb:[I]: Loading DTB image
qb:[E]: Partition A_kernel-dtb not found
qb:[I]: DTB not found
qb:[I]: GR Blob not found or corrupted. Skipping GR Dump for QB
qb:[I]: dev_id 0x2 instance 0x0 part_name :bct start_addr 0x0 size 0x80000 level 1 chain 0
qb:[I]: dev_id 0x2 instance 0x0 part_name :pt start_addr 0x80000 size 0x80000 level 1 chain 0
qb:[I]: dev_id 0x2 instance 0x0 part_name :C_qspi_chain start_addr 0x100000 size 0x2c00000 level 1 chain 3
qb:[I]: dev_id 0x2 instance 0x0 part_name :bad-page start_addr 0x2d00000 size 0x80000 level 1 chain 0
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_qspi_chain start_addr 0x2d80000 size 0x940000 level 1 ??SHA512 test success!
??chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :B_qspi_chain start_addr 0x36c0000 size 0x940000 level 1 chain 2
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_emmc_chain start_addr 0x0 size 0x72d080000 level 1 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :B_emmc_chain start_addr 0x72d080000 size 0x72d080000 level 1 chain 2
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_ufs_chain start_addr 0x0 size 0xd00000000 level 1 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :B_ufs_chain start_addr 0xd00000000 size 0xd00000000 level 1 chain 2
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-shared-pers start_addr 0x1a00000000 size 0x10000000 level 1 chain 0
qb:[I]: dev_id 0x1c instance 0x0 part_name :pers-ota start_addr 0x1a10000000 size 0x10000000 level 1 chain 0
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-ufs start_addr 0x1a20000000 size 0x1d00000000 level 1 chain 0
qb:[I]: dev_id 0x1c instance 0x0 part_name :gos0-demo-ufs start_addr 0x3720000000 size 0x280000000 level 2 chain 0
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_pt start_addr 0x2d80000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb1-bootloader start_addr 0x2dc0000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-bl start_addr 0x2e00000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb1-bct start_addr 0x2e40000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mem-bct start_addr 0x2e80000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb2-bootloader start_addr 0x2ec0000 size 0x80000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_spe-fw start_addr 0x2f40000 size 0x80000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-fw start_addr 0x2fc0000 size 0xc0000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mts-mce start_addr 0x3080000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-fw start_addr 0x30c0000 size 0x180000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_sc7-fw start_addr 0x3240000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_psc-rf start_addr 0x3280000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_mb2-rf start_addr 0x32c0000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-fw-dtb start_addr 0x3300000 size 0x80000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_rce-fw start_addr 0x3380000 size 0x100000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_nvdec-fw start_addr 0x3480000 size 0x80000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_ist-ucode start_addr 0x3500000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_bpmp-ist start_addr 0x3540000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x2 instance 0x0 part_name :A_ist-config start_addr 0x3580000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-testimg start_addr 0x0 size 0x50000000 level 2 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-runtimeinfo start_addr 0x50000000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_ist-resultdata start_addr 0x50040000 size 0xc800000 level 2 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_gr-ist start_addr 0x5c84000??========INFO: w/o TCM translation in App==========

SRAM(0x51081a00)->SRAM(0x51081bc0)
callback called:
Callback:data verified for 0x51081a00 and 0x51081bc0

SRAM(0x51081a00)->BTCM(0x40400)
callback called:
Callback:data verified for 0x51081a00 and 0x40400

SRAM->BTCM->SRAM:(0x51081a00->0x40400->0x51081bc0)
DMA transfer verified for 0x51081a00 & 0x51081bc0
??0 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x0 instance 0x3 part_name :A_gos0-crashlogs start_addr 0x5c880000 size 0x100000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_cpu-bootloader start_addr 0x0 size 0x80000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_secure-os start_addr 0x80000 size 0x400000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_adsp-fw start_addr 0x480000 size 0x200000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_fsi-fw start_addr 0x680000 size 0x600000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_xusb-fw start_addr 0xc80000 size 0x40000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_dce-fw start_addr 0xcc0000 size 0x900000 level 2 c??sgi
SGI
??hain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_kernel start_addr 0x15c0000 size 0xa00000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_guest-linux start_addr 0x1fc0000 size 0x6c1200000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_qnx-update start_addr 0x6c31c0000 size 0x1800000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_qnx-update-fs start_addr 0x6c49c0000 size 0x8000000 level 2 chain 1
qb:[I]: dev_id 0x1c instance 0x0 part_name :A_gos0-compute-bits-ufs start_addr 0x6cc9c0000 size 0x100000000 level 0 chain 1
qb:[I]: UID SHA =qb:[I]:  0x0268qb:[I]:  0x02a6qb:[I]:  0x02e1qb:[I]:  0x0262qb:[I]:  0x02b9qb:[I]:  0x026qb:[I]:  0x0255qb:[I]:  0x022dqb:[I]:  0x0272qb:[I]:  0x02f3qb:[I]:  0x02ceqb:[I]:  0x02bbqb:[I]:  0x02d2qb:
[I]:  0x02a8qb:[I]:  0x02aaqb:[I]:  0x0259qb:[I]:  0x02f9qb:[I]:  0x0252qb:[I]:  0x0234qb:[I]:  0x0216qb:[I]:  0x022qb:[I]:  0x02c5qb:[I]:  0x02a8qb:[I]:  0x022qb:[I]:  0x02a3qb:[I]:  0x0289qb:[I]:  0x02ceqb:[I]:  
0x02d0qb:[I]:  0x0223qb:[I]:  0x02d3qb:[I]:  0x02a2qb:[I]:  0x0240qb:[I]:  0x02e6qb:[I]:  0x0249qb:[I]:  0x02aeqb:[I]:  0x029aqb:[I]:  0x0233qb:[I]:  0x02bqb:[I]:  0x028aqb:[I]:  0x02b3qb:[I]:  0x02dqb:[I]:  0x02b4
qb:[I]:  0x0250qb:[I]:  0x0272qb:[I]:  0x021aqb:[I]:  0x0218qb:[I]:  0x02c2qb:[I]:  0x026dqb:[I]:  0x0220qb:[I]:  0x0276qb:[I]:  0x0219qb:[I]:  0x0296qb:[I]:  0x0249qb:[I]:  0x0217qb:[I]:  0x02c4qb:[I]:  0x02beqb:[
I]:  0x02daqb:[I]:  0x0279qb:[I]:  0x028aqb:[I]:  0x02d3qb:[I]:  0x022dqb:[I]:  0x02c6qb:[I]:  0x02eqb:[I]:  0x02acqb:[I]: 
qb:[I]: jumping to kernel at 0x80000000 (virtual 0x80000000)
??????DRIVE Hypervisor
??vsc_dev_mgr_get_storage_device_by_id: set up device qspi0
vsc_dev_mgr_get_storage_device_by_id: set up device qspi0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device qspi0
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device qspi0
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device qspi0
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device sdmmc3_user
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
vsc_dev_mgr_get_storage_device_by_id: set up device ufs_lun0
QSPI Flash MX25U51245G Detected! JDEC ID, 0xc29595
qspi_register: registering ASYNC IO device for QSPI instance 0
QSPI Flash MX25U51245G Detected! JDEC ID, 0xc29595
UFS:Configured symbol clocks: tx_rate: 583680000 rx_rate: 312500000
??D-S> ??UFS:fill_normal_lun_features()::Writeback Cache is enabled
UFS:UFS device Thin provisioning is in disabled state. ERASE/DISCARD not supported(0)
??pl:[I]: storage is virtualized
pl:[I]: device_registration_virt_init Successful
pl:[I]: Platform ChipId 0x23
?? ??]: BCH SHA512 digest verificat??p??i??l??o??:??n??[?? ??I??s??]??u??:??c?? ??c??s??e??t??s??o??s??r??f??a??u??g??l??e??
      ??is virtualized
??pl:[I]: Loaded PT
pl:[I]: dev_id 0xe instance 0xa part_name :pt part_id 0x1 start_addr 0x0 size 0x40000 end_addr 0x3ffff
pl:[I]: dev_id 0xe instance 0xa part_name :kernel-dtb part_id 0x2 start_addr 0x40000 size 0x40000 end_addr 0x7ffff
pl:[I]: dev_id 0xe instance 0xa part_name :kernel par??p??t??l??_??:??i??[??d??I?? ??]??0??:??x?? ??3??d?? ??e??s??v??t??i??a??c??r??e??t??_??_??r??a??eg??d??i??d??s??r??t?? ??r??0??a??x??t??
??_???0??o??0??n??0??_??0??v?? ??i??s??r??i??t??z??_??e??i?? ??n??0??i??x??t??1?? ??7??S??8??u??0??c??0??c??0??e??0??s?? ??s??e??f??n??u??d??l
??m?? ??ad??p??d??l??r??:[?? ??I??0??]??x??:??1?? ??7??Pl??f??a??f??t??f??f??f??o??f??r??
??t?? ?? ??p??C??l??h??:??i??[??p??I??I??]??d??:?? 0?? ??x??B??2??o??3??o??
      ??ed chain A
pl:[I]: Loading Kernel Image
??pl:[I]: BCH SHA512 ??p??d??l??i??:??g??[??e??I??s??]??t??:?? ?? ??v??B??e??C??r??H??i?? ??f??S??i??H??c??A??a??5??t??1??i??2??on?? ?? ??d??s??i??u??g??c??e??c??s??e??t??s?? ??s??v??f??
??f???r??l??i??
??l?? ??ication successful??p??
      ??:[I]: Loaded PT
pl:[I]: dev_id 0xe instance 0x7 part_name :pt pa??p??r??l??t_??:??i??[??d??I?? ??]??0??:??x?? ??1??m?? ??e??s??t??t??a??a??-??r??b??t??l??_??o??a??b??d?? ??d??h??r??a?? ??s??0??h??x?? ??0??v
??0??e??s??r??i??i??z??f??e??y?? ?? ??0??s??x4??u??0??c??0??c??0??e??0??s?? ??s??e?? ??n??0??d??x??_??8??a??3??d??0??d??0??r??0?? ??
      ??x3ffff
pl:[I]: dev_id 0xe instance 0x7 part_name :kernel-dtb part_id 0x2 start_addr 0x40000 size 0x60000 end_addr 0x9ffff
pl:[I]: dev_id 0xe instance 0x7 part_name :kernel part_id 0x3 start_addr 0xa0000 size 0x1b00000 end_addr 0x1b9ffff
pl:[I]: dev_id 0xe instance 0x7 part_name :ramdisk part_id 0x4 start_addr 0x1ba0000 size 0x3e0000 end_addr 0x1f7ffff
pl:[I??p??]??l??:??:?? ??[??d??I??e??]??v??:??_?? ??i??v??d??e?? ??r??0??s??xe??i?? ??o??i??n??n?? ??s??1??t?? ??a??B??n??i??c??n??e?? ?? ??1??0?? ??x??B??7??C?? ??h??p??e??a??c??r??k?
?t??S??_??u??n??m??a?? ??m??0??e?? ?? ??c??:??o??g??n??o??t??s??e??0??n??-??t??g??_??p??s??1??i?? ??z??p??e??a?? ??r??0??t?? ??_??C??i??o??d??n?? ??t??0??e??x??n??5??t?? ?? ??s??C??t??
??0???k??r??S??t_??u??a??m??d?? ??d??1??r??             ?? ??   ??0??r??x??e??1??s??f??e??8??r??0??v??0??e??0??d??0??_?? ??0??s??0??i?? ??z?? ??e??0?? ??
??k?? ??x??p??4??l??0??:??0??[??0??I??0??]?? ??:??e?? ??n??R??d??e??_??s??a??e??d??r??d??v??r??e?? ??d??0??1??x??0??1?? ??f??0??b?? ??f??B??f??l??f??o??f??c??
      ??M??p??a??l??x??:??SHA3_256 test success!
??a??S??I??i??]??z??:??e?? ?? ??d??5??e?? ??v??R??_??e??i??s??d??e?? ??r??0??v??x??e??e??d?? ??1??i??1??n?? ??s??0??t??
      ??nce 0x7 part_name :gos0-fs part_id 0x6 start_addr 0x1fc0000 size 0x6bf200000 end_addr 0x6c11bffff
pl:[I]: dev_id 0xe instance 0x7 part_name :gos0-gpt part_id 0x7 start_addr 0x6c11df000 size 0x21000 end_addr 0x6c11fffff
pl:[I]: Booted chain A
pl:[I]: Loading Kernel Image
pl:[I]: BCH SHA512 digest verification successful
pl:[I]: meta-blob hash verify success 0xa4000
pl:[I]: version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1             reserved_00  0
pl:[I]: Reserved10 0 BlockMaxSize 5 Reserved11 0
??pl:[I]: Plaintext SHA512 validation successful
pl:[I]: Loading DTB image
pl:[I]: BCH SHA512 digest verification successful
pl:[I]: Ignoring Reserved Memory value 0x0
pl:[I]: Added mpidr: 0x0 to  cpu-0 node in FDT
pl:[I]: total mac_address 10
pl:[I]: GR carveout not found, skipping
pl:[I]: Kernel Cmdline: usr_fs=/dev/vblk_ufs30 tegraid=23.4.1.0.0 bl_prof_dataptr=2048@0xf2e17800
pl:[I]: jumping to kernel at 0x80080000 (virtual 0x80080000)
??pl:[I]: Plaintext SHA512 validation successful
pl:[I]: Loading Ramdisk Image
pl:[I]: BCH SHA512 digest verification successful
pl:[I]: meta-blob hash verify success 0x1ba3000
??fsw_parse_dt: NvHost driver node disabled
??pl:[I]: version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1           reserved_00  0
pl:[I]: Reserved10 0 BlockMaxSize 5 Reserved11 0
pl:[I]: Plaintext SHA512 validation successful
pl:[I]: Loading DTB image
pl:[I]: BCH SHA512 digest verification successful
pl:[I]: Ignoring Reserved Memory value 0x0
pl:[I]: Added mpidr: 0x10000 to  cpu-0 node in FDT
pl:[I]: Added mpidr: 0x10100 to  cpu-1 node in FDT
pl:[I]: Added mpidr: 0x10200 to  cpu-2 node in FDT
pl:[I]: Added mpidr: 0x10300 to  cpu-3 node in FDT
pl:[I]: Added mpidr: 0x20000 to  cpu-4 node in FDT
pl:[I]: Added mpidr: 0x20100 to  cpu-5 node in FDT
pl:[I]: Added mpidr: 0x20200 to  cpu-6 node in FDT
pl:[I]: Added mpidr: 0x20300 to  cpu-7 node in FDT
pl:[I]: Added mpidr: 0x100 to  cpu-8 node in FDT
pl:[I]: Added mpidr: 0x200 to  cpu-9 node in FDT
pl:[I]: Added mpidr: 0x300 to  cpu-10 node in FDT
pl:[I]: CARVEOUT_FSI_CPU_NS base(0x7fe0580000) size(0x1000000)
pl:[I]: total mac_address 10
pl:[I]: Kernel Cmdline: aurixfw=AFW root=/dev/vblkdev0p1 loglevel=3 usr_fs=/dev/vblkdev1:/persistent ufs_fs=/dev/vblkdev2 usr_fs2=/dev/vblkdev3:/home gpt rootwait ip=off rw gpt tegra_keep_boot_clocks disable_androi
d_paranoid_network sdhci_tegra.en_boot_part_access=1 console=ttyS2,115200n8 pci=ecrc=on tegraid=23.4.1.0.0 bl_debug_data=65536@0x7fe2ff0000 bl_prof_dataptr=2048@0x7fe1587000
pl:[I]: jumping to kernel at 0x80200000 (virtual 0x80000000)
??Starting Update VM (SDP 7.1)
Loading UART driver for debug console...
Starting nvmap
Starting vscd
??fsw_parse_dt: NvHost driver node disabled
??Mounting Persistent Partition
Wait for VBLK driver
??Starting RM server
Exiting without performing sanity checks
Done...
ksh: No controlling tty (open /dev/tty: No such device or address)
ksh: warning: won't have full job control
# Jan 01 00:00:00.004                      console.2                           0  -----ONLINE-----
Jan 01 00:00:00.007                    nvdt_init.4                           0  -----ONLINE-----
Jan 01 00:00:00.023              io_nvsciipc.12293                           0  -----ONLINE-----
Jan 01 00:00:00.023              io_nvsciipc.1??debugfs initialized
??2293          io-nvsciipc* 10008  io-nvsciipc thread_count: 5
Jan 01 00:00:00.029                devv_nvhv.16390                           0  -----ONLINE-----
Jan 01 00:00:00.032            nvsciipc_init.20487                           0  -----ONLINE-----
Jan 01 00:00:00.038             nvpm_server2.24584                           0  -----ONLINE-----
Jan 01 00:00:00.039             nvpm_server2.24584         nvpm_server2* 10004  property not found
Jan 01 00:00:00.039             nvpm_server2.24584         nvpm_server2  10066  per_process_timeout property not defined correctly.Assuming default SIGKILL timeout ms:: 100
Jan 01 00:00:00.047                io_nvdvms.28681                           0  -----ONLINE-----
Jan 01 00:00:00.048                io_nvdvms.28681            io-nvdvms* 10067  Fail to find the sequence.
Jan 01 00:00:00.048                io_nvdvms.28681            io-nvdvms  10065  nvdvms_wait_for_init: NvDTSCmdOpen() failed (can't open DTS)
Jan 01 00:00:00.048                io_nvdvms.28681            io-nvdvms  10065  nvdvms: failed to wait for init 
Jan 01 00:00:00.089                 io_nvsys.36874                           0  -----ONLINE-----
Jan 01 00:00:00.096             io_nvbpmpivc.40971                           0  -----ONLINE-----
Jan 01 00:00:00.103               io_nvclock.45068                           0  -----ONLINE-----
Jan 01 00:00:00.103            io_nvclock.45068..0                           0  -----ONLINE-----
Jan 01 00:00:00.107           io_nvpowergate.49155                           0  -----ONLINE-----
Jan 01 00:00:00.152               devg_nvmap.69647                           0  -----ONLINE-----
Jan 01 00:00:00.152               devg_nvmap.69647           devg-nvmap* 10040  NVMAP Init Start
Jan 01 00:00:00.153               devg_nvmap.69647           devg-nvmap  10040  stage2: smmu: configurations are not enabled for Display client
Jan 01 00:00:00.154               devg_nvmap.69647           devg-nvmap  10040  nvmap_ioctl_set_ioctl_params: syncpt memory values not updated in ioctl params
Jan 01 00:00:00.155               devg_nvmap.69647           devg-nvmap  10040  NVMAP Init Completed
Jan 01 00:00:00.187            nvaudioserver.81937                           0  -----ONLINE-----
Jan 01 00:00:00.187         nvaudioserver.81937..0                           0  -----ONLINE-----
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver* 10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.188         nvaudioserver.81937..0        nvaudioserver  10004  property not found
Jan 01 00:00:00.190                devg_nvrm.94222                           0  -----ONLINE-----
Jan 01 00:00:00.190             devg_nvrm.94222..0                           0  -----ONLINE-----
Jan 01 00:00:00.191             devg_nvrm.94222..0            devg-nvrm* 10008  error: NvSciIpcOpenEndpointPreCommon: Failed to find endpoint: 4352 
Jan 01 00:00:00.191             devg_nvrm.94222..0            devg-nvrm  10008  error: NvSciIpcOpenEndpointWithEventService: mipical: 4352 
Jan 01 00:00:00.191             devg_nvrm.94222..0            devg-nvrm  10033  setup_nvsciipc_conn: Error: Couldn't open IPC endpoint
Jan 01 00:00:00.191             devg_nvrm.94222..0            devg-nvrm  10033  nvsysmgr_setup_ivc: Error: Couldn't setup IPC connection
Jan 01 00:00:00.192             devg_nvrm.94222..0            devg-nvrm  10008  error: NvSciIpcOpenEndpointPreCommon: Failed to find endpoint: 4352 
Jan 01 00:00:00.192             devg_nvrm.94222..0            devg-nvrm  10008  error: NvSciIpcOpenEndpointWithEventService: nvgpu: 4352 
Jan 01 00:00:00.192             devg_nvrm.94222..0            devg-nvrm  10033  setup_nvsciipc_conn: Error: Couldn't open IPC endpoint
??SHA3_512 test success!
??Jan 01 00:00:00.192             devg_nvrm.94222..0            devg-nvrm  10033  nvsysmgr_setup_ivc: Error: Couldn't setup IPC connection
Jan 01 00:00:00.193             devg_nvrm.94222..1                           0  -----ONLINE-----
Jan 01 00:00:00.193             devg_nvrm.94222..1                 slog*     0  nvmipical: nvmipical_sysmgr_ack: system manager ivc initialization failed
Jan 01 00:00:00.193             devg_nvrm.94222..1                 slog      0  nvgpu:             vsrv_sysmgr_setup_ivc:55   [ERR ] vsrv_sysmgr_setup_ivc: system manager ivc initialization failed
Jan 01 00:00:00.194             devg_nvrm.94222..1                 slog      0  nvrm: alloc_ivc_table failed
Jan 01 00:00:00.194             devg_nvrm.94222..1                 slog      0  nvgpu:                 nvgpu_init_server:341  [ERR ] failed to init dispatcher
Jan 01 00:00:00.250        io_nvpowergate.49155..0                           0  -----ONLINE-----
Jan 01 00:00:00.250             devg_nvrm.94222..1                 slog      0  nvhost: [bh_work_func:147] START work_func
Jan 01 00:00:00.251        io_nvpowergate.49155..0                 slog*     0  AUD: Unpowergated
Jan 01 00:00:00.252             devg_nvrm.94222..1                 slog      0  nvhost: [camera_ipc_handler:163] START camera_ipc_handler
Jan 01 00:00:00.266             devg_nvrm.94222..0            devg-nvrm  10039  vhost_channel_thread: start channel, peer: 0
Jan 01 00:00:00.266             devg_nvrm.94222..0            devg-nvrm  10039  nvhost server initialization completed
??# ??Jan 01 00:00:00.367             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.369             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.376             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.378             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.381             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.383             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.384             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.386             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.390             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
??UFS:ufshcd_bh_handle_intr()::spurious ufs interrupt!
??Jan 01 00:00:00.412             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.417             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.420             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.422             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.427             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.429             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.433             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.437             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.440             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.441             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.443             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
??Current boot mode is: GPIO

Active bootchain is: A

??Jan 01 00:00:00.452             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.457             devg_nvrm.94222..1                 slog      0  nvhost: Illegal syncpoint mmio access (id=293)
Jan 01 00:00:00.949             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 1
Jan 01 00:00:01.004             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 2
Jan 01 00:00:01.005        io_nvpowergate.49155..0                 slog      0  VIC: Unpowergated
Jan 01 00:00:01.007             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 9
Jan 01 00:00:01.009        io_nvpowergate.49155..0                 slog      0  NVJPGA: Unpowergated
Jan 01 00:00:01.010             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 15
Jan 01 00:00:0??vrs12_check_level_retry: mdev@31 adc 0x41 lvl 132 range [113, 160]
??1.011        io_nvpowergate.49155..0                 slog      0  NVJPGB: Unpowergated
Jan 01 00:00:01.013             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 8
Jan 01 00:00:01.015        io_nvpowergate.49155..0                 slog      0  NVDECA: Unpowergated
Jan 01 00:00:01.031             devg_nvrm.94222..1                 slog      0  nvhost: NVDEC RISC-V boot success
Jan 01 00:00:01.032             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 7
Jan 01 00:00:01.034        io_nvpowergate.49155..0                 slog      0  NVENCA: Unpowergated
Jan 01 00:00:01.038             devg_nvrm.94222..0            devg-nvrm  10039  nvhost guest connect: module_id: 16
Jan 01 00:00:01.039        io_nvpowergate.49155..0                 slog      0  OFA: Unpowergated
??[    1.955184] INITRAMFS STARTS 
??SHA3_384 test success!
??Getting target_board from device-tree  ...
unable to find driver for 0000 rev 00
[    2.172027] Trying chroot to /new_root
[    2.172057] INITRAMFS END

Welcome to Ubuntu 20.04.4 LTS!

[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Swap.
[  OK  ] Reached target System Time Set.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on udev Kernel Socket.
         Mounting Huge Pages File System...
         Mounting POSIX Message Queue File System...
         Mounting Kernel Debug File System...
         Mounting Kernel Trace File System...
         Starting Set the console keyboard layout...
         Starting Create list of st…odes for the current kernel...
         Starting Update depmod once...
         Starting Set console scheme...
         Starting Load Kernel Modules...
         Starting Remount Root and Kernel File Systems...
         Starting udev Coldplug all Devices...
         Starting Set CPUs online service...
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Trace File System.
[  OK  ] Finished Create list of st… nodes for the current kernel.
[  OK  ] Finished Set console scheme.
[  OK  ] Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Set CPUs online service.
[  OK  ] Reached target NVIDIA Basic Initialization Target.
                 Starting Load/Save Random Seed...
         Starting Create System Users...
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Finished Create System Users.
[  OK  ] Finished Set the console keyboard layout.
         Starting Time synchronisation across boots....
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Time synchronisation across boots..
[  OK  ] Reached target System Time Synchronized.
         Starting Journal Service...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target ?AES-CMAC GENERATE/VERIFY test success!
??1;39mLocal File Systems.
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
??vrs12_check_level_retry: mdev@30 adc 0x41 lvl 134 range [99, 186]
??ED25519 SIGN GENERATE/VERIFY test success!
??Templates already setup. Skipping...
[  OK  ] Finished Update depmod once.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Reached target Sound Card.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[    4.656972] Safety I2S: Clearing reset for i2s7... 
[    4.657124] Safety I2S: Success!
[  OK  ] Finished Update UTMP about System Boot/Shutdown.
[    4.694534] Safety I2S: Sound card registered successfully
[  OK  ] Finished Load Kernel Modules.
         Mounting Kernel Configuration File System...
??ED25519 PreHash SIGN GENERATE/VERIFY test success!
??         Starting Apply Kernel Variables...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice system-modprobe.slice.
[  OK  ] Created slice system-nv_tzvault_daemon.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Stopped target NVIDIA Basic Initialization Target.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Reached target Slices.
[  OK  ] Stopped target Sound Card.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on Network Service Netlink Socket.
         Starting Set console font and keymap...
??CBC ENCRYPT/DECRYPT test success!
??         Starting Set CPUs online service...
[  OK  ] Finished NVIDIA Basic Initialization Service.
[  OK  ] Finished Set console font and keymap.
[  OK  ] Finished Set CPUs online service.
[  OK  ] Created slice system-nv_ma…ell_interface_configure.slice.
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting Set CPUs online service...
[  OK  ] Finished udev Coldplug all Devices.
[  OK  ] Finished Set CPUs online service.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Message of the Day.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting Docker Socket for the API.
         Starting Load/Save RF Kill Switch Status...
[  OK  ] Listening on Docker Socket for the API.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting Accounts Service...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started Save initial kernel messages after boot.
         Starting Board specific initialization...
         Starting Security log_collector initialization...
Starting board specific init  ...
         Starting Marvell Ethernet …ion via Userland PHY Driver...
         Starting mnand refresh daemon service...
Getting target_board from device-tree  ...
         Starting NvSciIpc initialization...
         Starting Security messaging initialization...
         Starting Initialization of TACP...
[  OK  ] Started Hypervisor initiated Shutdown Service.
target=p3710-0010, card=tegravirtpcmvm1, kernel=5.10.104-rt63-tegra
         Starting System Logging Service...
         Starting Self Monitoring a…g Technology (SMART) Daemon...
         Starting Login Service...
         Starting Ubuntu live CD installer...
         Starting Disk Manager...
         Starting WPA supplicant...
[  OK  ] Started Security log_collector initialization.
[  OK  ] Started System Logging Service.
[  OK  ] Started Self Monitoring an…ing Technology (SMART) Daemon.
[  OK  ] Started ??consume on SM3
AVL HS
consume on SM3
??mnand refresh daemon service.
[  OK  ] Finished Marvell Ethernet …ation via Userland PHY Driver.
[  OK  ] Finished NvSciIpc initializ??consume on SM3
Init frame size 1024 frames 4
IVC channel 0
ivc init successful
consume on SM3
consume on SM3
??ation.
[  OK  ] Started Security messaging initialization.
[  OK  ] Finished Initialization of TACP.
[  OK  ] Finished Ubuntu live CD installer.
[  OK  ] Found device /sys/devices/virtual/net/mgbe2_0.200.
[  OK  ] Reached target Network (Pre).
         Starting startup for DUV3...
[  OK  ] Started "nvfsicom daemon u…for FSI-CCPLEX communication".
[  OK  ] Started "daemon used for s…via FSI-CCPLEX communication".
         Starting Initialization of NvCCP Daemon...
[  OK  ] Started "nvtzvault daemon for common-server-testapp TA".
[  OK  ] Started "nvtzvault daemon for crypto-asym-service TA".
[  OK  ] Started "nvtzvault daemon for crypto-sym-service TA".
[  OK  ] Started "nvtzvault daemon for gp-se TA".
[  OK  ] Started "nvtzvault daemon for nvmacsec TA".
[  OK  ] Started "nvtzvault daemon for pkcs11-keystore TA".
[  OK  ] Started "nvtzvault daemon for sample_service3_gp TA".
[  OK  ] Started "nvtzvault daemon for testing-service TA".
         Starting Network Service...
[  OK  ] Started Load/Save RF Kill Switch Status.
[  OK  ] Started startup for DUV3.
[  OK  ] Started Initialization of NvCCP Daemon.
[  OK  ] Started WPA supplicant.
[  OK  ] Started Login Service.
         Starting Authorization Manager...
[  OK  ] Started Authorization Manager.
[  OK  ] Started Accounts Service.
[  OK  ] Started Network Service.
[  OK  ] Started Orin Fan control daemon.
         Starting Wait for Network …ed to WWW to be Configured....
         Starting Network Name Resolution...
[  OK  ] Finished Board specific initialization.
[  OK  ] Reached target Companion services for Nvidia Tegra.
[  OK  ] Started Disk Manager.
??GCM ENCRYPT/DECRYPT test success!
??[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting containerd container runtime...
         Starting NVIDIA ist_client...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
[  OK  ] Finished Permit User Sessions.
         Starting GNOME Display Manager...
[  OK  ] Started Serial Getty on ttyS2.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started OpenBSD Secure Shell server.
         Starting SSH Host Key regeneration...
[  OK  ] Finished SSH Host Key regeneration.
[  OK  ] Started containerd container runtime.
??GMAC GENERATE/VERIFY test success!
KEY GENERATE test success!
RAND test success!
KEY EXCHANGE test success!
SHA1 test success!
SHA224 test success!
SHA384 test success!
SHA512_224 test success!
SHA512_256 test success!
SHA3_224 test success!
SHA Async test success!
??
Ubuntu 20.04.4 LTS tegra-ubuntu ttyS2

tegra-ubuntu login: ??RSA test success!
KEY COPY test success!

Dear @yuzhe.wu1,
Please make sure Left Type C port and debug port are connected from host. Please see the discussion in topic thread Sdkmanager Drive Orin Flash OS 6.0.6 fails - #22 by VickNV if it helps.

Hi @SivaRamaKrishnaNV, thanks for information. I am able to flash with both Left Type C port and debug port are connected from host.

1 Like

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