Xavier DEBUG UART dead. What can I do to debug this issue?

Hi,
We are running our software for a long time to doing some load testing on Xavier(both CPU load and GPU load)
Several times Xavier encounters hang, the debug uart cannot type anything, and nothing is print out.
And after about two minutes, Xavier reboot automatically, maybe the Watch Dog triggers reboot.

Could you please give me some hint about how to debug this situation? For example, verbose some log of some module to get more info?
Can I get some log of the BPMP module when debug uart is dead?
Thanks

Hi,

Can you share the present uart log so that we can see if something is suspicious.
Note that as of now debug uart prints logs from CCPLEX and other R5 like BPMP in one terminal.
Make sure that these configs are ON in your kernel config

CONFIG_SOFTLOCKUP_DETECTOR=y
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR_OTHER_CPU=y
CONFIG_HARDLOCKUP_DETECTOR=y

and run the test after setting log level to max
dmesg -n 7

thanks
Bibek

Thanks Bibek.
Kernel log level already set to max, and the present uart log is below:
At line 33, Xavier reboots. And pre line 33, just our debug log print redirect to /dev/kmsg
At line 40, is MB1 print the reset cause?

[code]
[2019-07-30 11:03:42.321] [84085.843100] 1
[2019-07-30 11:03:42.330] [84085.848264] total used free shared buff/cache available
[2019-07-30 11:03:42.346] [84085.848264] Mem: 15700 6884 123 5990 8692 2580
[2019-07-30 11:03:42.349] [84085.848264] Swap: 0 0 0
[2019-07-30 11:03:52.337] [84095.853880] 1
[2019-07-30 11:03:52.342] [84095.858100] total used free shared buff/cache available
[2019-07-30 11:03:52.355] [84095.858100] Mem: 15700 6883 127 5990 8690 2581
[2019-07-30 11:03:52.361] [84095.858100] Swap: 0 0 0
[2019-07-30 11:04:02.346] [84105.864605] 1
[2019-07-30 11:04:02.363] [84105.878490] total used free shared buff/cache available
[2019-07-30 11:04:02.373] [84105.878490] Mem: 15700 6883 131 5990 8684 2581
[2019-07-30 11:04:02.379] [84105.878490] Swap: 0 0 0
[2019-07-30 11:04:12.367] [84115.884263] 1
[2019-07-30 11:04:12.375] [84115.889117] total used free shared buff/cache available
[2019-07-30 11:04:12.386] [84115.889117] Mem: 15700 6882 125 5990 8692 2582
[2019-07-30 11:04:12.392] [84115.889117] Swap: 0 0 0
[2019-07-30 11:04:22.382] [84125.898258] 1
[2019-07-30 11:04:22.390] [84125.902758] total used free shared buff/cache available
[2019-07-30 11:04:22.402] [84125.902758] Mem: 15700 6885 146 5990 8668 2579
[2019-07-30 11:04:22.408] [84125.902758] Swap: 0 0 0
[2019-07-30 11:04:32.392] [84135.908586] 1
[2019-07-30 11:04:32.401] [84135.915026] total used free shared buff/cache available
[2019-07-30 11:04:32.411] [84135.915026] Mem: 15700 6884 147 5990 8668 2580
[2019-07-30 11:04:32.417] [84135.915026] Swap: 0 0 0
[2019-07-30 11:04:42.412] [84145.927113] 1
[2019-07-30 11:04:42.421] [84145.931488] total used free shared buff/cache available
[2019-07-30 11:04:42.432] [84145.931488] Mem: 15700 6883 127 5990 8689 2581
[2019-07-30 11:04:42.437] [84145.931488] Swap: 0 0 0
[2019-07-30 11:04:52.421] [84155.937459] 1
[2019-07-30 11:04:52.432] [84155.944502] total used free shared buff/cache available
[2019-07-30 11:04:52.442] [84155.944502] Mem: 15700 6884 124 5990 8691 2580
[2019-07-30 11:04:52.452] [84155.944502] Swap: 0 0 0
[2019-07-30 11:06:47.902] [0000.053] I> MB1 (prd-version: 1.1.0.0-t194-41334769-514a1108)
[2019-07-30 11:06:47.906] [0000.059] I> Boot-mode: L1 coldboot
[2019-07-30 11:06:47.911] [0000.062] I> Chip revision : A02
[2019-07-30 11:06:47.916] [0000.065] I> Bootrom patch version : 7 (correctly patched)
[2019-07-30 11:06:47.917] [0000.070] I> ATE fuse revision : 0x200
[2019-07-30 11:06:47.923] [0000.074] I> Ram repair fuse : 0x0
[2019-07-30 11:06:47.923] [0000.077] I> Ram Code : 0x0
[2019-07-30 11:06:47.929] [0000.079] I> rst_source : 0x2
[2019-07-30 11:06:47.929] [0000.082] I> rst_level : 0x1
[2019-07-30 11:06:47.932] [0000.085] I> Boot-device: eMMC
[2019-07-30 11:06:47.939] [0000.088] W> DEVICE_PROD: device prod is not initialized.
[2019-07-30 11:06:47.942] [0000.093] W> DEVICE_PROD: device prod is not initialized.
[2019-07-30 11:06:47.955] [0000.110] I> sdmmc DDR50 mode
[2019-07-30 11:06:47.963] [0000.114] W> DEVICE_PROD: device prod is not initialized.
[2019-07-30 11:06:47.967] [0000.120] W> No valid slot number is found in scratch register
[2019-07-30 11:06:47.972] [0000.125] W> Return default slot: _a
[2019-07-30 11:06:47.977] [0000.128] I> Active Boot chain : 0
[2019-07-30 11:06:47.977] [0000.131] I> Boot-device: eMMC
[2019-07-30 11:06:47.983] [0000.135] E> MB1_PLATFORM_CONFIG: device prod data is empty in MB1 BCT.
[2019-07-30 11:06:47.988] [0000.141] E> MB1_PLATFORM_CONFIG: Failed to initialize device prod.
[2019-07-30 11:06:47.994] [0000.147] I> Temperature = 54500
[2019-07-30 11:06:47.998] [0000.150] W> Skipping boost for clk: BPMP_CPU_NIC
[2019-07-30 11:06:48.004] [0000.155] W> Skipping boost for clk: BPMP_APB
[2019-07-30 11:06:48.010] [0000.159] W> Skipping boost for clk: AXI_CBB
[2019-07-30 11:06:48.010] [0000.163] W> Skipping boost for clk: AON_CPU_NIC
[2019-07-30 11:06:48.014] [0000.167] W> Skipping boost for clk: CAN1
[2019-07-30 11:06:48.018] [0000.171] W> Skipping boost for clk: CAN2
[2019-07-30 11:06:48.023] [0000.175] I> Boot-device: eMMC
[2019-07-30 11:06:48.023] [0000.178] I> Boot-device: eMMC
[2019-07-30 11:06:48.034] [0000.187] I> Sdmmc: HS400 mode enabled
[2019-07-30 11:06:48.043] [0000.195] I> ECC region[0]: Start:0x0, End:0x0
[2019-07-30 11:06:48.050] [0000.199] I> ECC region[1]: Start:0x0, End:0x0
[2019-07-30 11:06:48.058] [0000.203] I> ECC region[2]: Start:0x0, End:0x0
[2019-07-30 11:06:48.059] [0000.207] I> ECC region[3]: Start:0x0, End:0x0
[2019-07-30 11:06:48.060] [0000.212] I> ECC region[4]: Start:0x0, End:0x0
[2019-07-30 11:06:48.065] [0000.216] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[2019-07-30 11:06:48.069] [0000.221] I> Non-ECC region[1]: Start:0x0, End:0x0
[2019-07-30 11:06:48.073] [0000.226] I> Non-ECC region[2]: Start:0x0, End:0x0
[2019-07-30 11:06:48.078] [0000.230] I> Non-ECC region[3]: Start:0x0, End:0x0
[2019-07-30 11:06:48.080] [0000.235] I> Non-ECC region[4]: Start:0x0, End:0x0
[2019-07-30 11:06:48.088] [0000.240] W> MB1_PLATFORM_CONFIG: Rail ID 9 not found in pmic rail config table.
[2019-07-30 11:06:48.095] [0000.247] E> FAILED: Thermal config
[2019-07-30 11:06:48.103] [0000.250] W> DEVICE_PROD: device prod is not initialized.
[2019-07-30 11:06:48.104] [0000.255] W> DEVICE_PROD: device prod is not initialized.
[2019-07-30 11:06:48.112] [0000.265] W> MB1_PLATFORM_CONFIG: Rail ID 7 not found in pmic rail config table.
[2019-07-30 11:06:48.118] [0000.271] E> FAILED: MEMIO rail config
[2019-07-30 11:06:48.134] [0000.286] I> scrub mode: full dram
[2019-07-30 11:06:48.135] [0000.289] E> FUSE: Failed to verify ECID.
[2019-07-30 11:06:48.150] [0000.303] I> sdmmc bdev is already initialized
[2019-07-30 11:06:48.185] [0000.340] W> No fuse-bypass data
[2019-07-30 11:06:48.197] [0000.347] W> MB1_PLATFORM_CONFIG: Rail ID 8 not found in pmic rail config table.
[2019-07-30 11:06:48.219] [0000.372] I> MB1 done
[2019-07-30 11:06:48.220]
[2019-07-30 11:06:48.226] main enter
[2019-07-30 11:06:48.234] SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21
[2019-07-30 11:06:48.234] HW Function test
[2019-07-30 11:06:48.234] Start Scheduler.
[2019-07-30 11:06:48.234] in late init
[2019-07-30 11:06:48.240] 0000.380] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-30577644)
[2019-07-30 11:06:48.252] [0000.381] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[2019-07-30 11:06:48.253] [0000.382] I> Default Heap @ [0xd486400 - 0xd488400]
[2019-07-30 11:06:48.262] [0000.382] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[2019-07-30 11:06:48.262] [0000.388] W> device prod register failed
[2019-07-30 11:06:48.266] [0000.392] I> Boot-device: eMMC
[2019-07-30 11:06:48.271] [0000.395] I> Boot_device: SDMMC_BOOT instance: 3
[2019-07-30 11:06:48.271] [0000.402] I> sdmmc-3 params source = boot args
[2019-07-30 11:06:48.276] [0000.404] I> sdmmc bdev is already initialized
[2019-07-30 11:06:48.282] [0000.408] I> sdmmc-3 params source = boot args
[2019-07-30 11:06:48.289] [0000.414] I> Found 15 partitions in SDMMC_BOOT (instance 3)
[2019-07-30 11:06:48.295] [0000.421] I> Found 37 partitions in SDMMC_USER (instance 3)
[2019-07-30 11:06:48.300] [0000.424] W> No valid slot number is found in scratch register
[2019-07-30 11:06:48.304] [0000.429] W> Return default slot: _a
[2019-07-30 11:06:48.304] [0000.432] I> Active Boot chain : 0
[2019-07-30 11:06:48.311] [0000.436] I> parsing oem signed section of bpmp-fw header done
[2019-07-30 11:06:48.316] [0000.441] I> bpmp-fw binary init read from storage
[2019-07-30 11:06:48.321] [0000.446] I> oem authentication of bpmp-fw header done
[2019-07-30 11:06:48.326] [0000.452] I> bpmp-fw binary done read from storage
[2019-07-30 11:06:48.331] [0000.455] I> bpmp-fw: Authentication init Done
[2019-07-30 11:06:48.332] [0000.460] I> parsing oem signed section of cpubl header done
[2019-07-30 11:06:48.335] [0000.465] I> cpubl binary init read from storage
[2019-07-30 11:06:48.335] [0000.470] I> bpmp-fw: Authentication Finalize Done
[2019-07-30 11:06:48.340] [0000.475] I> oem authentication of cpubl header done
[2019-07-30 11:06:48.345] [0000.479] I> cpubl binary done read from storage
[2019-07-30 11:06:48.351] [0000.484] I> cpubl: Authentication init Done
[2019-07-30 11:06:48.351] [0000.488] I> parsing oem signed section of rce header done
[2019-07-30 11:06:48.357] [0000.493] I> rce binary init read from storage
[2019-07-30 11:06:48.363] [0000.498] I> Relocating BR-BCT
[2019-07-30 11:06:48.370] [0000.500] I> cpubl: Authentication Finalize Done
[2019-07-30 11:06:48.375] [0000.505] I> oem authentication of rce header done
[2019-07-30 11:06:48.376] [0000.509] I> rce binary done read from storage
[2019-07-30 11:06:48.381] [0000.514] I> rce: Authentication init Done
[2019-07-30 11:06:48.389] [0000.518] I> parsing oem signed section of tos header done
[2019-07-30 11:06:48.396] [0000.523] I> tos binary init read from storage
[2019-07-30 11:06:48.401] [0000.527] I> rce: Authentication Finalize Done
[2019-07-30 11:06:48.401] [0000.532] I> oem authentication of tos header done
[2019-07-30 11:06:48.407] [0000.536] I> tos binary done read from storage
[2019-07-30 11:06:48.413] [0000.540] I> tos: Authentication init Done
[2019-07-30 11:06:48.419] [0000.545] I> parsing oem signed section of bpmp-fw-dtb header done
[2019-07-30 11:06:48.424] [0000.550] I> bpmp-fw-dtb binary init read from storage
[2019-07-30 11:06:48.430] [0000.555] I> tos: Authentication Finalize Done
[2019-07-30 11:06:48.430] [0000.560] I> oem authentication of bpmp-fw-dtb header done
[2019-07-30 11:06:48.437] [0000.568] I> bpmp-fw-dtb binary done read from storage
[2019-07-30 11:06:48.441] [0000.570] I> bpmp-fw-dtb: Authentication init Done
[2019-07-30 11:06:48.449] [0000.575] I> parsing oem signed section of cpubl-dtb header done
[2019-07-30 11:06:48.454] [0000.580] I> cpubl-dtb binary init read from storage
[2019-07-30 11:06:48.461] [0000.585] I> bpmp-fw-dtb: Authentication Finalize Done
[2019-07-30 11:06:48.471] [0000.622] I> oem authentication of cpubl-dtb header done
[2019-07-30 11:06:48.476] [0000.623] I> cpubl-dtb binary done read from storage
[2019-07-30 11:06:48.482] [0000.624] I> cpubl-dtb: Authentication init Done
[2019-07-30 11:06:48.483] [0000.624] I> cpubl-dtb: Authentication Finalize Done
[2019-07-30 11:06:48.490] TICE: BL31: v1.3(release):eca0c5e
[2019-07-30 11:06:48.498] NOTICE: BL31: Built : 00:20:29, Mar 13 2019
[2019-07-30 11:06:48.500] ERROR: Error initializing runtime service trusty_fast
[2019-07-30 11:06:48.553]
w
[2019-07-30 11:06:48.554] calling constructors
[2019-07-30 11:06:48.554] initializing heap
[2019-07-30 11:06:48.608] creating bootstrap completion thread
[2019-07-30 11:06:48.608] top of bootstrap2()
[2019-07-30 11:06:48.615] initializing platform
[2019-07-30 11:06:48.615] bpmp: platform_init
[2019-07-30 11:06:48.618] tag is 1c1b2165fe52a0a54ad7caf60d40cdc3
[2019-07-30 11:06:48.618] tag_show initialized
[2019-07-30 11:06:48.653] dt initialized
[2019-07-30 11:06:48.654] mail initialized
[2019-07-30 11:06:48.654] chipid initialized
[2019-07-30 11:06:48.659] fuse initialized
[2019-07-30 11:06:48.659] sku initialized
[2019-07-30 11:06:48.659] speedo initialized
[2019-07-30 11:06:48.664] ec_get_ec_list: found 45 ecs
[2019-07-30 11:06:48.664] ec initialized
[2019-07-30 11:06:48.664] ec_mrq initialized
[2019-07-30 11:06:48.669] vmon_populate_monitors: found 3 monitors
[2019-07-30 11:06:48.669] vmon initialized
[2019-07-30 11:06:48.669] adc initialized
[2019-07-30 11:06:48.675] fmon_populate_monitors: found 73 monitors
[2019-07-30 11:06:48.676] fmon initialized
[2019-07-30 11:06:48.680] fmon_mrq initialized
[2019-07-30 11:06:48.680] reset initialized
[2019-07-30 11:06:48.680] nvhs initialized
[2019-07-30 11:06:48.686] 387 clocks registered
[2019-07-30 11:06:48.686] WARNING: pll_c4 has no dyn ramp
[2019-07-30 11:06:48.693] clk_mrq_init: mrq handler registered
[2019-07-30 11:06:48.693] clk initialized
[2019-07-30 11:06:48.693] io_dpd initialized
[2019-07-30 11:06:48.699] io_dpd initialized
[2019-07-30 11:06:48.699] thermal initialized
[2019-07-30 11:06:48.703] i2c5 controller initialized
[2019-07-30 11:06:48.703] initialized i2c mrq handling
[2019-07-30 11:06:48.703] i2c initialized
[2019-07-30 11:06:48.707] regulator initialized
[2019-07-30 11:06:48.727] avfs_clk_platform initialized
[2019-07-30 11:06:48.727] soctherm initialized
[2019-07-30 11:06:48.730] aotag initialized
[2019-07-30 11:06:48.730] powergate initialized
[2019-07-30 11:06:48.769] dvs initialized
[2019-07-30 11:06:48.769] pm initialized
[2019-07-30 11:06:48.769] pg_late initialized
[2019-07-30 11:06:48.771] strap initialized
[2019-07-30 11:06:48.771] tag initialized
[2019-07-30 11:06:48.916] emc initialized
[2019-07-30 11:06:48.924] clk_dt initialized
[2019-07-30 11:06:48.925] avfs_ccplex_platform initialized
[2019-07-30 11:06:48.928] tj_max: dt node not found
[2019-07-30 11:06:48.928] tj_init initialized
[2019-07-30 11:06:48.935] uphy_mrq_init: mrq handler registered
[2019-07-30 11:06:48.935] uphy_dt initialized
[2019-07-30 11:06:48.935] uphy initialized
[2019-07-30 11:06:48.940] mrq initialized
[2019-07-30 11:06:48.940] 0001.083] I> Welcome to Cboot
[2019-07-30 11:06:48.947] [0001.084on_post initialized
[2019-07-30 11:06:48.947] I> Cboot Version: t194-187516be
[2019-07-30 11:06:48.951] [0001.085] I> CPU-BL Params @ 0xea820000
[2019-07-30 11:06:48.955] [0001.085] I> 0) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:48.963] [0001.085] I> 1) Base:0xea100000 Size:0x00100000
[2019-07-30 11:06:48.964] [0001.089] I> 2) Base:0xea000000 Size:0x00100000
[2019-07-30 11:06:48.967] [0001.093] I> 3) Base:0xe9300000 Size:0x00100000
[2019-07-30 11:06:48.973] [0001.098] I> 4) Base:0xe9200000 Size:0x00100000
[2019-07-30 11:06:48.977] [0001.102] I> 5) Base:0xe9100000 Size:0x00100000
[2019-07-30 11:06:48.982] [0001.106] I> 6) Base:0xeb800000 Size:0x00400000
[2019-07-30 11:06:48.982] [0001.111] I> 7) Base:0xe9c00000 Size:0x00400000k_dt_late initialized
[2019-07-30 11:06:48.989] machine_check initialized
[2019-07-30 11:06:48.995] pm_post initialized
[2019-07-30 11:06:48.996] dbells initialized
[2019-07-30 11:06:48.996] avfs_clk_platform_post initialized
[2019-07-30 11:06:49.002] dmce initialized
[2019-07-30 11:06:49.002] cvc initialized
[2019-07-30 11:06:49.006] ccplex_avfs_hw_init: nafll_cluster0: not monitored
[2019-07-30 11:06:49.012] ccplex_avfs_hw_init: nafll_cluster1: not monitored
[2019-07-30 11:06:49.012] ccplex_avfs_hw_init: nafll_cluster2: not monitored
[2019-07-30 11:06:49.018] ccplex_avfs_hw_init: nafll_cluster3: not monitored
[2019-07-30 11:06:49.022] avfs_clk_mach_post initialized
[2019-07-30 11:06:49.022] regulator_post initialized
[2019-07-30 11:06:49.027] rm initialized
[2019-07-30 11:06:49.027] sc7_diag initialized
[2019-07-30 11:06:49.029] thermal_test initialized
[2019-07-30 11:06:49.033] serial_late initialized
[2019-07-30 11:06:49.033] clk_post initialized
[2019-07-30 11:06:49.033] clk_dt_post initialized
[2019-07-30 11:06:49.039] mc_pcie initialized
[2019-07-30 11:06:49.039] pg_post initialized
[2019-07-30 11:06:49.044] dyn_modules initialized
[2019-07-30 11:06:49.044] sku_debugfs initialized
[2019-07-30 11:06:49.044] speedo_debugfs initialized
[2019-07-30 11:06:49.051] adc_debugfs initialized
[2019-07-30 11:06:49.051] clk_debugfs initialized
[2019-07-30 11:06:49.055] [0001.180] I> 8) Base:0xe9000000 Size:0x00100000
[2019-07-30 11:06:49.060] [0001.185] I> 9) Base:0xe8f00000 Size:0x00100000
[2019-07-30 11:06:49.066] [0001.189] I> 10) Base:0xeb000000 Size:0x00800000
[2019-07-30 11:06:49.067] [0001.194] I> 11) Base:0x40000000 Size:0x00040000
[2019-07-30 11:06:49.071] [0001.198] I> 12) Base:0xe8e00000 Size:0x00100000
[2019-07-30 11:06:49.076] [0001.203] I> 13) Base:0x40046000 Size:0x00002000
[2019-07-30 11:06:49.082] [0001.207] I> 14) Base:0x40048000 Size:0x00002000
[2019-07-30 11:06:49.088] [0001.211] I> 15) Base:0xab000000 Size:0x00004000
[2019-07-30 11:06:49.089] [0001.216] I> 16) Base:0x4004a000 Size:0x00002000
[2019-07-30 11:06:49.096] [0001.220] I> 17) Base:0xe8d00000 Size:0x00100000
[2019-07-30 11:06:49.101] [0001.225] I> 18) Base:0x4004c000 Size:0x00002000
[2019-07-30 11:06:49.104] [0001.229] I> 19) Base:0xea200000 Size:0x00600000
[2019-07-30 11:06:49.110] [0001.234] I> 20) Base:0x4004e000 Size:0x00002000c_debugfs initialized
[2019-07-30 11:06:49.116] [0001.241] I> 21) Base:0xe8cd0000 Size:0x0000c000s_debugfs initialized
[2019-07-30 11:06:49.121] fmon_debugfs initialized
[2019-07-30 11:06:49.122] vmon_debugfs initialized
[2019-07-30 11:06:49.127] pg_debugfs initialized
[2019-07-30 11:06:49.127] profile_fs initialized
[2019-07-30 11:06:49.128] debugfs_cons initialized
[2019-07-30 11:06:49.137] mail_fs initialized
[2019-07-30 11:06:49.137] profile initialized
[2019-07-30 11:06:49.137] cvc_debugfs initialized
[2019-07-30 11:06:49.143] dmce_debugfs initialized
[2019-07-30 11:06:49.144] ec_debugfs initialized
[2019-07-30 11:06:49.147] rm_debugfs initialized
[2019-07-30 11:06:49.147] soctherm_debug initialized
[2019-07-30 11:06:49.147] gr_reader initialized
[2019-07-30 11:06:49.151] mods initialized
[2019-07-30 11:06:49.151] dt_fs initialized
[2019-07-30 11:06:49.151] debugfs_mrq initialized
[2019-07-30 11:06:49.155] debug_mrq initialized
[2019-07-30 11:06:49.155] initializing target
[2019-07-30 11:06:49.155] calling apps_init()
[2019-07-30 11:06:49.169] starting app shell
[2019-07-30 11:06:49.169] entering main console loop
[2019-07-30 11:06:49.169] ] [0001.291] I> 22) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.172] [0001.296] I> 23) Base:0xe8ce0000 Size:0x00020000
[2019-07-30 11:06:49.180] [0001.300] I> 24) Base:0xee000000 Size:0x02000000
[2019-07-30 11:06:49.182] [0001.304] I> 25) Base:0x40050000 Size:0x00002000
[2019-07-30 11:06:49.183] [0001.309] I> 26) Base:0x40040000 Size:0x00006000
[2019-07-30 11:06:49.187] [0001.313] I> 27) Base:0xe9800000 Size:0x00400000
[2019-07-30 11:06:49.195] [0001.318] I> 28) Base:0xecc00000 Size:0x01400000
[2019-07-30 11:06:49.200] [0001.322] I> 29) Base:0xe9400000 Size:0x00400000
[2019-07-30 11:06:49.205] [0001.327] I> 30) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.206] [0001.331] I> 31) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.211] [0001.336] I> 32) Base:0xf8000000 Size:0x08000000
[2019-07-30 11:06:49.215] [0001.340] I> 33) Base:0xf0000000 Size:0x08000000
[2019-07-30 11:06:49.222] [0001.345] I> 34) Base:0xebc00000 Size:0x01000000
[2019-07-30 11:06:49.236] [0001.349] I> 35) Base:0xaa000000 Size:0x01000000
[2019-07-30 11:06:49.241] [0001.354] I> 36) Base:0xa0000000 Size:0x0a000000
[2019-07-30 11:06:49.242] [0001.358] I> 37) Base:0xea800000 Size:0x00800000
[2019-07-30 11:06:49.248] [0001.363] I> 38) Base:0x80000000 Size:0x20000000
[2019-07-30 11:06:49.249] [0001.367] I> 39) Base:0xb0000000 Size:0x08000000
[2019-07-30 11:06:49.264] [0001.371] I> 40) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.265] [0001.376] I> 41) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.265] [0001.380] I> 42) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.266] [0001.385] I> 43) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.279] [0001.389] I> 44) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.281] [0001.394] I> 45) Base:0x00000000 Size:0x00000000
[2019-07-30 11:06:49.281] [0001.398] GIC-SPI Target CPU: 0
[2019-07-30 11:06:49.281] [0001.401] Interrupts Init done
[2019-07-30 11:06:49.282] [0001.404] calling constructors
[2019-07-30 11:06:49.284] [0001.407] initializing heap
[2019-07-30 11:06:49.288] [0001.410] I> Heap: [0xa068d430 … 0xaa000000]
[2019-07-30 11:06:49.288] [0001.414] initializing threads
[2019-07-30 11:06:49.294] [0001.417] initializing timers
[2019-07-30 11:06:49.294] [0001.420] creating bootstrap completion thread
[2019-07-30 11:06:49.299] [0001.424] top of bootstrap2()
[2019-07-30 11:06:49.307] [0001.427] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[2019-07-30 11:06:49.307] [0001.431] initializing platform
[2019-07-30 11:06:49.309] [0001.434] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[2019-07-30 11:06:49.315] [0001.440] W> device prod register failed
[2019-07-30 11:06:49.321] [0001.443] I> Bl_dtb @0xa9f00000
[2019-07-30 11:06:49.322] [0001.446] I> gpio framework initialized
[2019-07-30 11:06:49.325] [0001.456] I> tegrabl_gpio_driver_register: register ‘nvidia,tegra194-gpio’ driver
[2019-07-30 11:06:49.330] [0001.460] I> tegrabl_gpio_driver_register: register ‘nvidia,tegra194-gpio-aon’ driver
[2019-07-30 11:06:49.343] [0001.465] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[2019-07-30 11:06:49.347] [0001.474] E> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[2019-07-30 11:06:49.353] [0001.481] E> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[2019-07-30 11:06:49.364] [0001.487] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[2019-07-30 11:06:49.369] [0001.493] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
[2019-07-30 11:06:49.375] [0001.501] E> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[2019-07-30 11:06:49.381] [0001.509] E> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[2019-07-30 11:06:49.391] [0001.515] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[2019-07-30 11:06:49.399] [0001.522] I> fixed regulator driver initialized
[2019-07-30 11:06:49.405] [0001.532] I> register ‘maxim’ power off handle
[2019-07-30 11:06:49.405] [0001.533] I> virtual i2c enabled
[2019-07-30 11:06:49.409] [0001.533] I> registered ‘maxim,max20024’ pmic
[2019-07-30 11:06:49.414] [0001.537] I> tegrabl_gpio_driver_register: register ‘max20024-gpio’ driver
[2019-07-30 11:06:49.420] [0001.543] I> Boot-device: eMMC
[2019-07-30 11:06:49.420] [0001.546] I> Boot_device: SDMMC_BOOT instance: 3
[2019-07-30 11:06:49.425] [0001.553] I> sdmmc-3 params source = boot args
[2019-07-30 11:06:49.430] [0001.555] I> sdmmc bdev is already initialized
[2019-07-30 11:06:49.435] [0001.559] I> sdmmc-3 params source = boot args
[2019-07-30 11:06:49.441] [0001.566] I> Found 15 partitions in SDMMC_BOOT (instance 3)
[2019-07-30 11:06:49.448] [0001.571] I> Found 37 partitions in SDMMC_USER (instance 3)
[2019-07-30 11:06:49.453] [0001.575] E> “plugin-manager” doesn’t exist, creating
[2019-07-30 11:06:49.453] [0001.579] E> “ids” doesn’t exist, creating
[2019-07-30 11:06:49.459] [0001.584] E> “connection” doesn’t exist, creating
[2019-07-30 11:06:49.463] [0001.588] E> “configs” doesn’t exist, creating
[2019-07-30 11:06:49.468] [0001.594] I> Find /i2c@3160000’s alias i2c0
[2019-07-30 11:06:49.469] [0001.596] I> Reading eeprom i2c=0 address=0x50
[2019-07-30 11:06:49.476] [0001.627] I> Device at /i2c@3160000:0x50
[2019-07-30 11:06:49.480] [0001.627] I> Reading eeprom i2c=0 address=0x56
[2019-07-30 11:06:49.486] [0001.628] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.487] [0001.628] E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true.
[2019-07-30 11:06:49.498] [0001.629] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.502] [0001.630] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0.
[2019-07-30 11:06:49.515] [0001.637] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.515] [0001.642] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.519] [0001.647] I> Find /i2c@3180000’s alias i2c2
[2019-07-30 11:06:49.525] [0001.650] I> Reading eeprom i2c=2 address=0x54
[2019-07-30 11:06:49.530] [0001.655] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.530] [0001.658] E> I2C: Could not write 0 bytes to slave: 0x00a8 with repeat start true.
[2019-07-30 11:06:49.543] [0001.666] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.549] [0001.671] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa8 at 0x00000000 via instance 2.
[2019-07-30 11:06:49.559] [0001.681] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.559] [0001.686] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.564] [0001.690] I> Reading eeprom i2c=2 address=0x57
[2019-07-30 11:06:49.568] [0001.694] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.574] [0001.698] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[2019-07-30 11:06:49.580] [0001.706] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.586] [0001.712] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 2.
[2019-07-30 11:06:49.599] [0001.721] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.602] [0001.726] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.602] [0001.730] I> Reading eeprom i2c=2 address=0x52
[2019-07-30 11:06:49.608] [0001.734] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.614] [0001.738] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[2019-07-30 11:06:49.619] [0001.746] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.625] [0001.752] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 2.
[2019-07-30 11:06:49.635] [0001.761] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.642] [0001.766] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.648] [0001.771] I> Find /i2c@c240000’s alias i2c1
[2019-07-30 11:06:49.649] [0001.774] I> Reading eeprom i2c=1 address=0x52
[2019-07-30 11:06:49.652] [0001.780] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.657] [0001.782] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[2019-07-30 11:06:49.664] [0001.790] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.669] [0001.796] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[2019-07-30 11:06:49.679] [0001.805] E> eeprom: Retry to read I2C slave device.
[2019-07-30 11:06:49.684] [0001.810] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.690] [0001.814] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[2019-07-30 11:06:49.697] [0001.822] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.704] [0001.828] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[2019-07-30 11:06:49.712] [0001.837] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.719] [0001.842] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.724] [0001.846] I> Reading eeprom i2c=1 address=0x50
[2019-07-30 11:06:49.724] [0001.850] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.735] [0001.854] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[2019-07-30 11:06:49.736] [0001.862] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.741] [0001.868] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[2019-07-30 11:06:49.754] [0001.877] E> eeprom: Retry to read I2C slave device.
[2019-07-30 11:06:49.757] [0001.882] E> I2C: slave not found in slaves.
[2019-07-30 11:06:49.764] [0001.886] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[2019-07-30 11:06:49.768] [0001.894] E> I2C_DEV: Failed to send register address 0x00000000.
[2019-07-30 11:06:49.773] [0001.899] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[2019-07-30 11:06:49.784] [0001.909] E> eeprom: Failed to read I2C slave device
[2019-07-30 11:06:49.790] [0001.914] I> Eeprom read failed 0x3526070d
[2019-07-30 11:06:49.799] [0001.918] I> create_pm_ids: id: 2888-0001-400-J, len: 15
[2019-07-30 11:06:49.802] [0001.923] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[2019-07-30 11:06:49.812] [0001.934] I> Adding plugin-manager/ids/2888-0001-400=/i2c@3160000:module@0x50
[2019-07-30 11:06:49.818] [0001.942] E> “i2c@3160000” doesn’t exist, creating
[2019-07-30 11:06:49.823] [0001.946] E> “module@0x50” doesn’t exist, creating
[2019-07-30 11:06:49.824] [0001.951] I> Adding plugin-manager/cvm
[2019-07-30 11:06:49.828] [0001.954] E> “chip-id” doesn’t exist, creating
[2019-07-30 11:06:49.833] [0001.958] I> Adding plugin-manager/chip-id/A02
[2019-07-30 11:06:49.839] [0001.963] I> Plugin-manager override starting
[2019-07-30 11:06:49.839] [0001.967] I> node /plugin-manager/fragement-tegra-wdt-en matches
[2019-07-30 11:06:49.850] [0001.975] I> node /plugin-manager/fragement-soft-wdt matches
[2019-07-30 11:06:49.856] [0001.982] I> node /plugin-manager/fragment-pcie-c5-rp matches
[2019-07-30 11:06:49.863] [0001.989] I> Disable plugin-manager status in FDT
[2019-07-30 11:06:49.863] [0001.989] I> Plugin-manager override finished successfully
[2019-07-30 11:06:49.868] [0002.003] I> enabling ‘vdd-hdmi-5v0’ regulator
[2019-07-30 11:06:49.873] [0002.007] I> regulator ‘vdd-hdmi-5v0’ already enabled
[2019-07-30 11:06:49.878] [0002.007] E> tegrabl_display_init_regulator: hdmi cable is not connected
[2019-07-30 11:06:49.883] [0002.009] E> tegrabl_display_get_pdata, failed to parse dtb settings
[2019-07-30 11:06:49.890] [0002.019] E> invalid display type
[2019-07-30 11:06:49.898] [0002.022] E> invalid display type
[2019-07-30 11:06:49.898] [0002.023] E> cannot find any other nvdisp nodes
[2019-07-30 11:06:49.898] [0002.026] E> no valid display unit config found in dtb
[2019-07-30 11:06:49.898] [0002.032] W> display init failed
[2019-07-30 11:06:49.902] [0002.034] I> Load in CBoot Boot Options partition and parse it
[2019-07-30 11:06:49.909] [0002.041] E> Error -9 when finding node with path /boot-configuration
[2019-07-30 11:06:49.915] [0002.046] E> tegrabl_cbo_parse_info: “boot-configuration” not found in CBO file.
[2019-07-30 11:06:51.911] [0002.053] I> Hit any key to stop autoboot: 1
[2019-07-30 11:06:51.911] [0004.061] initializing target
[2019-07-30 11:06:51.916] [0004.061] calling apps_init()
[2019-07-30 11:06:51.916] [0004.062] starting app kernel_boot_app
[2019-07-30 11:06:51.923] [0004.065] I> found decompressor handler: lz4-legacy
[2019-07-30 11:06:51.928] [0004.066] I> decompressing BMP blob …
[2019-07-30 11:06:51.928] [0004.071] I> Kernel type = Normal
[2019-07-30 11:06:51.932] [0004.071] I> Loading kernel & kernel-dtb from removable storage (5)
[2019-07-30 11:06:51.938] [0004.072] W> Error: failed to get sd-card params
[2019-07-30 11:06:51.943] [0004.072] I> -0 params source =
[2019-07-30 11:06:51.950] [0004.072] W> Failed to initialize device 5-0
[2019-07-30 11:06:51.951] [0004.074] I> Loading kernel & kernel-dtb from removable storage (6)
[2019-07-30 11:06:51.957] [0004.086] W> No valid slot number is found in scratch register
[2019-07-30 11:06:51.961] [0004.086] W> Return default slot: _a
[2019-07-30 11:06:51.963] [0004.092] I> USB Firmware Version: 60.05 release
[2019-07-30 11:06:52.398] [0004.546] E> failed to initialize xhci controller
[2019-07-30 11:06:52.403] [0004.546] E> Error in init of XUSB host driver, err: 79790026
[2019-07-30 11:06:52.407] [0004.547] W> Failed to initialize device 6-0
[2019-07-30 11:06:52.414] [0004.547] I> Loading kernel/boot.img from built-in storage …
[2019-07-30 11:06:52.420] [0004.548] W> No valid slot number is found in scratch register
[2019-07-30 11:06:52.424] [0004.548] W> Return default slot: _a
[2019-07-30 11:06:52.425] [0004.550] I> A/B: bin_type (37) slot 0
[2019-07-30 11:06:52.428] [0004.554] I> Loading partition kernel at 0xa42d0000 from device(0x1)
[2019-07-30 11:06:52.795] [0004.942] W> No valid slot number is found in scratch register
[2019-07-30 11:06:52.802] [0004.943] W> Return default slot: _a
[2019-07-30 11:06:52.805] [0004.943] I> A/B: bin_type (38) slot 0
[2019-07-30 11:06:52.809] [0004.943] I> Loading partition kernel-dtb at 0x90000000 from device(0x1)
[2019-07-30 11:06:52.815] [0004.947] I> T19x: Authenticate boot.img (bin_type: 37), max size 0x4000000
[2019-07-30 11:06:53.133] [0005.283] I> T19x: Authenticate tegra194-p2888-0001-p2822-0000.dtb (bin_type: 38), max size 0x400000
[2019-07-30 11:06:53.146] [0005.286] I> Kernel hdr @0xa42d0000
[2019-07-30 11:06:53.146] [0005.287] I> Kernel dtb @0x90000000
[2019-07-30 11:06:53.151] [0005.287] I> Checking boot.img header magic … [0005.287] I> [OK]
[2019-07-30 11:06:53.155] [0005.287] I> Valid boot.img @ 0xa42d0000
[2019-07-30 11:06:53.161] [0005.288] I> decompressor handler not found
[2019-07-30 11:06:53.167] [0005.288] I> Copying kernel image (34406408 bytes) from 0xa42d0800 to 0x80080000 … [0005.302] I> Done
[2019-07-30 11:06:53.174] [0005.302] I> Move ramdisk (len: 0) from 0xa63a1000 to 0x91000000
[2019-07-30 11:06:53.178] [0005.304] I> Updated bpmp info to DTB
[2019-07-30 11:06:53.183] [0005.307] I> Ramdisk: Base: 0x91000000; Size: 0x0
[2019-07-30 11:06:53.188] [0005.311] I> Updated initrd info to DTB
[2019-07-30 11:06:53.189] [0005.314] W> WARN: Fail to override “console=none” in commandline
[2019-07-30 11:06:53.201] [0005.320] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[2019-07-30 11:06:53.205] [0005.328] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[2019-07-30 11:06:53.211] [0005.335] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[2019-07-30 11:06:53.225] [0005.342] W> No valid slot number is found in scratch register
[2019-07-30 11:06:53.227] [0005.348] W> Return default slot: _a
[2019-07-30 11:06:53.229] [0005.351] I> Active slot suffix:
[2019-07-30 11:06:53.234] [0005.354] I> add_boot_slot_suffix: slot_suffix =
[2019-07-30 11:06:53.238] [0005.359] I> Linux Cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 vpr=0x8000000@0xf0000000 sdhci_tegra.en_boot_part_access=1
[2019-07-30 11:06:53.274] [0005.393] I> Updated bootarg info to DTB
[2019-07-30 11:06:53.274] [0005.396] W> MAC addr invalid!
[2019-07-30 11:06:53.277] [0005.399] E> Failed to get WIFI MAC address
[2019-07-30 11:06:53.277] [0005.403] W> MAC addr invalid!
[2019-07-30 11:06:53.282] [0005.406] E> Failed to get Bluetooth MAC address
[2019-07-30 11:06:53.291] [0005.411] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:cb:e9:06
[2019-07-30 11:06:53.294] [0005.417] E> “plugin-manager” doesn’t exist, creating
[2019-07-30 11:06:53.300] [0005.422] I> Adding /chosen/plugin-manager/cvm
[2019-07-30 11:06:53.308] [0005.426] E> “chip-id” doesn’t exist, creating
[2019-07-30 11:06:53.308] [0005.430] I> Adding /chosen/plugin-manager/chip-id
[2019-07-30 11:06:53.310] [0005.435] E> “configs” doesn’t exist, creating
[2019-07-30 11:06:53.316] [0005.439] I> Adding /chosen/plugin-manager/configs
[2019-07-30 11:06:53.323] [0005.444] E> “ids” doesn’t exist, creating
[2019-07-30 11:06:53.327] [0005.448] I> Adding /chosen/plugin-manager/ids
[2019-07-30 11:06:53.327] [0005.452] E> “odm-data” doesn’t exist, creating
[2019-07-30 11:06:53.333] [0005.456] I> Adding /chosen/plugin-manager/odm-data
[2019-07-30 11:06:53.338] [0005.465] E> “memory” doesn’t exist, creating
[2019-07-30 11:06:53.343] [0005.466] I> [0] START: 0x80000000, END: 0xab000000
[2019-07-30 11:06:53.351] [0005.470] I> [1] START: 0xab004000, END: 0xe8cd0000
[2019-07-30 11:06:53.355] [0005.475] I> [2] START: 0xe8cdc000, END: 0xe8ce0000
[2019-07-30 11:06:53.356] [0005.479] I> dram_block larger than 80000000
[2019-07-30 11:06:53.360] [0005.483] I> [3] START: 0x100000000, END: 0x480000000
[2019-07-30 11:06:53.367] [0005.488] I> added [base:0x80000000, size:0x2b000000] to /memory
[2019-07-30 11:06:53.371] [0005.494] I> added [base:0xab200000, size:0x3da00000] to /memory
[2019-07-30 11:06:53.377] [0005.500] I> added [base:0x100000000, size:0x380000000] to /memory
[2019-07-30 11:06:53.384] [0005.507] I> Updated memory info to DTB
[2019-07-30 11:06:53.387] [0005.510] E> add_disp_param: failed to get display params for du=0
[2019-07-30 11:06:53.394] [0005.516] E> “reset” doesn’t exist, creating
[2019-07-30 11:06:53.401] [0005.521] I> NVG: Logical CPU: 0; MPIDR: 0x80000000
[2019-07-30 11:06:53.405] [0005.525] I> Enabled cpu-0 (mpidr: 0x0) node in FDT
[2019-07-30 11:06:53.406] [0005.529] I> NVG: Logical CPU: 1; MPIDR: 0x80000001
[2019-07-30 11:06:53.409] [0005.534] I> Enabled cpu-1 (mpidr: 0x1) node in FDT
[2019-07-30 11:06:53.417] [0005.539] I> NVG: Logical CPU: 2; MPIDR: 0x80000100
[2019-07-30 11:06:53.421] [0005.544] I> Enabled cpu-2 (mpidr: 0x100) node in FDT
[2019-07-30 11:06:53.427] [0005.548] I> NVG: Logical CPU: 3; MPIDR: 0x80000101
[2019-07-30 11:06:53.432] [0005.553] I> Enabled cpu-3 (mpidr: 0x101) node in FDT
[2019-07-30 11:06:53.437] [0005.558] I> NVG: Logical CPU: 4; MPIDR: 0x80000200
[2019-07-30 11:06:53.442] [0005.563] I> Enabled cpu-4 (mpidr: 0x200) node in FDT
[2019-07-30 11:06:53.443] [0005.568] I> NVG: Logical CPU: 5; MPIDR: 0x80000201
[2019-07-30 11:06:53.449] [0005.572] I> Enabled cpu-5 (mpidr: 0x201) node in FDT
[2019-07-30 11:06:53.455] [0005.577] I> NVG: Logical CPU: 6; MPIDR: 0x80000300
[2019-07-30 11:06:53.459] [0005.582] I> Enabled cpu-6 (mpidr: 0x300) node in FDT
[2019-07-30 11:06:53.466] [0005.587] I> NVG: Logical CPU: 7; MPIDR: 0x80000301
[2019-07-30 11:06:53.471] [0005.592] I> Enabled cpu-7 (mpidr: 0x301) node in FDT
[2019-07-30 11:06:53.477] [0005.598] E> “misc-data” doesn’t exist, creating
[2019-07-30 11:06:53.477] [0005.601] I> Boot-device: eMMC
[2019-07-30 11:06:53.482] [0005.604] I> Add boot-sdmmc to plugin-manager/misc-data
[2019-07-30 11:06:53.489] [0005.609] I> Add storage-sdmmc to plugin-manager/misc-data
[2019-07-30 11:06:53.495] [0005.615] W> Unknown storage device
[2019-07-30 11:06:53.495] [0005.618] I> Add serial number:0424318032179 as DT property
[2019-07-30 11:06:53.500] [0005.624] I> Plugin-manager override starting
[2019-07-30 11:06:53.506] [0005.628] I> node /plugin-manager/fragement-tegra-wdt-en matches
[2019-07-30 11:06:53.511] [0005.635] I> node /plugin-manager/fragement-soft-wdt matches
[2019-07-30 11:06:53.516] [0005.642] I> node /plugin-manager/fragment-pcie-c5-rp matches
[2019-07-30 11:06:53.524] [0005.650] I> Disable plugin-manager status in FDT
[2019-07-30 11:06:53.526] [0005.650] I> Plugin-manager override finished successfully
[2019-07-30 11:06:53.531] [0005.654] I> tegrabl_load_kernel_and_dtb: Done
[2019-07-30 11:06:53.537] [0005.659] I> Sending TOS params
[2019-07-30 11:06:53.537] [0005.661] I> Sending NS DRAM Ranges to TOS
[2019-07-30 11:06:53.543] [0005.665] W> Failed to send NS DRAM Ranges to TOS
[2019-07-30 11:06:53.548] [0005.670] W> Failed to lock interface between BL and TOS
[2019-07-30 11:06:53.554] [0005.675] E> tegrabl_display_clear: display is not initialized
[2019-07-30 11:06:53.558] [0005.681] W> Boot logo display failed…
[2019-07-30 11:06:53.564] [0005.684] I> Kernel EP: 0x80080000, DTB: 0x90000000
[2019-07-30 11:06:53.564] [ 0.000000] Booting Linux on physical CPU 0x0
[2019-07-30 11:06:53.570] [ 0.000000] Linux version 4.9.140+ (x@x-desktop) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #8 SMP PREEMPT Thu Jul 4 21:41:48 CST 2019
[2019-07-30 11:06:53.586] [ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[2019-07-30 11:06:53.592] [ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[2019-07-30 11:06:53.598] [ 0.000000] OF: fdt: - 80000000 , 2b000000
[2019-07-30 11:06:53.598] [ 0.000000] OF: fdt: - ab200000 , 3da00000
[2019-07-30 11:06:53.605] [ 0.000000] OF: fdt: - 100000000 , 380000000
[2019-07-30 11:06:53.608] [ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[2019-07-30 11:06:53.614] [ 0.000000] bootconsole [tegra_comb_uart0] enabled
[2019-07-30 11:06:53.620] [ 0.000000] Found vpr, start=0xf0000000 size=8000000[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.635] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.649] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.657] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.669] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.679] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.690] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.704] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:53.712] [ 0.000000] ramoops_init reserved_mem name:ramoops_carveout base:0xe8a00000 size:0x200000
[2019-07-30 11:06:53.726] [ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[2019-07-30 11:06:53.729] [ 0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[2019-07-30 11:06:53.738] [ 0.000000] cma: Reserved 64 MiB at 0x00000000e4800000
[2019-07-30 11:06:53.973] [ 0.000000] psci: probing for conduit method from DT.
[2019-07-30 11:06:53.975] [ 0.000000] psci: PSCIv1.0 detected in firmware.
[2019-07-30 11:06:53.981] [ 0.000000] psci: Using standard PSCI v0.2 function IDs
[2019-07-30 11:06:53.986] [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[2019-07-30 11:06:53.991] [ 0.000000] psci: SMC Calling Convention v1.1
[2019-07-30 11:06:53.997] [ 0.000000] percpu: Embedded 23 pages/cpu @ffffffc3ffe15000 s53400 r8192 d32616 u94208
[2019-07-30 11:06:54.004] [ 0.000000] Speculative Store Bypass Disable mitigation not required
[2019-07-30 11:06:54.010] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4034016
[2019-07-30 11:06:54.023] [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 vpr=0x8000000@0xf0000000 sdhci_tegra.en_boot_part_access=1
[2019-07-30 11:06:54.058] [ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[2019-07-30 11:06:54.064] [ 0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[2019-07-30 11:06:54.069] [ 0.000000] log_buf_len min size: 32768 bytes
[2019-07-30 11:06:54.076] [ 0.000000] log_buf_len: 262144 bytes
[2019-07-30 11:06:54.082] [ 0.000000] early log buf free: 29124(88%)
[2019-07-30 11:06:54.082] [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[2019-07-30 11:06:54.094] [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[2019-07-30 11:06:54.100] [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[2019-07-30 11:06:54.106] [ 0.000000] Memory: 16003160K/16392192K available (15166K kernel code, 3008K rwdata, 6708K rodata, 8640K init, 610K bss, 323496K reserved, 65536K cma-reserved)
[2019-07-30 11:06:54.128] [ 0.000000] Virtual kernel memory layout:
[2019-07-30 11:06:54.134] [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[2019-07-30 11:06:54.139] [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[2019-07-30 11:06:54.146] [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f50000 ( 15168 KB)
[2019-07-30 11:06:54.160] [ 0.000000] .rodata : 0xffffff8008f50000 - 0xffffff80095f0000 ( 6784 KB)
[2019-07-30 11:06:54.160] [ 0.000000] .init : 0xffffff80095f0000 - 0xffffff8009e60000 ( 8640 KB)
[2019-07-30 11:06:54.165] [ 0.000000] .data : 0xffffff8009e60000 - 0xffffff800a150008 ( 3009 KB)
[2019-07-30 11:06:54.181] [ 0.000000] .bss : 0xffffff800a150008 - 0xffffff800a1e8b9c ( 611 KB)
[2019-07-30 11:06:54.182] [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[2019-07-30 11:06:54.185] [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[2019-07-30 11:06:54.197] [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[2019-07-30 11:06:54.202] [ 0.000000] 0xffffffbf00000000 - 0xffffffbf10000000 ( 256 MB actual)
[2019-07-30 11:06:54.207] [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
[2019-07-30 11:06:54.220] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[2019-07-30 11:06:54.225] [ 0.000000] Preemptible hierarchical RCU implementation.
[2019-07-30 11:06:54.229] [ 0.000000] Build-time adjustment of leaf fanout to 64.
[2019-07-30 11:06:54.235] [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[2019-07-30 11:06:54.240] [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[2019-07-30 11:06:54.247] [ 0.000000] NR_IRQS:64 nr_irqs:64 0
[2019-07-30 11:06:54.253] [ 0.000000] GIC: Using split EOI/Deactivate mode
[2019-07-30 11:06:54.257] [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[2019-07-30 11:06:54.264] [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[2019-07-30 11:06:54.274] [ 0.000014] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[2019-07-30 11:06:54.285] [ 0.008756] Console: colour dummy device 80x25
[2019-07-30 11:06:54.285] [ 0.012431] console [tty0] enabled
[2019-07-30 11:06:54.288] [ 0.015873] bootconsole [tegra_comb_uart0] disabled
[2019-07-30 11:06:55.421]
[2019-07-30 11:06:55.981] [ 0.000000] Booting Linux on physical CPU 0x0
[2019-07-30 11:06:55.988] [ 0.000000] Linux version 4.9.140+ (x@x-desktop) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #8 SMP PREEMPT Thu Jul 4 21:41:48 CST 2019
[2019-07-30 11:06:56.004] [ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[2019-07-30 11:06:56.006] [ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[2019-07-30 11:06:56.008] [ 0.000000] OF: fdt: - 80000000 , 2b000000
[2019-07-30 11:06:56.013] [ 0.000000] OF: fdt: - ab200000 , 3da00000
[2019-07-30 11:06:56.020] [ 0.000000] OF: fdt: - 100000000 , 380000000
[2019-07-30 11:06:56.026] [ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[2019-07-30 11:06:56.033] [ 0.000000] bootconsole [tegra_comb_uart0] enabled
[2019-07-30 11:06:56.035] [ 0.000000] Found vpr, start=0xf0000000 size=8000000
[2019-07-30 11:06:56.041] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.053] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.065] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.067] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.073] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.086] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.099] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.116] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[2019-07-30 11:06:56.124] [ 0.000000] ramoops_init reserved_mem name:ramoops_carveout base:0xe8a00000 size:0x200000
[2019-07-30 11:06:56.132] [ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[2019-07-30 11:06:56.144] [ 0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[2019-07-30 11:06:56.155] [ 0.000000] cma: Reserved 64 MiB at 0x00000000e4800000
[2019-07-30 11:06:56.162] [ 0.000000] psci: probing for conduit method from DT.
[2019-07-30 11:06:56.163] [ 0.000000] psci: PSCIv1.0 detected in firmware.
[2019-07-30 11:06:56.167] [ 0.000000] psci: Using standard PSCI v0.2 function IDs
[2019-07-30 11:06:56.173] [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[2019-07-30 11:06:56.179] [ 0.000000] psci: SMC Calling Convention v1.1
[2019-07-30 11:06:56.184] [ 0.000000] percpu: Embedded 23 pages/cpu @ffffffc3ffe15000 s53400 r8192 d32616 u94208
[2019-07-30 11:06:56.190] [ 0.000000] Speculative Store Bypass Disable mitigation not required
[2019-07-30 11:06:56.197] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4034016
[2019-07-30 11:06:56.208] [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 vpr=0x8000000@0xf0000000 sdhci_tegra.en_boot_part_access=1
[2019-07-30 11:06:56.240] [ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[2019-07-30 11:06:56.246] [ 0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[2019-07-30 11:06:56.251] [ 0.000000] log_buf_len min size: 32768 bytes
[2019-07-30 11:06:56.257] [ 0.000000] log_buf_len: 262144 bytes
[2019-07-30 11:06:56.262] [ 0.000000] early log buf free: 29124(88%)
[2019-07-30 11:06:56.267] [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[2019-07-30 11:06:56.273] [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[2019-07-30 11:06:56.278] [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[2019-07-30 11:06:56.284] [ 0.000000] Memory: 16003160K/16392192K available (15166K kernel code, 3008K rwdata, 6708K rodata, 8640K init, 610K bss, 323496K reserved, 65536K cma-reserved)
[2019-07-30 11:06:56.301] [ 0.000000] Virtual kernel memory layout:
[2019-07-30 11:06:56.306] [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[2019-07-30 11:06:56.311] [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[2019-07-30 11:06:56.318] [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f50000 ( 15168 KB)
[2019-07-30 11:06:56.329] [ 0.000000] .rodata : 0xffffff8008f50000 - 0xffffff80095f0000 ( 6784 KB)
[2019-07-30 11:06:56.334] [ 0.000000] .init : 0xffffff80095f0000 - 0xffffff8009e60000 ( 8640 KB)
[2019-07-30 11:06:56.339] [ 0.000000] .data : 0xffffff8009e60000 - 0xffffff800a150008 ( 3009 KB)
[2019-07-30 11:06:56.351] [ 0.000000] .bss : 0xffffff800a150008 - 0xffffff800a1e8b9c ( 611 KB)
[2019-07-30 11:06:56.356] [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[2019-07-30 11:06:56.361] [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[2019-07-30 11:06:56.374] [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[2019-07-30 11:06:56.379] [ 0.000000] 0xffffffbf00000000 - 0xffffffbf10000000 ( 256 MB actual)
[2019-07-30 11:06:56.388] [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
[2019-07-30 11:06:56.394] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[2019-07-30 11:06:56.400] [ 0.000000] Preemptible hierarchical RCU implementation.
[2019-07-30 11:06:56.405] [ 0.000000] Build-time adjustment of leaf fanout to 64.
[2019-07-30 11:06:56.411] [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[2019-07-30 11:06:56.418] [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[2019-07-30 11:06:56.424] [ 0.000000] NR_IRQS:64 nr_irqs:64 0
[2019-07-30 11:06:56.429] [ 0.000000] GIC: Using split EOI/Deactivate mode
[2019-07-30 11:06:56.433] [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[2019-07-30 11:06:56.440] [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[2019-07-30 11:06:56.452] [ 0.000014] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[2019-07-30 11:06:56.461] [ 0.008756] Console: colour dummy device 80x25
[2019-07-30 11:06:56.464] [ 0.012431] console [tty0] enabled
[2019-07-30 11:06:56.471] [ 0.015873] bootconsole [tegra_comb_uart0] disabled
[2019-07-30 11:06:56.476] [ 0.021143] kmemleak: Kernel memory leak detector disabled
[2019-07-30 11:06:56.491] [ 0.021222] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[2019-07-30 11:06:56.492] [ 0.021269] pid_max: default: 32768 minimum: 301
[2019-07-30 11:06:56.498] [ 0.022726] Security Framework initialized
[2019-07-30 11:06:56.509] [ 0.023490] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[2019-07-30 11:06:56.511] [ 0.023564] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[2019-07-30 11:06:56.515] [ 0.025812] ftrace: allocating 47190 entries in 185 pages
[2019-07-30 11:06:56.517] [ 0.523952] sched-energy: Sched-energy-costs installed from DT
[2019-07-30 11:06:56.523] [ 0.524237] ASID allocator initialised with 65536 entries
[2019-07-30 11:06:56.528] [ 0.565730] tegra-id: chipid=21917.
[2019-07-30 11:06:56.533] [ 0.565771] tegra-id: opt_subrevision=0.
[2019-07-30 11:06:56.538] [ 0.565855] Tegra Revision: A02 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[2019-07-30 11:06:56.544] [ 0.565987] DTS File Name: /home/x/xavier4.2.1/JetPack_4.2-L4T_R32.1/sources/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[2019-07-30 11:06:56.567] [ 0.566078] DTB Build time: Jul 3 2019 17:54:18
[2019-07-30 11:06:56.567] [ 0.615944] CPU1: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.572] [ 0.648044] CPU2: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.577] [ 0.680246] CPU3: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.582] [ 0.712582] CPU4: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.587] [ 0.744872] CPU5: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.593] [ 0.777660] CPU6: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.598] [ 0.809658] CPU7: Booted secondary processor [4e0f0040]
[2019-07-30 11:06:56.604] [ 0.810321] Brought up 8 CPUs
[2019-07-30 11:06:56.610] [ 0.810676] SMP: Total of 8 processors activated.
[2019-07-30 11:06:56.611] [ 0.810727] CPU features: detected feature: Privileged Access Never
[2019-07-30 11:06:56.622] [ 0.810790] CPU features: detected feature: LSE atomic instructions
[2019-07-30 11:06:56.627] [ 0.810830] CPU features: detected feature: User Access Override
[2019-07-30 11:06:56.633] [ 0.810869] CPU features: detected feature: 32-bit EL0 Support
[2019-07-30 11:06:56.638] [ 0.816621] CPU: All CPU(s) started at EL2
[2019-07-30 11:06:56.643] [ 0.816734] alternatives: patching kernel code
[2019-07-30 11:06:56.644] [ 0.831876] devtmpfs: initialized
[2019-07-30 11:06:56.650] [ 0.894011] Initilizing CustomIPI irq domain
[2019-07-30 11:06:56.655] [ 0.894992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[2019-07-30 11:06:56.664] [ 0.895053] futex hash table entries: 2048 (order: 5, 131072 bytes)
[2019-07-30 11:06:56.670] [ 0.898586] pinctrl core: initialized pinctrl subsystem
[2019-07-30 11:06:56.675] [ 0.898876] OS set in device tree is not L4T.
[2019-07-30 11:06:56.682] [ 0.899236] regulator-dummy: no parameters
[2019-07-30 11:06:56.682] [ 0.899568] Initializing plugin-manager
[2019-07-30 11:06:56.686] [ 0.899650] Plugin module not found
[2019-07-30 11:06:56.693] [ 0.899717] Plugin-manager status disabled
[2019-07-30 11:06:56.693] [ 0.901366] NET: Registered protocol family 16
[2019-07-30 11:06:56.699] [ 0.922577] pstore: using zlib compression
[2019-07-30 11:06:56.705] [ 0.924445] console [pstore-1] enabled
[2019-07-30 11:06:56.711] [ 0.924488] pstore: Registered ramoops as persistent store backend
[2019-07-30 11:06:56.716] [ 0.924545] ramoops: attached 0x200000@0xe8a00000, ecc: 0/0
[2019-07-30 11:06:56.728] [ 0.938603] cpuidle: using governor menu
[2019-07-30 11:06:56.728] [ 0.940403] bpmp: waiting for handshake
[2019-07-30 11:06:56.728] [ 0.940520] bpmp: handshake completed
[2019-07-30 11:06:56.731] [ 0.940594] bpmp: synchronizing channels
[2019-07-30 11:06:56.731] [ 0.940649] bpmp: channels synchronized
[2019-07-30 11:06:56.739] [ 0.940692] bpmp: mail init ok
[2019-07-30 11:06:56.742] [ 0.944853] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[2019-07-30 11:06:56.748] [ 0.945259] t19x-arm-smmu 12000000.iommu: probing hardware configuration…
[2019-07-30 11:06:56.757] [ 0.945330] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[2019-07-30 11:06:56.759] [ 0.945384] t19x-arm-smmu 12000000.iommu: stage 1 translation
[2019-07-30 11:06:56.764] [ 0.945438] t19x-arm-smmu 12000000.iommu: stage 2 translation
[2019-07-30 11:06:56.773] [ 0.945489] t19x-arm-smmu 12000000.iommu: nested translation
[2019-07-30 11:06:56.777] [ 0.945588] t19x-arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[2019-07-30 11:06:56.786] [ 0.945661] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[2019-07-30 11:06:56.798] [ 0.945754] t19x-arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[2019-07-30 11:06:56.804] [ 0.945812] t19x-arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[2019-07-30 11:06:56.815] [ 0.945869] t19x-arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[2019-07-30 11:06:56.820] [ 0.951057] vdso: 2 pages (1 code @ ffffff8008f57000, 1 data @ ffffff8009e64000)
[2019-07-30 11:06:56.826] [ 0.951621] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[2019-07-30 11:06:56.831] [ 0.956371] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[2019-07-30 11:06:56.842] [ 0.957511] Registering BPMP clocks…
[2019-07-30 11:06:56.847] [ 0.957728] tegra_bpmp_clk_init: clock init ok (395 clks)
[2019-07-30 11:06:56.853] [ 0.958143] tegra_bpmp_of_clk_init: EMC proxy not found.
[2019-07-30 11:06:56.859] [ 0.958718] tegra_powergate_init: DONE
[2019-07-30 11:06:56.859] [ 0.958924] DTS File Name: /home/x/xavier4.2.1/JetPack_4.2-L4T_R32.1/sources/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[2019-07-30 11:06:56.880] [ 0.959074] DTB Build time: Jul 3 2019 17:54:18
[2019-07-30 11:06:56.885] [ 0.963121] Tegra reboot handler registered.
[2019-07-30 11:06:56.891] [ 0.974285] iommu: Adding device 14180000.pcie to group 0
[2019-07-30 11:06:56.899] [ 0.975362] iommu: Adding device 14100000.pcie to group 1
[2019-07-30 11:06:56.904] [ 0.976369] iommu: Adding device 14140000.pcie to group 2
[2019-07-30 11:06:56.909] [ 0.977340] iommu: Adding device 141a0000.pcie to group 3
[2019-07-30 11:06:56.914] [ 0.979763] iommu: Adding device 2490000.ether_qos to group 4
[2019-07-30 11:06:56.919] [ 0.980586] iommu: Adding device 3100000.serial to group 5
[2019-07-30 11:06:56.926] [ 0.981434] iommu: Adding device 3110000.serial to group 6
[2019-07-30 11:06:56.930] [ 0.982025] iommu: Adding device 3140000.serial to group 7
[2019-07-30 11:06:56.935] [ 0.983047] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[2019-07-30 11:06:56.941] [ 0.983356] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[2019-07-30 11:06:56.947] [ 0.983438] tegra-pmc: ### PMC reset source: TEGRA_BCCPLEX_WATCHDOG
[2019-07-30 11:06:56.953] [ 0.98349

you can see that PMC is stating reboot reason as watchdog
[2019-07-30 11:06:56.947] [ 0.983438] tegra-pmc: ### PMC reset source: TEGRA_BCCPLEX_WATCHDOG

You can get the BPMP console separately using this tool. I don’t think BPMP is hanged.

Have you enabled the kernel config and collected the logs?
Extreme case you may connect a jtag debugger like lauterbach or ds5

In short the application you are running is causing some cpu lockup and wdt is not pinged.

Previous kernel log already has max log level and those configs ON
Follow you guide, I get the BPMP console. Could you please give me some information about how to use BPMP console to monitor power supply voltage or temperature or some other parameters that may cause Xavier CCPLEX UART hang.
Finally, is there some methods to debug CCPLEX through BPMP console?
Thanks.

from BPMP , you can try below commands

ping cpu
dump all system rails:
cat regulator/vdd_core/voltage
cat regulator/vdd_cpu/voltage
cat regulator/vdd_gpu/voltage
cat regulator/vdd_cv/voltage

Moreover, can you provide the flashing host side log with below command?
sudo ./flash.sh -r --no-flash jetson-xavier mmcblk0p1

also can you run below command and then your test
jetson_clocks.sh

Very appreciate for your help!

We switch Xavier to MAXN profile by default, we run the test after run jetson_clocks command

sudo jetson_clocks --show
SOC family:tegra194  Machine:jetson-xavier
Online CPUs: 0-7
CPU Cluster Switching: Disabled
cpu0: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu1: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu2: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu3: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu4: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu5: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu6: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
cpu7: Online=1 Governor=schedutil MinFreq=2265600 MaxFreq=2265600 CurrentFreq=2265600 IdleStates: C1=0 c6=0 
GPU MinFreq=1377000000 MaxFreq=1377000000 CurrentFreq=1377000000
EMC MinFreq=204000000 MaxFreq=2133000000 CurrentFreq=2133000000 FreqOverride=1
Fan: speed=120
NV Power Mode: MAXN

Below is the the flashing host side log:

###############################################################################
# L4T BSP Information:
# Unknown Release
###############################################################################
Board ID() version() sku() revision()
copying bctfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)... done.
copying bctfile1(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)... done.
copying uphy_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)... done.
copying device_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)... done.
copying misc_cold_boot_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)... done.
copying misc_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)... done.
copying pinmux_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)... done.
copying gpioint_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)... done.
copying pmic_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a01-p2822-0000.cfg)... done.
copying pmc_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)... done.
copying prod_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)... done.
copying scr_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying scr_cold_boot_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)... done.
copying bootrom_config(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)... done.
copying dev_params(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)... done.
Existing bootloader(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Making Boot image... done.
Existing sosfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
copying bpfdtbfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a01.dtb)... done.
Existing scefile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing drameccfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/dram-ecc.bin) reused.
Existing badpagefile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/badpage.bin) reused.
Existing wb0boot(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/tos-mon-only_t194.img) reused.
Existing eksfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)... done.
copying dtbfile(/home/x/gates/Xavier/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
Reusing existing system.img... 
done.
Existing tbcfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/x/gates/Xavier/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)... done.
copying cfgfile(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t194_sdmmc.xml) to flash.xml... done.
Existing flasher(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/x/gates/Xavier/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0x9190000 --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a01-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --bin "mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a01.dtb; spe_fw spe_t194.bin; tlk tos-mon-only_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb" --skipuid 
saving flash command in /home/x/gates/Xavier/Linux_for_Tegra/bootloader/flashcmd.txt
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0x9190000 --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a01-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --bin "mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a01.dtb; spe_fw spe_t194.bin; tlk tos-mon-only_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb" --skipuid 
copying boot image (boot.img.sb)... done.
copying partition layout (flash.xml.sb)... done.
copying kernel dtb (tegra194-p2888-0001-p2822-0000.dtb.sb)... done.
saving flash parameters in /home/x/gates/Xavier/Linux_for_Tegra/bootloader/flash_parameters.txt
--bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg  --odmdata 0x9190000 --applet mb1_t194_prod.bin --cmd "flash; reboot" --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a01-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg  --bin "mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a01.dtb; spe_fw spe_t194.bin; tlk tos-mon-only_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb" --skipuid 
saving Windows flash command to /home/x/gates/Xavier/Linux_for_Tegra/bootloader/flash_win.bat
*** no-flash flag enabled. Exiting now... ***

ping cpu works well

] ping cpu
challenge 17
reply 34 (rr 39 usec)
success (0)
] ping cpu
challenge 18
reply 36 (rr 43 usec)
success (0)

But dump all system rails seem not working, how to convert those values to voltage?

] cat regulator/vdd_core/voltage
980312
] cat regulator/vdd_core/voltage
980312
] cat regulator/vdd_core/voltage
980312
] cat regulator/vdd_cpu/voltage
940781
] cat regulator/vdd_cpu/voltage
940781
] cat regulator/vdd_gpu/voltage
940781
] cat regulator/vdd_gpu/voltage
940781
] cat regulator/vdd_gpu/voltage
940781
] cat regulator/vdd_cv/voltage
640468
] cat regulator/vdd_cv/voltage
640468
] cat regulator/vdd_cv/voltage
640468
] chipid
chipid 0x19 major 1 minor 2
] tag
tag is 1c1b2165fe52a0a54ad7caf60d40cdc3

these are voltages in millivolt

] cat regulator/vdd_core/voltage
980312

from the logs it seems bpmp is alive and ccplex also when you have pinged.
But after sometime CPU must not respond to the ping since its stuck.