Display Output Issues when Migrating to Jetpack 5.1.4 on Jetson Xavier

Hello, we are currently using the Jetson Xavier NX module on a custom carrier board which displays images on a small 4" 720x720 LCD screen. The HDMI signal is converted to MIPI DPI (parallel) standard using the Texas Instruments TFP401 IC. The custom carrier board also contains an EEPROM to provide a proper EDID for information to drive the display correctly. The following block diagram provides a simplified version of the hardware:

On JP5.1.1 and earlier, the display works perfectly fine, without error. However, in JP5.1.4, the HDMI output can be seen working correctly before booting into 35.6.0, and then the display communication breaks down after.

More testing has determined the following:

  1. Changing the EDID by rewriting the file at /sys/kernel/debug/tegradc.0/edid had no effect on the lines

  2. Using an improperly formatted EDID file (read from the EEPROM) caused the module to use a fallback EDID, which worked correctly.

  3. After loading the fallback EDID, rewriting the EDID at /sys/kernel/debug/tegradc.0/edid allowed for the display to function normally.

  4. Using the fallback EDID file (read from the EEPROM) had no effect on the lines.

Scope captures of the proper signals and improper signals were taken to determine whether a hardware issue exists. The scoped lines are the MIPI DPI bus control lines output from the TFP401 IC:

  • DE, in Yellow

  • HSNYC, in Red

  • VSYNC, in Blue

The scope signals cover what should be a single image transfer to the display. As you can see, in the “good” scope captures, VSYNC has a clearly defined pulse high that signifies the start and end of the entire frame. in the “Bad” scope captures, the VSYNC line remains low, with the exception of a series of short pulses that are not long enough to provide the data needed for a full frame.

Jetpack 5.1.4 starting up with proper EDID (Resulting in non-functioning screen):

The following snippet shows the full output boot log from the UART0, followed up by the dmesg log. Around 6(ish) seconds after Jetpack boots is when the display stops working entirely. At around the 92 second mark is when the EDID file at /sys/kernel/debug/tegradc.0/edid was overwritten.

JP5.1.4 Startup - Bad Screen.txt (125.0 KB)

Jetpack 5.1.4 starting up with an invalid EDID (Resulting in a functioning fallback):

The following snippet shows the full output boot log from the UART0, followed up by the dmesg log. In this test, the Jetson tries to read the EDID at the timestamp [6.758670]. It continues to fail reads until [ 24.507733] when it resorts to using the fallback EDID. While this results in an unusable screen image, following up with a rewrite of the /sys/kernel/debug/tegradc.0/edid file at around [443.734634] results in a functioning screen.

JP5.1.4 Startup - Bad EDID to fallback.txt (227.1 KB)

Jetpack 5.1.1 starting up with valid EDID (Resulting in a functioning screen):

The following snippet shows the same logs as the previous two setups, this time using a Jetson Xavier module flashed with Jetpack 5.1.1. In this case, the display comes up normally without any issues.

JP5.1.1 Startup - Good Screen.txt (77.5 KB)


While other posts like this one are resolved by disabling the seamless display for the HDMI port, it is not possible for us to disable seamless display as this is a requirement for our application. Is there another recommendation that can be made so the display can be correctly loaded at boot?

Is your usecase that able to run as hotplug case? I just want to test hotplug case first without connecting any monitor before boot.

There is a known issue for boot logo case which is not an issue that would be fixed.

Hi Wayne,

We do not have a hot plug use case for HDMI. The HPD pin is pulled low on the board through a 10kOhm Resistor.

Then could you try to set bootloader-status=“disabled” in the device tree and do full flash again and see if it can disable the logo or not?

Hi Wayne,

When flashed with a device tree where bootloader-status=“disabled”, the logo during boot does not come up, and the display operates as expected. Full log can be seen here:

ÿÿ÷ÿÿÿ÷öxø÷öÿÿâ
[0000.025] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0000.033] I> MB1 (prd-version: 2.6.0.0-t194-41334769-cab45716)
[0000.039] I> Boot-mode: Coldboot
[0000.042] I> Platform: Silicon
[0000.044] I> Chip revision : A02P
[0000.047] I> Bootrom patch version : 15 (correctly patched)
[0000.053] I> ATE fuse revision : 0x200
[0000.056] I> Ram repair fuse : 0x0
[0000.059] I> Ram Code : 0x0
[0000.062] I> rst_source: 0x0, rst_level: 0x0
[0000.066] I> Boot-device: QSPI (instance: 0)
[0000.070] I> Qspi flash params source = brbct
[0000.074] I> Qspi clock source : pllp
[0000.078] I> Qspi-0 initialized successfully
[0000.082] I> Boot chain mechanism: A/B
[0000.085] I> Current Boot-Chain Slot: 0
[0000.089] I> BR-BCT Boot-Chain: 0, status: 0. update flag: 0
[0000.094] I> Qspi flash params source = brbct
[0000.100] W> PROD_CONFIG: device prod data is empty in MB1 BCT.
[0000.107] I> Temperature = 22000
[0000.110] W> Skipping boost for clk: BPMP_CPU_NIC
[0000.115] W> Skipping boost for clk: BPMP_APB
[0000.119] W> Skipping boost for clk: AXI_CBB
[0000.123] W> Skipping boost for clk: AON_CPU_NIC
[0000.127] W> Skipping boost for clk: CAN1
[0000.131] W> Skipping boost for clk: CAN2
[0000.135] I> Boot-device: QSPI (instance: 0)
[0000.139] I> Qspi flash params source = mb1bct
[0000.143] I> Qspi clock source : pllc_out0
[0000.147] I> Qspi-0 reinitialized
[0000.150] I> Qspi flash params source = mb1bct
[0000.163] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.170] W>  Thermal config not found in BCT
[0000.178] W>  MEMIO rail config not found in BCT
[0000.188] I> Qspi flash params source = mb1bct
[0000.201] I> Qspi flash params source = mb1bct
[0000.235] I> Qspi flash params source = mb1bct
[0000.799] I> Qspi flash params source = mb1bct
[0000.816] I> Qspi flash params source = mb1bct
[0000.855] W>  Platform config not found in BCT
[0000.882] I> Qspi flash params source = mb1bct
[0000.907] I> MB1 done

ÿýÿàmain enter
SPE VERSION #: R01.00.18 Created: Jan 29 2021 @ 14:18:27
HW Function test
Start Scheduler.
in late init
ÿâ
  [0000.917] I> Welcome to MB2(TBoot-BPMP) (version: default.t194-mobile-8e4b789e)
[0000.917] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.918] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.919] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.924] W> device prod register failed
[0000.928] I> gpio framework initialized
[0000.932] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0000.939] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0000.947] I> No valid sdcard_params in mb1_bct
[0000.951] I> Boot_device: QSPI_FLASH instance: 0
[0000.956] I> qspi flash-0 params source = boot args
[0000.961] I> QSPI-0l initialized successfully
[0000.964] I> sdmmc-3 params source = safe params
[0001.362] I> sdmmc DDR50 mode
[0001.380] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0001.397] W> Cannot find any partition table for 00000003
[0001.398]  > PARTITION_MANAGER: Failed to publish partition.
[0001.414] I> Found 12 partitions in SDMMC_USER (instance 3)
[0001.415] I> Active Boot chain : 0
[0002.107] I> Relocating BR-BCT
[0002.108]  > DEVICE_PROD: device prod is not initialized.
[0002.134] E> I2C: slave not found in slaves.
[0002.135] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0002.136] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.137] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
[0002.138] E> eeprom: Failed to read I2C slave device
[0002.141] I> Failed to read CVB eeprom data @ AE
[0002.145] I> Retrying CVB eeprom read @ AC ...
[0002.150] E> I2C: slave not found in slaves.
[0002.154] E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true.
[0002.162] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.168] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0.
[0002.177] E> eeprom: Failed to read I2C slave device
[0002.181] I> Failed to read CVB eeprom data @ AC
[0002.480] I> Relocating OP-TEE dtb from: 0x6bfff720 to 0x70050000, size: 1008
[0002.481] I> [0] START: 0x80000000, SIZE: 0x2f000000
[0002.481] I> [1] START: 0xaf010000, SIZE: 0x189f0000
[0002.481] I> [2] START: 0xc7b00000, SIZE: 0xc0000
[0002.482] I> [3] START: 0xca000000, SIZE: 0x800000
[0002.482] I> dram_block larger than 80000000
[0002.485] I> [4] START: 0x100000000, SIZE: 0x180000000
[0002.496] I> Setting NS memory ranges to OP-TEE dtb finished.
[0002.499] I> found decompressor handler: lz4
[0002.761] I> EKB detected (length: 0x410) @ VA:0x52709400
[0002.763] I> Setting EKB blob info to OPTEE dtb finished.
ÿäNOTICE:  BL31: v2.6(release):l4t-r35.6.0
NOTICE:  BL31: Built : 2024-08-28 08:37:16
I/TC: Physical secure memory base 0xcb040000 size 0xf00000
ÿâ
  bpmp: init
bpmp: tag is 128431eec76692047e1ac1ebc0392266
sku_dt_init: not sku 0x00
clk_early initialized
mail_early initialized
fuse initialized
hwwdt initialized
t194_ec_get_ec_list: found 45 ecs
ec initialized
vmon_setup_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
mc initialized
reset initialized
nvhs initialized
uphy_early initialized
emc_early initialized
392 clocks registered
clk initialized
io_dpd initialized
thermal initialized
thermal_mrq initialized
i2c initialized
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
vrmon initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
suspend initialized
pg_late initialized
pg_mrq_init initialized
strap initialized
nvl initialized
emc initialized
emc_mrq initialized
clk_dt initialized
tj_init initialized
uphy_dt initialized
uphy_mrq initialized
uphy initialized
ec_swd_poll_start: 281 reg polling start w period 47 ms
ec_late initialized
hwwdt_late initialized
reset_mrq initialized
ec_mrq initialized
fmon_mrq initialized
clk_mrq initialized
avfs_mrq initialized
mail_mrq initialized
i2c_mrq initialized
tag_mrq initialized
console_mrq initialized
mrq initialized
clk_sync_fmon_post initialized
ÿäI/TC:
ÿâclk_dt_late initialized
noc_late initialized
pm_post initialized
dbells initialized
dmce initialized
cvc initialized
avfs_clk_mach_post initialized
avfs_clk_platform_post initialized
cvc_late initialized
regulator_post initialized
rm initialized
console_late initialized
clk_dt_post initialized
mc_reg initialized
ÿäI/TC: Non-secure external DT foundÿâpg_post initialized
profile initialized
fuse_late initialized
extras_post initialized
bpmp: init complete
entering main console loop
] ÿä
I/TC: OP-TEE version: 3.22 (gcc version 13.3.0 (GCC)) #1 Wed Aug 28 09:03:20 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
ÿá
  [0003.436] I> Welcome to NVDisp-Init
[0003.436] I> NVDisp-Init version: 32.07.02-oe4t-t194-22776bfd
[0003.436] I> CPU-BL Params @ 0xca020000
[0003.437] I>  0) Base:0x00000000 Size:0x00000000
[0003.437] I>  1) Base:0xc8100000 Size:0x00100000
[0003.437] I>  2) Base:0xc9800000 Size:0x00200000
[0003.438] I>  3) Base:0xc8600000 Size:0x00200000
[0003.441] I>  4) Base:0xc8000000 Size:0x00100000
[0003.446] I>  5) Base:0xc7f00000 Size:0x00100000
[0003.450] I>  6) Base:0xc9400000 Size:0x00400000
[0003.455] I>  7) Base:0xc9000000 Size:0x00400000
[0003.459] I>  8) Base:0xc7e00000 Size:0x00100000
[0003.464] I>  9) Base:0xc7d00000 Size:0x00100000
[0003.468] I> 10) Base:0xca800000 Size:0x00800000
[0003.472] I> 11) Base:0x40000000 Size:0x00040000
[0003.477] I> 12) Base:0xc7c00000 Size:0x00100000
[0003.481] I> 13) Base:0x40046000 Size:0x00002000
[0003.486] I> 14) Base:0x40048000 Size:0x00002000
[0003.490] I> 15) Base:0xaf000000 Size:0x00004000
[0003.495] I> 16) Base:0x4004a000 Size:0x00002000
[0003.499] I> 17) Base:0xc7a00000 Size:0x00100000
[0003.504] I> 18) Base:0x4004c000 Size:0x00002000
[0003.508] I> 19) Base:0xc9a00000 Size:0x00600000
[0003.513] I> 20) Base:0x4004e000 Size:0x00002000
[0003.517] I> 21) Base:0xc7bc0000 Size:0x0000c000
[0003.522] I> 22) Base:0x00000000 Size:0x00000000
[0003.526] I> 23) Base:0xc7be0000 Size:0x00020000
[0003.530] I> 24) Base:0xcc000000 Size:0x02000000
[0003.535] I> 25) Base:0x40050000 Size:0x00002000
[0003.539] I> 26) Base:0x40040000 Size:0x00006000
[0003.544] I> 27) Base:0xc8c00000 Size:0x00400000
[0003.548] I> 28) Base:0xc8400000 Size:0x00200000
[0003.553] I> 29) Base:0xc8800000 Size:0x00400000
[0003.557] I> 30) Base:0xc7bd0000 Size:0x00010000
[0003.562] I> 31) Base:0x00000000 Size:0x00000000
[0003.566] I> 32) Base:0xf8000000 Size:0x08000000
[0003.571] I> 33) Base:0xce000000 Size:0x2a000000
[0003.575] I> 34) Base:0xcb000000 Size:0x01000000
[0003.580] I> 35) Base:0xae000000 Size:0x01000000
[0003.584] I> 36) Base:0xa0000000 Size:0x0e000000
[0003.588] I> 37) Base:0xca000000 Size:0x00800000
[0003.593] I> 38) Base:0x80000000 Size:0x20000000
[0003.597] I> 39) Base:0xb0000000 Size:0x08000000
[0003.602] I> 40) Base:0x00000000 Size:0x00000000
[0003.606] I> 41) Base:0x00000000 Size:0x00000000
[0003.611] I> 42) Base:0xc8200000 Size:0x00200000
[0003.615] I> 43) Base:0x00000000 Size:0x00000000
[0003.620] I> 44) Base:0x00000000 Size:0x00000000
[0003.624] I> 45) Base:0x00000000 Size:0x00000000
[0003.629] GIC-SPI Target CPU: 0
[0003.632] Interrupts Init done
[0003.635] calling constructors
[0003.637] initializing heap
[0003.640] I> Heap: [0xa0960000 ... 0xadf00000]
[0003.644] initializing threads
[0003.647] initializing timers
[0003.650] creating bootstrap completion thread
[0003.654] top of bootstrap2()
[0003.657] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0003.662] initializing platform
[0003.665] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0003.670] W> device prod register failed
[0003.674] I> Bl_dtb @0xadf00000
[0003.677] I> gpio framework initialized
[0003.688] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0003.694] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0003.699] I> fixed regulator driver initialized
[0003.713] I> register 'maxim' power off handle
[0003.716] I> virtual i2c enabled
[0003.716] I> registered 'maxim,max20024' pmic
[0003.716] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver
[0003.718] I> Boot-device: QSPI
[0003.721] I> Boot_device: QSPI_FLASH instance: 0
[0003.726] I> configure_qspi_clk: qparams clk_src = 5, clk_div = 0, clk_src_freq = 800000000, interface_freq = 50000000
[0003.736] I> configure_qspi_clk: FORCING INTERFACE_FREQ TO 133000000!!
[0003.743] I> QSPI source rate = 204000 Khz
[0003.747] I> Requested rate for QSPI clock = 34000 Khz
[0003.752] I> BPMP-set rate for QSPI clk = 34000 Khz
[0003.757] I> tx_clk_tap_delay : 0
[0003.759] I> rx_clk_tap_delay : 16
[0003.763] I> QSPI Flash Size = 32 MB
[0003.771] I> Qspi initialized successfully
[0003.771] I> qspi flash-0 params source = boot args
[0003.775] W> No board IDs available
[0003.778] E> Failed to get board id info!
[0003.784] I> sdmmc-3 params source = safe params
[0003.791] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0003.792] W> Cannot find any partition table for 00000003
[0003.797] E> Failed to publish 00000003
[0003.807] I> Found 12 partitions in SDMMC_USER (instance 3)
[0003.813] E> cannot find any other nvdisp nodes
[0003.813] E> no valid display unit config found in dtb
[0003.818] W> display init failed
[0003.819] initializing target
[0003.821] calling apps_init()
[0003.824] starting app kernel_boot_app
[0003.828] I> Kernel type = Normal

Jetson UEFI firmware (version v35.6.0 built on 2024-09-17T13:50:43+00:00)






























































ÿäI/TC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
I/TC: WARNING: Test UEFI variable auth key is being used !
I/TC: WARNING: UEFI variable protection is not fully enabled !
ÿá




































  ÿäE/TC:? 0 get_rpc_alloc_res:645 RPC allocation failed. Non-secure world result: ret=0xffff0000 ret_origin=0
E/LD:  init_elf:486 sys_open_ta_bin(bc50d971-d4c9-42c4-82cb-343fb7f37896)
E/TC:? 0 ldelf_init_with_ldelf:131 ldelf failed with res: 0xffff000c
ÿá




























































































































































































































































ÿäI/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
ÿá[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x4e0f0040]
[    0.000000] Linux version 5.10.216-l4t-35.6.0+g4bce4d148ef3 (oe-user@oe-host) (aarch64-oe4t-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Sat Sep 7 11:18:48 UTC 2024
[    0.000000] Machine model: NVIDIA Jetson Xavier NX Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x2763c8a98 SMBIOS=0xc7bb0000 SMBIOS 3.0=0x27bad0000 MEMATTR=0x27622f018 ESRT=0x275ee9898 RNG=0x26a440018 MEMRESERVE=0x26a6fcf18
[    0.000000] random: crng init done
[    0.000000] esrt: Reserving ESRT space from 0x0000000275ee9898 to 0x0000000275ee98d0.
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000aeffffff]
[    0.000000]   node   0: [mem 0x00000000af010000-0x00000000c79fffff]
[    0.000000]   node   0: [mem 0x00000000c7b00000-0x00000000c7b9ffff]
[    0.000000]   node   0: [mem 0x00000000c7ba0000-0x00000000c7bbffff]
[    0.000000]   node   0: [mem 0x00000000ca000000-0x00000000ca7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026c85cfff]
[    0.000000]   node   0: [mem 0x000000026c85d000-0x000000026cc6bfff]
[    0.000000]   node   0: [mem 0x000000026cc6c000-0x000000027a14ffff]
[    0.000000]   node   0: [mem 0x000000027a150000-0x000000027c08ffff]
[    0.000000]   node   0: [mem 0x000000027c090000-0x000000027fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000027fffffff]
[    0.000000] cma: Reserved 64 MiB at 0x00000000c3800000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90584 r8192 d32296 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: NVIDIA Carmel CNP erratum
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1839269
[    0.000000] Kernel command line: console=ttyTCU0,115200 console=tty0 fbcon=map:0 video=efifb:off nospectre_bhb fips=1 systemd.machine_id=5d83824741df49a4a52433b6a117512a
[    0.000000] fips mode: enabled
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000b3800000-0x00000000c3800000] (256MB)
[    0.000000] Memory: 6925480K/7473856K available (18304K kernel code, 3144K rwdata, 7180K rodata, 3904K init, 1417K bss, 482840K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000827] Console: colour dummy device 80x25
[    0.001906] printk: console [tty0] enabled
[    0.001969] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.002004] pid_max: default: 32768 minimum: 301
[    0.002154] LSM: Security Framework initializing
[    0.002210] Yama: becoming mindful.
[    0.002255] SELinux:  Initializing.
[    0.002392] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002429] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.005150] rcu: Hierarchical SRCU implementation.
[    0.005367] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.006174] DTS File Name: /home/microc/mcx-infrastructure/mc2-yocto-os/build-oxos-mc2-emitter/tmp/work-shared/oxos-mc2-emitter/kernel-source/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.006225] DTB Build time: Apr  5 2011 23:00:00
[    0.008958] Tegra Revision: A02 SKU: 0xde CPU Process: 0 SoC Process: 0
[    0.009249] Remapping and enabling EFI services.
[    0.011710] smp: Bringing up secondary CPUs ...
[    0.040606] Detected PIPT I-cache on CPU1
[    0.040687] CPU1: Booted secondary processor 0x0000000001 [0x4e0f0040]
[    0.072377] Detected PIPT I-cache on CPU2
[    0.072481] CPU2: Booted secondary processor 0x0000000100 [0x4e0f0040]
[    0.101932] Detected PIPT I-cache on CPU3
[    0.102044] CPU3: Booted secondary processor 0x0000000101 [0x4e0f0040]
[    0.131601] Detected PIPT I-cache on CPU4
[    0.131714] CPU4: Booted secondary processor 0x0000000200 [0x4e0f0040]
[    0.161272] Detected PIPT I-cache on CPU5
[    0.161452] CPU5: Booted secondary processor 0x0000000201 [0x4e0f0040]
[    0.161899] smp: Brought up 1 node, 6 CPUs
[    0.162083] SMP: Total of 6 processors activated.
[    0.162126] CPU features: detected: Privileged Access Never
[    0.162145] CPU features: detected: LSE atomic instructions
[    0.162159] CPU features: detected: User Access Override
[    0.162173] CPU features: detected: 32-bit EL0 Support
[    0.162187] CPU features: detected: RAS Extension Support
[    0.162201] CPU features: detected: CRC32 instructions
[    0.162216] CPU features: detected: 32-bit EL1 Support
[    0.198781] spectre-bhb mitigation disabled by command line option
[    0.233557] CPU: All CPU(s) started at EL2
[    0.240057] devtmpfs: initialized
[    0.288813] KASLR enabled
[    0.289059] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.289089] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.290299] pinctrl core: initialized pinctrl subsystem
[    0.291274] SMBIOS 3.0.0 present.
[    0.291300] DMI: NVIDIA NVIDIA Jetson Xavier NX Developer Kit/Jetson, BIOS v35.6.0 09/17/2024
[    0.291920] NET: Registered protocol family 16
[    0.293877] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.294387] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.295065] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.295136] audit: initializing netlink subsys (disabled)
[    0.295446] audit: type=2000 audit(0.292:1): state=initialized audit_enabled=0 res=1
[    0.295996] thermal_sys: Registered thermal governor 'step_wise'
[    0.296002] thermal_sys: Registered thermal governor 'power_allocator'
[    0.296016] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.299446] cpuidle: using governor menu
[    0.299726] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.300237] ASID allocator initialised with 32768 entries
[    0.300472] Serial: AMBA PL011 UART driver
[    0.303668] Tegra reboot handler registered.
[    0.382949] mc: mapped MMIO address: 0xffff800010580000 -> 0x2c10000
[    0.382991] mc: mapped MMIO address: 0xffff8000105a0000 -> 0x2c20000
[    0.383021] mc: mapped MMIO address: 0xffff8000105c0000 -> 0x2c30000
[    0.383047] mc: mapped MMIO address: 0xffff8000105e0000 -> 0x2c40000
[    0.383077] mc: mapped MMIO address: 0xffff800010600000 -> 0x2c50000
[    0.383103] mc: mapped MMIO address: 0xffff800010620000 -> 0x2b80000
[    0.383128] mc: mapped MMIO address: 0xffff800010640000 -> 0x2b90000
[    0.383153] mc: mapped MMIO address: 0xffff800010660000 -> 0x2ba0000
[    0.383193] mc: mapped MMIO address: 0xffff800010680000 -> 0x2bb0000
[    0.383219] mc: mapped MMIO address: 0xffff8000106a0000 -> 0x1700000
[    0.383244] mc: mapped MMIO address: 0xffff8000106c0000 -> 0x1710000
[    0.383269] mc: mapped MMIO address: 0xffff8000106e0000 -> 0x1720000
[    0.383293] mc: mapped MMIO address: 0xffff800010700000 -> 0x1730000
[    0.383318] mc: mapped MMIO address: 0xffff800010720000 -> 0x1740000
[    0.383342] mc: mapped MMIO address: 0xffff800010740000 -> 0x1750000
[    0.383385] mc: mapped MMIO address: 0xffff800010760000 -> 0x1760000
[    0.383422] mc: mapped MMIO address: 0xffff800010780000 -> 0x1770000
[    0.383550] mc-err: mcerr ops are set to t19x
[    0.395750] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.395775] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.395787] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.395798] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.402487] ACPI: Interpreter disabled.
[    0.403594] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.405020] iommu: Default domain type: Translated
[    0.405079] eventlib_kernel: keventlib is initialized, test id: 0
[    0.405471] SCSI subsystem initialized
[    0.405656] usbcore: registered new interface driver usbfs
[    0.405699] usbcore: registered new interface driver hub
[    0.405732] usbcore: registered new device driver usb
[    0.406163] mc: Linux media interface: v0.10
[    0.406193] videodev: Linux video capture interface: v2.00
[    0.406502] pps_core: LinuxPPS API ver. 1 registered
[    0.406514] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.406538] PTP clock support registered
[    0.406739] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    0.407068] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.407116] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.407685] Registered efivars operations
[    0.408027] FPGA manager framework
[    0.408099] Advanced Linux Sound Architecture Driver Initialized.
[    0.408656] Bluetooth: Core ver 2.22
[    0.408696] NET: Registered protocol family 31
[    0.408708] Bluetooth: HCI device and connection manager initialized
[    0.408722] Bluetooth: HCI socket layer initialized
[    0.408737] Bluetooth: L2CAP socket layer initialized
[    0.408758] Bluetooth: SCO socket layer initialized
[    0.411252] camchar: rtcpu character device driver loaded
[    0.412479] clocksource: Switched to clocksource arch_sys_counter
[    0.833915] VFS: Disk quotas dquot_6.6.0
[    0.834001] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.834872] pnp: PnP ACPI: disabled
[    0.850423] la/ptsa driver initialized.
[    0.850590] NET: Registered protocol family 2
[    0.850809] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.858853] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.859044] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.859425] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.860041] TCP: Hash tables configured (established 65536 bind 65536)
[    0.860200] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.860335] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.860652] NET: Registered protocol family 1
[    0.861488] RPC: Registered named UNIX socket transport module.
[    0.861514] RPC: Registered udp transport module.
[    0.861529] RPC: Registered tcp transport module.
[    0.861543] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.861568] PCI: CLS 0 bytes, default 64
[    0.861883] Trying to unpack rootfs image as initramfs...
[    0.997861] Freeing initrd memory: 2680K
[    1.002880] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.003294] kvm [1]: IPA Size Limit: 40 bits
[    1.003874] kvm [1]: vgic interrupt IRQ9
[    1.004349] kvm [1]: VHE mode initialized successfully
[    1.005733] Initialise system trusted keyrings
[    1.006025] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    1.010330] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.011042] NFS: Registering the id_resolver key type
[    1.011067] Key type id_resolver registered
[    1.011077] Key type id_legacy registered
[    1.011137] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.011156] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.011183] ntfs: driver 2.1.32 [Flags: R/W].
[    1.018438] NET: Registered protocol family 38
[    1.018459] Key type asymmetric registered
[    1.018470] Asymmetric key parser 'x509' registered
[    1.018524] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[    1.018695] io scheduler mq-deadline registered
[    1.018707] io scheduler kyber registered
[    1.026962] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    1.027033] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.027088] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    1.027139] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    1.027188] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    1.031576] scrncapt: init (heads:4 wins:6 planes:4)
[    1.031746] tegradccommon 15200000.display-hub: Nvhost Channel map failed
[    1.032548] EINJ: ACPI disabled.
[    1.034886] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    1.034906] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    1.034940] tegra-pmc: ### PMC reset level: L0
[    1.034950] tegra-pmc: ### PMC reset status reg: 0x0
[    1.034985] tegra-pmc: PMC Prod config success
[    1.039004] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.339193] printk: console [ttyTCU0] enabled
[    2.345043] arm-smmu 10000000.iommu: probing hardware configuration...
[    2.349577] arm-smmu 10000000.iommu: SMMUv2 with:
[    2.354216] arm-smmu 10000000.iommu:         stage 1 translation
[    2.359704] arm-smmu 10000000.iommu:         stage 2 translation
[    2.364955] arm-smmu 10000000.iommu:         nested translation
[    2.370728] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    2.377653] arm-smmu 10000000.iommu:         64 context banks (0 stage-2 only)
[    2.386588] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    2.390953] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.397501] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.404916] arm-smmu 12000000.iommu: probing hardware configuration...
[    2.410540] arm-smmu 12000000.iommu: SMMUv2 with:
[    2.415025] arm-smmu 12000000.iommu:         stage 1 translation
[    2.420517] arm-smmu 12000000.iommu:         stage 2 translation
[    2.426204] arm-smmu 12000000.iommu:         nested translation
[    2.431637] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    2.438813] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    2.447541] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    2.451935] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.458493] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.465794] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    2.475429] tegra_profiler: version: 1.151, samples/io: 51/30
[    2.478625] tegra_profiler: auth: init
[    2.483068] THERMAL EST: found 3 subdevs
[    2.486328] THERMAL EST num_resources: 0
[    2.490172] [THERMAL EST subdev 0]
[    2.493495] [THERMAL EST subdev 1]
[    2.497175] [THERMAL EST subdev 2]
[    2.500142] THERMAL EST: Found 2 profiles, default profile is quiet
[    2.506829] THERMAL EST: thz register success.
[    2.510873] THERMAL EST: end of probe, return err: 0
[    2.516030] nvsciipc: loaded module
[    2.522945] tun: Universal TUN/TAP device driver, 1.6
[    2.525586] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.531925] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.537748] e1000e: Intel(R) PRO/1000 Network Driver
[    2.542667] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.548760] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.554039] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.559936] PPP generic driver version 2.4.2
[    2.564205] PPP BSD Compression module registered
[    2.568753] PPP Deflate Compression module registered
[    2.574056] usbcore: registered new interface driver r8152
[    2.579786] usbcore: registered new interface driver asix
[    2.585312] usbcore: registered new interface driver ax88179_178a
[    2.591167] usbcore: registered new interface driver cdc_ether
[    2.597284] usbcore: registered new interface driver net1080
[    2.602710] usbcore: registered new interface driver cdc_subset
[    2.608834] usbcore: registered new interface driver zaurus
[    2.614368] usbcore: registered new interface driver cdc_ncm
[    2.620217] usbcore: registered new interface driver aqc111
[    2.626015] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.631669] ohci-pci: OHCI PCI platform driver
[    2.636408] ohci-platform: OHCI generic platform driver
[    2.641959] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    2.648212] usbcore: registered new interface driver uas
[    2.652703] usbcore: registered new interface driver usb-storage
[    2.658524] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    2.664609] mousedev: PS/2 mouse device common for all mice
[    2.669585] usbcore: registered new interface driver xpad
[    2.677711] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.680572] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:17 UTC (17)
[    2.688113] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.694569] i2c /dev entries driver
[    2.697995] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    2.703913] tegra-i2c c240000.i2c: Adding to iommu group 2
[    2.709025] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    2.714717] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    2.720084] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    2.725584] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    2.731063] tegra-i2c c250000.i2c: Adding to iommu group 2
[    2.741164] pps pps0: new PPS source ktimer
[    2.741287] pps pps0: ktimer PPS source registered
[    2.744988] pps_ldisc: PPS line discipline registered
[    2.751673] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    2.757416] device-mapper: uevent: version 1.0.3
[    2.762047] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.771795] cpuidle: Initializing cpuidle driver
[    2.775898] sdhci: Secure Digital Host Controller Interface driver
[    2.781141] sdhci: Copyright(c) Pierre Ossman
[    2.785830] Synopsys Designware Multimedia Card Interface Driver
[    2.791781] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.797676] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[    2.803719] SMCCC: SOC_ID: ID = jep106:036b:0019 Revision = 0x00000102
[    2.803755] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    2.816304] tegra-bpmp bpmp: firmware: 128431eec76692047e1ac1ebc0392266
[    2.837013] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    2.846154] vdd-1v0: supplied by regulator-dummy
[    2.851473] vdd-1v8-hs: supplied by regulator-dummy
[    2.856193] vdd-1v8-ls: supplied by regulator-dummy
[    2.860863] vdd-1v8-ao: supplied by regulator-dummy
[    2.864645] vddio-ddr-1v1: supplied by regulator-dummy
[    2.869305] vdd-rtc: supplied by regulator-dummy
[    2.871119] spmic-ldo1: supplied by regulator-dummy
[    2.872615] vdd-ao-3v3: supplied by regulator-dummy
[    2.879027] vddio-emmc-3v3: supplied by regulator-dummy
[    2.885433] spmic-ldo4: supplied by regulator-dummy
[    2.886891] vdd-usb-3v3: supplied by regulator-dummy
[    2.893200] vddio-sdmmc1-3v3: supplied by regulator-dummy
[    2.899527] vdd-csi-1v2: supplied by vdd-1v8-ls
[    2.905466] spmic-ldo8: supplied by vdd-1v8-ls
[    2.907341] gpio-510 (gpio_default): hogged as output/high
[    2.909162] gpio-511 (gpio_default): hogged as output/high
[    2.911866] gpiochip0: registered GPIOs 504 to 511 on max77620-gpio
[    3.048681] max77686-rtc max77620-rtc: registered as rtc0
[    3.049885] max77620-power max20024-power: Event recorder REG_NVERC : 0x40
[    3.050166] max77620 4-003c: max77620 probe successful
ÿârm_rail_debugfs_init: /rm/vdd_cpu: failed
rm_rail_debugfs_init: /rm/vdd_cpu: failed
debugfs initialized
ÿá[    3.769290] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    3.770191] hid: raw HID events driver (C) Jiri Kosina
[    3.770886] usbcore: registered new interface driver usbhid
[    3.771044] usbhid: USB HID core driver
[    3.772716] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 5
[    3.773678] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
ÿå[    18.787266] Camera-FW on t194-rce-safe started
TCU early console enabled.
[    18.863516] Camera-FW on t194-rce-safe ready SHA1=9e9c1f28 (crt 0.777 ms, total boot 77.056 ms)
ÿá[    3.859650] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    3.860280] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    3.861319] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    3.861930] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    3.863395] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    3.863967] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    3.864637] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    3.866731] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (48)
[    3.867013] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    3.868689] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=9e9c1f2855a3c5345da28a29c2b705ed44dd5253
[    3.875947] tegra_aon c1a0000.aon: Adding to iommu group 6
[    3.882270] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    3.887413] tegra186-aondbg aondbg: aondbg driver probe() OK
[    3.894570] denver_knobs_init:MTS_VERSION:72064061
[    3.907580] t19x_cache tegra-cache: probed
[    3.910244] optee: probing for conduit method.
ÿäC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
ÿá[    3.910992] optee: revision 3.22
[    4.029040] optee: dynamic shared memory is enabled
[    4.030504] optee: initialized driver
[    4.034238] nvpmodel: initialized successfully
[    4.034766] tegra_hv: get_hvd: not initialized yet
[    4.035003] user_ivc_mempool: hypervisor not present
[    4.036158] usbcore: registered new interface driver snd-usb-audio
[    4.037780] u32 classifier
[    4.037914]     input device check on
[    4.038018]     Actions configured
[    4.038316] Initializing XFRM netlink socket
[    4.039222] NET: Registered protocol family 10
[    4.043195] Segment Routing with IPv6
[    4.043495] NET: Registered protocol family 17
[    4.043718] NET: Registered protocol family 15
[    4.043937] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.045125] Bluetooth: RFCOMM socket layer initialized
[    4.045335] Bluetooth: RFCOMM ver 1.11
[    4.045521] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.045749] Bluetooth: HIDP socket layer initialized
[    4.046590] 9pnet: Installing 9P2000 support
[    4.046846] Key type dns_resolver registered
[    4.048218] registered taskstats version 1
[    4.048468] Loading compiled-in X.509 certificates
[    4.077088] Loaded X.509 cert 'Build time autogenerated kernel key: b48687da89c61df1261472bbed90768be762ed12'
[    4.078693] tegra194-pcie 14160000.pcie: Adding to iommu group 7
[    4.084607] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    4.085032] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    4.085390] tegra194-pcie 14160000.pcie:      MEM 0x1400000000..0x173fffffff -> 0x1400000000
[    4.092042] tegra194-pcie 14160000.pcie:      MEM 0x1740000000..0x17ffffffff -> 0x0040000000
[    5.209304] tegra194-pcie 14160000.pcie: Phy link never came up
[    5.209884] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[    5.210073] pci_bus 0004:00: root bus resource [bus 00-ff]
[    5.210304] pci_bus 0004:00: root bus resource [io  0x0000-0xfffff] (bus address [0x36100000-0x361fffff])
[    5.210564] pci_bus 0004:00: root bus resource [mem 0x1400000000-0x173fffffff pref]
[    5.210744] pci_bus 0004:00: root bus resource [mem 0x1740000000-0x17ffffffff] (bus address [0x40000000-0xffffffff])
[    5.211230] pci 0004:00:00.0: [10de:1ad1] type 01 class 0x060400
[    5.211665] pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
[    5.231842] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    5.232143] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.234546] pcieport 0004:00:00.0: Adding to iommu group 7
[    5.235881] pcieport 0004:00:00.0: PME: Signaling with IRQ 24
[    5.237893] pcieport 0004:00:00.0: AER: enabled with IRQ 24
[    5.239365] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[    5.240660] pci 0004:00:00.0: Removing from iommu group 7
[    5.241237] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[    5.244846] tegra194-pcie 141a0000.pcie: Adding to iommu group 8
[    5.250048] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[    5.250417] tegra194-pcie 141a0000.pcie:       IO 0x003a100000..0x003a1fffff -> 0x003a100000
[    5.250759] tegra194-pcie 141a0000.pcie:      MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    5.254401] tegra194-pcie 141a0000.pcie:      MEM 0x1f40000000..0x1fffffffff -> 0x0040000000
[    5.372464] tegra194-pcie 141a0000.pcie: Link up
[    5.382345] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[    5.382509] pci_bus 0005:00: root bus resource [bus 00-ff]
[    5.382629] pci_bus 0005:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x3a100000-0x3a1fffff])
[    5.382834] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    5.382995] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    5.383249] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    5.383527] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    5.390016] pci 0005:01:00.0: [144d:a809] type 00 class 0x010802
[    5.390329] pci 0005:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    5.397201] pci 0005:00:00.0: BAR 14: assigned [mem 0x1f40000000-0x1f400fffff]
[    5.397401] pci 0005:01:00.0: BAR 0: assigned [mem 0x1f40000000-0x1f40003fff 64bit]
[    5.397665] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    5.397818] pci 0005:00:00.0:   bridge window [mem 0x1f40000000-0x1f400fffff]
[    5.398010] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.398305] pci 0005:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    5.401503] pcieport 0005:00:00.0: Adding to iommu group 8
[    5.406751] pcieport 0005:00:00.0: PME: Signaling with IRQ 26
[    5.412756] pcieport 0005:00:00.0: AER: enabled with IRQ 26
[    5.418545] nvme 0005:01:00.0: Adding to iommu group 8
[    5.423445] nvme nvme0: pci function 0005:01:00.0
[    5.427800] nvme 0005:01:00.0: enabling device (0000 -> 0002)
[    5.439138] nvme nvme0: Shutdown timeout set to 8 seconds
[    5.440185] host1x 13e10000.host1x: Adding to iommu group 9
[    5.456105] host1x 13e10000.host1x: initialized
[    5.456887] iommu_context_dev 13e10000.host1x:ctx0: Adding to iommu group 10
[    5.457311] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    5.462731] nvme nvme0: allocated 64 MiB host memory buffer.
[    5.466469] iommu_context_dev 13e10000.host1x:ctx1: Adding to iommu group 11
[    5.479192] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    5.488895] iommu_context_dev 13e10000.host1x:ctx2: Adding to iommu group 12
[    5.495610] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    5.505455] iommu_context_dev 13e10000.host1x:ctx3: Adding to iommu group 13
[    5.512617] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    5.522150] iommu_context_dev 13e10000.host1x:ctx4: Adding to iommu group 14
[    5.527140] nvme nvme0: 6/0/0 default/read/poll queues
[    5.529294] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    5.544195]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
[    5.544591] iommu_context_dev 13e10000.host1x:ctx5: Adding to iommu group 15
[    5.558417] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61, iommu=smmu.0x0000000012000000)
[    5.568466] iommu_context_dev 13e10000.host1x:ctx6: Adding to iommu group 16
[    5.575695] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62, iommu=smmu.0x0000000012000000)
[    5.585607] iommu_context_dev 13e10000.host1x:ctx7: Adding to iommu group 17
[    5.592435] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63, iommu=smmu.0x0000000012000000)
[    5.602548] falcon 15340000.vic: Adding to iommu group 18
[    5.611207] falcon 15340000.vic: initialized
[    5.612500] falcon 15380000.nvjpg: Adding to iommu group 18
[    5.620138] falcon 15380000.nvjpg: initialized
[    5.622723] falcon 154c0000.nvenc: Adding to iommu group 18
[    5.631038] falcon 154c0000.nvenc: initialized
[    5.632681] falcon 15a80000.nvenc1: Adding to iommu group 18
[    5.641388] falcon 15a80000.nvenc1: initialized
[    5.643044] nvdec 15480000.nvdec: Adding to iommu group 18
[    5.652999] nvdec 15480000.nvdec: initialized
[    5.653346] nvdec 15140000.nvdec1: Adding to iommu group 18
[    5.662942] nvdec 15140000.nvdec1: initialized
[    5.663215] tsec 15500000.tsec: Adding to iommu group 19
[    5.671239] tsec 15500000.tsec: initialized
[    5.673049] tsec 15100000.tsecb: Adding to iommu group 20
[    5.680302] tsec 15100000.tsecb: initialized
[    5.684291] gic 2a41000.agic-controller: GIC IRQ controller registered
[    5.706653] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    5.712772] gpio-374 (wifi-enable): hogged as output/high
[    5.713001] gpio-431 (camera-control-output-low): hogged as output/low
[    5.713208] gpio-432 (camera-control-output-low): hogged as output/low
[    5.714758] gpiochip1: registered GPIOs 335 to 503 on tegra194-gpio
[    5.721388] gpiochip2: registered GPIOs 305 to 334 on tegra194-gpio-aon
[    5.727305] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    5.733135] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    5.738711] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    5.744724] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    5.750313] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    5.756996] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    5.766318] tegra194-isp5 13e10000.host1x:isp@14800000: Adding to iommu group 21
[    5.774826] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    5.782593] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: initialized
[    5.788967] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.797682] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.806703] tegra194-vi5 15c10000.vi: Adding to iommu group 22
[    5.812869] scare-pigeon 13e10000.host1x:vi-thi@15f00000: context isolation disabled due to no IOMMU
[    5.821671] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    5.828124] scare-pigeon 13e10000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    5.837635] scare-pigeon 13e10000.host1x:isp-thi@14b00000: initialized
[    5.844056] pva 16000000.pva0: Adding to iommu group 23
[    5.860433] pva 16000000.pva0: initialized
[    5.861799] pva 16800000.pva1: Adding to iommu group 24
[    5.867526] pva 16800000.pva1: initialized
[    5.868904] nvdla 15880000.nvdla0: Adding to iommu group 25
[    5.875409] nvdla 15880000.nvdla0: initialized
[    5.875931] nvdla 158c0000.nvdla1: Adding to iommu group 26
[    5.882634] nvdla 158c0000.nvdla1: initialized
[    5.883543] tegradccommon 15200000.display-hub: host1x channel mapped
[    5.889211] tegradccommon 15200000.display-hub: dc_common syncpt # 1 allocated
[    5.896994] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=62
[    5.897021] tegradccommon 15200000.display-hub: dma mapping done
[    5.897135] tegradc 15200000.display: Adding to iommu group 27
[    5.898089] tegradc 15210000.display: Adding to iommu group 27
[    5.903910] tegra_cec 3960000.tegra_cec: Unpowergated DISP
[    5.904090] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    5.933830] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    5.939585] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    5.944848] tegra_cec 3960000.tegra_cec: probed
[    5.950097] tegra-gpcdma 2600000.dma: Adding to iommu group 2
[    5.956605] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    5.962253] kfuse 3830000.kfuse: initialized
[    5.966936] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    5.972919] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    5.979945] serial-tegra 3100000.serial: Adding to iommu group 2
[    5.985623] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 31, base_baud = 0) is a TEGRA_UART
[    5.994953] serial-tegra 3110000.serial: Adding to iommu group 2
[    6.000704] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 32, base_baud = 0) is a TEGRA_UART
[    6.009768] serial-tegra 3140000.serial: Adding to iommu group 2
[    6.015463] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 33, base_baud = 0) is a TEGRA_UART
[    6.029834] tegra-xusb 3610000.xhci: Firmware timestamp: 2024-04-10 14:55:13 UTC, Version: 60.14 release
[    6.033214] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.038993] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.046710] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x0000000000050810
[    6.055801] tegra-xusb 3610000.xhci: irq 187, io mem 0x03610000
[    6.061797] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.067160] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.074783] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.082158] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    6.090180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.097263] usb usb1: Product: xHCI Host Controller
[    6.102322] usb usb1: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    6.109852] usb usb1: SerialNumber: 3610000.xhci
[    6.114988] hub 1-0:1.0: USB hub found
[    6.118841] hub 1-0:1.0: 4 ports detected
[    6.123195] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    6.130948] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.138461] usb usb2: Product: xHCI Host Controller
[    6.143448] usb usb2: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    6.151248] usb usb2: SerialNumber: 3610000.xhci
[    6.156072] hub 2-0:1.0: USB hub found
[    6.159880] hub 2-0:1.0: 4 ports detected
[    6.170558] irq: IRQ268: trimming hierarchy from :pmc@c360000
[    6.171516] gpiochip3: registered GPIOs 297 to 304 on max7319
[    6.186413] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    6.189464] i2c i2c-2: Added multiplexed i2c bus 9
[    6.190582] i2c i2c-2: Added multiplexed i2c bus 10
[    6.190716] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    6.198733] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1903000 KHz, changing to: 1907200 KHz
[    6.208313] tegra194-cpufreq ccplex: probed with BWMGR, cl:4
[    6.214738] sdhci-tegra 3460000.sdhci: BWMGR client registration for eMC Successful
[    6.215523] irq: IRQ269: trimming hierarchy from :pmc@c360000
[    6.215662] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    6.215744] sdhci-tegra 3400000.sdhci: BWMGR client registration for eMC Successful
[    6.230395] mmc0: CQHCI version 5.10
[    6.231644] irq: IRQ270: trimming hierarchy from :interrupt-controller@3881000
[    6.240457] tegra194-isp5 13e10000.host1x:isp@14800000: initialized
[    6.242981] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 270
[    6.257405] tegra194-vi5 15c10000.vi: initialized
[    6.266971] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    6.268746] tegradc 15200000.display: disp0 connected to head0->sor1
[    6.281632] nvethernet 2490000.ethernet: Adding to iommu group 28
[    6.282016] generic_infoframe_type: 0x87
[    6.287823] nvethernet 2490000.ethernet: failed to read skip mac reset flag, default 0
[    6.291825] tegradc 15200000.display: DT parsed successfully
[    6.299560] nvethernet 2490000.ethernet: failed to read MDIO address
[    6.305393] tegradc 15200000.display: Display dc.00000000c3c4f371 registered with id=0
[    6.311803] nvethernet 2490000.ethernet: setting to default DMA bit mask
[    6.311831] nvethernet 2490000.ethernet: set default TXQ to TC mapping
[    6.321868] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    6.326421] nvethernet 2490000.ethernet: Setting default PTP RX queue
[    6.326439] nvethernet 2490000.ethernet: Failed to read DMA Tx ring size, using default [1024]
[    6.333008] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 933000000 Hz
[    6.341294] nvethernet 2490000.ethernet: Failed to read DMA Rx ring size, using default [1024]
[    6.341335] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pu_offset, setting default 0
[    6.347754] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 300000000 Hz
[    6.347799] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[    6.348725] tegradc 15200000.display: vblank syncpt # 8 for dc 0
[    6.348731] tegradc 15200000.display: vpulse3 syncpt # 9 for dc 0
[    6.350125] tegradc 15200000.display: hdmi: invalid prod list prod_list_hdmi_board
[    6.350131] tegradc 15200000.display: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    6.356454] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pd_offset, setting default 0
[    6.371890] tegradc 15200000.display: probed
[    6.438764] Console: switching to colour frame buffer device 90x45
[    6.444332] mmc0: Command Queue Engine enabled
[    6.444470] tegradc 15200000.display: fb registered
[    6.448921] mmc0: periodic cache flush enabled
[    6.454224] irq: IRQ271: trimming hierarchy from :pmc@c360000
[    6.458641] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    6.471451] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[    6.475875] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (509:0)
[    6.484296] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    6.488863] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    6.494194]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[    6.512231] tegradc 15200000.display: hdmi: tmds rate:45208K prod-setting:prod_c_hdmi_0m_54m
[    6.514355] tegradc 15200000.display: hdmi: get YCC quant from EDID.
[    6.519370] extcon-disp-state external-connection:disp-state: cable 47 state 1
[    6.522853] Extcon AUX1(HDMI) enable
[    6.527044] tegradc 15210000.display: disp1 connected to head1->sor
[    6.532653] tegradc 15210000.display: parse_dp_settings: No dp-lt-settings node
[    6.539828] tegradc 15210000.display: DT parsed successfully
[    6.545824] tegradc 15210000.display: Display dc.00000000d9a1bb3a registered with id=1
[    6.553788] tegradc 15210000.display: vblank syncpt # 11 for dc 1
[    6.559801] tegradc 15210000.display: vpulse3 syncpt # 12 for dc 1
[    6.573721] tegradc 15210000.display: probed
[    6.574025] tegradc 15210000.display: fb registered
[    6.578653] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    6.582703] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    6.590492] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    6.595656] tegradc 15210000.display: blank - powerdown
[    6.600915] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    6.609306] Extcon DP: HPD disabled
[    6.612501] nvethernet 2490000.ethernet: failed to get eqos_rx_m clk
[    6.613147] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    6.619723] nvethernet 2490000.ethernet: failed to get eqos_rx_input clk
[    6.625949] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    6.632669] nvethernet 2490000.ethernet: failed to get eqos_tx_divider clk
[    6.634002] nvethernet 2490000.ethernet: Ethernet MAC address: 48:b0:2d:93:2f:ea
[    6.638787] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    6.661032] nvethernet 2490000.ethernet: Macsec not supported/Not enabled in DT
[    6.669070] nvethernet 2490000.ethernet: eth0 (HW ver: 50) created with 1 DMA channels
[    6.677297] irq: IRQ273: trimming hierarchy from :pmc@c360000
[    6.681297] irq: IRQ274: trimming hierarchy from :interrupt-controller@3881000
[    6.688803] tegradc 15200000.display: blank - powerdown
[    6.690336] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.692753] tegra-se-nvhost 15810000.se: Adding to iommu group 29
[    6.694170] tegra-se-nvhost 15810000.se: initialized
[    6.695493] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    6.695951] tegra-se-nvhost 15820000.se: Adding to iommu group 30
[    6.696552] tegra-se-nvhost 15820000.se: initialized
[    6.698148] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    6.698600] tegra-se-nvhost 15830000.se: Adding to iommu group 31
[    6.699250] tegra-se-nvhost 15830000.se: initialized
[    6.700365] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    6.700712] tegra-se-nvhost 15840000.se: Adding to iommu group 32
[    6.701704] tegra-se-nvhost 15840000.se: initialized
[    6.703220] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    6.704843] tegra_actmon d230000.actmon: in actmon_register()...
[    6.705024] tegra_actmon d230000.actmon: bwmgr_disable = 0
[    6.705573] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[    6.706241] hvc_sysfs: hypervisor is not present
[    6.706292] clk: Disabling unused clocks
[    6.730095] ALSA device list:
[    6.730102]   No soundcards found.
[    6.732366] extcon-disp-state external-connection:disp-state: cable 47 state 0
[    6.732426] Extcon AUX1(HDMI) disable
[    6.756050] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[    6.757018] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[    6.795642] tegradc 15200000.display: unblank
[    6.796997] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    6.797340] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    6.804213] tegradc 15200000.display: hdmi: tmds rate:45210K prod-setting:prod_c_hdmi_0m_54m
[    6.822835] tegradc 15200000.display: sync windows ret = 247
[    6.903527] extcon-disp-state external-connection:disp-state: cable 53 state 1
[    6.903536] Extcon HDMI: HPD enabled
[    6.911328] Freeing unused kernel memory: 3904K
[    6.914138] tegradc 15200000.display: hdmi: plugged
[    6.923656] Run /init as init process
[    6.945256] tegra_cec 3960000.tegra_cec: physical address: 00:00.
[    6.948276] tegra_cec 3960000.tegra_cec: Can't find physical address.
[    6.950489] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    7.501133] EXT4-fs (nvme0n1p14): recovery complete
[    7.502962] EXT4-fs (nvme0n1p14): mounted filesystem with ordered data mode. Opts: (null)
[    7.808554] EXT4-fs (nvme0n1p16): recovery complete
[    7.811370] EXT4-fs (nvme0n1p16): mounted filesystem with ordered data mode. Opts: (null)
[    7.896612] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.900854] systemd[1]: Detected architecture arm64.
[    7.906541] systemd[1]: Hostname set to <oxos-mc2-emitter>.
[    8.332505] systemd[1]: Queued start job for default target Multi-User System.
[    8.358808] systemd[1]: Created slice Slice /system/getty.
[    8.362669] systemd[1]: Created slice Slice /system/modprobe.
[    8.366417] systemd[1]: Created slice Slice /system/serial-getty.
[    8.370082] systemd[1]: Created slice Slice /system/systemd-fsck.
[    8.373317] systemd[1]: Created slice User and Session Slice.
[    8.375534] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.377791] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.379742] systemd[1]: Expecting device /dev/disk/by-partlabel/esp...
[    8.381575] systemd[1]: Expecting device /dev/nvme0n1p16...
[    8.383617] systemd[1]: Reached target Path Units.
[    8.385472] systemd[1]: Reached target Remote File Systems.
[    8.387435] systemd[1]: Reached target Slice Units.
[    8.389367] systemd[1]: Reached target Swaps.
[    8.408672] systemd[1]: Listening on RPCbind Server Activation Socket.
[    8.410893] systemd[1]: Reached target RPC Port Mapper.
[    8.413788] systemd[1]: Listening on Syslog Socket.
[    8.416047] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.419523] systemd[1]: Listening on Journal Audit Socket.
[    8.422172] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.424959] systemd[1]: Listening on Journal Socket.
[    8.427790] systemd[1]: Listening on Network Service Netlink Socket.
[    8.430699] systemd[1]: Listening on udev Control Socket.
[    8.433291] systemd[1]: Listening on udev Kernel Socket.
[    8.435761] systemd[1]: Listening on User Database Manager Socket.
[    8.443281] systemd[1]: Mounting Huge Pages File System...
[    8.449193] systemd[1]: Mounting POSIX Message Queue File System...
[    8.455894] systemd[1]: Mounting Kernel Debug File System...
[    8.462333] systemd[1]: Mounting Kernel Trace File System...
[    8.469940] systemd[1]: Mounting Temporary Directory /tmp...
[    8.475870] systemd[1]: Starting Entropy Daemon based on the HAVEGE algorithm...
[    8.483107] systemd[1]: Starting Create List of Static Device Nodes...
[    8.489612] systemd[1]: Starting Mender service to grow data partition size...
[    8.496609] systemd[1]: Starting Load Kernel Module configfs...
[    8.503312] systemd[1]: Starting Load Kernel Module drm...
[    8.510002] systemd[1]: Starting Load Kernel Module fuse...
[    8.517272] systemd[1]: Starting NVIDIA-specific startup...
[    8.524493] systemd[1]: Starting Overlayfs directories setup...
[    8.533329] systemd[1]: Starting RPC Bind...
[    8.535518] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    8.547678] systemd[1]: Starting Journal Service...
[    8.578017] systemd[1]: Starting Load Kernel Modules...
[    8.583864] systemd[1]: Starting Generate network units from Kernel command line...
[    8.601425] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.620789] systemd[1]: Starting Coldplug All udev Devices...
[    8.630333] fuse: init (API version 7.32)
[    8.635248] systemd[1]: Starting Overlayfs directories setup...
[    8.640882] systemd-journald[284]: Collecting audit messages is enabled.
[    8.649103] systemd[1]: Started RPC Bind.
[    8.651736] systemd[1]: Mounted Huge Pages File System.
[    8.662289] EXT4-fs (nvme0n1p14): re-mounted. Opts: (null)
[    8.662660] systemd[1]: Mounted POSIX Message Queue File System.
[    8.672674] systemd[1]: Mounted Kernel Debug File System.
[    8.675044] tegra-xusb 3610000.xhci: entering ELPG done
[    8.675313] systemd[1]: Mounted Kernel Trace File System.
[    8.678746] systemd[1]: Mounted Temporary Directory /tmp.
[    8.682293] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[    8.685480] systemd[1]: Finished Create List of Static Device Nodes.
[    8.688734] systemd[1]: Finished Mender service to grow data partition size.
[    8.694122] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.696105] systemd[1]: Finished Load Kernel Module configfs.
[    8.700136] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.701936] systemd[1]: Finished Load Kernel Module drm.
[    8.705481] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.707329] systemd[1]: Finished Load Kernel Module fuse.
[    8.710867] systemd[1]: Finished NVIDIA-specific startup.
[    8.713860] systemd[1]: Finished Overlayfs directories setup.
[    8.717119] systemd[1]: Finished Generate network units from Kernel command line.
[    8.720198] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.723299] systemd[1]: Finished Overlayfs directories setup.
[    8.731903] systemd[1]: Mounting FUSE Control File System...
[    8.751465] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    8.752836] systemd[1]: Mounting Kernel Configuration File System...
[    8.752994] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x00000000ce000000,704643072
[    8.755596] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    8.755613] nvmap_page_pool_init: Total RAM pages: 1749400
[    8.755617] nvmap_page_pool_init: nvmap page pool size: 218675 pages (854 MB)
[    8.756323] nvmap_background_zero_thread: PP zeroing thread starting.
[    8.759567] misc nvmap: created heap vpr base 0x00000000ce000000 size (688128KiB)
[    8.760744] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    8.760753] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    8.776758] systemd[1]: Starting Grow File System on /data...
[    8.779871] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    8.794747] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    8.802421] systemd[1]: Mounted FUSE Control File System.
[    8.806911] systemd[1]: Mounted Kernel Configuration File System.
[    8.814831] EXT4-fs (nvme0n1p16): resizing filesystem from 226932039 to 226932039 blocks
[    8.831033] systemd[1]: Finished Grow File System on /data.
[    8.916145] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    8.919743] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    8.927815] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.989957] systemd[1]: Finished Create Static Device Nodes in /dev.
[    8.993122] systemd[1]: Reached target Preparation for Local File Systems.
[    8.996992] systemd[1]: opt-oxos-data-config-device\x2dspecific.mount: Directory /opt/oxos/data/config/device-specific to mount over is not empty, mounting anyway.
[    9.004143] systemd[1]: Mounting Overlayfs mount unit...
[    9.008733] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
[    9.015600] systemd[1]: Mounting Overlayfs mount unit...
[    9.025580] systemd[1]: Mounting /var/volatile...
[    9.030850] audit: type=1334 audit(23.844:2): prog-id=6 op=LOAD
[    9.031963] audit: type=1334 audit(23.844:3): prog-id=7 op=LOAD
[    9.035304] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    9.044676] systemd[1]: Mounted Overlayfs mount unit.
[    9.047876] systemd[1]: Mounted Overlayfs mount unit.
[    9.060926] systemd[1]: Mounted /var/volatile.
[    9.063749] systemd[1]: Started Journal Service.
[    9.149906] systemd-journald[284]: Received client request to flush runtime journal.
[    9.152352] systemd-journald[284]: File /var/log/journal/5d83824741df49a4a52433b6a117512a/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.279649] audit: type=1334 audit(24.092:4): prog-id=8 op=LOAD
[    9.281056] audit: type=1334 audit(24.096:5): prog-id=9 op=LOAD
[    9.282034] audit: type=1334 audit(24.096:6): prog-id=10 op=LOAD
[   10.004367] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000
[   10.004367]
[   10.030344] [drm] Initialized tegra-udrm 0.0.0 20182809 for tegra_udrm on minor 0
[   10.031279] [drm] Initialized tegra-udrm 0.0.0 20182809 on minor 0
[   10.250521] nvethernet 2490000.ethernet det0: renamed from eth0
[   11.094204] spi-tegra114 3210000.spi: Adding to iommu group 2
[   11.119072] spi-tegra114 3230000.spi: Adding to iommu group 2
[   11.164952] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[   11.176624] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.191144] imx219 9-0010: board setup failed
[   11.192149] imx219: probe of 9-0010 failed with error -121
[   11.195941] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[   11.206925] cpu-throttle-alert cooling device registered.
[   11.210063] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.211079] gpu-throttle-alert cooling device registered.
[   11.213899] aux-throttle-alert cooling device registered.
[   11.215270] hot-surface-alert cooling device registered.
[   11.218812] imx219 10-0010: board setup failed
[   11.219748] imx219: probe of 10-0010 failed with error -121
[   11.241657] nvadsp 2993000.adsp: Adding to iommu group 33
[   11.242732] nvadsp 2993000.adsp: in probe()...
[   11.244036] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   11.247925] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   11.330930] tegra-hda 3510000.hda: Adding to iommu group 34
[   11.352446] tegra-hda 3510000.hda: Override SDO lines to 4
[   11.355662] irq: IRQ280: trimming hierarchy from :pmc@c360000
[   11.356606] edt_ft5x06 1-0048: supply vcc not found, using dummy regulator
[   11.362161] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 33
[   11.363094] tegra210_adsp_audio_probe: platform probe started
[   11.365301] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   11.370884] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   11.373752] input: generic ft5x06 (11) as /devices/platform/c240000.i2c/i2c-1/1-0048/input/input1
[   11.375216] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   11.378125] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   11.380215] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   11.382391] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   11.383262] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   11.384411] tegra210-adsp tegra210-adsp: using adma channel page 0
[   11.385398] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   11.425415] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input2
[   11.427252] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input3
[   11.429790] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input4
[   11.452575] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input5
[   11.455227] tegra-asoc: sound: Adding to iommu group 33
[   11.584729] cryptd: max_cpu_qlen set to 1000
[   11.729314] tegra210-adsp tegra210-adsp: Loaded app wire
[   11.730184] tegra210-adsp tegra210-adsp: Loaded app apm
[   11.731000] tegra210-adsp tegra210-adsp: Loaded app adma
[   11.731810] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   11.732660] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 00000000485dd346
[   11.753600] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   11.901620] FAT-fs (nvme0n1p10): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   12.066202] audit: type=1334 audit(26.880:7): prog-id=11 op=LOAD
[   12.074768] audit: type=1334 audit(26.888:8): prog-id=12 op=LOAD
[   12.598348] audit: type=1334 audit(1741710835.664:9): prog-id=13 op=LOAD
[   12.600818] audit: type=1334 audit(1741710835.668:10): prog-id=14 op=LOAD
[   12.601633] audit: type=1334 audit(1741710835.668:11): prog-id=15 op=LOAD
[   12.755535] 8021q: 802.1Q VLAN Support v1.8
[   13.045458] nvgpu: 17000000.gv11b                  gk20a_scale_init:541  [INFO]  enabled scaling for GPU
[   13.045458]
[   13.376903] irq: IRQ282: trimming hierarchy from :interrupt-controller@3881000

However, this is not a useable solution for us, as we require the display to output the logo on boot.

please apply these patches to your system and try again.

Hi Wayne,

As stated in the first post, seamless display (or any way to display a logo during boot) is necessary for our use case. It seems like disabling seamless-display won’t necessarily allow us to meet our requirements. Is this correct?

Hi,

Not correct.

Disabling seamless is not same as disable boot logo. You will still see the boot logo there.

Hi Wayne,

We made these changes, and the display still comes up non-functioning.

Boot Log:

ÿâ
[0000.025] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0000.033] I> MB1 (prd-version: 2.6.0.0-t194-41334769-cab45716)
[0000.038] I> Boot-mode: Coldboot
[0000.041] I> Platform: Silicon
[0000.044] I> Chip revision : A02P
[0000.047] I> Bootrom patch version : 15 (correctly patched)
[0000.052] I> ATE fuse revision : 0x200
[0000.056] I> Ram repair fuse : 0x0
[0000.059] I> Ram Code : 0x0
[0000.061] I> rst_source: 0x0, rst_level: 0x0
[0000.066] I> Boot-device: QSPI (instance: 0)
[0000.070] I> Qspi flash params source = brbct
[0000.074] I> Qspi clock source : pllp
[0000.078] I> Qspi-0 initialized successfully
[0000.082] I> Boot chain mechanism: A/B
[0000.085] I> Current Boot-Chain Slot: 0
[0000.089] I> BR-BCT Boot-Chain: 0, status: 0. update flag: 0
[0000.094] I> Qspi flash params source = brbct
[0000.100] W> PROD_CONFIG: device prod data is empty in MB1 BCT.
[0000.107] I> Temperature = 26500
[0000.110] W> Skipping boost for clk: BPMP_CPU_NIC
[0000.115] W> Skipping boost for clk: BPMP_APB
[0000.119] W> Skipping boost for clk: AXI_CBB
[0000.123] W> Skipping boost for clk: AON_CPU_NIC
[0000.127] W> Skipping boost for clk: CAN1
[0000.131] W> Skipping boost for clk: CAN2
[0000.135] I> Boot-device: QSPI (instance: 0)
[0000.139] I> Qspi flash params source = mb1bct
[0000.143] I> Qspi clock source : pllc_out0
[0000.147] I> Qspi-0 reinitialized
[0000.150] I> Qspi flash params source = mb1bct
[0000.163] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.170] W>  Thermal config not found in BCT
[0000.178] W>  MEMIO rail config not found in BCT
[0000.188] I> Qspi flash params source = mb1bct
[0000.201] I> Qspi flash params source = mb1bct
[0000.235] I> Qspi flash params source = mb1bct
[0000.799] I> Qspi flash params source = mb1bct
[0000.816] I> Qspi flash params source = mb1bct
[0000.855] W>  Platform config not found in BCT
[0000.882] I> Qspi flash params source = mb1bct
[0000.907] I> MB1 done

ÿýÿàmain enter
SPE VERSION #: R01.00.18 Created: Jan 29 2021 @ 14:18:27
HW Function test
Start Scheduler.
in late init
ÿâ
  [0000.916] I> Welcome to MB2(TBoot-BPMP) (version: default.t194-mobile-8e4b789e)
[0000.917] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.918] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.919] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.924] W> device prod register failed
[0000.928] I> gpio framework initialized
[0000.932] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0000.939] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0000.947] I> No valid sdcard_params in mb1_bct
[0000.951] I> Boot_device: QSPI_FLASH instance: 0
[0000.955] I> qspi flash-0 params source = boot args
[0000.961] I> QSPI-0l initialized successfully
[0000.964] I> sdmmc-3 params source = safe params
[0001.362] I> sdmmc DDR50 mode
[0001.379] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0001.397] W> Cannot find any partition table for 00000003
[0001.398]  > PARTITION_MANAGER: Failed to publish partition.
[0001.413] I> Found 12 partitions in SDMMC_USER (instance 3)
[0001.415] I> Active Boot chain : 0
[0002.107] I> Relocating BR-BCT
[0002.108]  > DEVICE_PROD: device prod is not initialized.
[0002.133] E> I2C: slave not found in slaves.
[0002.134] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0002.135] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.136] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
[0002.137] E> eeprom: Failed to read I2C slave device
[0002.140] I> Failed to read CVB eeprom data @ AE
[0002.144] I> Retrying CVB eeprom read @ AC ...
[0002.149] E> I2C: slave not found in slaves.
[0002.153] E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true.
[0002.161] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.167] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0.
[0002.176] E> eeprom: Failed to read I2C slave device
[0002.181] I> Failed to read CVB eeprom data @ AC
[0002.479] I> Relocating OP-TEE dtb from: 0x6bfff720 to 0x70050000, size: 1008
[0002.480] I> [0] START: 0x80000000, SIZE: 0x2f000000
[0002.480] I> [1] START: 0xaf010000, SIZE: 0x189f0000
[0002.481] I> [2] START: 0xc7b00000, SIZE: 0xc0000
[0002.481] I> [3] START: 0xca000000, SIZE: 0x800000
[0002.482] I> dram_block larger than 80000000
[0002.484] I> [4] START: 0x100000000, SIZE: 0x180000000
[0002.495] I> Setting NS memory ranges to OP-TEE dtb finished.
[0002.499] I> found decompressor handler: lz4
[0002.760] I> EKB detected (length: 0x410) @ VA:0x52709400
[0002.761] I> Setting EKB blob info to OPTEE dtb finished.
ÿäNOTICE:  BL31: v2.6(release):l4t-r35.6.0
NOTICE:  BL31: Built : 2024-08-28 08:37:16
I/TC: Physical secure memory base 0xcb040000 size 0xf00000
ÿâ
  bpmp: init
bpmp: tag is 128431eec76692047e1ac1ebc0392266
sku_dt_init: not sku 0x00
clk_early initialized
mail_early initialized
fuse initialized
hwwdt initialized
t194_ec_get_ec_list: found 45 ecs
ec initialized
vmon_setup_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
mc initialized
reset initialized
nvhs initialized
uphy_early initialized
emc_early initialized
392 clocks registered
clk initialized
io_dpd initialized
thermal initialized
thermal_mrq initialized
i2c initialized
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
vrmon initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
suspend initialized
pg_late initialized
pg_mrq_init initialized
strap initialized
nvl initialized
emc initialized
emc_mrq initialized
clk_dt initialized
tj_init initialized
uphy_dt initialized
uphy_mrq initialized
uphy initialized
ec_swd_poll_start: 281 reg polling start w period 47 ms
ec_late initialized
hwwdt_late initialized
reset_mrq initialized
ec_mrq initialized
fmon_mrq initialized
clk_mrq initialized
avfs_mrq initialized
mail_mrq initialized
i2c_mrq initialized
tag_mrq initialized
console_mrq initialized
mrq initialized
clk_sync_fmon_post initialized
ÿäI/TC:
ÿâclk_dt_late initialized
noc_late initialized
pm_post initialized
dbells initialized
dmce initialized
cvc initialized
avfs_clk_mach_post initialized
avfs_clk_platform_post initialized
cvc_late initialized
regulator_post initialized
rm initialized
console_late initialized
clk_dt_post initialized
mc_reg initialized
ÿäI/TC: Non-secure external DT fouÿâpg_post initialized
profile initialized
fuse_late initialized
extras_post initialized
bpmp: init complete
entering main console loop
] ÿänd
I/TC: OP-TEE version: 3.22 (gcc version 13.3.0 (GCC)) #1 Wed Aug 28 09:03:20 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
ÿá
  [0003.434] I> Welcome to NVDisp-Init
[0003.434] I> NVDisp-Init version: 32.07.02-oe4t-t194-22776bfd
[0003.434] I> CPU-BL Params @ 0xca020000
[0003.435] I>  0) Base:0x00000000 Size:0x00000000
[0003.435] I>  1) Base:0xc8100000 Size:0x00100000
[0003.435] I>  2) Base:0xc9800000 Size:0x00200000
[0003.436] I>  3) Base:0xc8600000 Size:0x00200000
[0003.439] I>  4) Base:0xc8000000 Size:0x00100000
[0003.444] I>  5) Base:0xc7f00000 Size:0x00100000
[0003.448] I>  6) Base:0xc9400000 Size:0x00400000
[0003.453] I>  7) Base:0xc9000000 Size:0x00400000
[0003.457] I>  8) Base:0xc7e00000 Size:0x00100000
[0003.462] I>  9) Base:0xc7d00000 Size:0x00100000
[0003.466] I> 10) Base:0xca800000 Size:0x00800000
[0003.471] I> 11) Base:0x40000000 Size:0x00040000
[0003.475] I> 12) Base:0xc7c00000 Size:0x00100000
[0003.480] I> 13) Base:0x40046000 Size:0x00002000
[0003.484] I> 14) Base:0x40048000 Size:0x00002000
[0003.488] I> 15) Base:0xaf000000 Size:0x00004000
[0003.493] I> 16) Base:0x4004a000 Size:0x00002000
[0003.497] I> 17) Base:0xc7a00000 Size:0x00100000
[0003.502] I> 18) Base:0x4004c000 Size:0x00002000
[0003.506] I> 19) Base:0xc9a00000 Size:0x00600000
[0003.511] I> 20) Base:0x4004e000 Size:0x00002000
[0003.515] I> 21) Base:0xc7bc0000 Size:0x0000c000
[0003.520] I> 22) Base:0x00000000 Size:0x00000000
[0003.524] I> 23) Base:0xc7be0000 Size:0x00020000
[0003.529] I> 24) Base:0xcc000000 Size:0x02000000
[0003.533] I> 25) Base:0x40050000 Size:0x00002000
[0003.538] I> 26) Base:0x40040000 Size:0x00006000
[0003.542] I> 27) Base:0xc8c00000 Size:0x00400000
[0003.546] I> 28) Base:0xc8400000 Size:0x00200000
[0003.551] I> 29) Base:0xc8800000 Size:0x00400000
[0003.555] I> 30) Base:0xc7bd0000 Size:0x00010000
[0003.560] I> 31) Base:0x00000000 Size:0x00000000
[0003.564] I> 32) Base:0xf8000000 Size:0x08000000
[0003.569] I> 33) Base:0xce000000 Size:0x2a000000
[0003.573] I> 34) Base:0xcb000000 Size:0x01000000
[0003.578] I> 35) Base:0xae000000 Size:0x01000000
[0003.582] I> 36) Base:0xa0000000 Size:0x0e000000
[0003.587] I> 37) Base:0xca000000 Size:0x00800000
[0003.591] I> 38) Base:0x80000000 Size:0x20000000
[0003.596] I> 39) Base:0xb0000000 Size:0x08000000
[0003.600] I> 40) Base:0x00000000 Size:0x00000000
[0003.604] I> 41) Base:0x00000000 Size:0x00000000
[0003.609] I> 42) Base:0xc8200000 Size:0x00200000
[0003.613] I> 43) Base:0x00000000 Size:0x00000000
[0003.618] I> 44) Base:0x00000000 Size:0x00000000
[0003.622] I> 45) Base:0x00000000 Size:0x00000000
[0003.627] GIC-SPI Target CPU: 0
[0003.630] Interrupts Init done
[0003.633] calling constructors
[0003.636] initializing heap
[0003.638] I> Heap: [0xa0960000 ... 0xadf00000]
[0003.642] initializing threads
[0003.645] initializing timers
[0003.648] creating bootstrap completion thread
[0003.652] top of bootstrap2()
[0003.655] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0003.660] initializing platform
[0003.663] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0003.668] W> device prod register failed
[0003.672] I> Bl_dtb @0xadf00000
[0003.675] I> gpio framework initialized
[0003.686] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0003.691] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0003.697] I> fixed regulator driver initialized
[0003.710] I> register 'maxim' power off handle
[0003.713] I> virtual i2c enabled
[0003.713] I> registered 'maxim,max20024' pmic
[0003.713] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver
[0003.716] I> Boot-device: QSPI
[0003.719] I> Boot_device: QSPI_FLASH instance: 0
[0003.724] I> configure_qspi_clk: qparams clk_src = 5, clk_div = 0, clk_src_freq = 800000000, interface_freq = 50000000
[0003.734] I> configure_qspi_clk: FORCING INTERFACE_FREQ TO 133000000!!
[0003.741] I> QSPI source rate = 204000 Khz
[0003.745] I> Requested rate for QSPI clock = 34000 Khz
[0003.750] I> BPMP-set rate for QSPI clk = 34000 Khz
[0003.755] I> tx_clk_tap_delay : 0
[0003.757] I> rx_clk_tap_delay : 16
[0003.761] I> QSPI Flash Size = 32 MB
[0003.769] I> Qspi initialized successfully
[0003.769] I> qspi flash-0 params source = boot args
[0003.773] W> No board IDs available
[0003.776] E> Failed to get board id info!
[0003.782] I> sdmmc-3 params source = safe params
[0003.789] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0003.790] W> Cannot find any partition table for 00000003
[0003.795] E> Failed to publish 00000003
[0003.805] I> Found 12 partitions in SDMMC_USER (instance 3)
[0003.819] I> regulator 'vdd-hdmi-5v0' already enabled
[0003.825] I> regulator 'vdd-hdmi-5v0' already enabled
[0003.826] I> hdmi cable connected
[0003.831] W> set volts not configured for 'vdd-1v0'
[0003.835] W> set volts not configured for 'vdd-1v8-hs'
[0003.836] I> retrieved tmds range from prod_list_hdmi_soc
[0003.837] E> cannot find any other nvdisp nodes
[0003.853] I> edid read success
[0003.853] I> width = 720, height = 720, frequency = 45210000
[0003.853] I> Best mode Width = 1024, Height = 768, freq = 65000000
[0003.859] I> hdmi_enable, starting HDMI initialisation
[0003.864] I> hdmi_enable, HDMI initialisation complete
[0003.868] initializing target
[0003.869] calling apps_init()
[0003.869] starting app kernel_boot_app
[0003.870] I> Kernel type = Normal

Jetson UEFI firmware (version v35.6.0 built on 2024-09-17T13:50:43+00:00)






























































ÿäI/TC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
I/TC: WARNING: Test UEFI variable auth key is being used !
I/TC: WARNING: UEFI variable protection is not fully enabled !
ÿá




































  ÿäE/TC:? 0 get_rpc_alloc_res:645 RPC allocation failed. Non-secure world result: ret=0xffff0000 ret_origin=0
E/LD:  init_elf:486 sys_open_ta_bin(bc50d971-d4c9-42c4-82cb-343fb7f37896)
E/TC:? 0 ldelf_init_with_ldelf:131 ldelf failed with res: 0xffff000c
ÿá




























































































































































































































































ÿäI/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
ÿá[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x4e0f0040]
[    0.000000] Linux version 5.10.216-l4t-35.6.0+g4bce4d148ef3 (oe-user@oe-host) (aarch64-oe4t-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Sat Sep 7 11:18:48 UTC 2024
[    0.000000] Machine model: NVIDIA Jetson Xavier NX Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x2763c8a98 SMBIOS=0xc7bb0000 SMBIOS 3.0=0x27b7d0000 MEMATTR=0x27622f018 ESRT=0x276232b98 RNG=0x26a440018 MEMRESERVE=0x26a6f6f18
[    0.000000] random: crng init done
[    0.000000] esrt: Reserving ESRT space from 0x0000000276232b98 to 0x0000000276232bd0.
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000a0973fff]
[    0.000000]   node   0: [mem 0x00000000a0974000-0x00000000a0975fff]
[    0.000000]   node   0: [mem 0x00000000a0977000-0x00000000aeffffff]
[    0.000000]   node   0: [mem 0x00000000af010000-0x00000000c79fffff]
[    0.000000]   node   0: [mem 0x00000000c7b00000-0x00000000c7b9ffff]
[    0.000000]   node   0: [mem 0x00000000c7ba0000-0x00000000c7bbffff]
[    0.000000]   node   0: [mem 0x00000000ca000000-0x00000000ca7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026c856fff]
[    0.000000]   node   0: [mem 0x000000026c857000-0x000000026cc6bfff]
[    0.000000]   node   0: [mem 0x000000026cc6c000-0x000000027a14ffff]
[    0.000000]   node   0: [mem 0x000000027a150000-0x000000027c08ffff]
[    0.000000]   node   0: [mem 0x000000027c090000-0x000000027fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000027fffffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] cma: Reserved 64 MiB at 0x00000000c3800000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90584 r8192 d32296 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: NVIDIA Carmel CNP erratum
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1839268
[    0.000000] Kernel command line: console=ttyTCU0,115200 console=tty0 fbcon=map:0 video=efifb:off nospectre_bhb fips=1 systemd.machine_id=23dc2f7ceeba47eebfe6f3942140525a
[    0.000000] fips mode: enabled
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000b3800000-0x00000000c3800000] (256MB)
[    0.000000] Memory: 6925432K/7473852K available (18304K kernel code, 3144K rwdata, 7180K rodata, 3904K init, 1417K bss, 482884K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000704] Console: colour dummy device 80x25
[    0.001869] printk: console [tty0] enabled
[    0.001928] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.001964] pid_max: default: 32768 minimum: 301
[    0.002109] LSM: Security Framework initializing
[    0.002164] Yama: becoming mindful.
[    0.002209] SELinux:  Initializing.
[    0.002344] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002387] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.004988] rcu: Hierarchical SRCU implementation.
[    0.005204] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.005949] DTS File Name: /home/microc/mcx-infrastructure/mc2-yocto-os/build-oxos-mc2-emitter/tmp/work-shared/oxos-mc2-emitter/kernel-source/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.006016] DTB Build time: Apr  5 2011 23:00:00
[    0.008926] Tegra Revision: A02 SKU: 0xde CPU Process: 0 SoC Process: 0
[    0.009219] Remapping and enabling EFI services.
[    0.011611] smp: Bringing up secondary CPUs ...
[    0.040767] Detected PIPT I-cache on CPU1
[    0.040845] CPU1: Booted secondary processor 0x0000000001 [0x4e0f0040]
[    0.073160] Detected PIPT I-cache on CPU2
[    0.073263] CPU2: Booted secondary processor 0x0000000100 [0x4e0f0040]
[    0.102808] Detected PIPT I-cache on CPU3
[    0.102993] CPU3: Booted secondary processor 0x0000000101 [0x4e0f0040]
[    0.132825] Detected PIPT I-cache on CPU4
[    0.132928] CPU4: Booted secondary processor 0x0000000200 [0x4e0f0040]
[    0.163903] Detected PIPT I-cache on CPU5
[    0.164060] CPU5: Booted secondary processor 0x0000000201 [0x4e0f0040]
[    0.164514] smp: Brought up 1 node, 6 CPUs
[    0.164749] SMP: Total of 6 processors activated.
[    0.164800] CPU features: detected: Privileged Access Never
[    0.164821] CPU features: detected: LSE atomic instructions
[    0.164835] CPU features: detected: User Access Override
[    0.164848] CPU features: detected: 32-bit EL0 Support
[    0.164861] CPU features: detected: RAS Extension Support
[    0.164873] CPU features: detected: CRC32 instructions
[    0.164886] CPU features: detected: 32-bit EL1 Support
[    0.202874] spectre-bhb mitigation disabled by command line option
[    0.236948] CPU: All CPU(s) started at EL2
[    0.241350] devtmpfs: initialized
[    0.289600] KASLR enabled
[    0.289836] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.289885] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.290880] pinctrl core: initialized pinctrl subsystem
[    0.291842] SMBIOS 3.0.0 present.
[    0.291872] DMI: NVIDIA NVIDIA Jetson Xavier NX Developer Kit/Jetson, BIOS v35.6.0 09/17/2024
[    0.292475] NET: Registered protocol family 16
[    0.294519] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.295055] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.295755] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.295816] audit: initializing netlink subsys (disabled)
[    0.296137] audit: type=2000 audit(0.292:1): state=initialized audit_enabled=0 res=1
[    0.296584] thermal_sys: Registered thermal governor 'step_wise'
[    0.296593] thermal_sys: Registered thermal governor 'power_allocator'
[    0.296610] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.298542] cpuidle: using governor menu
[    0.298941] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.299390] ASID allocator initialised with 32768 entries
[    0.299608] Serial: AMBA PL011 UART driver
[    0.302653] Tegra reboot handler registered.
[    0.382670] mc: mapped MMIO address: 0xffff800010580000 -> 0x2c10000
[    0.382712] mc: mapped MMIO address: 0xffff8000105a0000 -> 0x2c20000
[    0.382740] mc: mapped MMIO address: 0xffff8000105c0000 -> 0x2c30000
[    0.382773] mc: mapped MMIO address: 0xffff8000105e0000 -> 0x2c40000
[    0.382819] mc: mapped MMIO address: 0xffff800010600000 -> 0x2c50000
[    0.382847] mc: mapped MMIO address: 0xffff800010620000 -> 0x2b80000
[    0.382878] mc: mapped MMIO address: 0xffff800010640000 -> 0x2b90000
[    0.382905] mc: mapped MMIO address: 0xffff800010660000 -> 0x2ba0000
[    0.382931] mc: mapped MMIO address: 0xffff800010680000 -> 0x2bb0000
[    0.382957] mc: mapped MMIO address: 0xffff8000106a0000 -> 0x1700000
[    0.382993] mc: mapped MMIO address: 0xffff8000106c0000 -> 0x1710000
[    0.383029] mc: mapped MMIO address: 0xffff8000106e0000 -> 0x1720000
[    0.383054] mc: mapped MMIO address: 0xffff800010700000 -> 0x1730000
[    0.383077] mc: mapped MMIO address: 0xffff800010720000 -> 0x1740000
[    0.383101] mc: mapped MMIO address: 0xffff800010740000 -> 0x1750000
[    0.383124] mc: mapped MMIO address: 0xffff800010760000 -> 0x1760000
[    0.383147] mc: mapped MMIO address: 0xffff800010780000 -> 0x1770000
[    0.383245] mc-err: mcerr ops are set to t19x
[    0.396085] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.396120] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.396134] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.396146] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.403685] ACPI: Interpreter disabled.
[    0.405016] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.406641] iommu: Default domain type: Translated
[    0.406763] eventlib_kernel: keventlib is initialized, test id: 0
[    0.407208] SCSI subsystem initialized
[    0.407368] usbcore: registered new interface driver usbfs
[    0.407408] usbcore: registered new interface driver hub
[    0.407440] usbcore: registered new device driver usb
[    0.407959] mc: Linux media interface: v0.10
[    0.407990] videodev: Linux video capture interface: v2.00
[    0.408295] pps_core: LinuxPPS API ver. 1 registered
[    0.408307] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.408352] PTP clock support registered
[    0.408580] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    0.409004] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.409067] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.409651] Registered efivars operations
[    0.415788] FPGA manager framework
[    0.415921] Advanced Linux Sound Architecture Driver Initialized.
[    0.416501] Bluetooth: Core ver 2.22
[    0.416555] NET: Registered protocol family 31
[    0.416585] Bluetooth: HCI device and connection manager initialized
[    0.416600] Bluetooth: HCI socket layer initialized
[    0.416616] Bluetooth: L2CAP socket layer initialized
[    0.416641] Bluetooth: SCO socket layer initialized
[    0.418303] camchar: rtcpu character device driver loaded
[    0.418974] clocksource: Switched to clocksource arch_sys_counter
[    0.730559] VFS: Disk quotas dquot_6.6.0
[    0.730633] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.731353] pnp: PnP ACPI: disabled
[    0.743893] la/ptsa driver initialized.
[    0.744021] NET: Registered protocol family 2
[    0.744210] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.749914] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.749990] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.750274] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.750702] TCP: Hash tables configured (established 65536 bind 65536)
[    0.750819] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.750916] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.751125] NET: Registered protocol family 1
[    0.751665] RPC: Registered named UNIX socket transport module.
[    0.751681] RPC: Registered udp transport module.
[    0.751691] RPC: Registered tcp transport module.
[    0.751700] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.751749] PCI: CLS 0 bytes, default 64
[    0.751974] Trying to unpack rootfs image as initramfs...
[    0.845810] Freeing initrd memory: 2680K
[    0.850740] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.851373] kvm [1]: IPA Size Limit: 40 bits
[    0.851876] kvm [1]: vgic interrupt IRQ9
[    0.852416] kvm [1]: VHE mode initialized successfully
[    0.854269] Initialise system trusted keyrings
[    0.854627] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.860916] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.861783] NFS: Registering the id_resolver key type
[    0.861845] Key type id_resolver registered
[    0.861865] Key type id_legacy registered
[    0.861981] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.862041] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.862087] ntfs: driver 2.1.32 [Flags: R/W].
[    0.872264] NET: Registered protocol family 38
[    0.872292] Key type asymmetric registered
[    0.872313] Asymmetric key parser 'x509' registered
[    0.872362] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[    0.872586] io scheduler mq-deadline registered
[    0.872607] io scheduler kyber registered
[    0.884179] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.884270] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    0.884344] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    0.884417] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    0.884488] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    0.890634] tegradccommon 15200000.display-hub: Nvhost Channel map failed
[    0.890660] scrncapt: init (heads:4 wins:6 planes:4)
[    0.891853] EINJ: ACPI disabled.
[    0.895633] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.895692] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    0.895709] tegra-pmc: ### PMC reset level: L0
[    0.895724] tegra-pmc: ### PMC reset status reg: 0x0
[    0.895781] tegra-pmc: PMC Prod config success
[    0.901131] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.197999] printk: console [ttyTCU0] enabled
[    2.204842] arm-smmu 10000000.iommu: probing hardware configuration...
[    2.208904] arm-smmu 10000000.iommu: SMMUv2 with:
[    2.213611] arm-smmu 10000000.iommu:         stage 1 translation
[    2.218528] arm-smmu 10000000.iommu:         stage 2 translation
[    2.224297] arm-smmu 10000000.iommu:         nested translation
[    2.229552] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    2.236732] arm-smmu 10000000.iommu:         64 context banks (0 stage-2 only)
[    2.247543] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    2.249737] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.256577] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.264205] arm-smmu 12000000.iommu: probing hardware configuration...
[    2.269365] arm-smmu 12000000.iommu: SMMUv2 with:
[    2.274082] arm-smmu 12000000.iommu:         stage 1 translation
[    2.279592] arm-smmu 12000000.iommu:         stage 2 translation
[    2.285299] arm-smmu 12000000.iommu:         nested translation
[    2.290451] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    2.297881] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    2.308747] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    2.311003] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.317304] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.325051] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    2.334437] tegra_profiler: version: 1.151, samples/io: 51/30
[    2.337708] tegra_profiler: auth: init
[    2.342237] THERMAL EST: found 3 subdevs
[    2.345405] THERMAL EST num_resources: 0
[    2.349501] [THERMAL EST subdev 0]
[    2.352565] [THERMAL EST subdev 1]
[    2.356237] [THERMAL EST subdev 2]
[    2.359238] THERMAL EST: Found 2 profiles, default profile is quiet
[    2.365943] THERMAL EST: thz register success.
[    2.369933] THERMAL EST: end of probe, return err: 0
[    2.375508] nvsciipc: loaded module
[    2.383127] tun: Universal TUN/TAP device driver, 1.6
[    2.384953] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.391249] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.396540] e1000e: Intel(R) PRO/1000 Network Driver
[    2.401738] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.407565] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.413118] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.419397] PPP generic driver version 2.4.2
[    2.423312] PPP BSD Compression module registered
[    2.427837] PPP Deflate Compression module registered
[    2.433369] usbcore: registered new interface driver r8152
[    2.438619] usbcore: registered new interface driver asix
[    2.444380] usbcore: registered new interface driver ax88179_178a
[    2.450262] usbcore: registered new interface driver cdc_ether
[    2.456367] usbcore: registered new interface driver net1080
[    2.462053] usbcore: registered new interface driver cdc_subset
[    2.467916] usbcore: registered new interface driver zaurus
[    2.473706] usbcore: registered new interface driver cdc_ncm
[    2.479122] usbcore: registered new interface driver aqc111
[    2.485041] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.490756] ohci-pci: OHCI PCI platform driver
[    2.495224] ohci-platform: OHCI generic platform driver
[    2.500959] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    2.507297] usbcore: registered new interface driver uas
[    2.511783] usbcore: registered new interface driver usb-storage
[    2.517909] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    2.523990] mousedev: PS/2 mouse device common for all mice
[    2.528707] usbcore: registered new interface driver xpad
[    2.537060] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.539680] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:17 UTC (17)
[    2.547207] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.553970] i2c /dev entries driver
[    2.557136] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    2.562894] tegra-i2c c240000.i2c: Adding to iommu group 2
[    2.568221] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    2.573888] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    2.579240] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    2.584754] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    2.590111] tegra-i2c c250000.i2c: Adding to iommu group 2
[    2.602060] pps pps0: new PPS source ktimer
[    2.602214] pps pps0: ktimer PPS source registered
[    2.604318] pps_ldisc: PPS line discipline registered
[    2.611305] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    2.616883] device-mapper: uevent: version 1.0.3
[    2.620968] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.631838] cpuidle: Initializing cpuidle driver
[    2.635354] sdhci: Secure Digital Host Controller Interface driver
[    2.640181] sdhci: Copyright(c) Pierre Ossman
[    2.644899] Synopsys Designware Multimedia Card Interface Driver
[    2.650847] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.656981] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[    2.657165] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    2.657956] SMCCC: SOC_ID: ID = jep106:036b:0019 Revision = 0x00000102
[    2.658947] tegra-bpmp bpmp: firmware: 128431eec76692047e1ac1ebc0392266
[    2.678285] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    2.697309] vdd-1v0: supplied by regulator-dummy
[    2.702837] vdd-1v8-hs: supplied by regulator-dummy
[    2.707767] vdd-1v8-ls: supplied by regulator-dummy
[    2.712653] vdd-1v8-ao: supplied by regulator-dummy
[    2.716607] vddio-ddr-1v1: supplied by regulator-dummy
[    2.721430] vdd-rtc: supplied by regulator-dummy
[    2.723495] spmic-ldo1: supplied by regulator-dummy
[    2.725114] vdd-ao-3v3: supplied by regulator-dummy
[    2.732580] vddio-emmc-3v3: supplied by regulator-dummy
[    2.739228] spmic-ldo4: supplied by regulator-dummy
[    2.740679] vdd-usb-3v3: supplied by regulator-dummy
[    2.747412] vddio-sdmmc1-3v3: supplied by regulator-dummy
[    2.753998] vdd-csi-1v2: supplied by vdd-1v8-ls
[    2.760234] spmic-ldo8: supplied by vdd-1v8-ls
[    2.762288] gpio-510 (gpio_default): hogged as output/high
[    2.764383] gpio-511 (gpio_default): hogged as output/high
[    2.769264] gpiochip0: registered GPIOs 504 to 511 on max77620-gpio
[    2.908404] max77686-rtc max77620-rtc: registered as rtc0
[    2.909467] max77620-power max20024-power: Event recorder REG_NVERC : 0x44
[    2.909799] max77620 4-003c: max77620 probe successful
ÿârm_rail_debugfs_init: /rm/vdd_cpu: failed
rm_rail_debugfs_init: /rm/vdd_cpu: failed
debugfs initialized
ÿá[    3.752052] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    3.753412] hid: raw HID events driver (C) Jiri Kosina
[    3.754354] usbcore: registered new interface driver usbhid
[    3.754524] usbhid: USB HID core driver
[    3.756579] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 5
[    3.757561] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
ÿå[    18.712926] Camera-FW on t194-rce-safe started
TCU early console enabled.
[    18.788016] Camera-FW on t194-rce-safe ready SHA1=9e9c1f28 (crt 0.777 ms, total boot 75.896 ms)
ÿá[    3.842402] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    3.842959] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    3.844076] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    3.844687] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    3.846214] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    3.846766] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    3.847517] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    3.848919] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (48)
[    3.849109] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    3.850869] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=9e9c1f2855a3c5345da28a29c2b705ed44dd5253
[    3.858484] tegra_aon c1a0000.aon: Adding to iommu group 6
[    3.864698] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    3.870123] tegra186-aondbg aondbg: aondbg driver probe() OK
[    3.876423] denver_knobs_init:MTS_VERSION:72064061
[    3.888892] t19x_cache tegra-cache: probed
[    3.893660] optee: probing for conduit method.
ÿäC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
ÿá[    3.894494] optee: revision 3.22
[    4.011948] optee: dynamic shared memory is enabled
[    4.014244] optee: initialized driver
[    4.018101] nvpmodel: initialized successfully
[    4.018789] tegra_hv: get_hvd: not initialized yet
[    4.018955] user_ivc_mempool: hypervisor not present
[    4.020612] usbcore: registered new interface driver snd-usb-audio
[    4.022319] u32 classifier
[    4.022663]     input device check on
[    4.023065]     Actions configured
[    4.023549] Initializing XFRM netlink socket
[    4.024576] NET: Registered protocol family 10
[    4.027775] Segment Routing with IPv6
[    4.028212] NET: Registered protocol family 17
[    4.028576] NET: Registered protocol family 15
[    4.028865] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.030482] Bluetooth: RFCOMM socket layer initialized
[    4.030889] Bluetooth: RFCOMM ver 1.11
[    4.031226] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.031510] Bluetooth: HIDP socket layer initialized
[    4.032442] 9pnet: Installing 9P2000 support
[    4.032707] Key type dns_resolver registered
[    4.034269] registered taskstats version 1
[    4.034452] Loading compiled-in X.509 certificates
[    4.060396] Loaded X.509 cert 'Build time autogenerated kernel key: 5bc91bc8560bc9bf30275fc35e6aa9f74cbd5628'
[    4.062349] tegra194-pcie 14160000.pcie: Adding to iommu group 7
[    4.068176] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    4.068526] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    4.068859] tegra194-pcie 14160000.pcie:      MEM 0x1400000000..0x173fffffff -> 0x1400000000
[    4.075263] tegra194-pcie 14160000.pcie:      MEM 0x1740000000..0x17ffffffff -> 0x0040000000
[    5.192044] tegra194-pcie 14160000.pcie: Phy link never came up
[    5.192883] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[    5.193087] pci_bus 0004:00: root bus resource [bus 00-ff]
[    5.193253] pci_bus 0004:00: root bus resource [io  0x0000-0xfffff] (bus address [0x36100000-0x361fffff])
[    5.193569] pci_bus 0004:00: root bus resource [mem 0x1400000000-0x173fffffff pref]
[    5.193788] pci_bus 0004:00: root bus resource [mem 0x1740000000-0x17ffffffff] (bus address [0x40000000-0xffffffff])
[    5.194340] pci 0004:00:00.0: [10de:1ad1] type 01 class 0x060400
[    5.195203] pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
[    5.214594] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    5.215310] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.217331] pcieport 0004:00:00.0: Adding to iommu group 7
[    5.218809] pcieport 0004:00:00.0: PME: Signaling with IRQ 24
[    5.220566] pcieport 0004:00:00.0: AER: enabled with IRQ 24
[    5.222215] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[    5.223324] pci 0004:00:00.0: Removing from iommu group 7
[    5.223582] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[    5.227555] tegra194-pcie 141a0000.pcie: Adding to iommu group 8
[    5.233447] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[    5.233721] tegra194-pcie 141a0000.pcie:       IO 0x003a100000..0x003a1fffff -> 0x003a100000
[    5.234124] tegra194-pcie 141a0000.pcie:      MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    5.237245] tegra194-pcie 141a0000.pcie:      MEM 0x1f40000000..0x1fffffffff -> 0x0040000000
[    5.355104] tegra194-pcie 141a0000.pcie: Link up
[    5.365472] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[    5.365653] pci_bus 0005:00: root bus resource [bus 00-ff]
[    5.365786] pci_bus 0005:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x3a100000-0x3a1fffff])
[    5.366022] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    5.366215] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    5.366522] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    5.366846] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    5.374907] pci 0005:01:00.0: [144d:a809] type 00 class 0x010802
[    5.375307] pci 0005:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    5.384537] pci 0005:00:00.0: BAR 14: assigned [mem 0x1f40000000-0x1f400fffff]
[    5.384766] pci 0005:01:00.0: BAR 0: assigned [mem 0x1f40000000-0x1f40003fff 64bit]
[    5.385116] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    5.385283] pci 0005:00:00.0:   bridge window [mem 0x1f40000000-0x1f400fffff]
[    5.385552] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.385861] pci 0005:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    5.386667] pcieport 0005:00:00.0: Adding to iommu group 8
[    5.390264] pcieport 0005:00:00.0: PME: Signaling with IRQ 26
[    5.395598] pcieport 0005:00:00.0: AER: enabled with IRQ 26
[    5.401947] nvme 0005:01:00.0: Adding to iommu group 8
[    5.406799] nvme nvme0: pci function 0005:01:00.0
[    5.411217] nvme 0005:01:00.0: enabling device (0000 -> 0002)
[    5.422052] nvme nvme0: Shutdown timeout set to 8 seconds
[    5.430311] host1x 13e10000.host1x: Adding to iommu group 9
[    5.440546] nvme nvme0: allocated 64 MiB host memory buffer.
[    5.446174] host1x 13e10000.host1x: initialized
[    5.447014] iommu_context_dev 13e10000.host1x:ctx0: Adding to iommu group 10
[    5.447516] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    5.455195] iommu_context_dev 13e10000.host1x:ctx1: Adding to iommu group 11
[    5.462022] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    5.472029] iommu_context_dev 13e10000.host1x:ctx2: Adding to iommu group 12
[    5.479129] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    5.488952] iommu_context_dev 13e10000.host1x:ctx3: Adding to iommu group 13
[    5.491895] nvme nvme0: 6/0/0 default/read/poll queues
[    5.495849] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    5.510528]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
[    5.510864] iommu_context_dev 13e10000.host1x:ctx4: Adding to iommu group 14
[    5.524744] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    5.534619] iommu_context_dev 13e10000.host1x:ctx5: Adding to iommu group 15
[    5.541592] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61, iommu=smmu.0x0000000012000000)
[    5.551535] iommu_context_dev 13e10000.host1x:ctx6: Adding to iommu group 16
[    5.558625] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62, iommu=smmu.0x0000000012000000)
[    5.568733] iommu_context_dev 13e10000.host1x:ctx7: Adding to iommu group 17
[    5.575859] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63, iommu=smmu.0x0000000012000000)
[    5.585422] falcon 15340000.vic: Adding to iommu group 18
[    5.594691] falcon 15340000.vic: initialized
[    5.595819] falcon 15380000.nvjpg: Adding to iommu group 18
[    5.603730] falcon 15380000.nvjpg: initialized
[    5.605543] falcon 154c0000.nvenc: Adding to iommu group 18
[    5.614842] falcon 154c0000.nvenc: initialized
[    5.616066] falcon 15a80000.nvenc1: Adding to iommu group 18
[    5.624798] falcon 15a80000.nvenc1: initialized
[    5.626446] nvdec 15480000.nvdec: Adding to iommu group 18
[    5.636632] nvdec 15480000.nvdec: initialized
[    5.636970] nvdec 15140000.nvdec1: Adding to iommu group 18
[    5.646818] nvdec 15140000.nvdec1: initialized
[    5.647208] tsec 15500000.tsec: Adding to iommu group 19
[    5.654638] tsec 15500000.tsec: initialized
[    5.656022] tsec 15100000.tsecb: Adding to iommu group 20
[    5.664127] tsec 15100000.tsecb: initialized
[    5.668104] gic 2a41000.agic-controller: GIC IRQ controller registered
[    5.694899] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    5.702360] gpio-374 (wifi-enable): hogged as output/high
[    5.702610] gpio-431 (camera-control-output-low): hogged as output/low
[    5.702900] gpio-432 (camera-control-output-low): hogged as output/low
[    5.704038] gpiochip1: registered GPIOs 335 to 503 on tegra194-gpio
[    5.705438] gpiochip2: registered GPIOs 305 to 334 on tegra194-gpio-aon
[    5.710216] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    5.716672] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    5.722216] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    5.727699] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    5.733273] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    5.740632] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    5.749479] tegra194-isp5 13e10000.host1x:isp@14800000: Adding to iommu group 21
[    5.758456] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    5.765990] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: initialized
[    5.771843] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.780809] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.789891] tegra194-vi5 15c10000.vi: Adding to iommu group 22
[    5.796346] scare-pigeon 13e10000.host1x:vi-thi@15f00000: context isolation disabled due to no IOMMU
[    5.804572] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    5.811303] scare-pigeon 13e10000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    5.820596] scare-pigeon 13e10000.host1x:isp-thi@14b00000: initialized
[    5.826903] pva 16000000.pva0: Adding to iommu group 23
[    5.843636] pva 16000000.pva0: initialized
[    5.845111] pva 16800000.pva1: Adding to iommu group 24
[    5.851376] pva 16800000.pva1: initialized
[    5.852926] nvdla 15880000.nvdla0: Adding to iommu group 25
[    5.864528] nvdla 15880000.nvdla0: initialized
[    5.865173] nvdla 158c0000.nvdla1: Adding to iommu group 26
[    5.870465] nvdla 158c0000.nvdla1: initialized
[    5.872100] tegradccommon 15200000.display-hub: host1x channel mapped
[    5.872318] tegradccommon 15200000.display-hub: dc_common syncpt # 1 allocated
[    5.872486] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=62
[    5.872671] tegradc 15200000.display: Adding to iommu group 27
[    5.874823] tegradc 15210000.display: Adding to iommu group 27
[    5.879628] tegradccommon 15200000.display-hub: dma mapping done
[    5.905313] tegra_cec 3960000.tegra_cec: Unpowergated DISP
[    5.911182] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    5.917090] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    5.922489] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    5.928000] tegra_cec 3960000.tegra_cec: probed
[    5.933339] tegra-gpcdma 2600000.dma: Adding to iommu group 2
[    5.940194] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    5.945674] kfuse 3830000.kfuse: initialized
[    5.950214] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    5.956317] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    5.962715] serial-tegra 3100000.serial: Adding to iommu group 2
[    5.968654] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 31, base_baud = 0) is a TEGRA_UART
[    5.978067] serial-tegra 3110000.serial: Adding to iommu group 2
[    5.983878] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 32, base_baud = 0) is a TEGRA_UART
[    5.993088] serial-tegra 3140000.serial: Adding to iommu group 2
[    5.998639] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 33, base_baud = 0) is a TEGRA_UART
[    6.013968] tegra-xusb 3610000.xhci: Firmware timestamp: 2024-04-10 14:55:13 UTC, Version: 60.14 release
[    6.016621] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.022127] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.030159] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x0000000000050810
[    6.038989] tegra-xusb 3610000.xhci: irq 187, io mem 0x03610000
[    6.044744] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.050042] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.057654] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.065148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    6.073055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.080651] usb usb1: Product: xHCI Host Controller
[    6.085462] usb usb1: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    6.093252] usb usb1: SerialNumber: 3610000.xhci
[    6.098497] hub 1-0:1.0: USB hub found
[    6.101974] hub 1-0:1.0: 4 ports detected
[    6.106637] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    6.114093] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.121601] usb usb2: Product: xHCI Host Controller
[    6.126329] usb usb2: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    6.134129] usb usb2: SerialNumber: 3610000.xhci
[    6.139358] hub 2-0:1.0: USB hub found
[    6.142719] hub 2-0:1.0: 4 ports detected
[    6.155359] irq: IRQ268: trimming hierarchy from :pmc@c360000
[    6.156311] gpiochip3: registered GPIOs 297 to 304 on max7319
[    6.171266] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    6.175152] i2c i2c-2: Added multiplexed i2c bus 9
[    6.176817] i2c i2c-2: Added multiplexed i2c bus 10
[    6.176982] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    6.182326] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1906000 KHz, changing to: 1907200 KHz
[    6.191685] tegra194-cpufreq ccplex: probed with BWMGR, cl:4
[    6.197969] sdhci-tegra 3460000.sdhci: BWMGR client registration for eMC Successful
[    6.198805] irq: IRQ269: trimming hierarchy from :pmc@c360000
[    6.209876] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    6.211296] tegra194-isp5 13e10000.host1x:isp@14800000: initialized
[    6.214766] sdhci-tegra 3400000.sdhci: BWMGR client registration for eMC Successful
[    6.215703] mmc0: CQHCI version 5.10
[    6.227501] tegra194-vi5 15c10000.vi: initialized
[    6.237718] irq: IRQ270: trimming hierarchy from :interrupt-controller@3881000
[    6.239492] nvethernet 2490000.ethernet: Adding to iommu group 28
[    6.243040] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    6.244451] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 270
[    6.244508] tegradc 15200000.display: disp0 connected to head0->sor1
[    6.244557] generic_infoframe_type: 0x87
[    6.244584] tegradc 15200000.display: DT parsed successfully
[    6.244612] tegradc 15200000.display: Display dc.000000006bc4f99a registered with id=0
[    6.245764] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    6.245771] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 933000000 Hz
[    6.245775] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 300000000 Hz
[    6.246132] tegradc 15200000.display: vblank syncpt # 8 for dc 0
[    6.246137] tegradc 15200000.display: vpulse3 syncpt # 9 for dc 0
[    6.247437] tegradc 15200000.display: hdmi: invalid prod list prod_list_hdmi_board
[    6.247441] tegradc 15200000.display: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    6.250649] nvethernet 2490000.ethernet: failed to read skip mac reset flag, default 0
[    6.267493] tegradc 15200000.display: probed
[    6.271057] nvethernet 2490000.ethernet: failed to read MDIO address
[    6.291359] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[    6.296865] nvethernet 2490000.ethernet: setting to default DMA bit mask
[    6.296877] nvethernet 2490000.ethernet: set default TXQ to TC mapping
[    6.326707] mmc0: Command Queue Engine enabled
[    6.332653] nvethernet 2490000.ethernet: Setting default PTP RX queue
[    6.332669] nvethernet 2490000.ethernet: Failed to read DMA Tx ring size, using default [1024]
[    6.332675] nvethernet 2490000.ethernet: Failed to read DMA Rx ring size, using default [1024]
[    6.332705] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pu_offset, setting default 0
[    6.340320] mmc0: periodic cache flush enabled
[    6.348143] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pd_offset, setting default 0
[    6.430084] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    6.430281] Console: switching to colour frame buffer device 90x45
[    6.430784] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[    6.436778] tegradc 15200000.display: fb registered
[    6.436844] irq: IRQ271: trimming hierarchy from :pmc@c360000
[    6.442920] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (509:0)
[    6.467544] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    6.471782] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    6.477934]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
ÿâpll_d2 has no dyn ramp
ÿá[    6.562986] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.563136] tegradc 15200000.display: timeout waiting for postcomp init state to promote
[    6.587065] nvethernet 2490000.ethernet: failed to get eqos_rx_m clk
[    6.587246] nvethernet 2490000.ethernet: failed to get eqos_rx_input clk
[    6.587416] nvethernet 2490000.ethernet: failed to get eqos_tx_divider clk
[    6.588775] nvethernet 2490000.ethernet: Ethernet MAC address: 48:b0:2d:93:2f:ea
[    6.589413] nvethernet 2490000.ethernet: Macsec not supported/Not enabled in DT
[    6.590413] nvethernet 2490000.ethernet: eth0 (HW ver: 50) created with 1 DMA channels
[    6.591577] irq: IRQ273: trimming hierarchy from :pmc@c360000
[    6.591860] irq: IRQ274: trimming hierarchy from :interrupt-controller@3881000
[    6.593856] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.596618] tegra-se-nvhost 15810000.se: Adding to iommu group 29
[    6.598387] tegra-se-nvhost 15810000.se: initialized
[    6.600133] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    6.600862] tegra-se-nvhost 15820000.se: Adding to iommu group 30
[    6.601681] tegra-se-nvhost 15820000.se: initialized
[    6.603420] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    6.604086] tegra-se-nvhost 15830000.se: Adding to iommu group 31
[    6.604916] tegra-se-nvhost 15830000.se: initialized
[    6.610098] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    6.614995] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.615987] tegra-se-nvhost 15840000.se: Adding to iommu group 32
[    6.622019] tegradc 15200000.display: timeout waiting for win assignments to promote
[    6.622026] tegradc 15200000.display: tegra_nvdisp_head_enable, failed head enable
[    6.622337] tegradc 15210000.display: disp1 connected to head1->sor
[    6.628899] tegra-se-nvhost 15840000.se: initialized
[    6.635643] tegradc 15210000.display: parse_dp_settings: No dp-lt-settings node
[    6.644866] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    6.649644] tegradc 15210000.display: DT parsed successfully
[    6.655876] tegra_actmon d230000.actmon: in actmon_register()...
[    6.661774] tegradc 15210000.display: Display dc.00000000c6e85d91 registered with id=1
[    6.668048] tegra_actmon d230000.actmon: bwmgr_disable = 0
[    6.673590] tegradc 15210000.display: vblank syncpt # 15 for dc 1
[    6.680036] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[    6.687197] tegradc 15210000.display: vpulse3 syncpt # 16 for dc 1
[    6.693722] tegradc 15210000.display: probed
[    6.717741] tegradc 15210000.display: fb registered
[    6.718403] hvc_sysfs: hypervisor is not present
[    6.725852] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    6.727521] clk: Disabling unused clocks
[    6.734356] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    6.734366] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
ÿâpll_d2 has no dyn ramp
ÿá[    6.751623] tegradc 15200000.display: blank - powerdown
[    6.755919] tegradc 15200000.display: unblank
[    6.762503] ALSA device list:
[    6.762509]   No soundcards found.
[    6.814989] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.814994] tegradc 15200000.display: dc timeout waiting for DC to stop
[    6.866985] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.866991] tegradc 15200000.display: dc timeout waiting for DC to stop
[    6.918998] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.919003] tegradc 15200000.display: timeout waiting for postcomp init state to promote
[    6.951056] tegra_cec 3960000.tegra_cec: Can't find physical address.
[    6.951061] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    6.970982] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.970987] tegradc 15200000.display: timeout waiting for win assignments to promote
[    6.970992] tegradc 15200000.display: tegra_nvdisp_head_enable, failed head enable
[    6.971020] tegradc 15200000.display: update windows ret = -14
[    6.971029] tegradc 15200000.display: sync windows ret = -14
[    6.996162] tegradc 15210000.display: blank - powerdown
[    6.997312] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    6.997316] Extcon DP: HPD disabled
[    6.997320] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    6.997329] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    6.997334] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    7.022152] extcon-disp-state external-connection:disp-state: cable 53 state 1
[    7.023154] Freeing unused kernel memory: 3904K
[    7.029296] Extcon HDMI: HPD enabled
[    7.034006] Run /init as init process
[    7.037578] tegradc 15200000.display: hdmi: plugged
[    7.700895] EXT4-fs (nvme0n1p14): recovery complete
[    7.702748] EXT4-fs (nvme0n1p14): mounted filesystem with ordered data mode. Opts: (null)
[    8.002209] EXT4-fs (nvme0n1p16): recovery complete
[    8.005148] EXT4-fs (nvme0n1p16): mounted filesystem with ordered data mode. Opts: (null)
[    8.096148] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.100523] systemd[1]: Detected architecture arm64.
[    8.106362] systemd[1]: Hostname set to <oxos-mc2-emitter>.
[    8.251063] tegra-xusb 3610000.xhci: entering ELPG done
[    8.486464] systemd[1]: Queued start job for default target Multi-User System.
[    8.514140] systemd[1]: Created slice Slice /system/getty.
[    8.518164] systemd[1]: Created slice Slice /system/modprobe.
[    8.521980] systemd[1]: Created slice Slice /system/serial-getty.
[    8.525692] systemd[1]: Created slice Slice /system/systemd-fsck.
[    8.528947] systemd[1]: Created slice User and Session Slice.
[    8.531358] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.533705] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.535773] systemd[1]: Expecting device /dev/disk/by-partlabel/esp...
[    8.537702] systemd[1]: Expecting device /dev/nvme0n1p16...
[    8.539998] systemd[1]: Reached target Path Units.
[    8.541951] systemd[1]: Reached target Remote File Systems.
[    8.544011] systemd[1]: Reached target Slice Units.
[    8.545995] systemd[1]: Reached target Swaps.
[    8.565152] systemd[1]: Listening on RPCbind Server Activation Socket.
[    8.567530] systemd[1]: Reached target RPC Port Mapper.
[    8.570537] systemd[1]: Listening on Syslog Socket.
[    8.572864] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.576138] systemd[1]: Listening on Journal Audit Socket.
[    8.578771] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.581587] systemd[1]: Listening on Journal Socket.
[    8.584460] systemd[1]: Listening on Network Service Netlink Socket.
[    8.587497] systemd[1]: Listening on udev Control Socket.
[    8.590124] systemd[1]: Listening on udev Kernel Socket.
[    8.592740] systemd[1]: Listening on User Database Manager Socket.
[    8.600181] systemd[1]: Mounting Huge Pages File System...
[    8.606029] systemd[1]: Mounting POSIX Message Queue File System...
[    8.612710] systemd[1]: Mounting Kernel Debug File System...
[    8.619439] systemd[1]: Mounting Kernel Trace File System...
[    8.627186] systemd[1]: Mounting Temporary Directory /tmp...
[    8.633422] systemd[1]: Starting Entropy Daemon based on the HAVEGE algorithm...
[    8.640518] systemd[1]: Starting Create List of Static Device Nodes...
[    8.646918] systemd[1]: Starting Mender service to grow data partition size...
[    8.654109] systemd[1]: Starting Load Kernel Module configfs...
[    8.661144] systemd[1]: Starting Load Kernel Module drm...
[    8.668630] systemd[1]: Starting Load Kernel Module fuse...
[    8.676102] systemd[1]: Starting NVIDIA-specific startup...
[    8.683240] systemd[1]: Starting Overlayfs directories setup...
[    8.689906] systemd[1]: Starting RPC Bind...
[    8.695485] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    8.707446] systemd[1]: Starting Journal Service...
[    8.719192] systemd[1]: Starting Load Kernel Modules...
[    8.728590] systemd[1]: Starting Generate network units from Kernel command line...
[    8.736824] fuse: init (API version 7.32)
[    8.747164] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.768127] systemd[1]: Starting Coldplug All udev Devices...
[    8.784617] EXT4-fs (nvme0n1p14): re-mounted. Opts: (null)
[    8.786846] systemd[1]: Starting Overlayfs directories setup...
[    8.806527] systemd[1]: Started RPC Bind.
[    8.809612] systemd[1]: Mounted Huge Pages File System.
[    8.810006] systemd-journald[283]: Collecting audit messages is enabled.
[    8.813720] systemd[1]: Mounted POSIX Message Queue File System.
[    8.816335] systemd[1]: Mounted Kernel Debug File System.
[    8.818884] systemd[1]: Mounted Kernel Trace File System.
[    8.821624] systemd[1]: Mounted Temporary Directory /tmp.
[    8.826122] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[    8.829577] systemd[1]: Finished Create List of Static Device Nodes.
[    8.832728] systemd[1]: Finished Mender service to grow data partition size.
[    8.836393] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.838182] systemd[1]: Finished Load Kernel Module configfs.
[    8.842125] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.844184] systemd[1]: Finished Load Kernel Module drm.
[    8.847007] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    8.847809] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.848969] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x00000000ce000000,704643072
[    8.849847] systemd[1]: Finished Load Kernel Module fuse.
[    8.850923] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    8.853030] nvmap_page_pool_init: Total RAM pages: 1749388
[    8.853035] nvmap_page_pool_init: nvmap page pool size: 218673 pages (854 MB)
[    8.853220] nvmap_background_zero_thread: PP zeroing thread starting.
[    8.854319] misc nvmap: created heap vpr base 0x00000000ce000000 size (688128KiB)
[    8.863379] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    8.863390] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    8.879935] systemd[1]: Finished NVIDIA-specific startup.
[    8.887068] systemd[1]: Finished Overlayfs directories setup.
[    8.892085] systemd[1]: Finished Generate network units from Kernel command line.
[    8.900809] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.906141] systemd[1]: Finished Overlayfs directories setup.
[    8.917647] systemd[1]: Mounting FUSE Control File System...
[    8.925608] systemd[1]: Mounting Kernel Configuration File System...
[    8.943711] systemd[1]: Starting Grow File System on /data...
[    8.948965] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    8.961906] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    8.970383] systemd[1]: Mounted FUSE Control File System.
[    8.987260] systemd[1]: Mounted Kernel Configuration File System.
[    8.997803] EXT4-fs (nvme0n1p16): resizing filesystem from 226932039 to 226932039 blocks
[    9.017389] systemd[1]: Finished Grow File System on /data.
[    9.061020] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    9.064714] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    9.071687] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.130752] systemd[1]: Finished Create Static Device Nodes in /dev.
[    9.133570] systemd[1]: Reached target Preparation for Local File Systems.
[    9.136897] systemd[1]: opt-oxos-data-config-device\x2dspecific.mount: Directory /opt/oxos/data/config/device-specific to mount over is not empty, mounting anyway.
[    9.143016] systemd[1]: Mounting Overlayfs mount unit...
[    9.145921] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
[    9.153016] systemd[1]: Mounting Overlayfs mount unit...
[    9.167168] systemd[1]: Mounting /var/volatile...
[    9.172091] audit: type=1334 audit(24.128:2): prog-id=6 op=LOAD
[    9.173242] audit: type=1334 audit(24.128:3): prog-id=7 op=LOAD
[    9.191314] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    9.198768] systemd[1]: Mounted Overlayfs mount unit.
[    9.207700] systemd[1]: Mounted Overlayfs mount unit.
[    9.210292] systemd[1]: Started Journal Service.
[    9.305826] systemd-journald[283]: Received client request to flush runtime journal.
[    9.309237] systemd-journald[283]: File /var/log/journal/23dc2f7ceeba47eebfe6f3942140525a/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.450049] audit: type=1334 audit(24.404:4): prog-id=8 op=LOAD
[    9.451143] audit: type=1334 audit(24.408:5): prog-id=9 op=LOAD
[    9.452170] audit: type=1334 audit(24.408:6): prog-id=10 op=LOAD
[   10.091787] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000
[   10.091787]
[   10.118494] [drm] Initialized tegra-udrm 0.0.0 20182809 for tegra_udrm on minor 0
[   10.119508] [drm] Initialized tegra-udrm 0.0.0 20182809 on minor 0
[   10.388385] nvethernet 2490000.ethernet det0: renamed from eth0
[   10.926708] spi-tegra114 3210000.spi: Adding to iommu group 2
[   10.953349] spi-tegra114 3230000.spi: Adding to iommu group 2
[   11.049527] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[   11.061201] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.068019] imx219 9-0010: board setup failed
[   11.069022] imx219: probe of 9-0010 failed with error -121
[   11.070160] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[   11.087193] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.093615] imx219 10-0010: board setup failed
[   11.094588] imx219: probe of 10-0010 failed with error -121
[   11.105813] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   11.116433] cpu-throttle-alert cooling device registered.
[   11.132616] gpu-throttle-alert cooling device registered.
[   11.139078] aux-throttle-alert cooling device registered.
[   11.142996] hot-surface-alert cooling device registered.
[   11.181775] nvadsp 2993000.adsp: Adding to iommu group 33
[   11.183927] nvadsp 2993000.adsp: in probe()...
[   11.189011] tegra-hda 3510000.hda: Adding to iommu group 34
[   11.215308] irq: IRQ280: trimming hierarchy from :pmc@c360000
[   11.216241] edt_ft5x06 1-0048: supply vcc not found, using dummy regulator
[   11.216313] tegra-hda 3510000.hda: Override SDO lines to 4
[   11.219222] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   11.251292] input: generic ft5x06 (11) as /devices/platform/c240000.i2c/i2c-1/1-0048/input/input1
[   11.345756] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input2
[   11.347843] tegra-asoc: sound: Adding to iommu group 33
[   11.347863] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input3
[   11.356362] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input4
[   11.368799] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input5
[   11.409532] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 33
[   11.410562] tegra210_adsp_audio_probe: platform probe started
[   11.412786] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   11.414914] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   11.430901] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   11.432827] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   11.434557] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   11.458949] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   11.463954] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   11.467394] tegra210-adsp tegra210-adsp: using adma channel page 0
[   11.468430] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   11.592507] cryptd: max_cpu_qlen set to 1000
[   11.812195] tegra210-adsp tegra210-adsp: Loaded app wire
[   11.813065] tegra210-adsp tegra210-adsp: Loaded app apm
[   11.813861] tegra210-adsp tegra210-adsp: Loaded app adma
[   11.814666] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   11.815541] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 000000001141e8b4
[   11.840054] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   12.148316] FAT-fs (nvme0n1p10): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   12.289375] audit: type=1334 audit(27.244:7): prog-id=11 op=LOAD
[   12.297363] audit: type=1334 audit(27.252:8): prog-id=12 op=LOAD
[   12.753029] audit: type=1334 audit(27307.528:9): prog-id=13 op=LOAD
[   12.754042] audit: type=1334 audit(27307.528:10): prog-id=14 op=LOAD
[   12.754859] audit: type=1334 audit(27307.528:11): prog-id=15 op=LOAD
[   12.946849] 8021q: 802.1Q VLAN Support v1.8
[   13.183244] nvgpu: 17000000.gv11b                  gk20a_scale_init:541  [INFO]  enabled scaling for GPU
[   13.183244]
[   13.567544] irq: IRQ282: trimming hierarchy from :interrupt-controller@3881000

What change did you make there?

If you built out a kernel, then it should be at least in 2025. But the built time indicate your kernel didn’t go though any rebuild.

Hey Wayne,

We cache kernel builds. The changes to powergate-bpmp.c triggered a rebuild of the specific object as you see in the screenshot. We also confirmed that the disable-seamless flag was set in the devicetree by hexdumping the value in a running system.

We don’t update the build timestamp every build as that would force kernel rebuilds on every small os rebuild.

Do you have any other suggestions to fix the display bringup issue?

This issue is actually a will-not-fix issue due to driver structure.

But I doubt the reproduce rate on your side seems higher than other users.

How frequently did you hit this issue?

Could you enable the debug log in bpmp driver so that I can confirm everything is added?

Hi Wayne,

This isn’t an intermittent issue. We were able to replicate this issue with 100% certainty using the current device tree and a valid EDID. As stated before, not only can we replicate the issue occurring, but we can replicate a workaround by using an EDID with garbage data (though that doesn’t solve the entire problem, as the boot image can’t display correctly using this method).

Can you describe how to enable the debug log in the bpmp driver?

I am just talking about change that dev_dbg to dev_info in the screenshot you added which is just added by that patch.

If this is 100% reproduce issue every time, I think it is a problem that is still different from what that patch can enhance or fix.

One weird thing is the issue I am talking about here is present in every Jetpack5 version. Not only jp5.1.4 but also jp5.0.2/5.1/5.1.1.

Your comment that this issue is not there in jp5.1.1 does not make sense to me.

If you are pretty sure jp5.1.1 (rel-35.3.1) won’t hit. Please also check the status of jp5.1.2 and 5.1.3. This may provide some clues.

Hi Wayne,

Here is the log with dev_dbg changed to dev_info:


)ø'¡ÿÿþ?ûÿþµÚÖöµQP!ÿýïè¯íÿôÿÿ¿r¤D ÿ+ï/`yßû÷Ú÷ûÿ
                                               $@­¯­¥¡¡
                                                         J
                                                          ÿâ
[0000.025] W> RATCHET: MB1 binary ratchet value 4 is larger than ratchet level 2 from HW fuses.
[0000.033] I> MB1 (prd-version: 2.6.0.0-t194-41334769-cab45716)
[0000.039] I> Boot-mode: Coldboot
[0000.042] I> Platform: Silicon
[0000.044] I> Chip revision : A02P
[0000.047] I> Bootrom patch version : 15 (correctly patched)
[0000.053] I> ATE fuse revision : 0x200
[0000.056] I> Ram repair fuse : 0x0
[0000.059] I> Ram Code : 0x0
[0000.062] I> rst_source: 0x0, rst_level: 0x0
[0000.067] I> Boot-device: QSPI (instance: 0)
[0000.070] I> Qspi flash params source = brbct
[0000.075] I> Qspi clock source : pllp
[0000.078] I> Qspi-0 initialized successfully
[0000.082] I> Boot chain mechanism: A/B
[0000.085] I> Current Boot-Chain Slot: 0
[0000.089] I> BR-BCT Boot-Chain: 0, status: 0. update flag: 0
[0000.094] I> Qspi flash params source = brbct
[0000.101] W> PROD_CONFIG: device prod data is empty in MB1 BCT.
[0000.108] I> Temperature = 21500
[0000.111] W> Skipping boost for clk: BPMP_CPU_NIC
[0000.115] W> Skipping boost for clk: BPMP_APB
[0000.119] W> Skipping boost for clk: AXI_CBB
[0000.123] W> Skipping boost for clk: AON_CPU_NIC
[0000.127] W> Skipping boost for clk: CAN1
[0000.131] W> Skipping boost for clk: CAN2
[0000.135] I> Boot-device: QSPI (instance: 0)
[0000.139] I> Qspi flash params source = mb1bct
[0000.143] I> Qspi clock source : pllc_out0
[0000.147] I> Qspi-0 reinitialized
[0000.150] I> Qspi flash params source = mb1bct
[0000.163] I> Non-ECC region[0]: Start:0x80000000, End:0x100000000
[0000.170] W>  Thermal config not found in BCT
[0000.178] W>  MEMIO rail config not found in BCT
[0000.188] I> Qspi flash params source = mb1bct
[0000.202] I> Qspi flash params source = mb1bct
[0000.235] I> Qspi flash params source = mb1bct
[0000.799] I> Qspi flash params source = mb1bct
[0000.816] I> Qspi flash params source = mb1bct
[0000.855] W>  Platform config not found in BCT
[0000.882] I> Qspi flash params source = mb1bct
[0000.907] I> MB1 done

ÿýÿàmain enter
SPE VERSION #: R01.00.18 Created: Jan 29 2021 @ 14:18:27
HW Function test
Start Scheduler.
in late init
ÿâ
  [0000.917] I> Welcome to MB2(TBoot-BPMP) (version: default.t194-mobile-8e4b789e)
[0000.918] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.918] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.919] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.925] W> device prod register failed
[0000.928] I> gpio framework initialized
[0000.932] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0000.939] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0000.947] I> No valid sdcard_params in mb1_bct
[0000.951] I> Boot_device: QSPI_FLASH instance: 0
[0000.956] I> qspi flash-0 params source = boot args
[0000.961] I> QSPI-0l initialized successfully
[0000.965] I> sdmmc-3 params source = safe params
[0001.362] I> sdmmc DDR50 mode
[0001.380] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0001.397] W> Cannot find any partition table for 00000003
[0001.398]  > PARTITION_MANAGER: Failed to publish partition.
[0001.413] I> Found 12 partitions in SDMMC_USER (instance 3)
[0001.414] I> Active Boot chain : 0
[0002.106] I> Relocating BR-BCT
[0002.108]  > DEVICE_PROD: device prod is not initialized.
[0002.134] E> I2C: slave not found in slaves.
[0002.135] E> I2C: Could not write 0 bytes to slave: 0x00ae with repeat start true.
[0002.136] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.137] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xae at 0x00000000 via instance 0.
[0002.137] E> eeprom: Failed to read I2C slave device
[0002.141] I> Failed to read CVB eeprom data @ AE
[0002.145] I> Retrying CVB eeprom read @ AC ...
[0002.150] E> I2C: slave not found in slaves.
[0002.154] E> I2C: Could not write 0 bytes to slave: 0x00ac with repeat start true.
[0002.161] E> I2C_DEV: Failed to send register address 0x00000000.
[0002.167] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xac at 0x00000000 via instance 0.
[0002.176] E> eeprom: Failed to read I2C slave device
[0002.181] I> Failed to read CVB eeprom data @ AC
[0002.480] I> Relocating OP-TEE dtb from: 0x6bfff720 to 0x70050000, size: 1008
[0002.480] I> [0] START: 0x80000000, SIZE: 0x2f000000
[0002.481] I> [1] START: 0xaf010000, SIZE: 0x189f0000
[0002.481] I> [2] START: 0xc7b00000, SIZE: 0xc0000
[0002.482] I> [3] START: 0xca000000, SIZE: 0x800000
[0002.482] I> dram_block larger than 80000000
[0002.485] I> [4] START: 0x100000000, SIZE: 0x180000000
[0002.496] I> Setting NS memory ranges to OP-TEE dtb finished.
[0002.499] I> found decompressor handler: lz4
[0002.760] I> EKB detected (length: 0x410) @ VA:0x52709400
[0002.762] I> Setting EKB blob info to OPTEE dtb finished.
ÿäNOTICE:  BL31: v2.6(release):l4t-r35.6.0
NOTICE:  BL31: Built : 2024-08-28 08:37:16
I/TC: Physical secure memory base 0xcb040000 size 0xf00000
ÿâ
  bpmp: init
bpmp: tag is 128431eec76692047e1ac1ebc0392266
sku_dt_init: not sku 0x00
clk_early initialized
mail_early initialized
fuse initialized
hwwdt initialized
t194_ec_get_ec_list: found 45 ecs
ec initialized
vmon_setup_monitors: found 3 monitors
vmon initialized
adc initialized
fmon_populate_monitors: found 73 monitors
fmon initialized
mc initialized
reset initialized
nvhs initialized
uphy_early initialized
emc_early initialized
392 clocks registered
clk initialized
io_dpd initialized
thermal initialized
thermal_mrq initialized
i2c initialized
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
vrmon initialized
regulator initialized
avfs_clk_platform initialized
soctherm initialized
aotag initialized
powergate initialized
dvs initialized
pm initialized
suspend initialized
pg_late initialized
pg_mrq_init initialized
strap initialized
nvl initialized
emc initialized
emc_mrq initialized
clk_dt initialized
tj_init initialized
uphy_dt initialized
uphy_mrq initialized
uphy initialized
ec_swd_poll_start: 281 reg polling start w period 47 ms
ec_late initialized
hwwdt_late initialized
reset_mrq initialized
ec_mrq initialized
fmon_mrq initialized
clk_mrq initialized
avfs_mrq initialized
mail_mrq initialized
i2c_mrq initialized
tag_mrq initialized
console_mrq initialized
mrq initialized
clk_sync_fmon_post initialized
ÿäI/TC:
ÿâclk_dt_late initialized
noc_late initialized
pm_post initialized
dbells initialized
dmce initialized
cvc initialized
avfs_clk_mach_post initialized
avfs_clk_platform_post initialized
cvc_late initialized
regulator_post initialized
rm initialized
console_late initialized
clk_dt_post initialized
mc_reg initialized
ÿäI/TC: Non-secure external DT fouÿâpg_post initialized
profile initialized
fuse_late initialized
extras_post initialized
bpmp: init complete
entering main console loop
] ÿänd
I/TC: OP-TEE version: 3.22 (gcc version 13.3.0 (GCC)) #1 Wed Aug 28 09:03:20 UTC 2024 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
ÿá
  [0003.434] I> Welcome to NVDisp-Init
[0003.434] I> NVDisp-Init version: 32.07.02-oe4t-t194-22776bfd
[0003.435] I> CPU-BL Params @ 0xca020000
[0003.435] I>  0) Base:0x00000000 Size:0x00000000
[0003.435] I>  1) Base:0xc8100000 Size:0x00100000
[0003.435] I>  2) Base:0xc9800000 Size:0x00200000
[0003.436] I>  3) Base:0xc8600000 Size:0x00200000
[0003.439] I>  4) Base:0xc8000000 Size:0x00100000
[0003.444] I>  5) Base:0xc7f00000 Size:0x00100000
[0003.448] I>  6) Base:0xc9400000 Size:0x00400000
[0003.453] I>  7) Base:0xc9000000 Size:0x00400000
[0003.457] I>  8) Base:0xc7e00000 Size:0x00100000
[0003.462] I>  9) Base:0xc7d00000 Size:0x00100000
[0003.466] I> 10) Base:0xca800000 Size:0x00800000
[0003.471] I> 11) Base:0x40000000 Size:0x00040000
[0003.475] I> 12) Base:0xc7c00000 Size:0x00100000
[0003.480] I> 13) Base:0x40046000 Size:0x00002000
[0003.484] I> 14) Base:0x40048000 Size:0x00002000
[0003.489] I> 15) Base:0xaf000000 Size:0x00004000
[0003.493] I> 16) Base:0x4004a000 Size:0x00002000
[0003.497] I> 17) Base:0xc7a00000 Size:0x00100000
[0003.502] I> 18) Base:0x4004c000 Size:0x00002000
[0003.506] I> 19) Base:0xc9a00000 Size:0x00600000
[0003.511] I> 20) Base:0x4004e000 Size:0x00002000
[0003.515] I> 21) Base:0xc7bc0000 Size:0x0000c000
[0003.520] I> 22) Base:0x00000000 Size:0x00000000
[0003.524] I> 23) Base:0xc7be0000 Size:0x00020000
[0003.529] I> 24) Base:0xcc000000 Size:0x02000000
[0003.533] I> 25) Base:0x40050000 Size:0x00002000
[0003.538] I> 26) Base:0x40040000 Size:0x00006000
[0003.542] I> 27) Base:0xc8c00000 Size:0x00400000
[0003.547] I> 28) Base:0xc8400000 Size:0x00200000
[0003.551] I> 29) Base:0xc8800000 Size:0x00400000
[0003.555] I> 30) Base:0xc7bd0000 Size:0x00010000
[0003.560] I> 31) Base:0x00000000 Size:0x00000000
[0003.564] I> 32) Base:0xf8000000 Size:0x08000000
[0003.569] I> 33) Base:0xce000000 Size:0x2a000000
[0003.573] I> 34) Base:0xcb000000 Size:0x01000000
[0003.578] I> 35) Base:0xae000000 Size:0x01000000
[0003.582] I> 36) Base:0xa0000000 Size:0x0e000000
[0003.587] I> 37) Base:0xca000000 Size:0x00800000
[0003.591] I> 38) Base:0x80000000 Size:0x20000000
[0003.596] I> 39) Base:0xb0000000 Size:0x08000000
[0003.600] I> 40) Base:0x00000000 Size:0x00000000
[0003.605] I> 41) Base:0x00000000 Size:0x00000000
[0003.609] I> 42) Base:0xc8200000 Size:0x00200000
[0003.613] I> 43) Base:0x00000000 Size:0x00000000
[0003.618] I> 44) Base:0x00000000 Size:0x00000000
[0003.622] I> 45) Base:0x00000000 Size:0x00000000
[0003.627] GIC-SPI Target CPU: 0
[0003.630] Interrupts Init done
[0003.633] calling constructors
[0003.636] initializing heap
[0003.638] I> Heap: [0xa0960000 ... 0xadf00000]
[0003.643] initializing threads
[0003.645] initializing timers
[0003.648] creating bootstrap completion thread
[0003.653] top of bootstrap2()
[0003.655] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000
[0003.660] initializing platform
[0003.663] E> DEVICE_PROD: Invalid value data = 0, size = 0.
[0003.668] W> device prod register failed
[0003.672] I> Bl_dtb @0xadf00000
[0003.675] I> gpio framework initialized
[0003.686] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' driver
[0003.692] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon' driver
[0003.697] I> fixed regulator driver initialized
[0003.712] I> register 'maxim' power off handle
[0003.714] I> virtual i2c enabled
[0003.714] I> registered 'maxim,max20024' pmic
[0003.715] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver
[0003.716] I> Boot-device: QSPI
[0003.719] I> Boot_device: QSPI_FLASH instance: 0
[0003.724] I> configure_qspi_clk: qparams clk_src = 5, clk_div = 0, clk_src_freq = 800000000, interface_freq = 50000000
[0003.734] I> configure_qspi_clk: FORCING INTERFACE_FREQ TO 133000000!!
[0003.742] I> QSPI source rate = 204000 Khz
[0003.745] I> Requested rate for QSPI clock = 34000 Khz
[0003.750] I> BPMP-set rate for QSPI clk = 34000 Khz
[0003.755] I> tx_clk_tap_delay : 0
[0003.758] I> rx_clk_tap_delay : 16
[0003.761] I> QSPI Flash Size = 32 MB
[0003.769] I> Qspi initialized successfully
[0003.769] I> qspi flash-0 params source = boot args
[0003.773] W> No board IDs available
[0003.776] E> Failed to get board id info!
[0003.782] I> sdmmc-3 params source = safe params
[0003.789] I> Found 41 partitions in QSPI_FLASH (instance 0)
[0003.791] W> Cannot find any partition table for 00000003
[0003.795] E> Failed to publish 00000003
[0003.805] I> Found 12 partitions in SDMMC_USER (instance 3)
[0003.818] I> regulator 'vdd-hdmi-5v0' already enabled
[0003.823] I> regulator 'vdd-hdmi-5v0' already enabled
[0003.824] I> hdmi cable connected
[0003.828] W> set volts not configured for 'vdd-1v0'
[0003.833] W> set volts not configured for 'vdd-1v8-hs'
[0003.833] I> retrieved tmds range from prod_list_hdmi_soc
[0003.834] E> cannot find any other nvdisp nodes
[0003.852] I> edid read success
[0003.852] I> width = 720, height = 720, frequency = 45210000
[0003.853] I> Best mode Width = 1024, Height = 768, freq = 65000000
[0003.858] I> hdmi_enable, starting HDMI initialisation
[0003.863] I> hdmi_enable, HDMI initialisation complete
[0003.867] initializing target
[0003.868] calling apps_init()
[0003.869] starting app kernel_boot_app
[0003.870] I> Kernel type = Normal

Jetson UEFI firmware (version v35.6.0 built on 2024-09-17T13:50:43+00:00)






























































ÿäI/TC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
I/TC: WARNING: Test UEFI variable auth key is being used !
I/TC: WARNING: UEFI variable protection is not fully enabled !
ÿá




































  ÿäE/TC:? 0 get_rpc_alloc_res:645 RPC allocation failed. Non-secure world result: ret=0xffff0000 ret_origin=0
E/LD:  init_elf:486 sys_open_ta_bin(bc50d971-d4c9-42c4-82cb-343fb7f37896)
E/TC:? 0 ldelf_init_with_ldelf:131 ldelf failed with res: 0xffff000c
ÿá




























































































































































































































































ÿäI/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
ÿá[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x4e0f0040]
[    0.000000] Linux version 5.10.216-l4t-35.6.0+g4bce4d148ef3 (oe-user@oe-host) (aarch64-oe4t-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Sat Sep 7 11:18:48 UTC 2024
[    0.000000] Machine model: NVIDIA Jetson Xavier NX Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x2763c8a98 SMBIOS=0xc7bb0000 SMBIOS 3.0=0x27b7d0000 MEMATTR=0x27622f018 ESRT=0x276232b98 RNG=0x26a440018 MEMRESERVE=0x26a6f6f18
[    0.000000] random: crng init done
[    0.000000] esrt: Reserving ESRT space from 0x0000000276232b98 to 0x0000000276232bd0.
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000a0973fff]
[    0.000000]   node   0: [mem 0x00000000a0974000-0x00000000a0975fff]
[    0.000000]   node   0: [mem 0x00000000a0977000-0x00000000aeffffff]
[    0.000000]   node   0: [mem 0x00000000af010000-0x00000000c79fffff]
[    0.000000]   node   0: [mem 0x00000000c7b00000-0x00000000c7b9ffff]
[    0.000000]   node   0: [mem 0x00000000c7ba0000-0x00000000c7bbffff]
[    0.000000]   node   0: [mem 0x00000000ca000000-0x00000000ca7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026c856fff]
[    0.000000]   node   0: [mem 0x000000026c857000-0x000000026cc6bfff]
[    0.000000]   node   0: [mem 0x000000026cc6c000-0x000000027a14ffff]
[    0.000000]   node   0: [mem 0x000000027a150000-0x000000027c08ffff]
[    0.000000]   node   0: [mem 0x000000027c090000-0x000000027fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000027fffffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] cma: Reserved 64 MiB at 0x00000000c3800000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.2
[    0.000000] percpu: Embedded 32 pages/cpu s90584 r8192 d32296 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: NVIDIA Carmel CNP erratum
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1839268
[    0.000000] Kernel command line: console=ttyTCU0,115200 console=tty0 fbcon=map:0 video=efifb:off nospectre_bhb fips=1 fbcon=rotate:2 systemd.machine_id=c10c7677b8f84edf9e3bbe4573684359
[    0.000000] fips mode: enabled
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000b3800000-0x00000000c3800000] (256MB)
[    0.000000] Memory: 6925428K/7473852K available (18304K kernel code, 3144K rwdata, 7180K rodata, 3904K init, 1417K bss, 482888K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000005] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000670] Console: colour dummy device 80x25
[    0.001835] printk: console [tty0] enabled
[    0.001917] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.001962] pid_max: default: 32768 minimum: 301
[    0.002111] LSM: Security Framework initializing
[    0.002184] Yama: becoming mindful.
[    0.002226] SELinux:  Initializing.
[    0.002361] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002399] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.005126] rcu: Hierarchical SRCU implementation.
[    0.005338] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.005970] DTS File Name: /home/microc/mcx-infrastructure/mc2-yocto-os/build-oxos-mc2-emitter/tmp/work-shared/oxos-mc2-emitter/kernel-source/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.006020] DTB Build time: Apr  5 2011 23:00:00
[    0.008793] Tegra Revision: A02 SKU: 0xde CPU Process: 0 SoC Process: 0
[    0.009028] Remapping and enabling EFI services.
[    0.011559] smp: Bringing up secondary CPUs ...
[    0.042507] Detected PIPT I-cache on CPU1
[    0.042585] CPU1: Booted secondary processor 0x0000000001 [0x4e0f0040]
[    0.072512] Detected PIPT I-cache on CPU2
[    0.072608] CPU2: Booted secondary processor 0x0000000100 [0x4e0f0040]
[    0.102152] Detected PIPT I-cache on CPU3
[    0.102284] CPU3: Booted secondary processor 0x0000000101 [0x4e0f0040]
[    0.131818] Detected PIPT I-cache on CPU4
[    0.131920] CPU4: Booted secondary processor 0x0000000200 [0x4e0f0040]
[    0.161616] Detected PIPT I-cache on CPU5
[    0.161705] CPU5: Booted secondary processor 0x0000000201 [0x4e0f0040]
[    0.162131] smp: Brought up 1 node, 6 CPUs
[    0.162350] SMP: Total of 6 processors activated.
[    0.162404] CPU features: detected: Privileged Access Never
[    0.162441] CPU features: detected: LSE atomic instructions
[    0.162456] CPU features: detected: User Access Override
[    0.162469] CPU features: detected: 32-bit EL0 Support
[    0.162481] CPU features: detected: RAS Extension Support
[    0.162492] CPU features: detected: CRC32 instructions
[    0.162505] CPU features: detected: 32-bit EL1 Support
[    0.198018] spectre-bhb mitigation disabled by command line option
[    0.231383] CPU: All CPU(s) started at EL2
[    0.237519] devtmpfs: initialized
[    0.284589] KASLR enabled
[    0.284882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.284936] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.285929] pinctrl core: initialized pinctrl subsystem
[    0.286985] SMBIOS 3.0.0 present.
[    0.287013] DMI: NVIDIA NVIDIA Jetson Xavier NX Developer Kit/Jetson, BIOS v35.6.0 09/17/2024
[    0.287627] NET: Registered protocol family 16
[    0.289493] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.289985] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.290686] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.290757] audit: initializing netlink subsys (disabled)
[    0.291056] audit: type=2000 audit(0.288:1): state=initialized audit_enabled=0 res=1
[    0.291511] thermal_sys: Registered thermal governor 'step_wise'
[    0.291519] thermal_sys: Registered thermal governor 'power_allocator'
[    0.291537] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.293800] cpuidle: using governor menu
[    0.294060] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.294591] ASID allocator initialised with 32768 entries
[    0.294827] Serial: AMBA PL011 UART driver
[    0.299754] Tegra reboot handler registered.
[    0.382507] mc: mapped MMIO address: 0xffff800010580000 -> 0x2c10000
[    0.382547] mc: mapped MMIO address: 0xffff8000105a0000 -> 0x2c20000
[    0.382572] mc: mapped MMIO address: 0xffff8000105c0000 -> 0x2c30000
[    0.382596] mc: mapped MMIO address: 0xffff8000105e0000 -> 0x2c40000
[    0.382621] mc: mapped MMIO address: 0xffff800010600000 -> 0x2c50000
[    0.382650] mc: mapped MMIO address: 0xffff800010620000 -> 0x2b80000
[    0.382673] mc: mapped MMIO address: 0xffff800010640000 -> 0x2b90000
[    0.382696] mc: mapped MMIO address: 0xffff800010660000 -> 0x2ba0000
[    0.382718] mc: mapped MMIO address: 0xffff800010680000 -> 0x2bb0000
[    0.382769] mc: mapped MMIO address: 0xffff8000106a0000 -> 0x1700000
[    0.382795] mc: mapped MMIO address: 0xffff8000106c0000 -> 0x1710000
[    0.382823] mc: mapped MMIO address: 0xffff8000106e0000 -> 0x1720000
[    0.382847] mc: mapped MMIO address: 0xffff800010700000 -> 0x1730000
[    0.382873] mc: mapped MMIO address: 0xffff800010720000 -> 0x1740000
[    0.382895] mc: mapped MMIO address: 0xffff800010740000 -> 0x1750000
[    0.382918] mc: mapped MMIO address: 0xffff800010760000 -> 0x1760000
[    0.382941] mc: mapped MMIO address: 0xffff800010780000 -> 0x1770000
[    0.383048] mc-err: mcerr ops are set to t19x
[    0.395426] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.395449] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.395461] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.395472] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.402344] ACPI: Interpreter disabled.
[    0.403622] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.404914] iommu: Default domain type: Translated
[    0.405020] eventlib_kernel: keventlib is initialized, test id: 0
[    0.405431] SCSI subsystem initialized
[    0.405589] usbcore: registered new interface driver usbfs
[    0.405627] usbcore: registered new interface driver hub
[    0.405660] usbcore: registered new device driver usb
[    0.406095] mc: Linux media interface: v0.10
[    0.406124] videodev: Linux video capture interface: v2.00
[    0.406453] pps_core: LinuxPPS API ver. 1 registered
[    0.406464] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.406490] PTP clock support registered
[    0.406703] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    0.407218] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.407291] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.407884] Registered efivars operations
[    0.414674] FPGA manager framework
[    0.414784] Advanced Linux Sound Architecture Driver Initialized.
[    0.415384] Bluetooth: Core ver 2.22
[    0.415422] NET: Registered protocol family 31
[    0.415433] Bluetooth: HCI device and connection manager initialized
[    0.415448] Bluetooth: HCI socket layer initialized
[    0.415463] Bluetooth: L2CAP socket layer initialized
[    0.415486] Bluetooth: SCO socket layer initialized
[    0.417088] camchar: rtcpu character device driver loaded
[    0.417758] clocksource: Switched to clocksource arch_sys_counter
[    0.717332] VFS: Disk quotas dquot_6.6.0
[    0.717403] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.718095] pnp: PnP ACPI: disabled
[    0.730072] la/ptsa driver initialized.
[    0.730245] NET: Registered protocol family 2
[    0.730409] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.735162] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.735233] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.735544] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.735945] TCP: Hash tables configured (established 65536 bind 65536)
[    0.736059] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.736146] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.736346] NET: Registered protocol family 1
[    0.737057] RPC: Registered named UNIX socket transport module.
[    0.737070] RPC: Registered udp transport module.
[    0.737080] RPC: Registered tcp transport module.
[    0.737088] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.737104] PCI: CLS 0 bytes, default 64
[    0.737364] Trying to unpack rootfs image as initramfs...
[    0.831741] Freeing initrd memory: 2680K
[    0.836195] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.836547] kvm [1]: IPA Size Limit: 40 bits
[    0.837096] kvm [1]: vgic interrupt IRQ9
[    0.837655] kvm [1]: VHE mode initialized successfully
[    0.839231] Initialise system trusted keyrings
[    0.839519] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    0.844764] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.845502] NFS: Registering the id_resolver key type
[    0.845524] Key type id_resolver registered
[    0.845533] Key type id_legacy registered
[    0.845604] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.845626] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.845658] ntfs: driver 2.1.32 [Flags: R/W].
[    0.854720] NET: Registered protocol family 38
[    0.854741] Key type asymmetric registered
[    0.854751] Asymmetric key parser 'x509' registered
[    0.854797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[    0.855029] io scheduler mq-deadline registered
[    0.855046] io scheduler kyber registered
[    0.863686] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    0.863748] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    0.863799] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    0.863856] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    0.863907] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    0.868463] scrncapt: init (heads:4 wins:6 planes:4)
[    0.869072] tegradccommon 15200000.display-hub: Nvhost Channel map failed
[    0.869681] EINJ: ACPI disabled.
[    0.872026] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.872044] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    0.872054] tegra-pmc: ### PMC reset level: L0
[    0.872063] tegra-pmc: ### PMC reset status reg: 0x0
[    0.872097] tegra-pmc: PMC Prod config success
[    0.877256] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.174803] printk: console [ttyTCU0] enabled
[    2.180912] arm-smmu 10000000.iommu: probing hardware configuration...
[    2.185449] arm-smmu 10000000.iommu: SMMUv2 with:
[    2.189962] arm-smmu 10000000.iommu:         stage 1 translation
[    2.195557] arm-smmu 10000000.iommu:         stage 2 translation
[    2.200811] arm-smmu 10000000.iommu:         nested translation
[    2.206334] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    2.213770] arm-smmu 10000000.iommu:         64 context banks (0 stage-2 only)
[    2.223310] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    2.226819] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.233378] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.240705] arm-smmu 12000000.iommu: probing hardware configuration...
[    2.246163] arm-smmu 12000000.iommu: SMMUv2 with:
[    2.250867] arm-smmu 12000000.iommu:         stage 1 translation
[    2.256391] arm-smmu 12000000.iommu:         stage 2 translation
[    2.262055] arm-smmu 12000000.iommu:         nested translation
[    2.267485] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    2.274403] arm-smmu 12000000.iommu:         64 context banks (0 stage-2 only)
[    2.284289] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    2.287554] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    2.294346] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    2.301663] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    2.311520] tegra_profiler: version: 1.151, samples/io: 51/30
[    2.314863] tegra_profiler: auth: init
[    2.319030] THERMAL EST: found 3 subdevs
[    2.322464] THERMAL EST num_resources: 0
[    2.326284] [THERMAL EST subdev 0]
[    2.329337] [THERMAL EST subdev 1]
[    2.333018] [THERMAL EST subdev 2]
[    2.336010] THERMAL EST: Found 2 profiles, default profile is quiet
[    2.342467] THERMAL EST: thz register success.
[    2.346744] THERMAL EST: end of probe, return err: 0
[    2.351964] nvsciipc: loaded module
[    2.359291] tun: Universal TUN/TAP device driver, 1.6
[    2.361539] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    2.367794] hns3: Copyright (c) 2017 Huawei Corporation.
[    2.373377] e1000e: Intel(R) PRO/1000 Network Driver
[    2.378277] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.384363] igb: Intel(R) Gigabit Ethernet Network Driver
[    2.389896] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.396174] PPP generic driver version 2.4.2
[    2.400397] PPP BSD Compression module registered
[    2.404904] PPP Deflate Compression module registered
[    2.410206] usbcore: registered new interface driver r8152
[    2.415684] usbcore: registered new interface driver asix
[    2.420963] usbcore: registered new interface driver ax88179_178a
[    2.427044] usbcore: registered new interface driver cdc_ether
[    2.432886] usbcore: registered new interface driver net1080
[    2.438834] usbcore: registered new interface driver cdc_subset
[    2.444722] usbcore: registered new interface driver zaurus
[    2.450494] usbcore: registered new interface driver cdc_ncm
[    2.456076] usbcore: registered new interface driver aqc111
[    2.461904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.467544] ohci-pci: OHCI PCI platform driver
[    2.472264] ohci-platform: OHCI generic platform driver
[    2.477883] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    2.484201] usbcore: registered new interface driver uas
[    2.488599] usbcore: registered new interface driver usb-storage
[    2.494670] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    2.500597] mousedev: PS/2 mouse device common for all mice
[    2.505476] usbcore: registered new interface driver xpad
[    2.513665] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.516480] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:17 UTC (17)
[    2.524255] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.530686] i2c /dev entries driver
[    2.533850] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    2.539856] tegra-i2c c240000.i2c: Adding to iommu group 2
[    2.545213] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    2.550610] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    2.555915] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    2.561165] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    2.566818] tegra-i2c c250000.i2c: Adding to iommu group 2
[    2.577224] pps pps0: new PPS source ktimer
[    2.577373] pps pps0: ktimer PPS source registered
[    2.580845] pps_ldisc: PPS line discipline registered
[    2.587339] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    2.593566] device-mapper: uevent: version 1.0.3
[    2.597713] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    2.608008] cpuidle: Initializing cpuidle driver
[    2.612213] sdhci: Secure Digital Host Controller Interface driver
[    2.617228] sdhci: Copyright(c) Pierre Ossman
[    2.621422] Synopsys Designware Multimedia Card Interface Driver
[    2.627828] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.633728] sdhci-tegra 3460000.sdhci: Adding to iommu group 3
[    2.634000] sdhci-tegra 3400000.sdhci: Adding to iommu group 4
[    2.634330] SMCCC: SOC_ID: ID = jep106:036b:0019 Revision = 0x00000102
[    2.635101] tegra-bpmp bpmp: firmware: 128431eec76692047e1ac1ebc0392266
[    2.650808] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    2.672994] vdd-1v0: supplied by regulator-dummy
[    2.678376] vdd-1v8-hs: supplied by regulator-dummy
[    2.683131] vdd-1v8-ls: supplied by regulator-dummy
[    2.687877] vdd-1v8-ao: supplied by regulator-dummy
[    2.691643] vddio-ddr-1v1: supplied by regulator-dummy
[    2.696183] vdd-rtc: supplied by regulator-dummy
[    2.698036] spmic-ldo1: supplied by regulator-dummy
[    2.699424] vdd-ao-3v3: supplied by regulator-dummy
[    2.709564] vddio-emmc-3v3: supplied by regulator-dummy
[    2.715978] spmic-ldo4: supplied by regulator-dummy
[    2.717381] vdd-usb-3v3: supplied by regulator-dummy
[    2.724108] vddio-sdmmc1-3v3: supplied by regulator-dummy
[    2.730423] vdd-csi-1v2: supplied by vdd-1v8-ls
[    2.736463] spmic-ldo8: supplied by vdd-1v8-ls
[    2.738326] gpio-510 (gpio_default): hogged as output/high
[    2.740119] gpio-511 (gpio_default): hogged as output/high
[    2.745973] gpiochip0: registered GPIOs 504 to 511 on max77620-gpio
[    2.884473] max77686-rtc max77620-rtc: registered as rtc0
[    2.885688] max77620-power max20024-power: Event recorder REG_NVERC : 0x40
[    2.886030] max77620 4-003c: max77620 probe successful
[    2.986538] tegra-bpmp bpmp: disp set GENPD_FLAG_ALWAYS_ON flag
[    2.986797] tegra-bpmp bpmp: dispb set GENPD_FLAG_ALWAYS_ON flag
[    2.987018] tegra-bpmp bpmp: dispc set GENPD_FLAG_ALWAYS_ON flag
ÿârm_rail_debugfs_init: /rm/vdd_cpu: failed
rm_rail_debugfs_init: /rm/vdd_cpu: failed
debugfs initialized
ÿá[    3.594755] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    3.595712] hid: raw HID events driver (C) Jiri Kosina
[    3.596409] usbcore: registered new interface driver usbhid
[    3.596551] usbhid: USB HID core driver
[    3.598232] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 5
[    3.599136] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
ÿå[    18.879651] Camera-FW on t194-rce-safe started
TCU early console enabled.
[    18.955940] Camera-FW on t194-rce-safe ready SHA1=9e9c1f28 (crt 0.776 ms, total boot 77.094 ms)
ÿá[    3.684903] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    3.685433] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    3.686564] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    3.687373] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    3.689018] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    3.689674] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    3.690363] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    3.691984] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (48)
[    3.692226] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    3.694022] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=9e9c1f2855a3c5345da28a29c2b705ed44dd5253
[    3.701116] tegra_aon c1a0000.aon: Adding to iommu group 6
[    3.707670] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    3.712810] tegra186-aondbg aondbg: aondbg driver probe() OK
[    3.719380] denver_knobs_init:MTS_VERSION:72064061
[    3.730740] t19x_cache tegra-cache: probed
[    3.732854] optee: probing for conduit method.
ÿä: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
ÿá[    3.733621] optee: revision 3.22
[    3.854682] optee: dynamic shared memory is enabled
[    3.857190] optee: initialized driver
[    3.861261] nvpmodel: initialized successfully
[    3.862094] tegra_hv: get_hvd: not initialized yet
[    3.862268] user_ivc_mempool: hypervisor not present
[    3.863469] usbcore: registered new interface driver snd-usb-audio
[    3.864919] u32 classifier
[    3.865030]     input device check on
[    3.865132]     Actions configured
[    3.865440] Initializing XFRM netlink socket
[    3.866323] NET: Registered protocol family 10
[    3.869224] Segment Routing with IPv6
[    3.869552] NET: Registered protocol family 17
[    3.869875] NET: Registered protocol family 15
[    3.870116] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.871073] Bluetooth: RFCOMM socket layer initialized
[    3.871321] Bluetooth: RFCOMM ver 1.11
[    3.871513] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.871722] Bluetooth: HIDP socket layer initialized
[    3.872429] 9pnet: Installing 9P2000 support
[    3.872635] Key type dns_resolver registered
[    3.873852] registered taskstats version 1
[    3.874067] Loading compiled-in X.509 certificates
[    3.901225] Loaded X.509 cert 'Build time autogenerated kernel key: 727d744ddf10fc84cdf78ed20100e6f548116377'
[    3.902812] tegra194-pcie 14160000.pcie: Adding to iommu group 7
[    3.908701] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[    3.909013] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[    3.909346] tegra194-pcie 14160000.pcie:      MEM 0x1400000000..0x173fffffff -> 0x1400000000
[    3.918028] tegra194-pcie 14160000.pcie:      MEM 0x1740000000..0x17ffffffff -> 0x0040000000
[    5.017882] tegra194-pcie 14160000.pcie: Phy link never came up
[    5.018559] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[    5.018811] pci_bus 0004:00: root bus resource [bus 00-ff]
[    5.018977] pci_bus 0004:00: root bus resource [io  0x0000-0xfffff] (bus address [0x36100000-0x361fffff])
[    5.019217] pci_bus 0004:00: root bus resource [mem 0x1400000000-0x173fffffff pref]
[    5.019455] pci_bus 0004:00: root bus resource [mem 0x1740000000-0x17ffffffff] (bus address [0x40000000-0xffffffff])
[    5.019838] pci 0004:00:00.0: [10de:1ad1] type 01 class 0x060400
[    5.020304] pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
[    5.035999] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    5.036301] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.038198] pcieport 0004:00:00.0: Adding to iommu group 7
[    5.039619] pcieport 0004:00:00.0: PME: Signaling with IRQ 24
[    5.041729] pcieport 0004:00:00.0: AER: enabled with IRQ 24
[    5.043936] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[    5.044995] pci 0004:00:00.0: Removing from iommu group 7
[    5.045521] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[    5.049247] tegra194-pcie 141a0000.pcie: Adding to iommu group 8
[    5.055336] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[    5.055719] tegra194-pcie 141a0000.pcie:       IO 0x003a100000..0x003a1fffff -> 0x003a100000
[    5.056087] tegra194-pcie 141a0000.pcie:      MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    5.062970] tegra194-pcie 141a0000.pcie:      MEM 0x1f40000000..0x1fffffffff -> 0x0040000000
[    5.177851] tegra194-pcie 141a0000.pcie: Link up
[    5.188081] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[    5.188283] pci_bus 0005:00: root bus resource [bus 00-ff]
[    5.188423] pci_bus 0005:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x3a100000-0x3a1fffff])
[    5.188641] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    5.188828] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    5.189117] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    5.189458] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    5.198192] pci 0005:01:00.0: [144d:a809] type 00 class 0x010802
[    5.198544] pci 0005:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    5.208353] pci 0005:00:00.0: BAR 14: assigned [mem 0x1f40000000-0x1f400fffff]
[    5.208599] pci 0005:01:00.0: BAR 0: assigned [mem 0x1f40000000-0x1f40003fff 64bit]
[    5.208912] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    5.209084] pci 0005:00:00.0:   bridge window [mem 0x1f40000000-0x1f400fffff]
[    5.209359] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    5.209658] pci 0005:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[    5.210494] pcieport 0005:00:00.0: Adding to iommu group 8
[    5.212500] pcieport 0005:00:00.0: PME: Signaling with IRQ 26
[    5.218240] pcieport 0005:00:00.0: AER: enabled with IRQ 26
[    5.224257] nvme 0005:01:00.0: Adding to iommu group 8
[    5.229581] nvme nvme0: pci function 0005:01:00.0
[    5.233885] nvme 0005:01:00.0: enabling device (0000 -> 0002)
[    5.244987] nvme nvme0: Shutdown timeout set to 8 seconds
[    5.251830] host1x 13e10000.host1x: Adding to iommu group 9
[    5.268311] host1x 13e10000.host1x: initialized
[    5.269059] nvme nvme0: allocated 64 MiB host memory buffer.
[    5.269200] iommu_context_dev 13e10000.host1x:ctx0: Adding to iommu group 10
[    5.269730] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    5.277555] iommu_context_dev 13e10000.host1x:ctx1: Adding to iommu group 11
[    5.284900] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    5.294387] iommu_context_dev 13e10000.host1x:ctx2: Adding to iommu group 12
[    5.301416] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    5.311220] iommu_context_dev 13e10000.host1x:ctx3: Adding to iommu group 13
[    5.318410] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    5.321574] nvme nvme0: 6/0/0 default/read/poll queues
[    5.327888] iommu_context_dev 13e10000.host1x:ctx4: Adding to iommu group 14
[    5.340578] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    5.346766]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
[    5.350415] iommu_context_dev 13e10000.host1x:ctx5: Adding to iommu group 15
[    5.364254] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61, iommu=smmu.0x0000000012000000)
[    5.374475] iommu_context_dev 13e10000.host1x:ctx6: Adding to iommu group 16
[    5.381238] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62, iommu=smmu.0x0000000012000000)
[    5.391176] iommu_context_dev 13e10000.host1x:ctx7: Adding to iommu group 17
[    5.398440] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63, iommu=smmu.0x0000000012000000)
[    5.408262] falcon 15340000.vic: Adding to iommu group 18
[    5.417183] falcon 15340000.vic: initialized
[    5.418034] falcon 15380000.nvjpg: Adding to iommu group 18
[    5.426304] falcon 15380000.nvjpg: initialized
[    5.428147] falcon 154c0000.nvenc: Adding to iommu group 18
[    5.437633] falcon 154c0000.nvenc: initialized
[    5.438456] falcon 15a80000.nvenc1: Adding to iommu group 18
[    5.447780] falcon 15a80000.nvenc1: initialized
[    5.449071] nvdec 15480000.nvdec: Adding to iommu group 18
[    5.458959] nvdec 15480000.nvdec: initialized
[    5.459332] nvdec 15140000.nvdec1: Adding to iommu group 18
[    5.468921] nvdec 15140000.nvdec1: initialized
[    5.469252] tsec 15500000.tsec: Adding to iommu group 19
[    5.477071] tsec 15500000.tsec: initialized
[    5.478809] tsec 15100000.tsecb: Adding to iommu group 20
[    5.486445] tsec 15100000.tsecb: initialized
[    5.490722] gic 2a41000.agic-controller: GIC IRQ controller registered
[    5.518049] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    5.525578] gpio-374 (wifi-enable): hogged as output/high
[    5.525847] gpio-431 (camera-control-output-low): hogged as output/low
[    5.526084] gpio-432 (camera-control-output-low): hogged as output/low
[    5.527227] gpiochip1: registered GPIOs 335 to 503 on tegra194-gpio
[    5.528846] gpiochip2: registered GPIOs 305 to 334 on tegra194-gpio-aon
[    5.533097] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    5.539262] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    5.544812] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    5.550551] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    5.556133] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    5.563326] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    5.572091] tegra194-isp5 13e10000.host1x:isp@14800000: Adding to iommu group 21
[    5.581003] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    5.588602] t194-nvcsi 13e10000.host1x:nvcsi@15a00000: initialized
[    5.594442] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.603664] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e10000.host1x:nvcsi@15a00000- bound
[    5.612700] tegra194-vi5 15c10000.vi: Adding to iommu group 22
[    5.618955] scare-pigeon 13e10000.host1x:vi-thi@15f00000: context isolation disabled due to no IOMMU
[    5.627190] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    5.633903] scare-pigeon 13e10000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    5.643449] scare-pigeon 13e10000.host1x:isp-thi@14b00000: initialized
[    5.649524] pva 16000000.pva0: Adding to iommu group 23
[    5.665978] pva 16000000.pva0: initialized
[    5.667391] pva 16800000.pva1: Adding to iommu group 24
[    5.673684] pva 16800000.pva1: initialized
[    5.675269] nvdla 15880000.nvdla0: Adding to iommu group 25
[    5.682360] nvdla 15880000.nvdla0: initialized
[    5.682983] nvdla 158c0000.nvdla1: Adding to iommu group 26
[    5.688807] nvdla 158c0000.nvdla1: initialized
[    5.690362] tegradc 15200000.display: Adding to iommu group 27
[    5.690495] tegradccommon 15200000.display-hub: host1x channel mapped
[    5.690664] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=62
[    5.690674] tegra_cec 3960000.tegra_cec: Unpowergated DISP
[    5.694458] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    5.694709] tegradc 15210000.display: Adding to iommu group 27
[    5.700889] tegradccommon 15200000.display-hub: dc_common syncpt # 1 allocated
[    5.708920] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    5.714099] tegradccommon 15200000.display-hub: dma mapping done
[    5.745116] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    5.750832] tegra_cec 3960000.tegra_cec: probed
[    5.755914] tegra-gpcdma 2600000.dma: Adding to iommu group 2
[    5.762665] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    5.767799] kfuse 3830000.kfuse: initialized
[    5.772686] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    5.778844] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    5.785711] serial-tegra 3100000.serial: Adding to iommu group 2
[    5.791598] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 31, base_baud = 0) is a TEGRA_UART
[    5.800486] serial-tegra 3110000.serial: Adding to iommu group 2
[    5.806430] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 32, base_baud = 0) is a TEGRA_UART
[    5.815690] serial-tegra 3140000.serial: Adding to iommu group 2
[    5.821272] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 33, base_baud = 0) is a TEGRA_UART
[    5.836355] tegra-xusb 3610000.xhci: Firmware timestamp: 2024-04-10 14:55:13 UTC, Version: 60.14 release
[    5.838963] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.844732] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    5.852756] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x0000000000050810
[    5.861592] tegra-xusb 3610000.xhci: irq 187, io mem 0x03610000
[    5.867590] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.872901] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    5.880257] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    5.887733] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.895926] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.903292] usb usb1: Product: xHCI Host Controller
[    5.907809] usb usb1: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    5.915855] usb usb1: SerialNumber: 3610000.xhci
[    5.921093] hub 1-0:1.0: USB hub found
[    5.924340] hub 1-0:1.0: 4 ports detected
[    5.929385] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    5.936698] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.943950] usb usb2: Product: xHCI Host Controller
[    5.948942] usb usb2: Manufacturer: Linux 5.10.216-l4t-35.6.0+g4bce4d148ef3 xhci-hcd
[    5.956996] usb usb2: SerialNumber: 3610000.xhci
[    5.961956] hub 2-0:1.0: USB hub found
[    5.965610] hub 2-0:1.0: 4 ports detected
[    5.977697] irq: IRQ268: trimming hierarchy from :pmc@c360000
[    5.978647] gpiochip3: registered GPIOs 297 to 304 on max7319
[    5.994073] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    5.997819] i2c i2c-2: Added multiplexed i2c bus 9
[    5.999409] i2c i2c-2: Added multiplexed i2c bus 10
[    5.999587] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    6.004625] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1903000 KHz, changing to: 1907200 KHz
[    6.013999] tegra194-cpufreq ccplex: probed with BWMGR, cl:4
[    6.020515] sdhci-tegra 3460000.sdhci: BWMGR client registration for eMC Successful
[    6.021239] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    6.021332] irq: IRQ269: trimming hierarchy from :pmc@c360000
[    6.037420] sdhci-tegra 3400000.sdhci: BWMGR client registration for eMC Successful
[    6.046395] tegra194-isp5 13e10000.host1x:isp@14800000: initialized
[    6.054102] irq: IRQ270: trimming hierarchy from :interrupt-controller@3881000
[    6.055837] mmc0: CQHCI version 5.10
[    6.058495] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 270
[    6.059401] tegra194-vi5 15c10000.vi: initialized
[    6.060975] tegradc 15210000.display: disp0 connected to head1->sor
[    6.061066] tegradc 15210000.display: parse_dp_settings: No dp-lt-settings node
[    6.061180] tegradc 15210000.display: DT parsed successfully
[    6.061192] tegradc 15210000.display: dc.1 probe not in device tree order, deferring
[    6.061349] tegradc 15200000.display: disp0 connected to head0->sor1
[    6.061420] generic_infoframe_type: 0x87
[    6.061506] tegradc 15200000.display: DT parsed successfully
[    6.061593] tegradc 15200000.display: Display dc.00000000120a7bb9 registered with id=0
[    6.063159] nvethernet 2490000.ethernet: Adding to iommu group 28
[    6.063194] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    6.063200] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 933000000 Hz
[    6.063203] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 300000000 Hz
[    6.063521] tegradc 15200000.display: vblank syncpt # 8 for dc 0
[    6.063530] tegradc 15200000.display: vpulse3 syncpt # 9 for dc 0
[    6.064892] tegradc 15200000.display: hdmi: invalid prod list prod_list_hdmi_board
[    6.064897] tegradc 15200000.display: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    6.084458] tegradc 15200000.display: probed
[    6.086688] nvethernet 2490000.ethernet: failed to read skip mac reset flag, default 0
[    6.106256] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[    6.106542] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[    6.110258] nvethernet 2490000.ethernet: failed to read MDIO address
[    6.197664] mmc0: Command Queue Engine enabled
[    6.202425] nvethernet 2490000.ethernet: setting to default DMA bit mask
[    6.210109] mmc0: periodic cache flush enabled
[    6.210123] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    6.210662] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[    6.216424] nvethernet 2490000.ethernet: set default TXQ to TC mapping
[    6.221032] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB, chardev (509:0)
[    6.227963] nvethernet 2490000.ethernet: Setting default PTP RX queue
[    6.227984] nvethernet 2490000.ethernet: Failed to read DMA Tx ring size, using default [1024]
[    6.243404]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[    6.243534] nvethernet 2490000.ethernet: Failed to read DMA Rx ring size, using default [1024]
[    6.286532] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pu_offset, setting default 0
[    6.286537] nvethernet 2490000.ethernet: missing nvidia,pad_auto_cal_pd_offset, setting default 0
[    6.286862] Console: switching to colour frame buffer device 90x45
[    6.309988] tegradc 15200000.display: fb registered
[    6.315305] irq: IRQ271: trimming hierarchy from :pmc@c360000
[    6.322235] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    6.327024] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
ÿâpll_d2 has no dyn ramp
ÿá[    6.421791] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.421943] tegradc 15200000.display: timeout waiting for postcomp init state to promote
[    6.473773] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.473946] tegradc 15200000.display: timeout waiting for win assignments to promote
[    6.474121] tegradc 15200000.display: tegra_nvdisp_head_enable, failed head enable
[    6.474478] tegradc 15210000.display: disp1 connected to head1->sor
[    6.474662] tegradc 15210000.display: parse_dp_settings: No dp-lt-settings node
[    6.474948] tegradc 15210000.display: DT parsed successfully
[    6.475137] tegradc 15210000.display: Display dc.00000000a174ad5d registered with id=1
[    6.475443] tegradc 15210000.display: vblank syncpt # 11 for dc 1
[    6.475585] tegradc 15210000.display: vpulse3 syncpt # 12 for dc 1
[    6.482890] tegradc 15210000.display: probed
[    6.483237] tegradc 15210000.display: fb registered
[    6.486760] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    6.486983] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    6.487206] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    6.487368] tegradc 15210000.display: blank - powerdown
[    6.487534] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    6.487748] Extcon DP: HPD disabled
[    6.490966] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    6.497885] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    6.503929] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    6.525865] nvethernet 2490000.ethernet: failed to get eqos_rx_m clk
[    6.526041] nvethernet 2490000.ethernet: failed to get eqos_rx_input clk
[    6.526227] nvethernet 2490000.ethernet: failed to get eqos_tx_divider clk
[    6.531762] nvethernet 2490000.ethernet: Ethernet MAC address: 48:b0:2d:93:2f:ea
[    6.538777] nvethernet 2490000.ethernet: Macsec not supported/Not enabled in DT
[    6.546362] nvethernet 2490000.ethernet: eth0 (HW ver: 50) created with 1 DMA channels
[    6.554733] irq: IRQ273: trimming hierarchy from :pmc@c360000
[    6.559598] irq: IRQ274: trimming hierarchy from :interrupt-controller@3881000
[    6.568442] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    6.575979] tegra-se-nvhost 15810000.se: Adding to iommu group 29
[    6.580907] tegra-se-nvhost 15810000.se: initialized
[    6.585632] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    6.590808] tegra-se-nvhost 15820000.se: Adding to iommu group 30
ÿâpll_d2 has no dyn ramp
ÿá[    6.596704] tegradc 15200000.display: blank - powerdown
[    6.597338] tegra-se-nvhost 15820000.se: initialized
[    6.599067] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    6.599528] tegra-se-nvhost 15830000.se: Adding to iommu group 31
[    6.600175] tegra-se-nvhost 15830000.se: initialized
[    6.600592] tegradc 15200000.display: unblank
[    6.601073] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    6.601573] tegra-se-nvhost 15840000.se: Adding to iommu group 32
[    6.604150] tegra-se-nvhost 15840000.se: initialized
[    6.605658] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    6.607346] tegra_actmon d230000.actmon: in actmon_register()...
[    6.607506] tegra_actmon d230000.actmon: bwmgr_disable = 0
[    6.608130] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[    6.608670] hvc_sysfs: hypervisor is not present
[    6.608718] clk: Disabling unused clocks
[    6.633111] ALSA device list:
[    6.633117]   No soundcards found.
[    6.653774] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.653779] tegradc 15200000.display: dc timeout waiting for DC to stop
[    6.705781] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.705785] tegradc 15200000.display: dc timeout waiting for DC to stop
[    6.757770] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.757775] tegradc 15200000.display: timeout waiting for postcomp init state to promote
[    6.785834] tegra_cec 3960000.tegra_cec: Can't find physical address.
[    6.785840] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    6.809776] tegradc 15200000.display: dc_poll_register 0x41: timeout
[    6.809782] tegradc 15200000.display: timeout waiting for win assignments to promote
[    6.809786] tegradc 15200000.display: tegra_nvdisp_head_enable, failed head enable
[    6.809809] tegradc 15200000.display: update windows ret = -14
[    6.809813] tegradc 15200000.display: sync windows ret = -14
[    6.897477] extcon-disp-state external-connection:disp-state: cable 53 state 1
[    6.898467] Freeing unused kernel memory: 3904K
[    6.904765] Extcon HDMI: HPD enabled
[    6.904772] tegradc 15200000.display: hdmi: plugged
[    6.918153] Run /init as init process
[    7.562974] EXT4-fs (nvme0n1p14): recovery complete
[    7.564786] EXT4-fs (nvme0n1p14): mounted filesystem with ordered data mode. Opts: (null)
[    7.880395] EXT4-fs (nvme0n1p16): recovery complete
[    7.883231] EXT4-fs (nvme0n1p16): mounted filesystem with ordered data mode. Opts: (null)
[    7.975871] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.980286] systemd[1]: Detected architecture arm64.
[    7.986085] systemd[1]: Hostname set to <oxos-mc2-emitter>.
[    8.230113] tegra-xusb 3610000.xhci: entering ELPG done
[    8.370642] systemd[1]: Queued start job for default target Multi-User System.
[    8.397373] systemd[1]: Created slice Slice /system/getty.
[    8.401486] systemd[1]: Created slice Slice /system/modprobe.
[    8.405391] systemd[1]: Created slice Slice /system/serial-getty.
[    8.409217] systemd[1]: Created slice Slice /system/systemd-fsck.
[    8.412626] systemd[1]: Created slice User and Session Slice.
[    8.415018] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.417356] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.419518] systemd[1]: Expecting device /dev/disk/by-partlabel/esp...
[    8.421520] systemd[1]: Expecting device /dev/nvme0n1p16...
[    8.423697] systemd[1]: Reached target Path Units.
[    8.425927] systemd[1]: Reached target Remote File Systems.
[    8.428057] systemd[1]: Reached target Slice Units.
[    8.430317] systemd[1]: Reached target Swaps.
[    8.449851] systemd[1]: Listening on RPCbind Server Activation Socket.
[    8.452103] systemd[1]: Reached target RPC Port Mapper.
[    8.455081] systemd[1]: Listening on Syslog Socket.
[    8.457301] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.460547] systemd[1]: Listening on Journal Audit Socket.
[    8.463156] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.465912] systemd[1]: Listening on Journal Socket.
[    8.468813] systemd[1]: Listening on Network Service Netlink Socket.
[    8.471994] systemd[1]: Listening on udev Control Socket.
[    8.474592] systemd[1]: Listening on udev Kernel Socket.
[    8.477121] systemd[1]: Listening on User Database Manager Socket.
[    8.484840] systemd[1]: Mounting Huge Pages File System...
[    8.490873] systemd[1]: Mounting POSIX Message Queue File System...
[    8.497567] systemd[1]: Mounting Kernel Debug File System...
[    8.503801] systemd[1]: Mounting Kernel Trace File System...
[    8.510383] systemd[1]: Mounting Temporary Directory /tmp...
[    8.516660] systemd[1]: Starting Entropy Daemon based on the HAVEGE algorithm...
[    8.523620] systemd[1]: Starting Create List of Static Device Nodes...
[    8.529727] systemd[1]: Starting Mender service to grow data partition size...
[    8.536967] systemd[1]: Starting Load Kernel Module configfs...
[    8.545184] systemd[1]: Starting Load Kernel Module drm...
[    8.551987] systemd[1]: Starting Load Kernel Module fuse...
[    8.558772] systemd[1]: Starting NVIDIA-specific startup...
[    8.566761] systemd[1]: Starting Overlayfs directories setup...
[    8.579085] systemd[1]: Starting RPC Bind...
[    8.581298] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    8.595208] systemd[1]: Starting Journal Service...
[    8.603905] systemd[1]: Starting Load Kernel Modules...
[    8.613414] systemd[1]: Starting Generate network units from Kernel command line...
[    8.626785] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.627181] fuse: init (API version 7.32)
[    8.637983] systemd[1]: Starting Coldplug All udev Devices...
[    8.645180] systemd[1]: Starting Overlayfs directories setup...
[    8.661653] systemd[1]: Started RPC Bind.
[    8.672863] systemd[1]: Mounted Huge Pages File System.
[    8.677300] systemd[1]: Mounted POSIX Message Queue File System.
[    8.687600] systemd[1]: Mounted Kernel Debug File System.
[    8.690682] systemd[1]: Mounted Kernel Trace File System.
[    8.696409] systemd[1]: Mounted Temporary Directory /tmp.
[    8.698238] systemd-journald[288]: Collecting audit messages is enabled.
[    8.698401] EXT4-fs (nvme0n1p14): re-mounted. Opts: (null)
[    8.706698] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[    8.710223] systemd[1]: Finished Create List of Static Device Nodes.
[    8.713915] systemd[1]: Finished Mender service to grow data partition size.
[    8.717583] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    8.719970] systemd[1]: Finished Load Kernel Module configfs.
[    8.723830] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    8.725574] systemd[1]: Finished Load Kernel Module drm.
[    8.729311] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    8.731121] systemd[1]: Finished Load Kernel Module fuse.
[    8.734301] systemd[1]: Finished NVIDIA-specific startup.
[    8.737409] systemd[1]: Finished Overlayfs directories setup.
[    8.740487] systemd[1]: Finished Generate network units from Kernel command line.
[    8.743661] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.747037] systemd[1]: Finished Overlayfs directories setup.
[    8.755292] systemd[1]: Mounting FUSE Control File System...
[    8.762458] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    8.764261] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x00000000ce000000,704643072
[    8.765009] systemd[1]: Mounting Kernel Configuration File System...
[    8.766148] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[    8.766168] nvmap_page_pool_init: Total RAM pages: 1749387
[    8.766172] nvmap_page_pool_init: nvmap page pool size: 218673 pages (854 MB)
[    8.774025] misc nvmap: created heap vpr base 0x00000000ce000000 size (688128KiB)
[    8.775291] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    8.779117] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    8.785826] nvmap_background_zero_thread: PP zeroing thread starting.
[    8.793870] systemd[1]: Starting Grow File System on /data...
[    8.805516] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    8.827001] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    8.835149] systemd[1]: Mounted FUSE Control File System.
[    8.838232] systemd[1]: Mounted Kernel Configuration File System.
[    8.848039] EXT4-fs (nvme0n1p16): resizing filesystem from 226932039 to 226932039 blocks
[    8.868387] systemd[1]: Finished Grow File System on /data.
[    8.927925] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    8.930961] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    8.938306] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.007704] systemd[1]: Finished Create Static Device Nodes in /dev.
[    9.010468] systemd[1]: Reached target Preparation for Local File Systems.
[    9.013587] systemd[1]: opt-oxos-data-config-device\x2dspecific.mount: Directory /opt/oxos/data/config/device-specific to mount over is not empty, mounting anyway.
[    9.019766] systemd[1]: Mounting Overlayfs mount unit...
[    9.023331] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
[    9.029078] systemd[1]: Mounting Overlayfs mount unit...
[    9.042477] systemd[1]: Mounting /var/volatile...
[    9.046701] audit: type=1334 audit(24.028:2): prog-id=6 op=LOAD
[    9.047801] audit: type=1334 audit(24.028:3): prog-id=7 op=LOAD
[    9.059972] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    9.066854] systemd[1]: Mounted Overlayfs mount unit.
[    9.083176] systemd[1]: Mounted /var/volatile.
[    9.086838] systemd[1]: Bind mount volatile /var/cache was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/var/cache).
[    9.089016] systemd[1]: Bind mount volatile /var/lib was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/var/lib).
[    9.096664] systemd[1]: Starting Load/Save OS Random Seed...
[    9.098948] systemd[1]: Bind mount volatile /var/spool was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/var/spool).
[    9.101148] systemd[1]: Bind mount volatile /srv was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/srv).
[    9.108376] systemd[1]: Mounted Overlayfs mount unit.
[    9.152322] systemd[1]: Finished Load/Save OS Random Seed.
[    9.155030] systemd[1]: Started Journal Service.
[    9.244763] systemd-journald[288]: Received client request to flush runtime journal.
[    9.248203] systemd-journald[288]: File /var/log/journal/c10c7677b8f84edf9e3bbe4573684359/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    9.336957] audit: type=1334 audit(24.316:4): prog-id=8 op=LOAD
[    9.338233] audit: type=1334 audit(24.320:5): prog-id=9 op=LOAD
[    9.339451] audit: type=1334 audit(24.320:6): prog-id=10 op=LOAD
[   10.009859] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:135  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000
[   10.009859]
[   10.038134] [drm] Initialized tegra-udrm 0.0.0 20182809 for tegra_udrm on minor 0
[   10.039169] [drm] Initialized tegra-udrm 0.0.0 20182809 on minor 0
[   10.303511] nvethernet 2490000.ethernet det0: renamed from eth0
[   10.997126] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[   11.000899] spi-tegra114 3210000.spi: Adding to iommu group 2
[   11.032334] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.035676] spi-tegra114 3230000.spi: Adding to iommu group 2
[   11.059354] imx219 9-0010: board setup failed
[   11.060473] imx219: probe of 9-0010 failed with error -121
[   11.065800] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[   11.085101] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[   11.092009] imx219 10-0010: board setup failed
[   11.093086] imx219: probe of 10-0010 failed with error -121
[   11.120729] cpu-throttle-alert cooling device registered.
[   11.126272] gpu-throttle-alert cooling device registered.
[   11.129290] aux-throttle-alert cooling device registered.
[   11.135739] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   11.161454] irq: IRQ280: trimming hierarchy from :pmc@c360000
[   11.162673] edt_ft5x06 1-0048: supply vcc not found, using dummy regulator
[   11.177173] hot-surface-alert cooling device registered.
[   11.195784] input: generic ft5x06 (11) as /devices/platform/c240000.i2c/i2c-1/1-0048/input/input1
[   11.228536] nvadsp 2993000.adsp: Adding to iommu group 33
[   11.229740] nvadsp 2993000.adsp: in probe()...
[   11.269024] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   11.315227] tegra-hda 3510000.hda: Adding to iommu group 34
[   11.328985] tegra-hda 3510000.hda: Override SDO lines to 4
[   11.344149] tegra-asoc: sound: Adding to iommu group 33
[   11.420907] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 33
[   11.422024] tegra210_adsp_audio_probe: platform probe started
[   11.436068] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   11.438219] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   11.461738] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input2
[   11.465035] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input3
[   11.468215] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input4
[   11.475106] input: NVIDIA Jetson Xavier NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input5
[   11.482280] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   11.484488] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   11.486886] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   11.526347] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   11.527351] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   11.528326] tegra210-adsp tegra210-adsp: using adma channel page 0
[   11.529355] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   11.562666] cryptd: max_cpu_qlen set to 1000
[   11.891484] tegra210-adsp tegra210-adsp: Loaded app wire
[   11.892425] tegra210-adsp tegra210-adsp: Loaded app apm
[   11.893319] tegra210-adsp tegra210-adsp: Loaded app adma
[   11.894238] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   11.895091] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 00000000f47e82d8
[   11.916142] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   11.952702] FAT-fs (nvme0n1p10): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   12.120941] audit: type=1334 audit(27.100:7): prog-id=11 op=LOAD
[   12.129581] audit: type=1334 audit(27.108:8): prog-id=12 op=LOAD
[   13.432351] audit: type=1334 audit(331361.296:9): prog-id=13 op=LOAD
[   13.433406] audit: type=1334 audit(331361.296:10): prog-id=8 op=UNLOAD
[   13.434336] audit: type=1334 audit(331361.296:11): prog-id=14 op=LOAD
[   13.980899] 8021q: 802.1Q VLAN Support v1.8
[   14.184419] kauditd_printk_skb: 25 callbacks suppressed
[   14.184424] audit: type=1334 audit(331362.048:37): prog-id=27 op=LOAD
[   14.186108] audit: type=1334 audit(331362.048:38): prog-id=28 op=LOAD
[   14.186879] audit: type=1334 audit(331362.052:39): prog-id=29 op=LOAD
[   14.187829] nvgpu: 17000000.gv11b                  gk20a_scale_init:541  [INFO]  enabled scaling for GPU
[   14.187829]
[   14.526603] irq: IRQ282: trimming hierarchy from :interrupt-controller@3881000
[   14.975272] audit: type=1325 audit(331362.840:40): table=filter family=2 entries=7 op=xt_replace pid=1332 subj=kernel comm="iptables"
[   14.980138] audit: type=1325 audit(331362.844:41): table=filter family=2 entries=9 op=xt_replace pid=1333 subj=kernel comm="iptables"
[   14.984832] audit: type=1325 audit(331362.848:42): table=filter family=2 entries=7 op=xt_replace pid=1334 subj=kernel comm="iptables"
[   14.989575] audit: type=1325 audit(331362.852:43): table=filter family=2 entries=9 op=xt_replace pid=1335 subj=kernel comm="iptables"
[   14.994414] audit: type=1325 audit(331362.860:44): table=nat family=2 entries=6 op=xt_replace pid=1336 subj=kernel comm="iptables"
[   14.998872] audit: type=1325 audit(331362.864:45): table=nat family=2 entries=8 op=xt_replace pid=1337 subj=kernel comm="iptables"
[   15.034771] audit: type=1325 audit(331362.896:46): table=filter family=10 entries=0 op=xt_register pid=1341 subj=kernel comm="modprobe"
[   37.857890] vdd-1v8-sd: disabling
[   37.858032] vdd-3v3-cvb: disabling
[   37.858152] vdd-1v8-cvb: disabling
[   37.858271] vdd-epb-1v0: disabling
[   37.858371] vdd-fan: disabling
[   37.858478] vdd_sys_en: disabling
[   44.737977] kauditd_printk_skb: 7 callbacks suppressed
[   44.737985] audit: type=1334 audit(331392.604:54): prog-id=29 op=UNLOAD
[   44.738420] audit: type=1334 audit(331392.604:55): prog-id=28 op=UNLOAD
[   44.738616] audit: type=1334 audit(331392.604:56): prog-id=27 op=UNLOAD

We are absolutely sure that jp5.1.1 will not see this issue, as we have a number of devices in the field that do not show this problem. Unfortunately, we are unable to test jp5.1.2 and 5.1.3. Can you glean any more information from this data?