After the external NVMe is enabled,and rootfs redundancy is enabled, OTA cannot be upgraded

Try with

sudo nvbootctrl set-active-boot-slot 1
sync
sudo reboot

Hi WayneWWW,

Thank you for your reply!
My steps:

  1. check current slot:
sudo nvbootctrl get-current-slot
0
  1. check rootfs mount point:
df -lh

the result is:

Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p1   59G  6.9G   50G  13% /
none             16G     0   16G   0% /dev
tmpfs            16G  4.0K   16G   1% /dev/shm
tmpfs            16G   24M   16G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            16G     0   16G   0% /sys/fs/cgroup
tmpfs           3.2G   12K  3.2G   1% /run/user/120
tmpfs           3.2G     0  3.2G   0% /run/user/1000

3.switch to slot 1 ,then reboot

sudo nvbootctrl set-active-boot-slot 1
sudo reboot

4.View after Restart:

sudo nvbootctrl get-current-slot
1

But the Rootfs’s mount point is still “/dev/nvme0n1p1”
I want to switch to “/dev/nvme0n1p2”, how can I switch to it?

Thanks!
BR.

Please share the ls -a result of your /dev/disk/by-partlabel

Hi WayneWWW,

Thanks your reply very much!

The result is :

total 0
drwxr-xr-x 2 root root 900 Jan 17 10:51 .
drwxr-xr-x 8 root root 160 Jan 17 10:51 ..
lrwxrwxrwx 1 root root  16 Jan 17 10:51 adsp-fw -> ../../mmcblk0p23
lrwxrwxrwx 1 root root  16 Jan 17 10:51 adsp-fw_b -> ../../mmcblk0p24
lrwxrwxrwx 1 root root  14 Jan 17 10:51 APP -> /dev/nvme0n1p1
lrwxrwxrwx 1 root root  14 Jan 17 10:51 APP_b -> /dev/nvme0n1p2
lrwxrwxrwx 1 root root  16 Jan 17 10:51 BMP -> ../../mmcblk0p29
lrwxrwxrwx 1 root root  16 Jan 17 10:51 BMP_b -> ../../mmcblk0p30
lrwxrwxrwx 1 root root  15 Jan 17 10:51 bootloader-dtb -> ../../mmcblk0p9
lrwxrwxrwx 1 root root  16 Jan 17 10:51 bootloader-dtb_b -> ../../mmcblk0p10
lrwxrwxrwx 1 root root  16 Jan 17 10:51 bpmp-fw -> ../../mmcblk0p15
lrwxrwxrwx 1 root root  16 Jan 17 10:51 bpmp-fw_b -> ../../mmcblk0p16
lrwxrwxrwx 1 root root  16 Jan 17 10:51 bpmp-fw-dtb -> ../../mmcblk0p17
lrwxrwxrwx 1 root root  16 Jan 17 10:51 bpmp-fw-dtb_b -> ../../mmcblk0p18
lrwxrwxrwx 1 root root  16 Jan 17 10:51 CPUBL-CFG -> ../../mmcblk0p39
lrwxrwxrwx 1 root root  15 Jan 17 10:51 cpu-bootloader -> ../../mmcblk0p7
lrwxrwxrwx 1 root root  15 Jan 17 10:51 cpu-bootloader_b -> ../../mmcblk0p8
lrwxrwxrwx 1 root root  16 Jan 17 10:51 eks -> ../../mmcblk0p13
lrwxrwxrwx 1 root root  16 Jan 17 10:51 eks_b -> ../../mmcblk0p14
lrwxrwxrwx 1 root root  14 Jan 17 10:51 kernel -> /dev/nvme0n1p3
lrwxrwxrwx 1 root root  14 Jan 17 10:51 kernel_b -> /dev/nvme0n1p4
lrwxrwxrwx 1 root root  14 Jan 17 10:51 kernel-bootctrl -> /dev/nvme0n1p9
lrwxrwxrwx 1 root root  15 Jan 17 10:51 kernel-bootctrl_b -> /dev/nvme0n1p10
lrwxrwxrwx 1 root root  14 Jan 17 10:51 kernel-dtb -> /dev/nvme0n1p5
lrwxrwxrwx 1 root root  14 Jan 17 10:51 kernel-dtb_b -> /dev/nvme0n1p6
lrwxrwxrwx 1 root root  15 Jan 17 10:51 mts-mce -> ../../mmcblk0p3
lrwxrwxrwx 1 root root  15 Jan 17 10:51 mts-mce_b -> ../../mmcblk0p4
lrwxrwxrwx 1 root root  15 Jan 17 10:51 mts-proper -> ../../mmcblk0p5
lrwxrwxrwx 1 root root  15 Jan 17 10:51 mts-proper_b -> ../../mmcblk0p6
lrwxrwxrwx 1 root root  16 Jan 17 10:51 rce-fw -> ../../mmcblk0p21
lrwxrwxrwx 1 root root  16 Jan 17 10:51 rce-fw_b -> ../../mmcblk0p22
lrwxrwxrwx 1 root root  14 Jan 17 10:51 recovery -> /dev/nvme0n1p7
lrwxrwxrwx 1 root root  14 Jan 17 10:51 recovery-dtb -> /dev/nvme0n1p8
lrwxrwxrwx 1 root root  15 Jan 17 10:51 RECROOTFS -> /dev/nvme0n1p11
lrwxrwxrwx 1 root root  16 Jan 17 10:51 RP1 -> ../../mmcblk0p40
lrwxrwxrwx 1 root root  16 Jan 17 10:51 RP2 -> ../../mmcblk0p41
lrwxrwxrwx 1 root root  16 Jan 17 10:51 sc7 -> ../../mmcblk0p27
lrwxrwxrwx 1 root root  16 Jan 17 10:51 sc7_b -> ../../mmcblk0p28
lrwxrwxrwx 1 root root  16 Jan 17 10:51 sce-fw -> ../../mmcblk0p25
lrwxrwxrwx 1 root root  16 Jan 17 10:51 sce-fw_b -> ../../mmcblk0p26
lrwxrwxrwx 1 root root  16 Jan 17 10:51 secure-os -> ../../mmcblk0p11
lrwxrwxrwx 1 root root  16 Jan 17 10:51 secure-os_b -> ../../mmcblk0p12
lrwxrwxrwx 1 root root  15 Jan 17 10:51 UDA -> /dev/nvme0n1p12
lrwxrwxrwx 1 root root  16 Jan 17 10:51 xusb-fw -> ../../mmcblk0p19
lrwxrwxrwx 1 root root  16 Jan 17 10:51 xusb-fw_b -> ../../mmcblk0p20

Thanks!
BR.

Could you share your boot log from the uart?

Hi WaynbeWWW,

Thanks you for your reply!

Yes, my pleasure, please see bollow,due to the limited number of words on the forum, the following Log is truncated. Please see the attachment for the complete Log:

=~=~=~=~=~=~=~=~=~=~=~=  log 2022.01.17 11:33:42 =~=~=~=~=~=~=~=~=~=~=~=
    ?
[0000.415] W> RATCHET: MB1 binary ratchet value 4 is too large than ratchet level 2 from HW fuses.
[0000.423] I> MB1 (prd-version: 1.5.1.7-t194-41334769-98030a79)
[0000.429] I> Boot-mode: Coldboot
[0000.432] I> Chip revision : A02P
[0000.435] I> Bootrom patch version : 15 (correctly patched)
[0000.440] I> ATE fuse revision : 0x200
[0000.443] I> Ram repair fuse : 0x0
[0000.447] I> Ram Code : 0x2
[0000.449] I> rst_source : 0x0
[0000.452] I> rst_level : 0x0
[0000.455] I> Boot-device: eMMC
[0000.470] I> sdmmc DDR50 mode
[0000.474] I> Active Boot chain : 1
[0000.478] I> Boot-device: eMMC
[0000.481] W> MB1_PLATFORM_CONFIG: device prod data is empty in MB1 BCT.
[0000.489] I> Temperature = 41000
[0000.492] W> Skipping boost for clk: BPMP_CPU_NIC
[0000.496] W> Skipping boost for clk: BPMP_APB
[0000.500] W> Skipping boost for clk: AXI_CBB
[0000.504] W> Skipping boost for clk: AON_CPU_NIC
[0000.509] W> Skipping boost for clk: CAN1
[0000.512] W> Skipping boost for clk: CAN2
[0000.517] I> Boot-device: eMMC
[0000.519] I> Boot-device: eMMC
[0000.529] I> Sdmmc: HS400 mode enabled
[0000.533] I> ECC region[0]: Start:0x0, End:0x0
[0000.538] I> ECC region[1]: Start:0x0, End:0x0
[0000.542] I> ECC region[2]: Start:0x0, End:0x0
[0000.546] I> ECC region[3]: Start:0x0, End:0x0
[0000.550] I> ECC region[4]: Start:0x0, End:0x0
[0000.554] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.560] I> Non-ECC region[1]: Start:0x0, End:0x0
[0000.564] I> Non-ECC region[2]: Start:0x0, End:0x0
[0000.569] I> Non-ECC region[3]: Start:0x0, End:0x0
[0000.573] I> Non-ECC region[4]: Start:0x0, End:0x0
[0000.579] E> FAILED: Thermal config
[0000.586] E> FAILED: MEMIO rail config
[0000.604] I> Boot-device: eMMC
[0000.613] I> sdmmc bdev is already initialized
[0000.686] I> MB1 done

 ?鄊ain enter
SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21
HW Function test
Start Scheduler.
in late init
?[0000.695] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-938a8cd8)
[0000.695] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.696] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.696] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.702] W> device prod register failed
[0000.706] I> Boot-device: eMMC
[0000.709] I> Boot_device: SDMMC_BOOT instance: 3
[0000.715] I> sdmmc-3 params source = boot args
[0000.718] I> sdmmc bdev is already initialized
[0000.722] I> sdmmc-3 params source = boot args
[0000.730] I> Found 17 partitions in SDMMC_BOOT (instance 3)
[0000.737] I> Found 43 partitions in SDMMC_USER (instance 3)
[0000.738] I> Active Boot chain : 1
[0000.741] I> parsing oem signed section of bpmp-fw header done
[0000.746] I> bpmp-fw binary init read from storage
[0000.751] I> oem authentication of bpmp-fw header done
[0000.758] I> bpmp-fw binary done read from storage
[0000.761] I> bpmp-fw: Authentication init Done
[0000.765] I> parsing oem signed section of cpubl header done
[0000.770] I> cpubl binary init read from storage
[0000.775] I> bpmp-fw: Authentication Finalize Done
[0000.780] I> oem authentication of cpubl header done
[0000.784] I> cpubl binary done read from storage
[0000.789] I> cpubl: Authentication init Done
[0000.794] I> parsing oem signed section of rce header done
[0000.798] I> rce binary init read from storage
[0000.803] I> Relocating BR-BCT
[0000.806] I> cpubl: Authentication Finalize Done
[0000.810] I> oem authentication of rce header done
[0000.814] I> rce binary done read from storage
[0000.819] I> rce: Authentication init Done
[0000.824] I> parsing oem signed section of ape header done
[0000.828] I> ape binary init read from storage
[0000.832] I> rce: Authentication Finalize Done
[0000.837] I> oem authentication of ape header done
[0000.841] I> ape binary done read from storage
[0000.846] I> ape: Authentication init Done
[0000.850] I> parsing oem signed section of tos header done
[0000.855] I> tos binary init read from storage
[0000.859] I> ape: Authentication Finalize Done
[0000.864] I> oem authentication of tos header done
[0000.868] I> tos binary done read from storage
[0000.872] I> tos: Authentication init Done
[0000.877] I> parsing oem signed section of bpmp-fw-dtb header done
[0000.882] I> bpmp-fw-dtb binary init read from storage
[0000.887] I> tos: Authentication Finalize Done
[0000.893] I> oem authentication of bpmp-fw-dtb header done
[0000.900] I> bpmp-fw-dtb binary done read from storage
[0000.902] I> bpmp-fw-dtb: Authentication init Done
[0000.907] I> parsing oem signed section of cpubl-dtb header done
[0000.912] I> cpubl-dtb binary init read from storage
[0000.917] I> bpmp-fw-dtb: Authentication Finalize Done
[0001.126] I> oem authentication of cpubl-dtb header done
[0001.127] I> cpubl-dtb binary done read from storage
[0001.127] I> cpubl-dtb: Authentication init Done
[0001.129] I> parsing oem signed section of eks header done
[0001.130] I> eks binary init read from storage
[0001.131] I> cpubl-dtb: Authentication Finalize Done
[0001.131] I> oem authentication of eks header done
[0001.135] I> eks binary done read from storage
[0001.139] I> eks: Authentication init Done
[0001.143] I> eks: Authentication Finalize Done
[0001.147] I> EKB detected (length: 0x410) @ VA:0x52700400
銷OTICE:  BL31: v1.3(release):b5eeb33f7
NOTICE:  BL31: Built : 12:15:32, Jul 26 2021
ipc-unittest-main: 1519: Welcome to IPC unittest!!!
ipc-unittest-main: 1531: waiting forever
ipc-unittest-srv: 329: Init unittest services!!!
hwkey-agent: 41: hwkey-agent is running!!
hwkey-agent: 315: key_mgnt_processing .......
hwkey-agent: 223: Setting EKB key 0 to slot 14
hwkey-agent: 178: Init hweky-agent services!!
luks-srv: 40: luks-srv is running!!
luks-srv: 157: Init luks-srv IPC services!!
platform_bootstrap_epilog: trusty bootstrap complete
?
welcome to lk
calling constructors
initializing heap
creating bootstrap completion thread
top of bootstrap2()
initializing platform
bpmp: platform_init
tag is e73a758761f0c6d24a1e69a2ac6b5035
tag_show initialized
dt initialized
mail initialized
chipid initialized
fuse initialized
sku initialized
speedo initialized
ec_get_ec_list: found 45 ecs
ec initialized
ec_mrq initialized
vmon_populate_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
fmon_mrq initialized
reset initialized
nvhs initialized
392 clocks registered
WARNING: pll_c4 has no dyn ramp
clk_mrq_init: mrq handler registered
clk initialized
nvlink initialized
io_dpd initialized
io_dpd initialized
thermal initialized
i2c5 controller initialized
initialized i2c mrq handling
i2c initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
pg_late initialized
strap initialized
tag initialized
emc initialized
clk_dt initialized
avfs_ccplex_platform initialized
tj_max: dt node not found
tj_init initialized
uphy_mrq_init: mrq handler registered
uphy_dt initialized
uphy initialized
safereg_init: period 80 ms
ec_late initialized
?[0001.650] I> Welcome to Cboot鈓rq initialized
fmon_post initialized
?
[0001.650] I> Cboot Version: t194-cfa2bc91
[0001.651] I> CPU-BL Params @ 0xf2820000
[0001.652] I>  0) Base:0x00000000 Size:0x00000000
[0001.656] I>  1) Base:0xf1100000 Size:0x00100000
[0001.661] I>  2) Base:0xf2000000 Size:0x00200000
[0001.665] I>  3) Base:0xf1200000 Size:0x00200000
[0001.670] I>  4) Base:0xf1000000 Size:0x00100000
鈉lk_set_parent failed for clk i2c2, parent pll_aon (-22)
clk_set_parent failed for clk i2c8, parent pll_aon (-22)
clk_dt_late initialized
machine_check initialized
pm_post initialized
dbells initialized
avfs_clk_platform_post initialized
dmce initialized
cvc initialized
ccplex_avfs_hw_init: nafll_cluster0: not monitored
ccplex_avfs_hw_init: nafll_cluster1: not monitored
ccplex_avfs_hw_init: nafll_cluster2: not monitored
ccplex_avfs_hw_init: nafll_cluster3: not monitored
avfs_clk_mach_post initialized
regulator_post initialized
rm initialized
sc7_diag initialized
thermal_test initialized
serial_late initialized
clk_post initialized
clk_dt_post initialized
mc_reg initialized
pg_post initialized
dyn_modules initialized
sku_debugfs initialized
speedo_debugfs initialized
adc_debugfs initialized
clk_debugfs initialized
醄0001.674] I>  5) Base:0xf0f00000 Size:0x00100000
[0001.753] I>  6) Base:0xf3800000 Size:0x00400000
[0001.758] I>  7) Base:0xf1c00000 Size:0x00400000
[0001.762] I>  8) Base:0xf0e00000 Size:0x00100000
[0001.767] I>  9) Base:0xf0d00000 Size:0x00100000
[0001.771] I> 10) Base:0xf3000000 Size:0x00800000
[0001.776] I> 11) Base:0x40000000 Size:0x00040000
[0001.780] I> 12) Base:0xf0c00000 Size:0x00100000
[0001.785] I> 13) Base:0x40046000 Size:0x00002000
[0001.789] I> 14) Base:0x40048000 Size:0x00002000
鈋mc_debugfs initialized
dvs_debugfs initialized
醄0001.794] I> 15) Base:0xac000000 Size:0x00004000
鈌mon_debugfs initialized
vmon_debugfs initialized
pg_debugfs initialized
profile_fs initialized
debugfs_cons initialized
mail_fs initialized
profile initialized
cvc_debugfs initialized
dmce_debugfs initialized
ec_debugfs initialized
rm_debugfs initialized
soctherm_debug initialized
gr_reader initialized
mods initialized
dt_fs initialized
debugfs_mrq initialized
debug_mrq initialized
debug_safereg initialized
initializing target
calling apps_init()
starting app shell
entering main console loop
] 醄0001.803] I> 16) Base:0x4004a000 Size:0x00002000
[0001.853] I> 17) Base:0xf0b00000 Size:0x00100000
[0001.858] I> 18) Base:0x4004c000 Size:0x00002000
[0001.862] I> 19) Base:0xf2200000 Size:0x00600000
[0001.867] I> 20) Base:0x4004e000 Size:0x00002000
[0001.871] I> 21) Base:0xf0ad0000 Size:0x0000c000
[0001.876] I> 22) Base:0x00000000 Size:0x00000000
[0001.880] I> 23) Base:0xf0ae0000 Size:0x00020000
[0001.885] I> 24) Base:0xf6000000 Size:0x02000000
[0001.889] I> 25) Base:0x40050000 Size:0x00002000
[0001.893] I> 26) Base:0x40040000 Size:0x00006000
[0001.898] I> 27) Base:0xf1800000 Size:0x00400000
[0001.902] I> 28) Base:0xf4c00000 Size:0x01400000
[0001.907] I> 29) Base:0xf1400000 Size:0x00400000
[0001.911] I> 30) Base:0x00000000 Size:0x00000000
[0001.916] I> 31) Base:0x00000000 Size:0x00000000
[0001.920] I> 32) Base:0xf8000000 Size:0x08000000
[0001.925] I> 33) Base:0x00000000 Size:0x00000000
[0001.929] I> 34) Base:0xf3c00000 Size:0x01000000
[0001.934] I> 35) Base:0xab000000 Size:0x01000000
[0001.938] I> 36) Base:0xa0000000 Size:0x0b000000
[0001.943] I> 37) Base:0xf2800000 Size:0x00800000
[0001.947] I> 38) Base:0x80000000 Size:0x20000000
[0001.951] I> 39) Base:0xb0000000 Size:0x08000000
[0001.956] I> 40) Base:0x00000000 Size:0x00000000
[0001.960] I> 41) Base:0x00000000 Size:0x00000000
[0001.965] I> 42) Base:0x00000000 Size:0x00000000
[0001.969] I> 43) Base:0x00000000 Size:0x00000000
[0001.974] I> 44) Base:0x00000000 Size:0x00000000
[0001.978] I> 45) Base:0x00000000 Size:0x00000000
[0001.983] GIC-SPI Target CPU: 0
[0001.986] Interrupts Init done
[0001.989] calling constructors
[0001.991] initializing heap
[0001.994] I> Heap: [0xa0699b80 ... 0xab000000]
[0001.998] initializing threads
[0002.001] initializing timers
[0002.004] creating bootstrap completion thread
[0002.008] top of bootstrap2()
[0002.011] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0002.016] initializing platform
[0002.019] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0002.024] W> device prod register failed
[0002.028] I> Bl_dtb @0xaaf00000
[0002.034] W> "plugin-manager" doesn't exist, creating
[0002.036] W> "ids" doesn't exist, creating
[0002.040] W> "connection" doesn't exist, creating
[0002.044] W> "configs" doesn't exist, creating
[0002.051] E> failed to read label property for node 38740: 13
[0002.057] E> failed to read label property for node 193484: 13
[0002.062] E> failed to read reg property for node 193572: 13
[0002.067] E> failed to read label property for node 193624: 13
[0002.072] E> failed to read label property for node 193692: 13
[0002.078] E> failed to read label property for node 193728: 13
[0002.084] E> failed to read label property for node 193764: 13
[0002.090] E> failed to read reg property for node 193832: 13
[0002.095] E> failed to read label property for node 193884: 13
[0002.102] I> Find /i2c@3160000's alias i2c0
[0002.103] I> Reading eeprom i2c=0 address=0x50
[0002.133] I> Device at /i2c@3160000:0x50
[0002.133] I> Reading eeprom i2c=0 address=0x56
[0002.158] I> Device at /i2c@3160000:0x56
[0002.159] I> Find /i2c@3180000's alias i2c2
[0002.160] I> Reading eeprom i2c=2 address=0x54
[0002.161] E> I2C: slave not found in slaves.
[0002.161] E> I2C: Could not write 0 bytes to slave: 0x00a8 with repeat start true.
[0002.162] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.163] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa8 at 0x00000000 via instance 2.
[0002.172] E> eeprom: Failed to read I2C slave device
[0002.177] I> Eeprom read failed 0x3526070d
[0002.181] I> Reading eeprom i2c=2 address=0x57
[0002.185] E> I2C: slave not found in slaves.
[0002.189] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0002.197] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.202] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 2.
[0002.212] E> eeprom: Failed to read I2C slave device
[0002.217] I> Eeprom read failed 0x3526070d
[0002.221] I> Reading eeprom i2c=2 address=0x52
[0002.225] E> I2C: slave not found in slaves.
[0002.229] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0002.237] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.242] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 2.
[0002.252] E> eeprom: Failed to read I2C slave device
[0002.257] I> Eeprom read failed 0x3526070d
[0002.262] I> Find /i2c@c240000's alias i2c1
[0002.265] I> Reading eeprom i2c=1 address=0x52
[0002.270] E> I2C: slave not found in slaves.
[0002.273] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0002.281] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.286] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0002.296] E> eeprom: Retry to read I2C slave device.
[0002.301] E> I2C: slave not found in slaves.
[0002.305] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0002.313] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.318] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0002.328] E> eeprom: Failed to read I2C slave device
[0002.333] I> Eeprom read failed 0x3526070d
[0002.337] I> Reading eeprom i2c=1 address=0x50
[0002.341] E> I2C: slave not found in slaves.
[0002.345] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0002.353] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.358] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0002.368] E> eeprom: Retry to read I2C slave device.
[0002.373] E> I2C: slave not found in slaves.
[0002.377] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0002.385] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.390] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0002.400] E> eeprom: Failed to read I2C slave device
[0002.405] I> Eeprom read failed 0x3526070d
[0002.409] I> create_pm_ids: id: 2888-0004-400-K, len: 15
[0002.414] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00,, len: 93
[0002.425] I> create_pm_ids: id: XXXX-XXXX-XXX-X, len: 15
[0002.430] I> config: mem-type:ff,power-config:ff,misc-config:ff,modem-config:ff,touch-config:ff,display-config:ff,, len: 93
[0002.441] I> Adding plugin-manager/ids/2888-0004-400=/i2c@3160000:module@0x50
[0002.449] W> "i2c@3160000" doesn't exist, creating
[0002.453] W> "module@0x50" doesn't exist, creating
[0002.457] I> Adding plugin-manager/ids/XXXX-XXXX-XXX=/i2c@3160000:module@0x56
[0002.464] W> "module@0x56" doesn't exist, creating
[0002.470] I> Adding plugin-manager/cvm
[0002.473] W> "chip-id" doesn't exist, creating
[0002.477] I> Adding plugin-manager/chip-id/A02P
[0002.481] I> Plugin-manager override starting
[0002.486] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0002.494] I> node /plugin-manager/fragement-soft-wdt matches
[0002.502] I> node /plugin-manager/fragment-pcie-c5-ep matches
[0002.506] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0002.512] I> Disable plugin-manager status in FDT
[0002.513] I> Plugin-manager override finished successfully
[0002.518] I> gpio framework initialized
[0002.523] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0002.530] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0002.537] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[0002.544] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0002.552] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0002.559] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0002.565] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
[0002.572] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0002.580] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0002.587] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0002.594] I> fixed regulator driver initialized
[0002.604] I> register 'maxim' power off handle
[0002.605] I> virtual i2c enabled
[0002.605] I> registered 'maxim,max20024' pmic
[0002.609] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver
[0002.615] I> Boot-device: eMMC
[0002.618] I> Boot_device: SDMMC_BOOT instance: 3
[0002.627] I> sdmmc-3 params source = boot args
[0002.627] I> create_pm_ids: id: 2888-0004-400-K, len: 15
[0002.632] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00,, len: 93
[0002.643] I> create_pm_ids: id: XXXX-XXXX-XXX-X, len: 15
[0002.648] I> config: mem-type:ff,power-config:ff,misc-config:ff,modem-config:ff,touch-config:ff,display-config:ff,, len: 93
[0002.659] I> sdmmc bdev is already initialized
[0002.664] I> sdmmc-3 params source = boot args
[0002.694] I> Found 17 partitions in SDMMC_BOOT (instance 3)
[0002.707] I> Found 43 partitions in SDMMC_USER (instance 3)
[0002.716] I> enabling 'vdd-hdmi-5v0' regulator
[0002.721] I> regulator 'vdd-hdmi-5v0' already enabled
[0002.721] I> hdmi cable connected
[0002.722] W> set volts not configured for 'vdd-1v0'
[0002.724] W> set volts not configured for 'vdd-1v8-hs'
[0002.725] I> retrieved tmds range from prod_list_hdmi_soc
[0002.729] E> invalid display type
[0002.733] E> invalid display type
[0002.734] E> cannot find any other nvdisp nodes
[0002.749] I> edid read success
[0002.762] I> edid read success
[0002.762] I> width = 640, height = 480, frequency = 25174825
[0002.762] I> width = 640, height = 480, frequency = 25174825
[0002.763] I> width = 640, height = 480, frequency = 25174825
[0002.763] I> width = 640, height = 480, frequency = 25174825
[0002.764] I> width = 1920, height = 1080, frequency = 148500000
[0002.767] I> width = 720, height = 480, frequency = 27000000
[0002.773] I> width = 1920, height = 1080, frequency = 148351648
[0002.779] I> width = 1920, height = 1080, frequency = 148351648
[0002.784] I> width = 1280, height = 720, frequency = 74175824
[0002.790] I> width = 1280, height = 720, frequency = 74175824
[0002.796] I> width = 720, height = 480, frequency = 26973026
[0002.801] I> width = 720, height = 576, frequency = 26973026
[0002.807] I> width = 720, height = 480, frequency = 26973026
[0002.812] I> width = 720, height = 576, frequency = 26973026
[0002.818] I> width = 640, height = 480, frequency = 25174825
[0002.823] I> Best mode Width = 1920, Height = 1080, freq = 148351648
[0002.833] I> hdmi_enable, starting HDMI initialisation
[0002.838] I> hdmi_enable, HDMI initialisation complete
[0002.849] I> Load in CBoot Boot Options partition and parse it
[0002.855] E> Error -9 when finding node with path /boot-configuration
[0002.856] E> tegrabl_cbo_parse_info: "boot-configuration" not found in CBO file.
[0002.859] I> Using default boot order
[0002.862] I> boot-dev-order :-
[0002.865] I> 1.sd
[0002.867] I> 2.usb
[0002.869] I> 3.nvme
[0002.871] I> 4.emmc
[0002.872] I> 5.net
[0002.874] I> Hit any key to stop autoboot:	4	3	2	1
[0004.882] initializing target
[0004.882] calling apps_init()
[0004.883] starting app kernel_boot_app
[0004.902] I> found decompressor handler: lz4-legacy
[0004.903] I> decompressing BMP blob ...
[0004.913] I> Kernel type = Normal
[0004.913] I> ########## SD (0) boot ##########
[0004.915] W> Error: failed to get sd-card params
[0004.915] I> -0 params source = 
[0004.915] W> Failed to initialize device 6-0
[0004.916] E> SD boot failed, err: 252641293
[0004.916] I> ########## USB (0) boot ##########
[0004.927] I> Validate XUSB-FW ...
[0004.928] I> T19x: Authenticate XUSB-FW (bin_type: 11), max size 0x28000
[0004.929] I> Encryption fuse is not ON
[0004.930] I> USB Firmware Version: 60.09 release
[0004.988] I> regulator of usb2-0 already enabled
[0004.995] I> regulator of usb2-1 already enabled
[0005.001] I> regulator of usb2-2 already enabled
[0005.009] I> enabling 'vdd-5v-sata' regulator
[0006.077] I> USB 2.0 port 2 new high-speed USB device detected
[0006.078] W> WARNING: event and command not matching, cmd_trb_ptr = 0xa4ad2000, cmd_ring.dma = 0xa4ad20c0
[0006.179] I> Start to enumerate device
[0006.181] W> WARNING: event and command not matching, cmd_trb_ptr = 0xa4ad2000, cmd_ring.dma = 0xa4ad20c0
[0006.185] I> 
[0006.186] I> Enumerated USB Device 05e3:0610
[0006.186] I> 
[0006.187] I> Hub:
[0006.187] I> 	Downstream ports        : 4
[0006.187] I> 	Power switching         : Ganged
[0006.188] I> 	Compound device         : No
[0006.188] I> 	Over-current protection : Global
[0006.192] I> 	Hub avg delay           : 4 ns
[0006.196] I> Enable hub ports
[0006.205] I> Device detected on port 2
[0006.207] I> Device detected on port 3
[0007.218] I> Reset port 2
[0007.297] I> Port 2 device is low speed, skip enumeration
[0007.299] I> Reset port 3
[0007.378] I> Port 3 device is low speed, skip enumeration
[0007.378] E> Enumerated device doesn't belong to MSD class or protocol is not bulk-only!!
[0007.379] E> Class = 9, Protocol = 0
[0007.379] E> USBMSD: Failed to initialize Enumerated USB device either not an MSD device or supported protoco[0007.380] E> USBMSD: Failed to open usbmsd open, 0.
[0007.384] E> Error opening USBMSD driver 0, err: 7c7c0312
[0007.389] W> Failed to initialize device 5-0
[0007.393] E> USB boot failed, err: 2088502034
[0007.397] I> ########## NVME (0) boot ##########
[0007.402] I> Initializing nvme device instance 0
[0007.406] I> Initializing nvme controller
[0007.410] I> tegrabl_locate_pcie_ctrl_in_dt: found match at 0x14180000
[0007.416] I> vpcie3v3-supply not found
[0007.420] I> vpcie12v-supply not found
[0007.424] W> Failed to get nvidia,plat-gpios
[0007.428] I> tegrabl_pcie_soc_preinit: (0):
[0007.432] I> Unpowergate
[0007.434] I> tegrabl_car_clk_disable(0) ...
[0007.438] I> tegrabl_car_rst_set(CORE, 0) ...
[0007.442] I> tegrabl_car_rst_set(APB, 0) ...
[0007.446] I> tegrabl_car_clk_enable(0) ...
[0007.450] I> tegrabl_car_rst_clear(APB, 0) ...
[0007.455] I> tegrabl_set_ctrl_state(0)
[0007.458] I> CLR PCIE_APB:6
[0007.461] I> tegrabl_pcie_soc_init: (0):
[0007.465] I> APPL initialization ...
[0007.468] I> poweron phys
[0007.471] I> tegrabl_locate_pcie_ctrl_in_dt: found match at 0x14180000
[0007.477] I> tegrabl_power_on_phy: power on phy @0x3e30000
[0007.482] I> tegrabl_power_on_phy: power on phy @0x3e40000
[0007.488] I> tegrabl_power_on_phy: power on phy @0x3e50000
[0007.493] I> tegrabl_power_on_phy: power on phy @0x3e60000
[0007.625] I> PCIe controller-0 link is up
[0007.626] I> tegra_pcie_info[0].cfg0_base = 0x38000000
[0007.626] I> tegra_pcie_info[0].cfg1_base = 0x38020000
[0007.627] I> tegra_pcie_info[0].atu_dma_base = 0x38040000
[0007.627] I> tegra_pcie_bus[0].mem = 0x38200000
[0007.627] I> Scanning busnr: 0 devfn: 0
[0007.628] I> PCIe IDs: 0x1ad010de
[0007.631] I> PCIe RID_CC: 0x60400a1
[0007.634] I> Scanning busnr: 1 devfn: 0
[0007.638] I> PCIe IDs: 0xa808144d
[0007.641] I> PCIe RID_CC: 0x1080200
[0007.644] I> PCI Config: I/O=0x38100000, Memory=0x38200000
[0007.649] I> MEM64 bar_num=0 bar=0x38200000
[0007.654] I> Number of PCIe devices detected: 2
[0007.658] I> NVME page size: 4096
[0007.661] I> NVMe serial number: S5H7NS1N515319H     
[0007.666] I> NVMe model number: Samsung SSD 970 EVO 500GB               
[0007.672] I> NVMe firmware revision: 2B2QEXE7
[0007.680] I> block_count: 976773168
[0007.680] I> supported_lba: 0
[0007.683] I> block_size_log2: 0x9
[0007.686] I> tegrabl_create_io_queue_cmd: queue size: 2
[0007.691] I> tegrabl_create_io_queue_cmd: queue size: 2
[0007.696] I> nvme device id 000a0000
[0007.700] I> nvme-0 params source = 
[0007.703] I> Found 12 partitions in NVME (instance 0)
[0007.708] I> Look for boot partition
[0007.711] I> Fallback: assuming 0th partition is boot partition
[0007.723] I> Set 1th partition is boot partition
[0007.724] I> Detect filesystem
[0007.725] I> Loading kernel-bootctrl from partition
[0007.729] I> Loading partition kernel-bootctrl at 0xa4b50000 from device(0xa)
[0007.737] W> tegrabl_get_kernel_bootctrl: magic number(0x00000000) is invalid
[0007.743] W> tegrabl_get_kernel_bootctrl: use default dummy boot control data
[0007.750] I> Loading extlinux.conf ...
[0007.754] I> Loading extlinux.conf binary from rootfs ...
[0007.759] I> rootfs path: /nvme/boot/extlinux/extlinux.conf
[0007.765] I> Loading extlinux.conf sig file from rootfs ...
[0007.770] I> rootfs path: /nvme/boot/extlinux/extlinux.conf.sig
[0007.776] I> Validate extlinux.conf ...
[0007.779] I> T19x: Authenticate extlinux.conf (bin_type: 54), max size 0x2000
[0007.786] I> Encryption fuse is not ON
[0007.790] I> L4T boot options
[0007.793] I> [1]: "primary kernel"
[0007.796] I> Enter choice: 
[0008.799] I> Continuing with default option: 1
[0008.799] I> Loading kernel ...
[0008.799] I> No kernel binary path
[0008.799] I> Continue to load from partition ...
[0008.800] I> A/B: bin_type (37) slot 1
[0008.800] I> Loading kernel_b from partition
[0008.800] I> Loading partition kernel_b at 0xa4b50000 from device(0xa)
[0009.126] I> Validate kernel ...
[0009.126] I> T19x: Authenticate kernel (bin_type: 37), max size 0x5000000
[0009.509] I> Encryption fuse is not ON
[0009.541] I> Checking boot.img header magic ... [0009.541] I> [OK]
[0009.541] I> Loading kernel-dtb ...
[0009.541] I> No kernel-dtb binary path
[0009.542] I> Continue to load from partition ...
[0009.542] I> A/B: bin_type (38) slot 1
[0009.542] I> Loading kernel-dtb_b from partition
[0009.543] I> Loading partition kernel-dtb_b at 0x91000000 from device(0xa)
[0009.551] I> Validate kernel-dtb ...
[0009.552] I> T19x: Authenticate kernel-dtb (bin_type: 38), max size 0x400000
[0009.560] I> Encryption fuse is not ON
[0009.563] I> removable_boot_load_kernel_and_dtb: force NVME bdev to close !!!
[0009.569] I> Kernel hdr @0xa4b50000
[0009.572] I> Kernel dtb @0x90000000
[0009.575] I> decompressor handler not found
[0009.579] I> Copying kernel image (34813960 bytes) from 0xa4b50800 to 0x80080000 ... [0009.595] I> Done
[0009.595] I> Move ramdisk (len: 7238344) from 0xa6c84800 to 0x92000000
[0009.598] I> Updated bpmp info to DTB
[0009.599] I> Ramdisk: Base: 0x92000000; Size: 0x6e72c8
[0009.603] I> Updated initrd info to DTB
[0009.607] W> WARN: Fail to override "console=none" in commandline
[0009.613] I> Active rootfs suffix: _b
[0009.617] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display params
[0009.624] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display params
[0009.631] I> Active slot suffix: _b
[0009.634] I> add_boot_slot_suffix: slot_suffix = _b
[0009.639] I> Linux Cmdline: console=ttyTCU0,115200 root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4  video=tegrafb earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix=_b tegra_fbmem=0x800000@0xa06aa000 lut_mem=0x2008@0xa06a5000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix=_b boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1 
[0009.680] I> Updated bootarg info to DTB
[0009.684] W> MAC addr invalid!
[0009.687] E> Failed to get WIFI MAC address
[0009.691] W> MAC addr invalid!
[0009.694] E> Failed to get Bluetooth MAC address
[0009.698] I> eeprom_get_mac_addr: MAC (type: 2): 48:b0:2d:05:b2:90
[0009.705] W> "plugin-manager" doesn't exist, creating
[0009.709] I> Adding /chosen/plugin-manager/cvm
[0009.714] W> "chip-id" doesn't exist, creating
[0009.718] I> Adding /chosen/plugin-manager/chip-id
[0009.723] W> "configs" doesn't exist, creating
[0009.727] I> Adding /chosen/plugin-manager/configs
[0009.731] W> "ids" doesn't exist, creating
[0009.735] I> Adding /chosen/plugin-manager/ids
[0009.740] W> "odm-data" doesn't exist, creating
[0009.744] I> Adding /chosen/plugin-manager/odm-data
[0009.751] W> "memory" doesn't exist, creating
[0009.753] I> [0] START: 0x80000000, END: 0xac000000
[0009.758] I> [1] START: 0xac004000, END: 0xf0ad0000
[0009.762] I> [2] START: 0xf0adc000, END: 0xf0ae0000
[0009.767] I> dram_block larger than 80000000
[0009.771] I> [3] START: 0x100000000, END: 0x880000000
[0009.776] I> added [base:0x80000000, size:0x2c000000] to /memory
[0009.782] I> added [base:0xac200000, size:0x44800000] to /memory
[0009.788] I> added [base:0x100000000, size:0x780000000] to /memory
[0009.795] I> Updated memory info to DTB
[0009.798] E> add_disp_param: failed to get display params for du=1
[0009.804] W> "reset" doesn't exist, creating
[0009.808] I> Adding ecid(00000001646498001400000015ff8280) to DT
[0009.814] I> NVG: Logical CPU: 0; MPIDR: 0x80000000
[0009.818] I> NVG: Logical CPU: 1; MPIDR: 0x80000001
[0009.823] I> NVG: Logical CPU: 2; MPIDR: 0x80000100
[0009.828] I> NVG: Logical CPU: 3; MPIDR: 0x80000101
[0009.832] I> NVG: Logical CPU: 4; MPIDR: 0x80000200
[0009.837] I> NVG: Logical CPU: 5; MPIDR: 0x80000201
[0009.842] I> NVG: Logical CPU: 6; MPIDR: 0x80000300
[0009.847] I> NVG: Logical CPU: 7; MPIDR: 0x80000301
[0009.852] W> "misc-data" doesn't exist, creating
[0009.856] I> Boot-device: eMMC
[0009.859] I> Add boot-sdmmc to plugin-manager/misc-data
[0009.864] I> Add storage-sdmmc to plugin-manager/misc-data
[0009.869] W> Unknown storage device
[0009.873] I> Add serial number:1421920022378 as DT property
[0009.879] I> Plugin-manager override starting
[0009.883] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0009.890] I> node /plugin-manager/fragement-soft-wdt matches
[0009.897] I> node /plugin-manager/fragment-pcie-c5-ep matches
[0009.902] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0009.908] I> Disable plugin-manager status in FDT
[0009.910] I> Plugin-manager override finished successfully
[0009.915] I> tegrabl_load_kernel_and_dtb: Done
[0009.920] I> SMD partition is updated.
[0009.966] I> Kernel EP: 0x80080000, DTB: 0x90000000
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (server@server) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #57 SMP PREEMPT RT Fri Jan 14 20:07:04 CST 2022
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[    0.000000] OF: fdt:memory scan node memory, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  2c000000
[    0.000000] OF: fdt: - ac200000 ,  44800000
[    0.000000] OF: fdt: - 100000000 ,  780000000
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options '')
[    0.000000] bootconsole [tegra_comb_uart0] enabled
[    0.000000] Found tegra_fbmem: 00800000@a06aa000
[    0.000000] Found lut_mem: 00002008@a06a5000
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[    0.000000] cma: Reserved 64 MiB at 0x00000000c2000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s60608 r8192 d29504 u98304
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8192517
[    0.000000] Kernel command line: console=ttyTCU0,115200 root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4  video=tegrafb earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix=_b tegra_fbmem=0x800000@0xa06aa000 lut_mem=0x2008@0xa06a5000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix=_b boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1  
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29952(91%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 14, 67108864 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 31884436K/33290228K available (15806K kernel code, 2894K rwdata, 6820K rodata, 8448K init, 665K bss, 652128K reserved, 753664K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008ff0000   ( 15808 KB)
[    0.000000]     .rodata : 0xffffff8008ff0000 - 0xffffff80096a0000   (  6848 KB)
[    0.000000]       .init : 0xffffff80096a0000 - 0xffffff8009ee0000   (  8448 KB)
[    0.000000]       .data : 0xffffff8009ee0000 - 0xffffff800a1b3808   (  2895 KB)
[    0.000000]        .bss : 0xffffff800a1b3808 - 0xffffff800a259c90   (   666 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf20000000   (   512 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc800000000   ( 32768 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] 	RCU kthread priority: 1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000827] Console: colour dummy device 80x25
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (server@server) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #57 SMP PREEMPT RT Fri Jan 14 20:07:04 CST 2022
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[    0.000000] OF: fdt:memory scan node memory, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  2c000000
[    0.000000] OF: fdt: - ac200000 ,  44800000
[    0.000000] OF: fdt: - 100000000 ,  780000000
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options '')
[    0.000000] bootconsole [tegra_comb_uart0] enabled
[    0.000000] Found tegra_fbmem: 00800000@a06aa000
[    0.000000] Found lut_mem: 00002008@a06a5000
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[    0.000000] cma: Reserved 64 MiB at 0x00000000c2000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s60608 r8192 d29504 u98304
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8192517
[    0.000000] Kernel command line: console=ttyTCU0,115200 root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4  video=tegrafb earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix=_b tegra_fbmem=0x800000@0xa06aa000 lut_mem=0x2008@0xa06a5000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix=_b boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1  
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29952(91%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 14, 67108864 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 31884436K/33290228K available (15806K kernel code, 2894K rwdata, 6820K rodata, 8448K init, 665K bss, 652128K reserved, 753664K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008ff0000   ( 15808 KB)
[    0.000000]     .rodata : 0xffffff8008ff0000 - 0xffffff80096a0000   (  6848 KB)
[    0.000000]       .init : 0xffffff80096a0000 - 0xffffff8009ee0000   (  8448 KB)
[    0.000000]       .data : 0xffffff8009ee0000 - 0xffffff800a1b3808   (  2895 KB)
[    0.000000]        .bss : 0xffffff800a1b3808 - 0xffffff800a259c90   (   666 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf20000000   (   512 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc800000000   ( 32768 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] 	RCU kthread priority: 1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000827] Console: colour dummy device 80x25
[    0.262501] console [tty0] enabled
[    0.262505] bootconsole [tegra_comb_uart0] disabled
[    0.262597] kmemleak: Kernel memory leak detector disabled
[    0.262620] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.262624] pid_max: default: 32768 minimum: 301
[    0.263811] Security Framework initialized
[    0.264426] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.264433] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.266533] ftrace: allocating 47689 entries in 187 pages
[    0.674623] sched-energy: Sched-energy-costs installed from DT
[    0.674845] ASID allocator initialised with 65536 entries
[    0.729730] tegra-id: chipid=21917.
[    0.729757] tegra-id: opt_subrevision=1.
[    0.729795] Tegra Revision: A02p SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.729864] DTS File Name: /home/server/disk_4t/nvidia_jetpack4.6/bcore/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[    0.729931] DTB Build time: Jan 14 2022 20:06:32
[    0.789414] CPU1: Booted secondary processor [4e0f0040]
[    0.833602] CPU2: Booted secondary processor [4e0f0040]
[    0.877819] CPU3: Booted secondary processor [4e0f0040]
[    0.922253] CPU4: Booted secondary processor [4e0f0040]
[    0.966428] CPU5: Booted secondary processor [4e0f0040]
[    1.010971] CPU6: Booted secondary processor [4e0f0040]
[    1.054947] CPU7: Booted secondary processor [4e0f0040]
[    1.055464] Brought up 8 CPUs
[    1.055699] SMP: Total of 8 processors activated.
[    1.055727] CPU features: detected feature: Privileged Access Never
[    1.055754] CPU features: detected feature: LSE atomic instructions
[    1.055783] CPU features: detected feature: User Access Override
[    1.055811] CPU features: detected feature: 32-bit EL0 Support
[    1.057858] CPU: All CPU(s) started at EL2
[    1.057945] alternatives: patching kernel code
[    1.068756] devtmpfs: initialized
[    1.137961] Initilizing CustomIPI irq domain
[    1.138306] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.138376] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    1.159656] xor: measuring software checksum speed
[    1.199374]    8regs     : 13041.000 MB/sec
[    1.239599]    8regs_prefetch:  9670.000 MB/sec
[    1.279776]    32regs    : 13706.000 MB/sec
[    1.319939]    32regs_prefetch: 14283.000 MB/sec
[    1.319991] xor: using function: 32regs_prefetch (14283.000 MB/sec)
[    1.320051] pinctrl core: initialized pinctrl subsystem
[    1.320430] OS set in device tree is not L4T.
[    1.320780] regulator-dummy: no parameters
[    1.321138] Initializing plugin-manager
[    1.321213] Plugin module not found
[    1.321275] Plugin-manager status disabled
[    1.322712] NET: Registered protocol family 16
[    1.332872] pstore: using zlib compression
[    1.333801] console [pstore-1] enabled
[    1.333844] pstore: Registered ramoops as persistent store backend
[    1.333871] ramoops: attached 0x200000@0xf0800000, ecc: 0/0
[    1.335099] cpuidle: using governor menu
[    1.336593] bpmp: waiting for handshake
[    1.336623] bpmp: handshake completed
[    1.336659] bpmp: synchronizing channels
[    1.336684] bpmp: channels synchronized
[    1.336708] bpmp: mail init ok
[    1.339999] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[    1.340256] t19x-arm-smmu 12000000.iommu: probing hardware configuration...
[    1.340312] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[    1.340337] t19x-arm-smmu 12000000.iommu: 	stage 1 translation
[    1.340386] t19x-arm-smmu 12000000.iommu: 	stage 2 translation
[    1.340414] t19x-arm-smmu 12000000.iommu: 	nested translation
[    1.340445] t19x-arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    1.340480] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    1.340516] t19x-arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    1.340545] t19x-arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    1.340572] t19x-arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    1.345286] vdso: 2 pages (1 code @ ffffff8008ff7000, 1 data @ ffffff8009ee4000)
[    1.345341] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.348289] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    1.349996] tegra_aon_clk_init: ok
[    1.350027] Registering BPMP clocks...
[    1.350208] tegra_bpmp_clk_init: clock init ok (400 clks)
[    1.351119] Serial: AMBA PL011 UART driver
[    1.351315] tegra_powergate_init: DONE
[    1.351348] DTS File Name: /home/server/disk_4t/nvidia_jetpack4.6/bcore/kernel/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[    1.351403] DTB Build time: Jan 14 2022 20:06:32
[    1.355577] Tegra reboot handler registered.
[    1.364670] iommu: Adding device 141a0000.pcie_ep to group 0
[    1.365506] iommu: Adding device 14180000.pcie to group 1
[    1.367174] iommu: Adding device 2490000.ether_qos to group 2
[    1.367812] iommu: Adding device 3110000.serial to group 3
[    1.368619] iommu: Adding device 3140000.serial to group 4
[    1.369367] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    1.369649] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    1.369710] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[    1.369741] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[    1.369770] tegra-pmc: ### PMC reset status reg: 0x0
[    1.369859] tegra-pmc: PMC Prod config success
[    1.370140] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    1.370194] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    1.370644] iommu: Adding device 3460000.sdhci to group 5
[    1.371299] iommu: Adding device 2450000.ufshci to group 6
[    1.371994] iommu: Adding device 3210000.spi to group 7
[    1.372556] iommu: Adding device 3230000.spi to group 8
[    1.373666] iommu: Adding device 3160000.i2c to group 9
[    1.374196] iommu: Adding device c240000.i2c to group 10
[    1.374715] iommu: Adding device 3180000.i2c to group 11
[    1.375251] iommu: Adding device 3190000.i2c to group 12
[    1.375886] iommu: Adding device 31b0000.i2c to group 13
[    1.376434] iommu: Adding device 31c0000.i2c to group 14
[    1.376947] iommu: Adding device c250000.i2c to group 15
[    1.377438] iommu: Adding device 31e0000.i2c to group 16
[    1.378533] iommu: Adding device sound to group 17
[    1.379146] iommu: Adding device 3510000.hda to group 18
[    1.379940] iommu: Adding device bc00000.rtcpu to group 19
[    1.382414] iommu: Adding device 13e10000.host1x to group 20
[    1.382936] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[    1.383462] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[    1.383954] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[    1.384531] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[    1.385003] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[    1.385562] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[    1.386035] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[    1.386594] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[    1.387221] iommu: Adding device 15340000.vic to group 29
[    1.387728] iommu: Adding device 15380000.nvjpg to group 30
[    1.388212] iommu: Adding device 15500000.tsec to group 31
[    1.388623] iommu: Adding device 15100000.tsecb to group 32
[    1.389039] iommu: Adding device 15480000.nvdec to group 33
[    1.389423] iommu: Adding device 15140000.nvdec1 to group 34
[    1.389821] iommu: Adding device 154c0000.nvenc to group 35
[    1.390209] iommu: Adding device 15a80000.nvenc1 to group 36
[    1.390740] iommu: Adding device 15880000.nvdla0 to group 37
[    1.391341] iommu: Adding device 158c0000.nvdla1 to group 38
[    1.392057] iommu: Adding device 15200000.nvdisplay to group 39
[    1.392368] platform 15200000.nvdisplay: IOVA linear map 0x00000000a06aa000(800000)
[    1.392426] platform 15200000.nvdisplay: IOVA linear map 0x00000000a06a5000(3000)
[    1.396876] platform 15200000.nvdisplay: IOVA linear map 0x00000000c6000000(2a000000)
[    1.397027] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[    1.397873] iommu: Adding device 15210000.nvdisplay to group 40
[    1.397994] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[    1.398506] iommu: Adding device 15220000.nvdisplay to group 41
[    1.398595] t19x-arm-smmu: Adding 15220000.nvdisplay to ISO SMMU client
[    1.401156] iommu: Adding device 15c10000.vi to group 42
[    1.401406] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[    1.401894] iommu: Adding device 14800000.isp to group 43
[    1.403063] iommu: Adding device 16000000.pva0 to group 44
[    1.403924] iommu: Adding device 16800000.pva1 to group 45
[    1.404527] iommu: Adding device 15810000.se to group 46
[    1.405074] iommu: Adding device 15820000.se to group 47
[    1.405455] iommu: Adding device 15830000.se to group 48
[    1.405839] iommu: Adding device 15840000.se to group 49
[    1.406260] iommu: Adding device c1a0000.aon to group 50
[    1.408456] iommu: Adding device d000000.bpmp to group 51
[    1.408934] bpmp: ping status is 0
[    1.409154] bpmp d000000.bpmp: firmware tag is e73a758761f0c6d24a1e69a2ac6b5035
[    1.413340] bpmp d000000.bpmp: probe ok
[    1.415518] tegra-reset 0.bpmp_reset: registered 190 resets.
[    1.416297] iommu: Adding device smmu_test to group 52
[    1.417721] mc: mapped MMIO address: 0xffffff800a610000 -> 0x2c10000
[    1.417801] mc: mapped MMIO address: 0xffffff800a630000 -> 0x2c20000
[    1.417874] mc: mapped MMIO address: 0xffffff800a650000 -> 0x2c30000
[    1.417954] mc: mapped MMIO address: 0xffffff800a670000 -> 0x2c40000
[    1.418029] mc: mapped MMIO address: 0xffffff800a690000 -> 0x2c50000
[    1.418100] mc: mapped MMIO address: 0xffffff800a6b0000 -> 0x2b80000
[    1.418181] mc: mapped MMIO address: 0xffffff800a6d0000 -> 0x2b90000
[    1.418252] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2ba0000
[    1.418321] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2bb0000
[    1.418388] mc: mapped MMIO address: 0xffffff800b110000 -> 0x1700000
[    1.418483] mc: mapped MMIO address: 0xffffff800b130000 -> 0x1710000
[    1.418554] mc: mapped MMIO address: 0xffffff800b150000 -> 0x1720000
[    1.418624] mc: mapped MMIO address: 0xffffff800b170000 -> 0x1730000
[    1.418692] mc: mapped MMIO address: 0xffffff800b190000 -> 0x1740000
[    1.418761] mc: mapped MMIO address: 0xffffff800b1b0000 -> 0x1750000
[    1.418830] mc: mapped MMIO address: 0xffffff800b1d0000 -> 0x1760000
[    1.418931] mc: mapped MMIO address: 0xffffff800b1f0000 -> 0x1770000
[    1.419075] mc-err: mcerr ops are set to t19x
[    1.427267] iommu: Adding device 2600000.dma to group 53
[    1.433458] gpio gpiochip0: gpio-line-names specifies 210 line names but there are 224 lines on the chip
[    1.434684] GPIO line 490 (usb-power-enable) hogged as output/high
[    1.434772] GPIO line 339 (wifi-enable) hogged as output/high
[    1.434855] GPIO line 347 (camera-control-output-low) hogged as output/low
[    1.434934] GPIO line 350 (camera-control-output-low) hogged as output/low
[    1.435019] GPIO line 481 (camera-control-output-low) hogged as output/low
[    1.435104] GPIO line 446 (camera-control-output-high) hogged as output/high
[    1.435180] GPIO line 445 (camera-control-output-high) hogged as output/high
[    1.435624] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[    1.444054] gpio gpiochip1: gpio-line-names specifies 30 line names but there are 40 lines on the chip
[    1.444276] GPIO line 253 (pex-refclk-sel-high) hogged as output/high
[    1.444682] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[    1.448308] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[    1.448359] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    1.448402] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    1.449545] iommu: Adding device 3550000.xudc to group 54
[    1.450801] iommu: Adding device 3610000.xhci to group 55
[    1.453998] arm64_ras arm64_ras: probed
[    1.455438] ras_fhi_enable: FHI 474 enabled on CPU0
[    1.455523] ras_fhi_enable: FHI 475 enabled on CPU1
[    1.455607] ras_fhi_enable: FHI 476 enabled on CPU2
[    1.455703] ras_fhi_enable: FHI 477 enabled on CPU3
[    1.455815] ras_fhi_enable: FHI 478 enabled on CPU4
[    1.455920] ras_fhi_enable: FHI 479 enabled on CPU5
[    1.455994] ras_fhi_enable: FHI 480 enabled on CPU6
[    1.456108] ras_fhi_enable: FHI 481 enabled on CPU7
[    1.456330] carmel_ras_enable: RAS enabled on cpu0
[    1.456524] carmel_ras_enable: RAS enabled on cpu1
[    1.456715] carmel_ras_enable: RAS enabled on cpu2
[    1.456899] carmel_ras_enable: RAS enabled on cpu3
[    1.457111] carmel_ras_enable: RAS enabled on cpu4
[    1.457289] carmel_ras_enable: RAS enabled on cpu5
[    1.457464] carmel_ras_enable: RAS enabled on cpu6
[    1.457633] carmel_ras_enable: RAS enabled on cpu7
[    1.457715] carmel_ras carmel_ras: probed
[    1.459576] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 483, noc_nonsecure_irq = 482>
[    1.460651] tegra-cbb c600000.aon-noc: noc_secure_irq = 485, noc_nonsecure_irq = 484>
[    1.462113] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 487, noc_nonsecure_irq = 486>
[    1.463525] tegra-cbb be00000.rce-noc: noc_secure_irq = 489, noc_nonsecure_irq = 488>
[    1.465048] tegra-cbb b600000.sce-noc: noc_secure_irq = 491, noc_nonsecure_irq = 490>
[    1.465808] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[    1.469742] vdd-3v3-cvb: 3300 mV 
[    1.470130] vdd-1v8-cvb: 1800 mV 
[    1.470618] vdd-1v8-sd: 1800 mV 
[    1.470981] vdd-epb-1v0: 1000 mV 
[    1.471233] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    1.471534] vdd-sdmmc1-sw: 3300 mV 
[    1.472010] avdd-cam-2v8: 2800 mV 
[    1.472440] vdd-sata-1v5: 1500 mV 
[    1.472835] vdd-1v8-slt: 1800 mV 
[    1.473183] vdd-3v3-slt: 3300 mV 
[    1.473536] vdd-fan: 5000 mV 
[    1.473995] vdd-hdmi-5v0: 5000 mV 
[    1.474472] vdd_sys_en: 1200 mV 
[    1.474933] vdd-5v-sata: 5000 mV 
[    1.475527] vdd-3v3-pcie: 3300 mV 
[    1.476032] vdd-12v-pcie: 1200 mV 
[    1.476570] vdd-ac-bat: 5000 mV 
[    1.476861] vdd-5v-sata: supplied by vdd-ac-bat
[    1.497459] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.565905] raid6: int64x1  gen()  1039 MB/s
[    1.634315] raid6: int64x1  xor()   863 MB/s
[    1.702832] raid6: int64x2  gen()  1779 MB/s
[    1.771346] raid6: int64x2  xor()  1529 MB/s
[    1.839805] raid6: int64x4  gen()  2170 MB/s
[    1.908173] raid6: int64x4  xor()  1792 MB/s
[    1.976588] raid6: int64x8  gen()  2362 MB/s
[    2.045010] raid6: int64x8  xor()  1662 MB/s
[    2.113410] raid6: neonx1   gen()  2228 MB/s
[    2.181727] raid6: neonx1   xor()  2412 MB/s
[    2.250120] raid6: neonx2   gen()  2835 MB/s
[    2.318511] raid6: neonx2   xor()  3395 MB/s
[    2.386836] raid6: neonx4   gen()  3496 MB/s
[    2.455161] raid6: neonx4   xor()  3630 MB/s
[    2.523528] raid6: neonx8   gen()  4245 MB/s
[    2.591882] raid6: neonx8   xor()  3690 MB/s
[    2.591930] raid6: using algorithm neonx8 gen() 4245 MB/s
[    2.591974] raid6: .... xor() 3690 MB/s, rmw enabled
[    2.592038] raid6: using intx1 recovery algorithm
[    2.595897] eventlib_kernel: keventlib is initialized, test id: 0
[    2.596337] SCSI subsystem initialized
[    2.596993] usbcore: registered new interface driver usbfs
[    2.597129] usbcore: registered new interface driver hub
[    2.597245] usbcore: registered new device driver usb
[    2.613743] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[    2.617083] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    2.625332] vdd-1v0: at 1000 mV 
[    2.629347] vdd-1v8-hs: at 1800 mV 
[    2.633392] vdd-1v8-ls: at 1800 mV 
[    2.637377] vdd-1v8-ao: at 1800 mV 
[    2.641439] vddio-ddr-1v1: at 1100 mV 
[    2.645209] vdd-rtc: at 800 mV 
[    2.646698] spmic-ldo1: at 2375 mV 
[    2.657245] vdd-ao-3v3: at 3300 mV 
[    2.665285] vddio-emmc-3v3: at 3300 mV 
[    2.666689] spmic-ldo4: at 1587 mV 
[    2.677344] vdd-usb-3v3: at 3300 mV 
[    2.685385] vddio-sdmmc1-3v3: at 3300 mV 
[    2.689407] vdd-csi-1v2: at 1200 mV 
[    2.691119] spmic-ldo8: at 1800 mV 
[    2.696477] GPIO line 246 (gpio_default) hogged as output/high
[    2.698103] GPIO line 247 (gpio_default) hogged as output/high
[    2.698524] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[    2.698945] max77620 4-003c: max77620 probe successful
[    2.699704] media: Linux media interface: v0.10
[    2.699797] Linux video capture interface: v2.00
[    2.701708] pps_core: LinuxPPS API ver. 1 registered
[    2.701757] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.701847] PTP clock support registered
[    2.702228] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    2.702614] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    2.702724] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    2.703111] myprint init
[    2.705719] trusty trusty: trusty version: Built: 12:20:34 Jul 26 2021 
[    2.705829] trusty trusty: selected api version: 3 (requested 3)
[    2.707023] Advanced Linux Sound Architecture Driver Initialized.
[    2.710844] camchar: rtcpu character device driver loaded
[    2.711376] extcon-gpio-states external-connection:extcon@1: Cable 1 connected on boot
[    2.712453] clocksource: Switched to clocksource arch_sys_counter
[    2.768929] VFS: Disk quotas dquot_6.6.0
[    2.769082] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.769574] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    2.771380] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[    2.771498] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[    2.771844] cma: enabled page replacement for spfn=c6000, epfn=f0000
[    2.771895] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    2.771956] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[    2.772007] nvmap_page_pool_init: Total RAM pages: 8159525
[    2.772054] nvmap_page_pool_init: nvmap page pool size: 1019940 pages (3984 MB)
[    2.772424] nvmap_background_zero_thread: PP zeroing thread starting.
[    2.772879] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[    2.779191] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    2.793822] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    2.794163] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    2.794492] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[    2.794750] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[    2.795015] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    2.795225] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[    2.795423] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[    2.796962] la/ptsa driver initialized.
[    2.797317] NET: Registered protocol family 2
[    2.798376] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    2.799879] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)
[    2.802081] TCP: Hash tables configured (established 262144 bind 65536)
[    2.802206] UDP hash table entries: 16384 (order: 9, 2097152 bytes)
[    2.803397] UDP-Lite hash table entries: 16384 (order: 9, 2097152 bytes)
[    2.805059] NET: Registered protocol family 1
[    2.805697] RPC: Registered named UNIX socket transport module.
[    2.805735] RPC: Registered udp transport module.
[    2.805784] RPC: Registered tcp transport module.
[    2.805822] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.806123] Trying to unpack rootfs image as initramfs...
[    3.037803] Freeing initrd memory: 7068K
[    3.060860] host1x 13e10000.host1x: initialized
[    3.063168] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    3.064958] audit: initializing netlink subsys (disabled)
[    3.065045] audit: type=2000 audit(2.664:1): initialized
[    3.065878] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    3.076089] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.077525] ntfs: driver 2.1.32 [Flags: R/W].
[    3.078187] 9p: Installing v9fs 9p2000 file system support
[    3.083565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    3.083737] io scheduler noop registered
[    3.084102] io scheduler cfq registered (default)
[    3.088704] gic 2a41000.agic-controller: GIC IRQ controller registered
[    3.090539] random: fast init done
[    3.129870] iommu: Adding device 2993000.adsp to group 56
[    3.258496] iommu: Adding device aconnect@2a41000:adsp_audio to group 57
[    3.259752] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    3.278661] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    3.279301] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    3.280104] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    3.280706] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    3.284557] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    3.284805] misc tegra_camera_ctrl: tegra_camera_isomgr_register: some fields not in DT.
[    3.284887] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    3.284927] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=0, vi_iso_bw=4000000, max_bw=4000000
[    3.288255] tsec 15500000.tsec: initialized
[    3.290391] tsec 15100000.tsecb: initialized
[    3.295063] nvdec 15480000.nvdec: initialized
[    3.298415] nvdec 15140000.nvdec1: initialized
[    3.305155] falcon 15340000.vic: initialized
[    3.307851] falcon 15380000.nvjpg: initialized
[    3.310434] falcon 154c0000.nvenc: initialized
[    3.312561] falcon 15a80000.nvenc1: initialized
[    3.316386] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    3.317925] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    3.319452] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    3.321006] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    3.322521] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    3.324118] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    3.325751] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    3.327354] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    3.331357] t194-nvcsi 15a00000.nvcsi: initialized
[    3.337403] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    3.337908] scare-pigeon 14b00000.isp-thi: initialized
[    3.348630] pva 16000000.pva0: initialized
[    3.380010] pva 16800000.pva1: initialized
[    3.410812] nvdla 15880000.nvdla0: initialized
[    3.441828] nvdla 158c0000.nvdla1: initialized
[    3.443671] tegradccommon 15200000.dc_common: host1x channel mapped
[    3.443730] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    3.443802] tegradccommon 15200000.dc_common: dma mapping done
[    3.445005] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor2
[    3.445095] generic_infoframe_type: 0x87
[    3.445213] tegradc 15200000.nvdisplay: DT parsed successfully
[    3.445285] tegradc 15200000.nvdisplay: Display dc.ffffff800bd20000 registered with id=0
[    3.449941] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    3.449995] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 1066500000 Hz
[    3.450035] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 358400000 Hz
[    3.450349] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[    3.450394] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[    3.451753] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[    3.454327] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    3.454383] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    3.458244] tegradc 15200000.nvdisplay: probed
[    3.494740] Console: switching to colour frame buffer device 240x67
[    3.494926] tegradc 15200000.nvdisplay: fb registered
[    3.495296] gpio tegra-gpio wake71 for gpio=98(M:2)
[    3.495875] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    3.496011] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    3.511541] Parent Clock set for DC plld3
[    3.577145] tegradc 15200000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[    3.577916] tegradc 15200000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[    3.577962] tegradc 15200000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[    3.604081] extcon-disp-state external-connection:disp-state: cable 48 state 1
[    3.604129] Extcon AUX2(HDMI) enable
[    3.604531] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=78
[    3.604582] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[    3.604888] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    3.604937] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    3.605377] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    3.605411] tegra_cec 3960000.tegra_cec: probed
[    3.606403] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[    3.606473] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    3.606682] tegradc 15210000.nvdisplay: DT parsed successfully
[    3.606757] tegradc 15210000.nvdisplay: Display dc.ffffff800be10000 registered with id=1
[    3.607162] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[    3.607203] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[    3.618490] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[    3.618520] tegradc 15210000.nvdisplay: probed
[    3.618990] tegradc 15210000.nvdisplay: fb registered
[    3.619548] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[    3.619594] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    3.619964] kfuse 3830000.kfuse: initialized
[    3.622914] tegradc 15220000.nvdisplay: disp2 connected to head2->/host1x/sor1
[    3.623001] tegradc 15220000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    3.623140] tegradc 15220000.nvdisplay: DT parsed successfully
[    3.623203] tegradc 15220000.nvdisplay: Display dc.ffffff800bfd0000 registered with id=2
[    3.623568] tegradc 15220000.nvdisplay: vblank syncpt # 13 for dc 2
[    3.623605] tegradc 15220000.nvdisplay: vpulse3 syncpt # 14 for dc 2
[    3.624259] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    3.624329] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    3.624372] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    3.624414] tegradc 15210000.nvdisplay: blank - powerdown
[    3.624567] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    3.624602] Extcon DP: HPD disabled
[    3.624627] hpd: hpd_switch 0
[    3.624650] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    3.624688] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    3.624747] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    3.626917] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    3.630137] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 46, base_baud = 0) is a TEGRA_UART
[    3.631051] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 47, base_baud = 0) is a TEGRA_UART
[    3.637166] tegradc 15220000.nvdisplay: probed
[    4.624500] tegra_cec 3960000.tegra_cec: physical address: 10:00.
[    4.689064] tegra_cec 3960000.tegra_cec: Sent <Text View On> res: -113.
[    4.689101] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
釽ARNING: pll_d3 has no dyn ramp
醄    6.495383] tegradc 15220000.nvdisplay: fb registered
[    6.495400] console [ttyTCU0] enabled
[    6.495588] tegradc 15200000.nvdisplay: blank - powerdown
[    6.495865] [drm] Initialized
[    6.498791] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    6.498798] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    6.498809] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    6.520965] brd: module loaded
[    6.530263] extcon-disp-state external-connection:disp-state: cable 48 state 0
[    6.530268] Extcon AUX2(HDMI) disable
[    6.534791] loop: module loaded
[    6.535777] at24 0-0056: 256 byte 24c02 EEPROM, writable, 1 bytes/write
[    6.535904] tegra_profiler: version: 1.145, samples/io: 49/28
[    6.536072] tegra_profiler: auth: init
[    6.536585] nct1008_nct72 4-004c: starting parse dt
[    6.536672] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[    6.536677] nct1008_nct72 4-004c: success parsing dt
[    6.536766] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[    6.537659] THERMAL EST: found 3 subdevs
[    6.537664] THERMAL EST num_resources: 0
[    6.537669] [THERMAL EST subdev 0]
[    6.537675] [THERMAL EST subdev 1]
[    6.537680] [THERMAL EST subdev 2]
[    6.537690] THERMAL EST: Found 2 profiles, default profile is quiet
[    6.538034] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    6.538038] THERMAL EST: thz register success.
[    6.538198] THERMAL EST: end of probe, return err: 0
[    6.538462] kversion kversion: kversion_probe entering...
[    6.538479] kversion kversion: kversion_probe leaving
[    6.538846] neolixcamera kcamera: kcamera_probe entering...
[    6.538861] neolixcamera kcamera: kcamera_probe leaving.
[    6.539230] neolixgpio edit-gpio: neolixgpio_probe entering...
[    6.539474] neolixgpio edit-gpio: neolixgpio_probe leaving
[    6.539813] cameragpio edit-camera-gpio: neolixcameragpio_probe entering...
[    6.539954] cameragpio edit-camera-gpio: gpio21: 288 request failed!
[    6.539975] cameragpio edit-camera-gpio: neolixcameragpio_probe leaving.
[    6.544958] ufs_tegra 2450000.ufshci: freq-table-hz property not specified
[    6.544968] ufs_tegra 2450000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[    6.545730] ufs_tegra 2450000.ufshci: wakeup init done, cdirq 454
[    6.545841] gpio tegra-gpio-aon wake25 for gpio=32(EE:0)
[    6.557459] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[    6.559020] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[    6.567850] sd: No Scsi addr parsed to reserve index
[    6.567918] hisi_sas: driver version v1.6
[    6.572842] nct1008_nct72 4-004c: LOC shutdown limit 107
[    6.574206] nct1008_nct72 4-004c: EXT shutdown limit 109
[    6.582870] tegradc 15200000.nvdisplay: unblank
[    6.585361] libphy: Fixed MDIO Bus: probed
[    6.585375] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    6.585769] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    6.586686] tun: Universal TUN/TAP device driver, 1.6
[    6.586690] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    6.590274] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    6.590279] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    6.590342] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    6.590345] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.590435] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    6.590438] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    6.590485] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.4.0-k
[    6.590488] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    6.603791] Parent Clock set for DC plld3
[    6.609560] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[    6.609646] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[    6.610123] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 5 b2 90
[    6.610139] Using phyrst_lpmode = 1 from DT
[    6.610233] libphy: dwc_phy: probed
[    6.611349] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[    6.612434] nct1008_nct72 4-004c: initial LOC temp: 43000 
[    6.613025] nct1008_nct72 4-004c: initial EXT temp: 57000 
[    6.613032] PPP generic driver version 2.4.2
[    6.613256] PPP BSD Compression module registered
[    6.613262] PPP Deflate Compression module registered
[    6.613274] PPP MPPE Compression module registered
[    6.613279] NET: Registered protocol family 24
[    6.613343] usbcore: registered new interface driver r8152
[    6.613396] usbcore: registered new interface driver asix
[    6.613448] usbcore: registered new interface driver ax88179_178a
[    6.613478] usbcore: registered new interface driver cdc_ether
[    6.613516] usbcore: registered new interface driver net1080
[    6.613557] usbcore: registered new interface driver cdc_subset
[    6.613605] usbcore: registered new interface driver zaurus
[    6.613682] usbcore: registered new interface driver cdc_ncm
[    6.613722] usbcore: registered new interface driver cdc_mbim
[    6.614022] VFIO - User Level meta-driver version: 0.3
[    6.614188] nct1008_nct72 4-004c: hi_b:-10, lo_b:128
[    6.615184] nct1008_nct72 4-004c: nct1008_probe: initialized
[    6.619301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.619322] ehci-pci: EHCI PCI platform driver
[    6.619372] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.619382] ohci-pci: OHCI PCI platform driver
[    6.619424] ohci-platform: OHCI generic platform driver
[    6.625309] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    6.625315] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[    6.628534] tegra-xusb 3610000.xhci: extcon 0: ffffffc7d8de9800 id
[    6.629217] usbcore: registered new interface driver cdc_acm
[    6.629220] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    6.629260] usbcore: registered new interface driver cdc_wdm
[    6.629501] usbcore: registered new interface driver uas
[    6.629556] usbcore: registered new interface driver usb-storage
[    6.629670] usbcore: registered new interface driver usbserial
[    6.629708] usbcore: registered new interface driver ch341
[    6.629730] usbserial: USB Serial support registered for ch341-uart
[    6.629758] usbcore: registered new interface driver cp210x
[    6.629781] usbserial: USB Serial support registered for cp210x
[    6.629809] usbcore: registered new interface driver ftdi_sio
[    6.629829] usbserial: USB Serial support registered for FTDI USB Serial Device
[    6.629856] usbcore: registered new interface driver xsens_mt
[    6.629876] usbserial: USB Serial support registered for xsens_mt
[    6.632532] tegra-xusb 3610000.xhci: Firmware timestamp: 2020-09-11 16:55:03 UTC, Version: 60.09 release
[    6.632585] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.632640] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.633351] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[    6.633600] tegra-xusb 3610000.xhci: irq 469, io mem 0x03610000
[    6.633772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.633779] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.633784] usb usb1: Product: xHCI Host Controller
[    6.633789] usb usb1: Manufacturer: Linux 4.9.253-tegra xhci-hcd
[    6.633794] usb usb1: SerialNumber: 3610000.xhci
[    6.634352] hub 1-0:1.0: USB hub found
[    6.634391] hub 1-0:1.0: 4 ports detected
[    6.634990] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.635003] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.635012] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.635234] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    6.635240] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.635245] usb usb2: Product: xHCI Host Controller
[    6.635249] usb usb2: Manufacturer: Linux 4.9.253-tegra xhci-hcd
[    6.635254] usb usb2: SerialNumber: 3610000.xhci
[    6.635716] hub 2-0:1.0: USB hub found
[    6.635749] hub 2-0:1.0: 4 ports detected
[    6.636038] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[    6.636124] tegra-xudc-new 3550000.xudc: device count: 1
[    6.636529] Wake76 for irq=199
[    6.636531] Wake77 for irq=199
[    6.636533] Wake78 for irq=199
[    6.636535] Wake79 for irq=199
[    6.636537] Wake80 for irq=199
[    6.636538] Wake81 for irq=199
[    6.636540] Wake82 for irq=199
[    6.636581] tegra-xusb 3610000.xhci: Upgrade port 0 to USB3.0
[    6.636588] tegra-xusb 3610000.xhci: Upgrade port 1 to USB3.0
[    6.636966] tegra-xudc-new 3550000.xudc: vbus state: 1
[    6.636988] tegra-xudc-new 3550000.xudc: device mode on: 0
[    6.637219] tegra-xudc-new 3550000.xudc: active: 0 => 1
[    6.637228] tegra-xudc-new 3550000.xudc: Initialize boost_cpufreq work
[    6.637808] mousedev: PS/2 mouse device common for all mice
[    6.637878] usbcore: registered new interface driver xpad
[    6.646625] extcon-disp-state external-connection:disp-state: cable 48 state 1
[    6.646630] Extcon AUX2(HDMI) enable
[    6.661526] tegradc 15200000.nvdisplay: sync windows ret = 246
[    6.736816] usb usb1: usb_suspend_both: status 0
[    6.771782] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    6.773530] Wake73 for irq=42
[    6.774944] rtc rtc1: alarm rtc device
[    6.774961] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    6.775020] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    6.775283] i2c /dev entries driver
[    6.777812] max9271 2-0018: [MAX9271]: probing GMSL Serializer
[    6.778020] max9271 2-0018: 960_P2_PWREN_GPIO15 max9271 is 446,value is 1
[    6.960955] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[    6.986093] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626
[    6.986102] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.986107] usb 2-1: Product: USB3.1 Hub
[    6.986112] usb 2-1: Manufacturer: GenesysLogic
[    6.989750] hub 2-1:1.0: USB hub found
[    6.990148] hub 2-1:1.0: 4 ports detected
[    7.100505] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    7.123630] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[    7.123638] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.123643] usb 1-2: Product: USB2.1 Hub
[    7.123670] usb 1-2: Manufacturer: GenesysLogic
[    7.124736] hub 1-2:1.0: USB hub found
[    7.125062] hub 1-2:1.0: 4 ports detected
[    7.148528] usb 2-1: usb_suspend_both: status 0
[    7.148706] usb usb2: usb_suspend_both: status 0
[    7.436488] usb 1-2.2: new low-speed USB device number 3 using tegra-xusb
[    7.462078] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c31c
[    7.462086] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.462091] usb 1-2.2: Product: USB Keyboard
[    7.462097] usb 1-2.2: Manufacturer: Logitech
[    7.568532] usb 1-2.3: new low-speed USB device number 4 using tegra-xusb
[    7.593910] usb 1-2.3: New USB device found, idVendor=05e3, idProduct=1205
[    7.593918] usb 1-2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.593922] usb 1-2.3: Product: USB Mouse
[    7.625682] tegradc 15220000.nvdisplay: blank - powerdown
[    7.631001] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    7.631007] Extcon DP: HPD disabled
[    7.631016] hpd: hpd_switch 0
[    7.631021] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    7.631045] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    7.631055] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    7.665887] extcon-disp-state external-connection:disp-state: cable 51 state 1
[    7.672808] Extcon HDMI: HPD enabled
[    7.676781] tegradc 15200000.nvdisplay: hdmi: plugged
[    7.696514] max9271 2-0018: max9271_probe:  success
[    7.698725] max9271 2-0019: [MAX9271]: probing GMSL Serializer
[    7.700942] max9271 2-0019: max9271_probe:  success
[    7.703024] max9271 2-0020: [MAX9271]: probing GMSL Serializer
[    7.705124] max9271 2-0020: max9271_probe:  success
[    7.708648] max9271 2-0021: [MAX9271]: probing GMSL Serializer
[    7.714342] max9271 2-0021: max9271_probe:  success
[    7.719496] max9286 2-003d: 960_P1_PWREN_GPIO16 is 445,value is 1
[    7.792471] kalive(1)
[    8.656510] max9286 2-003d: 960_P1_PWREN_GPIO16 enable gpio value is 1
[    8.659135] ##ti960:the second chip ti960 is found, TI960 Device ID = 0x3d.

[    8.661415] ##ti960:[ti960_hardware_preinit]  entering...
[    8.663714] ##ti960:sensor num is found, value = 0x 0.

[    8.676657] ##ti960:9286:reg[4c] write read okay
[    8.688657] ##ti960:9286:reg[58] write read okay
[    8.700689] ##ti960:9286:reg[5c] write read okay
[    8.712711] ##ti960:9286:reg[5d] write read okay
[    8.724652] ##ti960:9286:reg[65] write read okay
[    8.736652] ##ti960:9286:reg[b0] write read okay
[    8.748652] ##ti960:9286:reg[70] write read okay
[    8.760647] ##ti960:9286:reg[72] write read okay
[    8.772658] ##ti960:9286:reg[6e] write read okay
[    8.784652] ##ti960:9286:reg[6f] write read okay
[    8.812647] ##ti960:9286:reg[4c] write read okay
[    8.824660] ##ti960:9286:reg[58] write read okay
[    8.836661] ##ti960:9286:reg[5c] write read okay
[    8.848658] ##ti960:9286:reg[5d] write read okay
[    8.860651] ##ti960:9286:reg[65] write read okay
[    8.872652] ##ti960:9286:reg[b0] write read okay
[    8.884656] ##ti960:9286:reg[70] write read okay
[    8.896658] ##ti960:9286:reg[72] write read okay
[    8.908651] ##ti960:9286:reg[6e] write read okay
[    8.920655] ##ti960:9286:reg[6f] write read okay
[    8.948668] ##ti960:9286:reg[4c] write read okay
[    8.960648] ##ti960:9286:reg[58] write read okay
[    8.972709] ##ti960:9286:reg[5c] write read okay
[    8.984662] ##ti960:9286:reg[5d] write read okay
[    8.996701] ##ti960:9286:reg[65] write read okay
[    9.008693] ##ti960:9286:reg[b0] write read okay
[    9.020699] ##ti960:9286:reg[70] write read okay
[    9.032662] ##ti960:9286:reg[72] write read okay
[    9.044657] ##ti960:9286:reg[6e] write read okay
[    9.056656] ##ti960:9286:reg[6f] write read okay
[    9.084656] ##ti960:9286:reg[4c] write read okay
[    9.096654] ##ti960:9286:reg[58] write read okay
[    9.108651] ##ti960:9286:reg[5c] write read okay
[    9.120653] ##ti960:9286:reg[5d] write read okay
[    9.132671] ##ti960:9286:reg[65] write read okay
[    9.144690] ##ti960:9286:reg[b0] write read okay
[    9.156680] ##ti960:9286:reg[70] write read okay
[    9.168656] ##ti960:9286:reg[72] write read okay
[    9.180719] ##ti960:9286:reg[6e] write read okay
[    9.192723] ##ti960:9286:reg[6f] write read okay
[    9.220663] ##ti960:9286:reg[1f] write read okay
[    9.232668] ##ti960:9286:reg[32] write read okay
[    9.244655] ##ti960:9286:reg[33] write read okay
[    9.256720] ##ti960:9286:reg[32] write read okay
[    9.268659] ##ti960:9286:reg[33] write read okay
[    9.280670] ##ti960:9286:reg[20] write read okay
[    9.281855] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.292587] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.293790] ##ti953:9286:ti953_write_reg:read reg error: reg= 2
[    9.294969] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.304620] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.305715] ##ti953:9286:ti953_write_reg:read reg error: reg= e
[    9.306894] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.316589] tegra-i2c 3180000.i2c: no acknowledge from address 0x18
[    9.317677] ##ti953:9286:ti953_write_reg:read reg error: reg= d
[    9.318805] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.328586] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.329698] ##ti953:9286:ti953_write_reg:read reg error: reg= 2
[    9.330846] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.340607] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.341684] ##ti953:9286:ti953_write_reg:read reg error: reg= e
[    9.342819] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.352637] tegra-i2c 3180000.i2c: no acknowledge from address 0x19
[    9.353669] ##ti953:9286:ti953_write_reg:read reg error: reg= d
[    9.354777] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.364604] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.365638] ##ti953:9286:ti953_write_reg:read reg error: reg= 2
[    9.366739] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.376618] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.377683] ##ti953:9286:ti953_write_reg:read reg error: reg= e
[    9.378812] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.388600] tegra-i2c 3180000.i2c: no acknowledge from address 0x20
[    9.389719] ##ti953:9286:ti953_write_reg:read reg error: reg= d
[    9.390936] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.400613] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.401776] ##ti953:9286:ti953_write_reg:read reg error: reg= 2
[    9.403019] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.412590] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.413799] ##ti953:9286:ti953_write_reg:read reg error: reg= e
[    9.415107] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.424595] tegra-i2c 3180000.i2c: no acknowledge from address 0x21
[    9.425881] ##ti953:9286:ti953_write_reg:read reg error: reg= d
[    9.427125] max9286 2-003d: [MAX9296]: probing GMSL Deserializer

boot-for-rootfs-redundancy.log (135.8 KB)

Thanks!
BR.

Could you modify the extlinux.conf in both of your APP and APP_b partition and see which one is getting read with below cboot read?

[0007.750] I> Loading extlinux.conf …
[0007.754] I> Loading extlinux.conf binary from rootfs …
[0007.759] I> rootfs path: /nvme/boot/extlinux/extlinux.conf
[0007.765] I> Loading extlinux.conf sig file from rootfs …
[0007.770] I> rootfs path: /nvme/boot/extlinux/extlinux.conf.sig
[0007.776] I> Validate extlinux.conf …
[0007.779] I> T19x: Authenticate extlinux.conf (bin_type: 54), max size 0x2000
[0007.786] I> Encryption fuse is not ON
[0007.790] I> L4T boot options
[0007.793] I> [1]: “primary kernel”
[0007.796] I> Enter choice:
[0008.799] I> Continuing with default option: 1
[0008.799] I> Loading kernel …
[0008.799] I> No kernel binary path
[0008.799] I> Continue to load from partition …
[0008.800] I> A/B: bin_type (37) slot 1
[0008.800] I> Loading kernel_b from partition
[0008.800] I> Loading partition kernel_b at 0xa4b50000 from device(0xa)
[0009.126] I> Validate kernel …
[0009.126] I> T19x: Authenticate kernel (bin_type: 37), max size 0x5000000
[0009.509] I> Encryption fuse is not ON
[0009.541] I> Checking boot.img header magic … [0009.541] I> [OK]

Hi WayneWWW,

Thank you very much!

When I moved extlinux to extlinux.bak in "/dev/nvme0n1p1”, uart log is “file /nvme/boot/extlinux/extlinux.conf” read ok,
when I moved extlinux to extlinux.bak in “dev/nvme0n1p2”,
uart log is as bollow:

[0000.126] W> RATCHET: MB1 binary ratchet value 4 is too large than ratchet level 2 from HW fuses.
[0000.134] I> MB1 (prd-version: 1.5.1.7-t194-41334769-98030a79)
[0000.140] I> Boot-mode: Coldboot
[0000.143] I> Chip revision : A02P
[0000.146] I> Bootrom patch version : 15 (correctly patched)
[0000.151] I> ATE fuse revision : 0x200
[0000.154] I> Ram repair fuse : 0x0
[0000.157] I> Ram Code : 0x2
[0000.160] I> rst_source : 0x0
[0000.163] I> rst_level : 0x0
[0000.166] I> Boot-device: eMMC
[0000.181] I> sdmmc DDR50 mode
[0000.185] I> Active Boot chain : 1
[0000.188] I> Boot-device: eMMC
[0000.192] W> MB1_PLATFORM_CONFIG: device prod data is empty in MB1 BCT.
[0000.200] I> Temperature = 42500
[0000.203] W> Skipping boost for clk: BPMP_CPU_NIC
[0000.207] W> Skipping boost for clk: BPMP_APB
[0000.211] W> Skipping boost for clk: AXI_CBB
[0000.215] W> Skipping boost for clk: AON_CPU_NIC
[0000.220] W> Skipping boost for clk: CAN1
[0000.223] W> Skipping boost for clk: CAN2
[0000.228] I> Boot-device: eMMC
[0000.230] I> Boot-device: eMMC
[0000.240] I> Sdmmc: HS400 mode enabled
[0000.244] I> ECC region[0]: Start:0x0, End:0x0
[0000.248] I> ECC region[1]: Start:0x0, End:0x0
[0000.253] I> ECC region[2]: Start:0x0, End:0x0
[0000.257] I> ECC region[3]: Start:0x0, End:0x0
[0000.261] I> ECC region[4]: Start:0x0, End:0x0
[0000.265] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.271] I> Non-ECC region[1]: Start:0x0, End:0x0
[0000.275] I> Non-ECC region[2]: Start:0x0, End:0x0
[0000.280] I> Non-ECC region[3]: Start:0x0, End:0x0
[0000.284] I> Non-ECC region[4]: Start:0x0, End:0x0
[0000.289] E> FAILED: Thermal config
[0000.297] E> FAILED: MEMIO rail config
[0000.315] I> Boot-device: eMMC
[0000.325] I> sdmmc bdev is already initialized
[0000.398] I> MB1 done

▒▒▒▒main enter
SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21
HW Function test
Start Scheduler.
in late init
▒▒
  [0000.406] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-938a8cd8)
[0000.406] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.407] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.407] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.413] W> device prod register failed
[0000.417] I> Boot-device: eMMC
[0000.420] I> Boot_device: SDMMC_BOOT instance: 3
[0000.426] I> sdmmc-3 params source = boot args
[0000.429] I> sdmmc bdev is already initialized
[0000.433] I> sdmmc-3 params source = boot args
[0000.441] I> Found 17 partitions in SDMMC_BOOT (instance 3)
[0000.448] I> Found 43 partitions in SDMMC_USER (instance 3)
[0000.449] I> Active Boot chain : 1
[0000.452] I> parsing oem signed section of bpmp-fw header done
[0000.457] I> bpmp-fw binary init read from storage
[0000.462] I> oem authentication of bpmp-fw header done
[0000.469] I> bpmp-fw binary done read from storage
[0000.472] I> bpmp-fw: Authentication init Done
[0000.476] I> parsing oem signed section of cpubl header done
[0000.481] I> cpubl binary init read from storage
[0000.486] I> bpmp-fw: Authentication Finalize Done
[0000.491] I> oem authentication of cpubl header done
[0000.495] I> cpubl binary done read from storage
[0000.500] I> cpubl: Authentication init Done
[0000.505] I> parsing oem signed section of rce header done
[0000.509] I> rce binary init read from storage
[0000.514] I> Relocating BR-BCT
[0000.516] I> cpubl: Authentication Finalize Done
[0000.521] I> oem authentication of rce header done
[0000.525] I> rce binary done read from storage
[0000.530] I> rce: Authentication init Done
[0000.534] I> parsing oem signed section of ape header done
[0000.539] I> ape binary init read from storage
[0000.543] I> rce: Authentication Finalize Done
[0000.548] I> oem authentication of ape header done
[0000.552] I> ape binary done read from storage
[0000.556] I> ape: Authentication init Done
[0000.561] I> parsing oem signed section of tos header done
[0000.566] I> tos binary init read from storage
[0000.570] I> ape: Authentication Finalize Done
[0000.575] I> oem authentication of tos header done
[0000.579] I> tos binary done read from storage
[0000.583] I> tos: Authentication init Done
[0000.587] I> parsing oem signed section of bpmp-fw-dtb header done
[0000.593] I> bpmp-fw-dtb binary init read from storage
[0000.598] I> tos: Authentication Finalize Done
[0000.604] I> oem authentication of bpmp-fw-dtb header done
[0000.611] I> bpmp-fw-dtb binary done read from storage
[0000.613] I> bpmp-fw-dtb: Authentication init Done
[0000.618] I> parsing oem signed section of cpubl-dtb header done
[0000.623] I> cpubl-dtb binary init read from storage
[0000.628] I> bpmp-fw-dtb: Authentication Finalize Done
[0000.838] I> oem authentication of cpubl-dtb header done
[0000.839] I> cpubl-dtb binary done read from storage
[0000.839] I> cpubl-dtb: Authentication init Done
[0000.841] I> parsing oem signed section of eks header done
[0000.842] I> eks binary init read from storage
[0000.842] I> cpubl-dtb: Authentication Finalize Done
[0000.843] I> oem authentication of eks header done
[0000.847] I> eks binary done read from storage
[0000.851] I> eks: Authentication init Done
[0000.855] I> eks: Authentication Finalize Done
[0000.859] I> EKB detected (length: 0x410) @ VA:0x52700400
▒▒NOTICE:  BL31: v1.3(release):b5eeb33f7
NOTICE:  BL31: Built : 12:15:32, Jul 26 2021
ipc-unittest-main: 1519: Welcome to IPC unittest!!!
ipc-unittest-main: 1531: waiting forever
ipc-unittest-srv: 329: Init unittest services!!!
hwkey-agent: 41: hwkey-agent is running!!
hwkey-agent: 315: key_mgnt_processing .......
hwkey-agent: 223: Setting EKB key 0 to slot 14
hwkey-agent: 178: Init hweky-agent services!!
luks-srv: 40: luks-srv is running!!
luks-srv: 157: Init luks-srv IPC services!!
platform_bootstrap_epilog: trusty bootstrap complete
▒▒

welcome to lk
calling constructors
initializing heap
creating bootstrap completion thread
top of bootstrap2()
initializing platform
bpmp: platform_init
tag is e73a758761f0c6d24a1e69a2ac6b5035
tag_show initialized
dt initialized
mail initialized
chipid initialized
fuse initialized
sku initialized
speedo initialized
ec_get_ec_list: found 45 ecs
ec initialized
ec_mrq initialized
vmon_populate_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
fmon_mrq initialized
reset initialized
nvhs initialized
392 clocks registered
WARNING: pll_c4 has no dyn ramp
clk_mrq_init: mrq handler registered
clk initialized
nvlink initialized
io_dpd initialized
io_dpd initialized
thermal initialized
i2c5 controller initialized
initialized i2c mrq handling
i2c initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
pg_late initialized
strap initialized
tag initialized
emc initialized
clk_dt initialized
avfs_ccplex_platform initialized
tj_max: dt node not found
tj_init initialized
uphy_mrq_init: mrq handler registered
uphy_dt initialized
uphy initialized
safereg_init: period 80 ms
ec_late initialized
mrq initialized
▒▒
  [0001.361] I> Welcome to Cboot▒▒fmon_post initialized
▒▒
[0001.362] I> Cboot Version: t194-cfa2bc91
[0001.362] I> CPU-BL Params @ 0xf2820000
[0001.363] I>  0) Base:0x00000000 Size:0x00000000
[0001.367] I>  1) Base:0xf1100000 Size:0x00100000
[0001.372] I>  2) Base:0xf2000000 Size:0x00200000
[0001.376] I>  3) Base:0xf1200000 Size:0x00200000
▒▒clk_set_parent failed for clk i2c2, parent pll_aon (-22)
clk_set_parent failed for clk i2c8, parent pll_aon (-22)
clk_dt_late initialized
machine_check initialized
pm_post initialized
dbells initialized
avfs_clk_platform_post initialized
dmce initialized
cvc initialized
ccplex_avfs_hw_init: nafll_cluster0: not monitored
ccplex_avfs_hw_init: nafll_cluster1: not monitored
ccplex_avfs_hw_init: nafll_cluster2: not monitored
ccplex_avfs_hw_init: nafll_cluster3: not monitored
avfs_clk_mach_post initialized
regulator_post initialized
rm initialized
sc7_diag initialized
thermal_test initialized
serial_late initialized
clk_post initialized
clk_dt_post initialized
mc_reg initialized
pg_post initialized
dyn_modules initialized
sku_debugfs initialized
speedo_debugfs initialized
adc_debugfs initialized
clk_debugfs initialized
▒▒[0001.381] I>  4) Base:0xf1000000 Size:0x00100000
[0001.460] I>  5) Base:0xf0f00000 Size:0x00100000
[0001.465] I>  6) Base:0xf3800000 Size:0x00400000
[0001.469] I>  7) Base:0xf1c00000 Size:0x00400000
[0001.474] I>  8) Base:0xf0e00000 Size:0x00100000
[0001.478] I>  9) Base:0xf0d00000 Size:0x00100000
[0001.482] I> 10) Base:0xf3000000 Size:0x00800000
[0001.487] I> 11) Base:0x40000000 Size:0x00040000
[0001.491] I> 12) Base:0xf0c00000 Size:0x00100000
[0001.496] I> 13) Base:0x40046000 Size:0x00002000
[0001.500] I> 14) Base:0x40048000 Size:0x00002000▒▒emc_debugfs initialized
dvs_debugfs initialized
▒▒
[0001.510] I> 15) Base:0xac000000 Size:0x00004000▒▒fmon_debugfs initialized
vmon_debugfs initialized
pg_debugfs initialized
profile_fs initialized
debugfs_cons initialized
mail_fs initialized
profile initialized
cvc_debugfs initialized
dmce_debugfs initialized
ec_debugfs initialized
rm_debugfs initialized
soctherm_debug initialized
gr_reader initialized
mods initialized
dt_fs initialized
debugfs_mrq initialized
debug_mrq initialized
debug_safereg initialized
initializing target
calling apps_init()
starting app shell
entering main console loop
] ▒▒
[0001.560] I> 16) Base:0x4004a000 Size:0x00002000
[0001.564] I> 17) Base:0xf0b00000 Size:0x00100000
[0001.569] I> 18) Base:0x4004c000 Size:0x00002000
[0001.573] I> 19) Base:0xf2200000 Size:0x00600000
[0001.578] I> 20) Base:0x4004e000 Size:0x00002000
[0001.582] I> 21) Base:0xf0ad0000 Size:0x0000c000
[0001.587] I> 22) Base:0x00000000 Size:0x00000000
[0001.591] I> 23) Base:0xf0ae0000 Size:0x00020000
[0001.596] I> 24) Base:0xf6000000 Size:0x02000000
[0001.600] I> 25) Base:0x40050000 Size:0x00002000
[0001.605] I> 26) Base:0x40040000 Size:0x00006000
[0001.609] I> 27) Base:0xf1800000 Size:0x00400000
[0001.614] I> 28) Base:0xf4c00000 Size:0x01400000
[0001.618] I> 29) Base:0xf1400000 Size:0x00400000
[0001.622] I> 30) Base:0x00000000 Size:0x00000000
[0001.627] I> 31) Base:0x00000000 Size:0x00000000
[0001.631] I> 32) Base:0xf8000000 Size:0x08000000
[0001.636] I> 33) Base:0x00000000 Size:0x00000000
[0001.640] I> 34) Base:0xf3c00000 Size:0x01000000
[0001.645] I> 35) Base:0xab000000 Size:0x01000000
[0001.649] I> 36) Base:0xa0000000 Size:0x0b000000
[0001.654] I> 37) Base:0xf2800000 Size:0x00800000
[0001.658] I> 38) Base:0x80000000 Size:0x20000000
[0001.663] I> 39) Base:0xb0000000 Size:0x08000000
[0001.667] I> 40) Base:0x00000000 Size:0x00000000
[0001.672] I> 41) Base:0x00000000 Size:0x00000000
[0001.676] I> 42) Base:0x00000000 Size:0x00000000
[0001.681] I> 43) Base:0x00000000 Size:0x00000000
[0001.685] I> 44) Base:0x00000000 Size:0x00000000
[0001.689] I> 45) Base:0x00000000 Size:0x00000000
[0001.694] GIC-SPI Target CPU: 0
[0001.697] Interrupts Init done
[0001.700] calling constructors
[0001.703] initializing heap
[0001.705] I> Heap: [0xa0699b80 ... 0xab000000]
[0001.710] initializing threads
[0001.712] initializing timers
[0001.715] creating bootstrap completion thread
[0001.720] top of bootstrap2()
[0001.722] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0001.727] initializing platform
[0001.730] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0001.735] W> device prod register failed
[0001.739] I> Bl_dtb @0xaaf00000
[0001.745] W> "plugin-manager" doesn't exist, creating
[0001.747] W> "ids" doesn't exist, creating
[0001.751] W> "connection" doesn't exist, creating
[0001.756] W> "configs" doesn't exist, creating
[0001.763] E> failed to read label property for node 38740: 13
[0001.769] E> failed to read label property for node 193484: 13
[0001.773] E> failed to read reg property for node 193572: 13
[0001.778] E> failed to read label property for node 193624: 13
[0001.783] E> failed to read label property for node 193692: 13
[0001.789] E> failed to read label property for node 193728: 13
[0001.795] E> failed to read label property for node 193764: 13
[0001.800] E> failed to read reg property for node 193832: 13
[0001.806] E> failed to read label property for node 193884: 13
[0001.812] I> Find /i2c@3160000's alias i2c0
[0001.815] I> Reading eeprom i2c=0 address=0x50
[0001.844] I> Device at /i2c@3160000:0x50
[0001.844] I> Reading eeprom i2c=0 address=0x56
[0001.869] I> Device at /i2c@3160000:0x56
[0001.870] I> Find /i2c@3180000's alias i2c2
[0001.870] I> Reading eeprom i2c=2 address=0x54
[0001.872] E> I2C: slave not found in slaves.
[0001.872] E> I2C: Could not write 0 bytes to slave: 0x00a8 with repeat start true.
[0001.873] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.874] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa8 at 0x00000000 via instance 2.
[0001.883] E> eeprom: Failed to read I2C slave device
[0001.888] I> Eeprom read failed 0x3526070d
[0001.892] I> Reading eeprom i2c=2 address=0x57
[0001.896] E> I2C: slave not found in slaves.
[0001.900] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0001.908] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.913] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 2.
[0001.923] E> eeprom: Failed to read I2C slave device
[0001.928] I> Eeprom read failed 0x3526070d
[0001.932] I> Reading eeprom i2c=2 address=0x52
[0001.936] E> I2C: slave not found in slaves.
[0001.940] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0001.948] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.954] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 2.
[0001.963] E> eeprom: Failed to read I2C slave device
[0001.968] I> Eeprom read failed 0x3526070d
[0001.973] I> Find /i2c@c240000's alias i2c1
[0001.976] I> Reading eeprom i2c=1 address=0x52
[0001.981] E> I2C: slave not found in slaves.
[0001.984] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0001.992] E> I2C_DEV: Failed to send register address 0x00000000.
[0001.998] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0002.007] E> eeprom: Retry to read I2C slave device.
[0002.012] E> I2C: slave not found in slaves.
[0002.016] E> I2C: Could not write 0 bytes to slave: 0x00a4 with repeat start true.
[0002.024] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.029] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa4 at 0x00000000 via instance 1.
[0002.039] E> eeprom: Failed to read I2C slave device
[0002.044] I> Eeprom read failed 0x3526070d
[0002.048] I> Reading eeprom i2c=1 address=0x50
[0002.052] E> I2C: slave not found in slaves.
[0002.056] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0002.064] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.070] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0002.079] E> eeprom: Retry to read I2C slave device.
[0002.084] E> I2C: slave not found in slaves.
[0002.088] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start true.
[0002.096] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.101] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 at 0x00000000 via instance 1.
[0002.111] E> eeprom: Failed to read I2C slave device
[0002.116] I> Eeprom read failed 0x3526070d
[0002.120] I> create_pm_ids: id: 2888-0004-400-K, len: 15
[0002.125] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00,, len: 93
[0002.136] I> create_pm_ids: id: XXXX-XXXX-XXX-X, len: 15
[0002.141] I> config: mem-type:ff,power-config:ff,misc-config:ff,modem-config:ff,touch-config:ff,display-config:ff,, len: 93
[0002.152] I> Adding plugin-manager/ids/2888-0004-400=/i2c@3160000:module@0x50
[0002.160] W> "i2c@3160000" doesn't exist, creating
[0002.164] W> "module@0x50" doesn't exist, creating
[0002.169] I> Adding plugin-manager/ids/XXXX-XXXX-XXX=/i2c@3160000:module@0x56
[0002.175] W> "module@0x56" doesn't exist, creating
[0002.181] I> Adding plugin-manager/cvm
[0002.184] W> "chip-id" doesn't exist, creating
[0002.188] I> Adding plugin-manager/chip-id/A02P
[0002.192] I> Plugin-manager override starting
[0002.197] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0002.206] I> node /plugin-manager/fragement-soft-wdt matches
[0002.212] I> node /plugin-manager/fragment-pcie-c5-ep matches
[0002.217] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0002.223] I> Disable plugin-manager status in FDT
[0002.224] I> Plugin-manager override finished successfully
[0002.229] I> gpio framework initialized
[0002.234] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0002.242] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0002.248] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46
[0002.255] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0002.263] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0002.270] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0002.276] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44
[0002.283] W> fetch_driver_phandle_from_dt: failed to get node with compatible ti,tca9539
[0002.291] W> fetch_driver_phandle_from_dt: failed to get node with compatible nxp,tca9539
[0002.298] W> tegrabl_tca9539_init: failed to fetch phandle from dt
[0002.305] I> fixed regulator driver initialized
[0002.316] I> register 'maxim' power off handle
[0002.316] I> virtual i2c enabled
[0002.317] I> registered 'maxim,max20024' pmic
[0002.320] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver
[0002.326] I> Boot-device: eMMC
[0002.329] I> Boot_device: SDMMC_BOOT instance: 3
[0002.338] I> sdmmc-3 params source = boot args
[0002.338] I> create_pm_ids: id: 2888-0004-400-K, len: 15
[0002.343] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00,, len: 93
[0002.354] I> create_pm_ids: id: XXXX-XXXX-XXX-X, len: 15
[0002.359] I> config: mem-type:ff,power-config:ff,misc-config:ff,modem-config:ff,touch-config:ff,display-config:ff,, len: 93
[0002.370] I> sdmmc bdev is already initialized
[0002.375] I> sdmmc-3 params source = boot args
[0002.406] I> Found 17 partitions in SDMMC_BOOT (instance 3)
[0002.418] I> Found 43 partitions in SDMMC_USER (instance 3)
[0002.427] I> enabling 'vdd-hdmi-5v0' regulator
[0002.432] I> regulator 'vdd-hdmi-5v0' already enabled
[0002.432] I> hdmi cable connected
[0002.434] W> set volts not configured for 'vdd-1v0'
[0002.435] W> set volts not configured for 'vdd-1v8-hs'
[0002.436] I> retrieved tmds range from prod_list_hdmi_soc
[0002.440] E> invalid display type
[0002.444] E> invalid display type
[0002.445] E> cannot find any other nvdisp nodes
[0002.460] I> edid read success
[0002.472] I> edid read success
[0002.473] I> width = 640, height = 480, frequency = 25174825
[0002.473] I> width = 640, height = 480, frequency = 25174825
[0002.473] I> width = 640, height = 480, frequency = 25174825
[0002.474] I> width = 640, height = 480, frequency = 25174825
[0002.474] I> width = 1920, height = 1080, frequency = 148500000
[0002.478] I> width = 720, height = 480, frequency = 27000000
[0002.483] I> width = 1920, height = 1080, frequency = 148351648
[0002.489] I> width = 1920, height = 1080, frequency = 148351648
[0002.495] I> width = 1280, height = 720, frequency = 74175824
[0002.501] I> width = 1280, height = 720, frequency = 74175824
[0002.506] I> width = 720, height = 480, frequency = 26973026
[0002.512] I> width = 720, height = 576, frequency = 26973026
[0002.517] I> width = 720, height = 480, frequency = 26973026
[0002.523] I> width = 720, height = 576, frequency = 26973026
[0002.528] I> width = 640, height = 480, frequency = 25174825
[0002.534] I> Best mode Width = 1920, Height = 1080, freq = 148351648
[0002.544] I> hdmi_enable, starting HDMI initialisation
[0002.549] I> hdmi_enable, HDMI initialisation complete
[0002.559] I> Load in CBoot Boot Options partition and parse it
[0002.565] E> Error -9 when finding node with path /boot-configuration
[0002.566] E> tegrabl_cbo_parse_info: "boot-configuration" not found in CBO file.
[0002.569] I> Using default boot order
[0002.573] I> boot-dev-order :-
[0002.576] I> 1.sd
[0002.577] I> 2.usb
[0002.579] I> 3.nvme
[0002.581] I> 4.emmc
[0002.583] I> 5.net
[0002.585] I> Hit any key to stop autoboot:     4       3       2       1
[0004.593] initializing target
[0004.593] calling apps_init()
[0004.594] starting app kernel_boot_app
[0004.613] I> found decompressor handler: lz4-legacy
[0004.614] I> decompressing BMP blob ...
[0004.625] I> Kernel type = Normal
[0004.626] I> ########## SD (0) boot ##########
[0004.627] W> Error: failed to get sd-card params
[0004.627] I> -0 params source =
[0004.627] W> Failed to initialize device 6-0
[0004.628] E> SD boot failed, err: 252641293
[0004.628] I> ########## USB (0) boot ##########
[0004.639] I> Validate XUSB-FW ...
[0004.639] I> T19x: Authenticate XUSB-FW (bin_type: 11), max size 0x28000
[0004.641] I> Encryption fuse is not ON
[0004.642] I> USB Firmware Version: 60.09 release
[0004.700] I> regulator of usb2-0 already enabled
[0004.706] I> regulator of usb2-1 already enabled
[0004.711] I> regulator of usb2-2 already enabled
[0004.718] I> enabling 'vdd-5v-sata' regulator
[0005.785] I> USB 2.0 port 2 new high-speed USB device detected
[0005.787] W> WARNING: event and command not matching, cmd_trb_ptr = 0xa4ad2000, cmd_ring.dma = 0xa4ad20c0
[0005.888] I> Start to enumerate device
[0005.889] W> WARNING: event and command not matching, cmd_trb_ptr = 0xa4ad2000, cmd_ring.dma = 0xa4ad20c0
[0005.894] I>
[0005.894] I> Enumerated USB Device 05e3:0610
[0005.894] I>
[0005.895] I> Hub:
[0005.895] I>   Downstream ports        : 4
[0005.896] I>   Power switching         : Ganged
[0005.896] I>   Compound device         : No
[0005.896] I>   Over-current protection : Global
[0005.901] I>   Hub avg delay           : 4 ns
[0005.905] I> Enable hub ports
[0005.914] I> Device detected on port 2
[0005.915] I> Device detected on port 3
[0006.927] I> Reset port 2
[0007.005] I> Port 2 device is low speed, skip enumeration
[0007.008] I> Reset port 3
[0007.086] I> Port 3 device is low speed, skip enumeration
[0007.086] E> Enumerated device doesn't belong to MSD class or protocol is not bulk-only!!
[0007.087] E> Class = 9, Protocol = 0
[0007.087] E> USBMSD: Failed to initialize Enumerated USB device either not an MSD device or supported protoco[0007.088] E> USBMSD: Failed to open usbmsd open, 0.
[0007.092] E> Error opening USBMSD driver 0, err: 7c7c0312
[0007.097] W> Failed to initialize device 5-0
[0007.101] E> USB boot failed, err: 2088502034
[0007.106] I> ########## NVME (0) boot ##########
[0007.110] I> Initializing nvme device instance 0
[0007.115] I> Initializing nvme controller
[0007.119] I> tegrabl_locate_pcie_ctrl_in_dt: found match at 0x14180000
[0007.125] I> vpcie3v3-supply not found
[0007.128] I> vpcie12v-supply not found
[0007.132] W> Failed to get nvidia,plat-gpios
[0007.136] I> tegrabl_pcie_soc_preinit: (0):
[0007.140] I> Unpowergate
[0007.143] I> tegrabl_car_clk_disable(0) ...
[0007.147] I> tegrabl_car_rst_set(CORE, 0) ...
[0007.151] I> tegrabl_car_rst_set(APB, 0) ...
[0007.155] I> tegrabl_car_clk_enable(0) ...
[0007.159] I> tegrabl_car_rst_clear(APB, 0) ...
[0007.163] I> tegrabl_set_ctrl_state(0)
[0007.167] I> CLR PCIE_APB:6
[0007.169] I> tegrabl_pcie_soc_init: (0):
[0007.173] I> APPL initialization ...
[0007.176] I> poweron phys
[0007.179] I> tegrabl_locate_pcie_ctrl_in_dt: found match at 0x14180000
[0007.185] I> tegrabl_power_on_phy: power on phy @0x3e30000
[0007.191] I> tegrabl_power_on_phy: power on phy @0x3e40000
[0007.196] I> tegrabl_power_on_phy: power on phy @0x3e50000
[0007.201] I> tegrabl_power_on_phy: power on phy @0x3e60000
[0007.334] I> PCIe controller-0 link is up
[0007.334] I> tegra_pcie_info[0].cfg0_base = 0x38000000
[0007.334] I> tegra_pcie_info[0].cfg1_base = 0x38020000
[0007.335] I> tegra_pcie_info[0].atu_dma_base = 0x38040000
[0007.335] I> tegra_pcie_bus[0].mem = 0x38200000
[0007.336] I> Scanning busnr: 0 devfn: 0
[0007.336] I> PCIe IDs: 0x1ad010de
[0007.339] I> PCIe RID_CC: 0x60400a1
[0007.342] I> Scanning busnr: 1 devfn: 0
[0007.346] I> PCIe IDs: 0xa808144d
[0007.349] I> PCIe RID_CC: 0x1080200
[0007.352] I> PCI Config: I/O=0x38100000, Memory=0x38200000
[0007.358] I> MEM64 bar_num=0 bar=0x38200000
[0007.362] I> Number of PCIe devices detected: 2
[0007.366] I> NVME page size: 4096
[0007.370] I> NVMe serial number: S5H7NS1N515319H
[0007.374] I> NVMe model number: Samsung SSD 970 EVO 500GB
[0007.381] I> NVMe firmware revision: 2B2QEXE7
[0007.388] I> block_count: 976773168
[0007.388] I> supported_lba: 0
[0007.391] I> block_size_log2: 0x9
[0007.394] I> tegrabl_create_io_queue_cmd: queue size: 2
[0007.400] I> tegrabl_create_io_queue_cmd: queue size: 2
[0007.405] I> nvme device id 000a0000
[0007.408] I> nvme-0 params source =
[0007.412] I> Found 12 partitions in NVME (instance 0)
[0007.416] I> Look for boot partition
[0007.420] I> Fallback: assuming 0th partition is boot partition
[0007.432] I> Set 1th partition is boot partition
[0007.432] I> Detect filesystem
[0007.433] I> Loading kernel-bootctrl from partition
[0007.437] I> Loading partition kernel-bootctrl at 0xa4b50000 from device(0xa)
[0007.446] W> tegrabl_get_kernel_bootctrl: magic number(0x00000000) is invalid
[0007.451] W> tegrabl_get_kernel_bootctrl: use default dummy boot control data
[0007.458] I> Loading extlinux.conf ...
[0007.462] I> Loading extlinux.conf binary from rootfs ...
[0007.467] I> rootfs path: /nvme/boot/extlinux/extlinux.conf
[0007.561] I> lookup_linear_dir:447: Invalid file block num
[0007.561] I> ext2_walk:142: 'extlinux.conf' lookup failed
[0007.562] I> ext4_open_file:666: '/boot/extlinux/extlinux.conf' lookup failed
[0007.562] E> file /nvme/boot/extlinux/extlinux.conf open failed!!
[0007.563] W> Failed to load extlinux.conf binary from rootfs (err=202113041)
[0007.566] E> Failed to find/load /boot/extlinux/extlinux.conf
[0007.572] I> Loading kernel ...
[0007.575] I> No kernel binary path
[0007.578] I> Continue to load from partition ...
[0007.582] I> A/B: bin_type (37) slot 1
[0007.586] I> Loading kernel_b from partition
[0007.590] I> Loading partition kernel_b at 0xa4b50000 from device(0xa)
[0007.919] I> Validate kernel ...
[0007.919] I> T19x: Authenticate kernel (bin_type: 37), max size 0x5000000
[0008.302] I> Encryption fuse is not ON
[0008.333] I> Checking boot.img header magic ... [0008.333] I> [OK]
[0008.334] I> Loading kernel-dtb ...
[0008.334] I> No kernel-dtb binary path
[0008.334] I> Continue to load from partition ...
[0008.334] I> A/B: bin_type (38) slot 1
[0008.335] I> Loading kernel-dtb_b from partition
[0008.335] I> Loading partition kernel-dtb_b at 0x91000000 from device(0xa)
[0008.344] I> Validate kernel-dtb ...
[0008.344] I> T19x: Authenticate kernel-dtb (bin_type: 38), max size 0x400000
[0008.353] I> Encryption fuse is not ON
[0008.355] I> removable_boot_load_kernel_and_dtb: force NVME bdev to close !!!
[0008.361] I> Kernel hdr @0xa4b50000
[0008.364] I> Kernel dtb @0x90000000
[0008.368] I> decompressor handler not found
[0008.372] I> Copying kernel image (34813960 bytes) from 0xa4b50800 to 0x80080000 ... [0008.387] I> Done
[0008.388] I> Move ramdisk (len: 7238344) from 0xa6c84800 to 0x92000000
[0008.391] I> Updated bpmp info to DTB
[0008.392] I> Ramdisk: Base: 0x92000000; Size: 0x6e72c8
[0008.396] I> Updated initrd info to DTB
[0008.400] W> WARN: Fail to override "console=none" in commandline
[0008.406] I> Active rootfs suffix: _b
[0008.409] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display params
[0008.416] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display params
[0008.424] I> Active slot suffix: _b
[0008.427] I> add_boot_slot_suffix: slot_suffix = _b
[0008.432] I> Linux Cmdline: console=ttyTCU0,115200 root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4  video=tegrafb earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix=_b tegra_fbmem=0x800000@0xa06aa000 lut_mem=0x2008@0xa06a5000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix=_b boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1
[0008.473] I> Updated bootarg info to DTB
[0008.477] W> MAC addr invalid!
[0008.479] E> Failed to get WIFI MAC address
[0008.483] W> MAC addr invalid!
[0008.486] E> Failed to get Bluetooth MAC address
[0008.491] I> eeprom_get_mac_addr: MAC (type: 2): 48:b0:2d:05:b2:90
[0008.498] W> "plugin-manager" doesn't exist, creating
[0008.502] I> Adding /chosen/plugin-manager/cvm
[0008.506] W> "chip-id" doesn't exist, creating
[0008.510] I> Adding /chosen/plugin-manager/chip-id
[0008.515] W> "configs" doesn't exist, creating
[0008.519] I> Adding /chosen/plugin-manager/configs
[0008.524] W> "ids" doesn't exist, creating
[0008.528] I> Adding /chosen/plugin-manager/ids
[0008.532] W> "odm-data" doesn't exist, creating
[0008.537] I> Adding /chosen/plugin-manager/odm-data
[0008.545] W> "memory" doesn't exist, creating
[0008.546] I> [0] START: 0x80000000, END: 0xac000000
[0008.550] I> [1] START: 0xac004000, END: 0xf0ad0000
[0008.555] I> [2] START: 0xf0adc000, END: 0xf0ae0000
[0008.560] I> dram_block larger than 80000000
[0008.564] I> [3] START: 0x100000000, END: 0x880000000
[0008.569] I> added [base:0x80000000, size:0x2c000000] to /memory
[0008.574] I> added [base:0xac200000, size:0x44800000] to /memory
[0008.580] I> added [base:0x100000000, size:0x780000000] to /memory
[0008.587] I> Updated memory info to DTB
[0008.590] E> add_disp_param: failed to get display params for du=1
[0008.596] W> "reset" doesn't exist, creating
[0008.601] I> Adding ecid(00000001646498001400000015ff8280) to DT
[0008.606] I> NVG: Logical CPU: 0; MPIDR: 0x80000000
[0008.611] I> NVG: Logical CPU: 1; MPIDR: 0x80000001
[0008.615] I> NVG: Logical CPU: 2; MPIDR: 0x80000100
[0008.620] I> NVG: Logical CPU: 3; MPIDR: 0x80000101
[0008.625] I> NVG: Logical CPU: 4; MPIDR: 0x80000200
[0008.630] I> NVG: Logical CPU: 5; MPIDR: 0x80000201
[0008.634] I> NVG: Logical CPU: 6; MPIDR: 0x80000300
[0008.639] I> NVG: Logical CPU: 7; MPIDR: 0x80000301
[0008.645] W> "misc-data" doesn't exist, creating
[0008.648] I> Boot-device: eMMC
[0008.651] I> Add boot-sdmmc to plugin-manager/misc-data
[0008.656] I> Add storage-sdmmc to plugin-manager/misc-data
[0008.662] W> Unknown storage device
[0008.665] I> Add serial number:1421920022378 as DT property
[0008.671] I> Plugin-manager override starting
[0008.675] I> node /plugin-manager/fragement-tegra-wdt-en matches
[0008.682] I> node /plugin-manager/fragement-soft-wdt matches
[0008.689] I> node /plugin-manager/fragment-pcie-c5-ep matches
[0008.694] I> node /plugin-manager/fragment-tegra-ufs-lane10 matches
[0008.701] I> Disable plugin-manager status in FDT
[0008.702] I> Plugin-manager override finished successfully
[0008.708] I> tegrabl_load_kernel_and_dtb: Done
[0008.730] I> Kernel EP: 0x80080000, DTB: 0x90000000
[    0.000000] Booting Linux on physical CPU 0x0

Thanks!
BR.

Hi,

What do you mean you have to “move extlinux” to those path? There should be those files in these two rootfs already.

Are you talking about they were not existing there ?

Hi WayneWWW,

Thanks very much!

Yes,these files are already in the two Rootfs.
I mean in two steps:

  1. sudo mv /boot/extlinux /boot/extlinux.bak in “/dev/nvme0n1p1”, uart log read the "extlinux.conf"file okay

  2. sudo mount /dev/nvme0n1p2 /mnt sudo mv /mnt/boot/extlinux /mnt/boot/extlinux.bak in “/dev/nvme0n1p2”, uart log read "extlinux.conf"file failed.

So, I think cboot read extlinux.conf from “/dev/nvme0n1p2”

Thanks!
BR.

Ok, could you restore it and add root=“/dev/nvme0n1p2” to your extlinux.conf?

Hi WayneWWW,

Thanks you for your reply again!

I restore it and add root=“/dev/nvme0n1p2” to my extlinux.conf,result as follow:

LABEL primary
      MENU LABEL primary kernel
      LINUX /boot/Image
      INITRD /boot/initrd
      APPEND ${cbootargs} quiet root=/dev/nvme0n1p2 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4  root=PARTUUID=05167252-cc58-4a6b-9c0e-46a218e878a3 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4

when reboot ,the uart log is :

I> Detect filesystem
[0007.455] I> Loading kernel-bootctrl from partition
[0007.460] I> Loading partition kernel-bootctrl at 0xa4b50000 from device(0xa)
[0007.468] W> tegrabl_get_kernel_bootctrl: magic number(0x00000000) is invalid
[0007.474] W> tegrabl_get_kernel_bootctrl: use default dummy boot control data
[0007.481] I> Loading extlinux.conf ...
[0007.484] I> Loading extlinux.conf binary from rootfs ...
[0007.490] I> rootfs path: /nvme/boot/extlinux/extlinux.conf
[0007.496] I> Loading extlinux.conf sig file from rootfs ...
[0007.500] I> rootfs path: /nvme/boot/extlinux/extlinux.conf.sig
[0007.610] I> lookup_linear_dir:447: Invalid file block num
[0007.610] I> ext2_walk:142: 'extlinux.conf.sig' lookup failed
[0007.611] I> ext4_open_file:666: '/boot/extlinux/extlinux.conf.sig' lookup failed
[0007.611] E> file /nvme/boot/extlinux/extlinux.conf.sig open failed!!
[0007.612] W> Failed to load extlinux.conf sig file (err=202113041)
[0007.615] I> Validate extlinux.conf ...
[0007.619] I> T19x: Authenticate extlinux.conf (bin_type: 54), max size 0x2000
[0007.626] E> Stage2Signature validation failed with SHA2!!
[0007.631] C> OEM authentication of extlinux.conf header failed!
[0007.637] W> Failed to validate extlinux.conf binary from rootfs (err=1077936152, fail=1)
[0007.645] W> Security fuse not burned, ignore validation failure
[0007.651] I> restore load_size to 1024
[0007.655] I> L4T boot options
[0007.658] I> [1]: "primary kernel"
[0007.661] I> Enter choice:
[0008.664] I> Continuing with default option: 1
[0008.664] I> Loading kernel ...

So, I guess cboot is probably read not from “extlinux.conf” but from “extlinux.conf.sig”, is that right?

Thank!
BR.

Hi,

No, that is not the problem.
It is weird that this error does not happen in your first comment you asked today.
I mean this error wasn’t there before you modified the file name/path of extlinux. It looks like you broken something. Is it possible to have a clean set up?

Hi WayneWWW,

Thanks very much!

Okay, I’m going to clean set up and trying a new one.

When I re-flash the xavier, and use command sudo nvboot set-active-boot-slot 1,then reboot, it can switch to slot 1 and mount “nvme0n1p2” correctly.

But when I generate “bl_update_payload” use command "sudo FAB=400 BOARDID=2888 FUSELEVEL=fuselevel_production BOARDSKU=0004 BOARDREV=K.0 ./build_l4t_bup.sh jetson-xavier nvme0n1p1 " , and update with command “sudo nv_update_engine -i bl-only --payload /opt/ota_package/bl_update_payload” after,

the command sudo nvboot set-active-boot-slot 1 is invalied, it’s allways to mount “/dev/nvme0n1p1”.

Am I generating "bl_update_payload"file correctly? If not, what is the correct command?

Thanks!
BR.

Hi,

Just want to confirm, what if you don’t provide the FAB/BOARDID/FUSELEVEL/SKU/ info to the build_l4t_bup.sh and let the script to read these info from the board directly?

I mean something like below w/o any parameters.

./build_l4t_bup.sh jetson-xavier nvme0n1p1

Hi WayneWWW,

Thank you very much for your reply!

When I use command “sudo ./build_l4t_bup.sh jetson-xavier nvme0n1p1” (offline,no xavier in RCM),It has error logs appearing(truncated):

.....
saving flash command in /home/server/JetPack_4.6.3_Linux_JETSON_AGX_XAVIER_TARGETS/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/server/JetPack_4.6.3_Linux_JETSON_AGX_XAVIER_TARGETS/Linux_for_Tegra/bootloader/flash_win.bat
*** Sign and generate BUP... ***
Error: BOARDID is missing. BOARDID can be either set by  environment variable BOARDID or by reading from on-board  EEPROM.

and no “bl_update_payload” generation.

Thanks!
BR.

Do you have jetson AGX connected and in recovery mode when you tried that command?

We are using the case 1 under “Examples”.

Examples:
    1. Build BUP for board connected to current host:
       Put board into forced recovery mode and then issue commaand:
        $ ./build_l4t_bup.sh jetson-tx2 mmcblk0p1

    2. Build BUP image completely offline by providing board id, fab # and
       fuse level through environment variables:
        $ FAB=B00 BOARDID=3310 FUSELEVEL=fuselevel_production \
            ./build_l4t_bup.sh jetson-tx2 mmcblk0p1

    3. Build multi-spec BUP image that can be used to update BLs for different
       FAB TX2 boards.
        # Clean BUP buffer
        $ FAB=000 ./build_l4t_bup.sh --clean-up jetson-tx2 mmcblk0p1
        # Build BUP for board spec 1, FAB=B00
        $ FAB=B00 BOARDID=3310 FUSELEVEL=fuselevel_production \
            ./build_l4t_bup.sh --multi-spec jetson-tx2 mmcblk0p1
        # Add in images for board spec 2, FAB C00
        $ FAB=C00 BOARDID=3310 FUSELEVEL=fuselevel_production \
            ./build_l4t_bup.sh --multi-spec jetson-tx2 mmcblk0p1

    4. Build PKC key signed images BUP:
        $ FAB=B00 BOARDID=3310 FUSELEVEL=fuselevel_production \
            ./build_l4t_bup.sh -s <pkc_key_file> jetson-tx2 mmcblk0p1
        Note: make sure <pkc_key_file> being already placed under current
        directory.

Hi WayneWWW,

Thanks for your reply!

When I use command “sudo ./build_l4t_bup.sh jetson-xavier nvme0n1p1” with xavier in RCM mode, it can generata “bl_update_payload” ,log is as picture follow:

Thanks!
BR.

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