RTC clock battery for the Orin dev kit

I have been working with some Orin dev kits and have been having issues with the real time clock. As long as I have set the clock and power has stayed on, it keeps time just fine. If I remove system power, the time is gone and I have to reset it again. For reference: I have done the following to the system:

The dev kit doesn’t seem to want to sync its time through the network. I can’t manually set the time with network time sync enabled so I have entered the following to turn off network time syncing:

timedatectl set-ntp 0

I can then set the time using:

timedatectl set-time “2022-07-15 11:05”

I have connected a battery to the RTC connector so that the date/ time should be preserved per the recommendation on this page:

Below is a picture of how the battery is connected. I found a pinout for the connector here:

The part number for the connector isn’t giving me anything when I google it. I’m going to guess that pin 1 is the one that has the small white dot by it on the circuit board. If that is correct then the polarity isn’t backwards.

What am I missing? This isn’t working on either of the two dev kits that I have tried so far. Is this just something that just doesn’t work on the dev kit? I’d love to hear from anyone who has either had luck getting the time to be persistent or who can confirm that this doesn’t work on their system either.

1 Like

Yes, the battery is connected correctly. J13.1 with the small white dot is PMIC_BBATT, which is connected to RTC block of power sequencer on the module. And the power sequencer doesn’t have battery charging capability, the battery may be run out of power in your case.

Could you check battery connection on J13 and measure the voltage with DMM? Make sure it contacts well. Its working range is 1.85~5.5V. Or have a try with with a new one.

I have the same trouble.
PLZ, let me know the way to use RTC.

Any combinations of timedatectl-parameters, applying RTC time does not work as far.

For example, install a new backup batter(3V CR2023 refered in the link- https://rometechcases.com/collections/cmos-batteries) in J13 , deactivate ntp and set time($timedatectl set-time) and just reboot. But system time is initialized into 2022-Apr-21 13h(Utc), and RTC time 1970-01-01 00(h).

get, set hwclock are working well for /dev/rtc(symbolic linked with /dev/rtc1), and hctosys, systohc also.

Kapka2’s reply stirred me back into action. I just checked the battery. It is reading at 3.04V so appears to be good.

Hi,

It seems a software bug and we are doing some internal check. Will update once we have a fix.

Hi,

For now, please make /dev/rtc pointing to /dev/rtc0 instead of rtc1 to fix this issue.

When looking at the directory listing for /dev, I only have rct and rtc1. There is no rtc0.

Hi,

Please share me the result of sudo i2cdump -y 0 0x50 from your Orin.

Please just attach it as screenshot because the format may be wrong if you paste as text.

image

Are you using jp5.0.2 GA now?

No. I am on jetpack 5.0 DP. I may have time to upgrade later today.

I updated to 5.0.2 and the output of i2cdump is exactly the same.

What is the result of this command?

i2cget -f -y 4 0x3c 0x01

And also need your full dmesg.

BTW, after you upgrade, you should check rtc0 is showing up or not… but not checking i2cdump… the value from i2cdump will not change just because you flash new jetpack…

I checked and it is still not showing up.

please share me the result of this

i2cget -f -y 4 0x3c 0x01

This is different from previous i2cdump.

Sorry. The result is 0x81.

Could you try to read every comment and share the necessary info? I am not sure why you just replied one question while I also asked something else in previous comment.

For example, I need your dmesg but you still not shared it out. What is the problem here? Don’t know how to dump it?

Blockquote
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 5.10.65-tegra (buildbrain@mobile-u64-5280-d6000) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.08) 9.3.0, GNU ld (GNU Binutils) 2.33.1) #1 SMP PREEMPT Wed Apr 6 11:45:49 PDT 2022
[ 0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[ 0.000000] OF: fdt: - 80000000 , c0000000
[ 0.000000] Machine model: NVIDIA Orin Jetson-Small Developer Kit
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: RTPROP=0x8548b1118 SMBIOS=0xbabc0000 SMBIOS 3.0=0x853310000 MEMATTR=0x852f4a018 ESRT=0x853268f18 RNG=0x85435ff18 MEMRESERVE=0x852f4bf18
[ 0.000000] efi: seeding entropy pool
[ 0.000000] esrt: Reserving ESRT space from 0x0000000853268f18 to 0x0000000853268f50.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000086b800000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] OF: reserved mem: initialized node fsi-carveout, compatible id nvidia,fsi-carveout
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x0000000087ffffff]
[ 0.000000] node 0: [mem 0x0000000088000000-0x00000000b9ccffff]
[ 0.000000] node 0: [mem 0x00000000ba800000-0x00000000ba9affff]
[ 0.000000] node 0: [mem 0x00000000babb0000-0x00000000babcffff]
[ 0.000000] node 0: [mem 0x00000000babd0000-0x00000000babfffff]
[ 0.000000] node 0: [mem 0x00000000c2000000-0x00000000c3ffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000084fffffff]
[ 0.000000] node 0: [mem 0x0000000850000000-0x0000000851faffff]
[ 0.000000] node 0: [mem 0x0000000851fb0000-0x0000000852d00fff]
[ 0.000000] node 0: [mem 0x0000000852d01000-0x0000000852e62fff]
[ 0.000000] node 0: [mem 0x0000000852e63000-0x0000000852f1ffff]
[ 0.000000] node 0: [mem 0x0000000852f20000-0x0000000852f3ffff]
[ 0.000000] node 0: [mem 0x0000000852f40000-0x000000085317ffff]
[ 0.000000] node 0: [mem 0x0000000853180000-0x000000085319ffff]
[ 0.000000] node 0: [mem 0x00000008531a0000-0x000000085326ffff]
[ 0.000000] node 0: [mem 0x0000000853270000-0x000000085327ffff]
[ 0.000000] node 0: [mem 0x0000000853280000-0x000000085330ffff]
[ 0.000000] node 0: [mem 0x0000000853310000-0x000000085331ffff]
[ 0.000000] node 0: [mem 0x0000000853320000-0x0000000853cfffff]
[ 0.000000] node 0: [mem 0x0000000853d00000-0x0000000853f2ffff]
[ 0.000000] node 0: [mem 0x0000000853f30000-0x0000000853feffff]
[ 0.000000] node 0: [mem 0x0000000853ff0000-0x000000085412ffff]
[ 0.000000] node 0: [mem 0x0000000854130000-0x000000085418ffff]
[ 0.000000] node 0: [mem 0x0000000854190000-0x000000085424ffff]
[ 0.000000] node 0: [mem 0x0000000854250000-0x000000085425ffff]
[ 0.000000] node 0: [mem 0x0000000854260000-0x00000008542fffff]
[ 0.000000] node 0: [mem 0x0000000854300000-0x000000085434ffff]
[ 0.000000] node 0: [mem 0x0000000854350000-0x000000085435ffff]
[ 0.000000] node 0: [mem 0x0000000854360000-0x00000008543affff]
[ 0.000000] node 0: [mem 0x00000008543b0000-0x000000085464ffff]
[ 0.000000] node 0: [mem 0x0000000854650000-0x000000085469ffff]
[ 0.000000] node 0: [mem 0x00000008546a0000-0x000000085473ffff]
[ 0.000000] node 0: [mem 0x0000000854740000-0x000000085485ffff]
[ 0.000000] node 0: [mem 0x0000000854860000-0x00000008548affff]
[ 0.000000] node 0: [mem 0x00000008548b0000-0x000000085493ffff]
[ 0.000000] node 0: [mem 0x0000000854940000-0x000000085498ffff]
[ 0.000000] node 0: [mem 0x0000000854990000-0x00000008549affff]
[ 0.000000] node 0: [mem 0x00000008549b0000-0x0000000854a4ffff]
[ 0.000000] node 0: [mem 0x0000000854a50000-0x0000000854aaffff]
[ 0.000000] node 0: [mem 0x0000000854ab0000-0x0000000854b9ffff]
[ 0.000000] node 0: [mem 0x0000000854ba0000-0x000000085537ffff]
[ 0.000000] node 0: [mem 0x0000000855380000-0x000000085555ffff]
[ 0.000000] node 0: [mem 0x0000000855560000-0x000000087b8bffff]
[ 0.000000] node 0: [mem 0x000000087b8c0000-0x000000087b90ffff]
[ 0.000000] node 0: [mem 0x000000087b910000-0x000000087fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000087fffffff]
[ 0.000000] On node 0 totalpages: 8109776
[ 0.000000] DMA zone: 3836 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 245456 pages, LIFO batch:63
[ 0.000000] Normal zone: 122880 pages used for memmap
[ 0.000000] Normal zone: 7864320 pages, LIFO batch:63
[ 0.000000] On node 0, zone DMA: 304 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 80 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 31 pages/cpu s90008 r8192 d28776 u126976
[ 0.000000] pcpu-alloc: s90008 r8192 d28776 u126976 alloc=31*4096
[ 0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07
[ 0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 7983060
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=tty0 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nv-auto-config
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x00000000a9cd0000-0x00000000b9cd0000] (256MB)
[ 0.000000] Memory: 31083296K/32439104K available (18496K kernel code, 3214K rwdata, 7092K rodata, 3968K init, 1070K bss, 1093664K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, 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=12.
[ 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=12
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[ 0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[ 0.000000] random: get_random_bytes called from start_kernel+0x378/0x4f4 with crng_init=0
[ 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.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000560] Console: colour dummy device 80x25
[ 0.000765] printk: console [tty0] enabled
[ 0.000800] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000810] pid_max: default: 32768 minimum: 301
[ 0.000857] LSM: Security Framework initializing
[ 0.000922] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000967] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.002595] rcu: Hierarchical SRCU implementation.
[ 0.002688] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.003085] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[ 0.003093] DTB Build time: Apr 6 2022 11:59:11
[ 0.004149] Tegra Revision: A01 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[ 0.004261] Remapping and enabling EFI services.
[ 0.005418] smp: Bringing up secondary CPUs …
[ 0.005810] Detected PIPT I-cache on CPU1
[ 0.005840] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.005869] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.006215] Detected PIPT I-cache on CPU2
[ 0.006225] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.006240] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.006555] Detected PIPT I-cache on CPU3
[ 0.006564] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.006578] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.008901] Detected PIPT I-cache on CPU4
[ 0.008922] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[ 0.008949] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[ 0.009315] Detected PIPT I-cache on CPU5
[ 0.009325] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[ 0.009339] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[ 0.009672] Detected PIPT I-cache on CPU6
[ 0.009683] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[ 0.009697] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.010041] Detected PIPT I-cache on CPU7
[ 0.010052] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[ 0.010066] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.012396] Detected PIPT I-cache on CPU8
[ 0.012419] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[ 0.012448] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[ 0.012814] Detected PIPT I-cache on CPU9
[ 0.012824] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[ 0.012838] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[ 0.013182] Detected PIPT I-cache on CPU10
[ 0.013193] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[ 0.013208] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[ 0.013548] Detected PIPT I-cache on CPU11
[ 0.013559] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[ 0.013573] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[ 0.013628] smp: Brought up 1 node, 12 CPUs
[ 0.013691] SMP: Total of 12 processors activated.
[ 0.013696] CPU features: detected: Privileged Access Never
[ 0.013698] CPU features: detected: LSE atomic instructions
[ 0.013701] CPU features: detected: User Access Override
[ 0.013703] CPU features: detected: 32-bit EL0 Support
[ 0.013707] CPU features: detected: Common not Private translations
[ 0.013709] CPU features: detected: RAS Extension Support
[ 0.013712] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.013716] CPU features: detected: CRC32 instructions
[ 0.013718] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.047520] CPU: All CPU(s) started at EL2
[ 0.049806] devtmpfs: initialized
[ 0.058976] Registered cp15_barrier emulation handler
[ 0.058990] Registered setend emulation handler
[ 0.058996] KASLR enabled
[ 0.059087] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.059100] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.060684] pinctrl core: initialized pinctrl subsystem
[ 0.061119] SMBIOS 3.0.0 present.
[ 0.061126] DMI: /, BIOS r34.1-975eef6 04/06/2022
[ 0.061377] NET: Registered protocol family 16
[ 0.062281] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.062491] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.062690] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.062752] audit: initializing netlink subsys (disabled)
[ 0.062890] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[ 0.063507] printk: console [ramoops-1] enabled
[ 0.063513] pstore: Registered ramoops as persistent store backend
[ 0.063519] ramoops: using 0x200000@0xba9b0000, ecc: 0
[ 0.063674] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.063675] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.063681] thermal_sys: Registered thermal governor ‘pid_thermal_gov’
[ 0.065104] cpuidle: using governor menu
[ 0.065223] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.065336] ASID allocator initialised with 65536 entries
[ 0.065425] Serial: AMBA PL011 UART driver
[ 0.066636] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[ 0.066660] Tegra reboot handler registered.
[ 0.066718] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-5.10/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t23x/concord/kernel-dts/tegra234-p3701-0000-p3737-0000.dts
[ 0.066727] DTB Build time: Apr 6 2022 11:59:11
[ 0.080719] mc: mapped MMIO address: 0x(ptrval) → 0x2c10000
[ 0.080740] mc: mapped MMIO address: 0x(ptrval) → 0x2c20000
[ 0.080749] mc: mapped MMIO address: 0x(ptrval) → 0x2c30000
[ 0.080764] mc: mapped MMIO address: 0x(ptrval) → 0x2c40000
[ 0.080772] mc: mapped MMIO address: 0x(ptrval) → 0x2c50000
[ 0.080781] mc: mapped MMIO address: 0x(ptrval) → 0x2b80000
[ 0.080790] mc: mapped MMIO address: 0x(ptrval) → 0x2b90000
[ 0.080799] mc: mapped MMIO address: 0x(ptrval) → 0x2ba0000
[ 0.080808] mc: mapped MMIO address: 0x(ptrval) → 0x2bb0000
[ 0.080816] mc: mapped MMIO address: 0x(ptrval) → 0x1700000
[ 0.080824] mc: mapped MMIO address: 0x(ptrval) → 0x1710000
[ 0.080832] mc: mapped MMIO address: 0x(ptrval) → 0x1720000
[ 0.080840] mc: mapped MMIO address: 0x(ptrval) → 0x1730000
[ 0.080848] mc: mapped MMIO address: 0x(ptrval) → 0x1740000
[ 0.080856] mc: mapped MMIO address: 0x(ptrval) → 0x1750000
[ 0.080864] mc: mapped MMIO address: 0x(ptrval) → 0x1760000
[ 0.080877] mc: mapped MMIO address: 0x(ptrval) → 0x1770000
[ 0.080887] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.080906] mc-err: mcerr ops are set to t23x
[ 0.081265] tegra23x-cbb 13a00000.cbb-en: secure_irq = 21
[ 0.081322] tegra23x-cbb c600000.aon-en: secure_irq = 22
[ 0.081359] tegra23x-cbb de00000.dce-en: secure_irq = 23
[ 0.081394] tegra23x-cbb be00000.rce-en: secure_irq = 24
[ 0.081428] tegra23x-cbb b600000.sce-en: secure_irq = 25
[ 0.085064] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.085074] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.085079] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.085084] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.086431] ACPI: Interpreter disabled.
[ 0.087542] vdd-av1v1-hub: supplied by vdd-5v-sys
[ 0.087712] vbusA-cvb: supplied by vdd-5v-sys
[ 0.087808] vbusB-cvb: supplied by vdd-5v-sys
[ 0.087922] vdd-usbc1-vbus: supplied by vdd-5v-sys
[ 0.088011] vdd-usbc2-vbus: supplied by vdd-5v-sys
[ 0.088306] iommu: Default domain type: Translated
[ 0.088348] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.088497] SCSI subsystem initialized
[ 0.088556] usbcore: registered new interface driver usbfs
[ 0.088570] usbcore: registered new interface driver hub
[ 0.088585] usbcore: registered new device driver usb
[ 0.088749] mc: Linux media interface: v0.10
[ 0.088761] videodev: Linux video capture interface: v2.00
[ 0.088892] pps_core: LinuxPPS API ver. 1 registered
[ 0.088898] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.088907] PTP clock support registered
[ 0.089106] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.089138] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[ 0.090398] Registered efivars operations
[ 0.090786] FPGA manager framework
[ 0.090884] Advanced Linux Sound Architecture Driver Initialized.
[ 0.091129] Bluetooth: Core ver 2.22
[ 0.091145] NET: Registered protocol family 31
[ 0.091151] Bluetooth: HCI device and connection manager initialized
[ 0.091159] Bluetooth: HCI socket layer initialized
[ 0.091167] Bluetooth: L2CAP socket layer initialized
[ 0.091178] Bluetooth: SCO socket layer initialized
[ 0.091810] camchar: rtcpu character device driver loaded
[ 0.092075] clocksource: Switched to clocksource arch_sys_counter
[ 0.242897] VFS: Disk quotas dquot_6.6.0
[ 0.242935] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.243049] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.243193] pnp: PnP ACPI: disabled
[ 0.243249] tegra-carveouts tegra-carveouts: fsi :dma coherent mem declare 0x00000000bf000000,16777216
[ 0.243263] tegra-carveouts tegra-carveouts: assigned reserved memory node fsi-carveout
[ 0.243279] tegra-carveouts tegra-carveouts: vpr :dma coherent mem declare 0x00000000d6000000,704643072
[ 0.243289] nvmap_page_pool_init: Total RAM pages: 7836360
[ 0.243294] nvmap_page_pool_init: nvmap page pool size: 979545 pages (3826 MB)
[ 0.243337] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.243448] misc nvmap: created heap vpr base 0x00000000d6000000 size (688128KiB)
[ 0.244825] la/ptsa driver initialized.
[ 0.244883] NET: Registered protocol family 2
[ 0.245117] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.246961] misc nvmap: created heap fsi base 0x00000000bf000000 size (16384KiB)
[ 0.247256] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.247316] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.247518] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.247945] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.248018] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.248096] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.248231] NET: Registered protocol family 1
[ 0.248463] RPC: Registered named UNIX socket transport module.
[ 0.248473] RPC: Registered udp transport module.
[ 0.248477] RPC: Registered tcp transport module.
[ 0.248482] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.248494] PCI: CLS 0 bytes, default 64
[ 0.248589] Trying to unpack rootfs image as initramfs…
[ 0.357316] Freeing initrd memory: 8196K
[ 0.358932] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.359091] kvm [1]: IPA Size Limit: 48 bits
[ 0.359253] kvm [1]: VHE mode initialized successfully
[ 0.359806] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.361214] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.361425] NFS: Registering the id_resolver key type
[ 0.361447] Key type id_resolver registered
[ 0.361452] Key type id_legacy registered
[ 0.361480] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.361492] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 0.361508] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.372855] NET: Registered protocol family 38
[ 0.372880] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 239)
[ 0.372940] io scheduler mq-deadline registered
[ 0.372946] io scheduler kyber registered
[ 0.376386] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.376413] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.376432] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 0.376447] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 0.378411] tegra_dc_assign_hw_data: no matching compatible node
[ 0.378419] tegradccommon module_init failed
[ 0.378425] tegradc module_init failed
[ 0.378629] EINJ: ACPI disabled.
[ 0.379737] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.379747] tegra-pmc: ### PMC reset source: SYS_RESET_N
[ 0.379753] tegra-pmc: ### PMC reset level: L0
[ 0.379758] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.380789] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.384559] random: fast init done
[ 0.384678] printk: console [ttyTCU0] enabled
[ 2.200867] arm-smmu 12000000.iommu: probing hardware configuration…
[ 2.206751] arm-smmu 12000000.iommu: SMMUv2 with:
[ 2.211306] arm-smmu 12000000.iommu: stage 1 translation
[ 2.216636] arm-smmu 12000000.iommu: stage 2 translation
[ 2.222144] arm-smmu 12000000.iommu: nested translation
[ 2.227305] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 2.234481] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 2.242753] arm-smmu 12000000.iommu: Supported page sizes: 0x00001000
[ 2.247518] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 2.254079] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 2.261217] arm-smmu 10000000.iommu: probing hardware configuration…
[ 2.267119] arm-smmu 10000000.iommu: SMMUv2 with:
[ 2.271841] arm-smmu 10000000.iommu: stage 1 translation
[ 2.277353] arm-smmu 10000000.iommu: stage 2 translation
[ 2.282778] arm-smmu 10000000.iommu: nested translation
[ 2.288205] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 2.295379] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 2.303688] arm-smmu 10000000.iommu: Supported page sizes: 0x00001000
[ 2.308592] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 2.315154] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 2.322084] arm-smmu 8000000.iommu: probing hardware configuration…
[ 2.328286] arm-smmu 8000000.iommu: SMMUv2 with:
[ 2.333011] arm-smmu 8000000.iommu: stage 1 translation
[ 2.338516] arm-smmu 8000000.iommu: stage 2 translation
[ 2.343942] arm-smmu 8000000.iommu: nested translation
[ 2.349106] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 2.356279] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 2.364587] arm-smmu 8000000.iommu: Supported page sizes: 0x00001000
[ 2.369491] arm-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 2.376054] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 2.383148] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[ 2.391900] tegra_profiler: version: 1.146, samples/io: 49/28
[ 2.396256] tegra_profiler: auth: init
[ 2.400981] tegra23x-qspi 3270000.spi: Adding to iommu group 0
[ 2.406605] libphy: Fixed MDIO Bus: probed
[ 2.410010] tun: Universal TUN/TAP device driver, 1.6
[ 2.415543] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.422348] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.427874] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.432666] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.438628] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.444041] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.449873] PPP generic driver version 2.4.2
[ 2.454230] PPP BSD Compression module registered
[ 2.458924] PPP Deflate Compression module registered
[ 2.464179] PPP MPPE Compression module registered
[ 2.468999] usbcore: registered new interface driver r8152
[ 2.474324] usbcore: registered new interface driver asix
[ 2.479749] usbcore: registered new interface driver ax88179_178a
[ 2.485873] usbcore: registered new interface driver cdc_ether
[ 2.491824] usbcore: registered new interface driver net1080
[ 2.497425] usbcore: registered new interface driver cdc_subset
[ 2.503460] usbcore: registered new interface driver zaurus
[ 2.509149] usbcore: registered new interface driver cdc_ncm
[ 2.514837] usbcore: registered new interface driver aqc111
[ 2.520348] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.526561] ohci-pci: OHCI PCI platform driver
[ 2.530854] ohci-platform: OHCI generic platform driver
[ 2.536161] tegra-xusb 3610000.xhci: Adding to iommu group 1
[ 2.542005] usbcore: registered new interface driver uas
[ 2.547134] usbcore: registered new interface driver usb-storage
[ 2.553089] tegra-xudc 3550000.xudc: Adding to iommu group 2
[ 2.558947] mousedev: PS/2 mouse device common for all mice
[ 2.564284] usbcore: registered new interface driver xpad
[ 2.571518] tegra_rtc c2a0000.rtc: registered as rtc1
[ 2.575074] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:16 UTC (16)
[ 2.582831] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.589053] i2c /dev entries driver
[ 2.592677] tegra-i2c 3160000.i2c: Adding to iommu group 3
[ 2.598226] tegra-i2c c240000.i2c: Adding to iommu group 3
[ 2.603603] tegra-i2c 3180000.i2c: Adding to iommu group 3
[ 2.609018] tegra-i2c 3190000.i2c: Adding to iommu group 3
[ 2.614350] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[ 2.619878] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[ 2.625289] tegra-i2c c250000.i2c: Adding to iommu group 3
[ 2.630628] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[ 2.638149] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[ 2.644251] tegra-camrtc-capture-vi tegra-capture-vi: ep of_device is not enabled endpoint.
[ 2.653302] device-mapper: uevent: version 1.0.3
[ 2.657189] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 2.666422] sdhci: Secure Digital Host Controller Interface driver
[ 2.671898] sdhci: Copyright(c) Pierre Ossman
[ 2.676357] Synopsys Designware Multimedia Card Interface Driver
[ 2.682462] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.688324] sdhci-tegra 3460000.sdhci: Adding to iommu group 4
[ 2.688400] sdhci-tegra 3400000.sdhci: Adding to iommu group 5
[ 2.689088] pstore: ignoring unexpected backend ‘efi’
[ 2.689152] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[ 2.690203] tegra-bpmp bpmp: firmware: 43f75b5aad2b8e1992e4-f0425a554b3
[ 3.772979] hid: raw HID events driver (C) Jiri Kosina
[ 3.773608] usbcore: registered new interface driver usbhid
[ 3.773784] usbhid: USB HID core driver
[ 3.774136] tegra-dce d800000.dce: Adding to iommu group 6
[ 3.775494] dce: dce_ipc_channel_init:314 Invalid Channel State [0x0] for ch_type [2]
[ 3.776903] dce: dce_wait_boot_complete:100 dce is ready to receive bootstrap commands
[ 3.777021] tegra234-aon c000000.aon: Adding to iommu group 7
[ 3.777595] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x5]
[ 3.777901] dce: dce_admin_ipc_handle_signal:119 Spurious signal on channel: [0]. Ignored…
[ 3.778153] dce: dce_admin_send_cmd_ver:424 version : [0x2] err : [0x0]
[ 3.778248] c000000.aon:hsp: probed
[ 3.778463] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x1]
[ 3.778613] tegra234-aon c000000.aon: init done
[ 3.778791] dce: dce_admin_setup_clients_ipc:480 Channel Reset Complete for Type [1] …
[ 3.778794] dce: dce_admin_ipc_handle_signal:119 Spurious signal on channel: [1]. Ignored…
[ 3.778807] dce: dce_admin_ipc_handle_signal:119 Spurious signal on channel: [1]. Ignored…
[ 3.779178] tegra23x-psc e860000.psc: Adding to iommu group 8
[ 3.779201] dce: dce_admin_setup_clients_ipc:456 Get queue info failed for [2]
[ 3.781914] tegra23x-psc e860000.psc: ext_cfg base:(ptrval)
[ 3.790341] dce: dce_mailbox_set_full_interrupt:165 Intr bit set multiple times for MB : [0x2]
[ 3.796004] tegra23x-psc e860000.psc: init done
[ 3.803177] dce: dce_admin_setup_clients_ipc:480 Channel Reset Complete for Type [3] …
[ 3.803185] dce: dce_admin_ipc_handle_signal:119 Spurious signal on channel: [3]. Ignored…
[ 3.803192] dce: dce_admin_ipc_handle_signal:119 Spurious signal on channel: [3]. Ignored…
[ 3.809502] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 9
[ 3.818314] dce: dce_worker:209 DCE_BOOT_DONE
[ 3.823392] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 3.871594] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[ 3.876543] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.887662] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[ 3.898297] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[ 3.909327] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[ 3.921166] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[ 3.933664] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[ 3.945390] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (115)
[ 3.951759] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.960041] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=e4da4cf5a29dccddc6d8f65bbd5202381ca3db13
[ 3.972562] t19x_cache tegra-cache: probed
[ 3.975111] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[ 3.992158] nvpmodel: initialized successfully
[ 3.992538] tegra_hv: get_hvd: not initialized yet
[ 3.992681] user_ivc_mempool: hypervisor not present
[ 3.995668] usbcore: registered new interface driver snd-usb-audio
[ 4.002055] u32 classifier
[ 4.004426] input device check on
[ 4.008122] Actions configured
[ 4.011543] Initializing XFRM netlink socket
[ 4.016192] NET: Registered protocol family 10
[ 4.021790] Segment Routing with IPv6
[ 4.023881] NET: Registered protocol family 17
[ 4.028159] NET: Registered protocol family 15
[ 4.032639] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 4.046266] Bluetooth: RFCOMM socket layer initialized
[ 4.050703] Bluetooth: RFCOMM ver 1.11
[ 4.054568] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.060429] Bluetooth: HIDP socket layer initialized
[ 4.065944] 9pnet: Installing 9P2000 support
[ 4.069838] Key type dns_resolver registered
[ 4.074904] registered taskstats version 1
[ 4.078593] pstore: Using crash dump compression: deflate
[ 4.083867] tegra194-pcie 14100000.pcie: Adding to iommu group 10
[ 4.095150] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 4.096720] tegra194-pcie 14160000.pcie: Adding to iommu group 11
[ 4.107434] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 4.109125] tegra194-pcie 141a0000.pcie: Adding to iommu group 12
[ 4.119754] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 4.121591] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[ 4.141319] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 3
[ 4.142560] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[ 4.142941] host1x 13e40000.host1x: Adding to iommu group 13
[ 5.150694] t23x_init_gating_regs: Timed out waiting for syncpt ram init!
[ 5.151009] random: crng init done
[ 5.159341] host1x 13e40000.host1x: initialized
[ 5.159789] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[ 5.160305] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[ 5.161851] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[ 5.162279] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[ 5.163819] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[ 5.164233] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[ 5.165766] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[ 5.166199] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[ 5.167721] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[ 5.168146] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[ 5.169695] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[ 5.171541] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[ 5.182972] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[ 5.189528] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[ 5.201018] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[ 5.207572] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[ 5.219030] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[ 5.225599] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[ 5.237055] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[ 5.243611] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[ 5.255078] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[ 5.261653] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[ 5.273122] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[ 5.279698] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[ 5.291138] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[ 5.297668] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[ 5.309156] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[ 5.315722] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[ 5.327175] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[ 5.333739] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[ 5.345206] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[ 5.351800] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[ 5.363235] falcon 15340000.vic: Adding to iommu group 30
[ 5.374572] falcon 15340000.vic: initialized
[ 5.374892] falcon 15380000.nvjpg: Adding to iommu group 31
[ 5.381728] falcon 15380000.nvjpg: initialized
[ 5.382198] falcon 15540000.nvjpg1: Adding to iommu group 32
[ 5.391844] falcon 15540000.nvjpg1: initialized
[ 5.392608] falcon 154c0000.nvenc: Adding to iommu group 33
[ 5.405058] falcon 154c0000.nvenc: initialized
[ 5.405282] falcon 15a50000.ofa: Adding to iommu group 34
[ 5.413159] falcon 15a50000.ofa: initialized
[ 5.413389] nvdec 15480000.nvdec: Adding to iommu group 35
[ 5.429230] nvdec 15480000.nvdec: initialized
[ 5.429446] tsec 15500000.tsec: Adding to iommu group 36
[ 5.436746] tsec 15500000.tsec: initialized
[ 5.439011] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 5.445312] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 5.452182] gpio-394 (camera-control-output-low): hogged as output/low
[ 5.452404] gpio-397 (camera-control-output-low): hogged as output/low
[ 5.458491] gpio-487 (camera-control-output-low): hogged as output/low
[ 5.464702] gpio-486 (camera-control-output-low): hogged as output/low
[ 5.472599] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[ 5.478670] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[ 5.484268] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 5.491048] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 5.496954] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 5.501991] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 5.511398] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 5.515300] tegra194-isp5 14800000.isp: Adding to iommu group 37
[ 5.524219] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[ 5.530355] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[ 5.536629] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 38
[ 5.544300] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 39
[ 5.551333] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[ 5.560431] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[ 5.566641] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: grid-of-semaphores not supported
[ 5.574747] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[ 5.584036] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[ 5.590521] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: grid-of-semaphores not supported
[ 5.598982] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[ 5.609108] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[ 5.614852] scare-pigeon 13e40000.host1x:isp-thi@14b00000: grid-of-semaphores not supported
[ 5.623433] pva 16000000.pva0: Adding to iommu group 40
[ 5.648145] pva 16000000.pva0: initialized
[ 5.654046] nvdla 15880000.nvdla0: Adding to iommu group 41
[ 5.662555] nvdla 15880000.nvdla0: initialized
[ 5.664287] nvdla 158c0000.nvdla1: Adding to iommu group 42
[ 5.672762] nvdla 158c0000.nvdla1: initialized
[ 5.674506] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[ 5.674727] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[ 5.675100] serial-tegra 3100000.serial: Adding to iommu group 3
[ 5.675642] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 13, base_baud = 0) is a TEGRA_UART
[ 5.681082] serial-tegra 3130000.serial: Adding to iommu group 3
[ 5.687080] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 5.718096] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[ 5.718420] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 5.718638] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 5.719680] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[ 5.727483] tegra-xusb 3610000.xhci: irq 232, io mem 0x03610000
[ 5.733575] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 5.741718] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.748892] usb usb1: Product: xHCI Host Controller
[ 5.753878] usb usb1: Manufacturer: Linux 5.10.65-tegra xhci-hcd
[ 5.759916] usb usb1: SerialNumber: 3610000.xhci
[ 5.765039] hub 1-0:1.0: USB hub found
[ 5.768429] hub 1-0:1.0: 4 ports detected
[ 5.772637] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 5.777861] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 5.785473] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 5.792882] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 5.801051] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.808304] usb usb2: Product: xHCI Host Controller
[ 5.813291] usb usb2: Manufacturer: Linux 5.10.65-tegra xhci-hcd
[ 5.819241] usb usb2: SerialNumber: 3610000.xhci
[ 5.824696] hub 2-0:1.0: USB hub found
[ 5.827829] hub 2-0:1.0: 4 ports detected
[ 5.833214] bwmgr API not supported
[ 5.833217] tegra-xusb 3610000.xhci: can’t register EMC bwmgr (-22)
[ 5.866303] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2011000 KHz, changing to: 2035200 KHz
[ 5.869787] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 5.872527] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz
[ 5.876573] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[ 5.880825] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 5.881558] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[ 5.887683] mmc0: CQHCI version 5.10
[ 5.892483] tegra194-pcie 14100000.pcie: IO 0x0030100000…0x00301fffff → 0x0030100000
[ 5.892488] tegra194-pcie 14100000.pcie: MEM 0x20a8000000…0x20afffffff → 0x0040000000
[ 5.894553] irq: IRQ290: trimming hierarchy from :pmc@c360000
[ 5.894593] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 290
[ 5.924752] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit
[ 5.924850] tegra194-pcie 14100000.pcie: MEM 0x2080000000…0x20a7ffffff → 0x2080000000
[ 6.022303] mmc0: Command Queue Engine enabled
[ 6.022434] mmc0: periodic cache flush enabled
[ 6.022565] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 6.023203] mmcblk0: mmc0:0001 G1M15M 59.3 GiB
[ 6.023516] mmcblk0rpmb: mmc0:0001 G1M15M partition 3 4.00 MiB, chardev (510:0)
[ 6.027070] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[ 6.032076] usb 1-3: new full-speed USB device number 2 using tegra-xusb
[ 6.048074] tegra194-pcie 14100000.pcie: Link up
[ 6.050000] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 6.050198] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 6.050367] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 6.050650] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 6.050955] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 6.051219] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 6.051500] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 6.054754] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 6.055043] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 6.055341] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 6.056298] pci 0001:01:00.0: supports D1 D2
[ 6.059686] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 6.069571] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 6.073777] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 6.080077] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 6.087841] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 6.093921] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 6.099151] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 6.105452] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 6.112809] pci 0001:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 6.121335] pci 0001:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 6.129811] pcieport 0001:00:00.0: Adding to iommu group 10
[ 6.135359] pcieport 0001:00:00.0: PME: Signaling with IRQ 50
[ 6.141227] pcieport 0001:00:00.0: AER: enabled with IRQ 50
[ 6.147281] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[ 6.153776] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[ 6.159623] tegra194-pcie 14160000.pcie: IO 0x0036100000…0x00361fffff → 0x0036100000
[ 6.168280] tegra194-pcie 14160000.pcie: MEM 0x2428000000…0x242fffffff → 0x0040000000
[ 6.176766] tegra194-pcie 14160000.pcie: MEM 0x2140000000…0x2427ffffff → 0x2140000000
[ 6.184251] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[ 6.193485] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.200653] usb 1-3: Product: Bluetooth Radio
[ 6.204941] usb 1-3: Manufacturer: Realtek
[ 6.209139] usb 1-3: SerialNumber: 00e04c000001
[ 6.308885] usb 2-3: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[ 6.346858] usb 2-3: New USB device found, idVendor=0bda, idProduct=0420, bcdDevice= 1.40
[ 6.347095] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.347300] usb 2-3: Product: 4-Port USB 3.0 Hub
[ 6.347439] usb 2-3: Manufacturer: Generic
[ 6.357810] hub 2-3:1.0: USB hub found
[ 6.360010] hub 2-3:1.0: 4 ports detected
[ 6.464072] usb 1-4: new high-speed USB device number 3 using tegra-xusb
[ 6.631192] usb 1-4: New USB device found, idVendor=0bda, idProduct=5420, bcdDevice= 1.40
[ 6.631430] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.631635] usb 1-4: Product: 4-Port USB 2.0 Hub
[ 6.631774] usb 1-4: Manufacturer: Generic
[ 6.633254] hub 1-4:1.0: USB hub found
[ 6.634753] hub 1-4:1.0: 4 ports detected
[ 7.301533] tegra194-pcie 14160000.pcie: Phy link never came up
[ 7.301753] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 7.301936] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 7.302094] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 7.302374] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 7.302668] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 7.302913] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 7.303200] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 7.308631] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 7.308795] pci 0004:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 7.309246] pcieport 0004:00:00.0: Adding to iommu group 11
[ 7.309559] pcieport 0004:00:00.0: PME: Signaling with IRQ 52
[ 7.310074] pcieport 0004:00:00.0: AER: enabled with IRQ 52
[ 7.310419] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[ 7.310650] pci 0004:00:00.0: Removing from iommu group 11
[ 7.310818] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[ 7.317445] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 7.322402] tegra194-pcie 141a0000.pcie: Failed to get slot regulators: -517
[ 7.322470] vdd-3v3-pcie: supplied by vdd-3v3-sys
[ 7.327085] avdd-cam-2v8: supplied by vdd-3v3-sys
[ 7.328074] usb 1-4.1: new full-speed USB device number 4 using tegra-xusb
[ 7.331730] vdd-dp: supplied by vdd-3v3-sys
[ 7.343050] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 7.347905] dsi-vdd-1v8-bl-en: supplied by vdd-1v8-sys
[ 7.354213] tegra194-isp5 14800000.isp: initialized
[ 7.359359] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[ 7.363939] (NULL device *): fops function table already registered
[ 7.370935] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[ 7.376575] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 7.381270] tegra194-pcie 141a0000.pcie: Using GICv2m MSI allocator
[ 7.392138] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 290
[ 7.442718] usb 1-4.1: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.63
[ 7.442936] usb 1-4.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 7.443120] usb 1-4.1: Product: USB2.0-Serial
[ 7.497126] tegra194-pcie 141a0000.pcie: host bridge /pcie@141a0000 ranges:
[ 7.497349] tegra194-pcie 141a0000.pcie: IO 0x003a100000…0x003a1fffff → 0x003a100000
[ 7.497609] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000…0x2b2fffffff → 0x0040000000
[ 7.497860] tegra194-pcie 141a0000.pcie: MEM 0x2740000000…0x2b27ffffff → 0x2740000000
[ 7.524072] usb 1-4.2: new full-speed USB device number 5 using tegra-xusb
[ 7.631466] usb 1-4.2: New USB device found, idVendor=413c, idProduct=1005, bcdDevice=59.00
[ 7.631702] usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.631906] usb 1-4.2: Product: Dell Multimedia Pro Keyboard Hub
[ 7.632080] usb 1-4.2: Manufacturer: Dell
[ 7.635599] hub 1-4.2:1.0: USB hub found
[ 7.636840] hub 1-4.2:1.0: 3 ports detected
[ 7.932073] usb 1-4.2.1: new low-speed USB device number 6 using tegra-xusb
[ 8.043609] usb 1-4.2.1: New USB device found, idVendor=413c, idProduct=2011, bcdDevice=59.00
[ 8.043847] usb 1-4.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.044056] usb 1-4.2.1: Product: Dell Multimedia Pro Keyboard
[ 8.044231] usb 1-4.2.1: Manufacturer: Dell
[ 8.055156] input: Dell Dell Multimedia Pro Keyboard as /devices/platform/3610000.xhci/usb1/1-4/1-4.2/1-4.2.1/1-4.2.1:1.0/0003:413C:2011.0001/input/input0
[ 8.112532] hid-generic 0003:413C:2011.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell Multimedia Pro Keyboard] on usb-3610000.xhci-4.2.1/input0
[ 8.120891] input: Dell Dell Multimedia Pro Keyboard Consumer Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.2/1-4.2.1/1-4.2.1:1.1/0003:413C:2011.0002/input/input1
[ 8.180461] input: Dell Dell Multimedia Pro Keyboard System Control as /devices/platform/3610000.xhci/usb1/1-4/1-4.2/1-4.2.1/1-4.2.1:1.1/0003:413C:2011.0002/input/input2
[ 8.181711] hid-generic 0003:413C:2011.0002: input,hidraw1: USB HID v1.10 Device [Dell Dell Multimedia Pro Keyboard] on usb-3610000.xhci-4.2.1/input1
[ 8.264069] usb 1-4.2.3: new low-speed USB device number 7 using tegra-xusb
[ 8.372939] usb 1-4.2.3: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 8.373181] usb 1-4.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.373388] usb 1-4.2.3: Product: USB Optical Mouse
[ 8.373519] usb 1-4.2.3: Manufacturer: Logitech
[ 8.378710] input: Logitech USB Optical Mouse as /devices/platform/3610000.xhci/usb1/1-4/1-4.2/1-4.2.3/1-4.2.3:1.0/0003:046D:C077.0003/input/input3
[ 8.379797] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-3610000.xhci-4.2.3/input0
[ 8.456070] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[ 8.605524] tegra194-pcie 141a0000.pcie: Phy link never came up
[ 8.605745] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[ 8.605923] pci_bus 0005:00: root bus resource [bus 00-ff]
[ 8.606080] pci_bus 0005:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3a100000-0x3a1fffff])
[ 8.606352] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff])
[ 8.606646] pci_bus 0005:00: root bus resource [mem 0x2740000000-0x2b27ffffff pref]
[ 8.606891] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400
[ 8.607158] pci 0005:00:00.0: PME# supported from D0 D3hot
[ 8.612717] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[ 8.612862] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 8.613290] pcieport 0005:00:00.0: Adding to iommu group 12
[ 8.613589] pcieport 0005:00:00.0: PME: Signaling with IRQ 54
[ 8.614087] pcieport 0005:00:00.0: AER: enabled with IRQ 54
[ 8.614412] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[ 8.614653] pci 0005:00:00.0: Removing from iommu group 12
[ 8.614822] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[ 8.621648] nvethernet 6810000.ethernet: Adding to iommu group 43
[ 8.626661] nvethernet 6810000.ethernet: failed to read skip mac reset flag, default 0
[ 8.634347] nvethernet 6810000.ethernet: failed to read MDIO address
[ 8.640907] nvethernet 6810000.ethernet: setting to default DMA bit mask
[ 8.647739] nvethernet 6810000.ethernet: failed to read UPHY GBE mode- default to 10G
[ 8.655486] nvethernet 6810000.ethernet: failed to get phy reset gpio error: -2
[ 8.666816] nvethernet 6810000.ethernet: Ethernet MAC address: 48:b0:2d:78:28:d8
[ 8.670101] -->macsec_probe()
[ 8.670111] -->macsec_get_platform_res()
[ 8.670127] <–macsec_get_platform_res()
[ 8.670128] -->macsec_enable_car()
[ 8.670315] <–macsec_enable_car()
[ 8.670336] <–macsec_probe()
[ 8.670338] nvethernet 6810000.ethernet: Macsec not enabled
[ 8.675645] nvethernet 6810000.ethernet: Macsec: Reduced MTU: 1466 Max: 16383
[ 8.687485] nvethernet 6810000.ethernet: eth0 (HW ver: 31) created with 10 DMA channels
[ 8.691311] irq: IRQ292: trimming hierarchy from :pmc@c360000
[ 8.696590] irq: IRQ293: trimming hierarchy from :interrupt-controller@f400000-1
[ 8.704023] irq: IRQ294: trimming hierarchy from :pmc@c360000
[ 8.709633] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[ 8.717283] tegra-se-nvhost 15810000.se: Adding to iommu group 44
[ 8.723314] tegra-se-nvhost 15810000.se: initialized
[ 8.734748] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 8.735009] tegra-se-nvhost 15820000.se: Adding to iommu group 45
[ 8.740575] tegra-se-nvhost 15820000.se: initialized
[ 8.746036] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 8.751069] tegra-se-nvhost 15840000.se: Adding to iommu group 46
[ 8.757690] tegra-se-nvhost 15840000.se: initialized
[ 8.763185] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 8.768917] tegra_actmon d230000.actmon: in actmon_register()…
[ 8.774627] tegra_actmon d230000.actmon: bwmgr_disable = 1
[ 8.780393] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[ 8.788030] hvc_sysfs: hypervisor is not present
[ 8.824935] ALSA device list:
[ 8.825028] No soundcards found.
[ 8.825697] Freeing unused kernel memory: 3968K
[ 8.825889] Run /init as init process
[ 8.825996] with arguments:
[ 8.825997] /init
[ 8.825997] nv-auto-config
[ 8.825998] with environment:
[ 8.825999] HOME=/
[ 8.826000] TERM=linux
[ 8.826000] mminit_loglevel=4
[ 8.836448] Root device found: mmcblk0p1
[ 8.837022] Found dev node: /dev/mmcblk0p1
[ 8.861040] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.862019] Rootfs mounted over mmcblk0p1
[ 8.874242] Switching from initrd to actual rootfs
[ 9.000848] systemd[1]: System time before build time, advancing clock.
[ 9.040864] systemd[1]: systemd 245.4-4ubuntu3.17 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 9.041949] systemd[1]: Detected architecture arm64.
[ 9.079360] systemd[1]: Set hostname to .
[ 9.280045] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 9.280420] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 9.281460] systemd[1]: Created slice system-modprobe.slice.
[ 9.282033] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 9.282519] systemd[1]: Created slice User and Session Slice.
[ 9.282780] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.283211] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 9.283539] systemd[1]: Reached target User and Group Name Lookups.
[ 9.283754] systemd[1]: Reached target Slices.
[ 9.283913] systemd[1]: Reached target Swap.
[ 9.284257] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 9.284553] systemd[1]: Listening on Syslog Socket.
[ 9.284804] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 9.285072] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 9.285568] systemd[1]: Listening on Journal Audit Socket.
[ 9.289649] systemd[1]: Listening on Journal Socket (/dev/log).
[ 9.295755] systemd[1]: Listening on Journal Socket.
[ 9.300752] systemd[1]: Listening on udev Control Socket.
[ 9.306164] systemd[1]: Listening on udev Kernel Socket.
[ 9.312590] systemd[1]: Mounting Huge Pages File System…
[ 9.318072] systemd[1]: Mounting POSIX Message Queue File System…
[ 9.324293] systemd[1]: Mounting RPC Pipe File System…
[ 9.329654] systemd[1]: Mounting Kernel Debug File System…
[ 9.335436] systemd[1]: Mounting Kernel Trace File System…
[ 9.341326] systemd[1]: Starting Journal Service…
[ 9.346211] systemd[1]: Starting Set the console keyboard layout…
[ 9.352384] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 9.360174] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 9.369310] systemd[1]: Started Nameserver information manager.
[ 9.374645] systemd[1]: Reached target Network (Pre).
[ 9.380554] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 9.388633] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 9.399469] systemd[1]: Starting Load Kernel Modules…
[ 9.403898] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 9.410532] systemd[1]: Starting udev Coldplug all Devices…
[ 9.414819] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 9.421913] systemd[1]: Starting Uncomplicated firewall…
[ 9.427735] systemd[1]: Started Journal Service.
[ 9.461943] systemd-journald[303]: Received client request to flush runtime journal.
[ 9.474549] nvgpu: 17000000.ga10b nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[ 9.743031] nvidia: loading out-of-tree module taints kernel.
[ 9.752463] spi-tegra114 3210000.spi: Adding to iommu group 3
[ 9.752568] nv_platform 13800000.display: Adding to iommu group 47
[ 9.756570] platform 13800000.display:nvdisplay-niso: Adding to iommu group 48
[ 9.757012] spi-tegra114 3230000.spi: Adding to iommu group 3
[ 9.758428] NVRM: loading NVIDIA UNIX Kernel Module for aarch64 34.1.0 Release Build (buildbrain@mobile-u64-5280-d6000) Wed Apr 6 12:07:34 PDT 2022
[ 9.793151] qspi_mtd spi6.0: MX25U51279G (65536 Kbytes)
[ 9.793157] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x4000000 (64MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0
[ 9.804764] 1 fixed-partitions partitions found on MTD device spi6.0
[ 9.804982] Creating 1 MTD partitions on “spi6.0”:
[ 9.805145] 0x000000000000-0x000004000000 : “Whole_flash0”
[ 9.805645] cpu-throttle-alert cooling device registered.
[ 9.805944] gpu-throttle-alert cooling device registered.
[ 9.806197] tegra-hda 3510000.hda: Adding to iommu group 49
[ 9.809112] nvadsp 2993000.adsp: Adding to iommu group 50
[ 9.809217] nvadsp 2993000.adsp: in probe()…
[ 9.809391] cv0-throttle-alert cooling device registered.
[ 9.810813] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 9.810857] cv1-throttle-alert cooling device registered.
[ 9.813912] cv2-throttle-alert cooling device registered.
[ 9.816256] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[ 9.819464] soc0-throttle-alert cooling device registered.
[ 9.822049] irq: IRQ295: trimming hierarchy from :pmc@c360000
[ 9.823262] soc1-throttle-alert cooling device registered.
[ 9.823695] soc2-throttle-alert cooling device registered.
[ 9.826847] hot-surface-alert cooling device registered.
[ 9.844091] irq: IRQ296: trimming hierarchy from :pmc@c360000
[ 9.844102] nct1008_nct72 4-004c: starting parse dt
[ 9.844126] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[ 9.844128] nct1008_nct72 4-004c: success parsing dt
[ 9.845375] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[ 9.864608] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 9.864860] ucsi_ccg 1-0008: Port-0: no role switch found
[ 9.870438] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input5
[ 9.870865] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input6
[ 9.871170] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input7
[ 9.871588] input: NVIDIA Jetson AGX Orin HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input8
[ 9.880349] nct1008_nct72 4-004c: LOC shutdown limit 107
[ 9.880985] nct1008_nct72 4-004c: EXT shutdown limit 107
[ 9.908500] loop: module loaded
[ 9.916587] nct1008_nct72 4-004c: initial LOC temp: 23000
[ 9.917071] nct1008_nct72 4-004c: initial EXT temp: 29250
[ 9.917997] nct1008_nct72 4-004c: hi_b:-4, lo_b:0
[ 9.918659] nct1008_nct72 4-004c: nct1008_probe: initialized
[ 9.951488] tegra-asoc: sound: Adding to iommu group 50
[ 9.992409] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 50
[ 9.992443] tegra210_adsp_audio_probe: platform probe started
[ 9.993378] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[ 9.993609] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[ 9.993828] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[ 9.994047] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[ 9.994261] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[ 9.994473] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[ 9.994476] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[ 9.994477] tegra210-adsp tegra210-adsp: using adma channel page 0
[ 9.994516] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[ 10.003943] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 10.004205] OF: graph: no port node found in /i2c@c240000/ucsi_ccg@8/connector@0
[ 10.042119] rtl88x2ce 0001:01:00.0: Adding to iommu group 10
[ 10.042365] rtl88x2ce 0001:01:00.0: enabling device (0000 → 0003)
[ 10.054551] usbcore: registered new interface driver btusb
[ 10.056518] usbcore: registered new interface driver ch341
[ 10.056540] usbserial: USB Serial support registered for ch341-uart
[ 10.056569] ch341 1-4.1:1.0: ch341-uart converter detected
[ 10.059015] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[ 10.059019] rtk_btcoex: rtk_btcoex_init: version: 1.2
[ 10.059020] rtk_btcoex: create workqueue
[ 10.059077] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[ 10.059109] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[ 10.059111] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[ 10.059113] rtk_btusb: patch_add
[ 10.059115] rtk_btusb: auto suspend is disabled
[ 10.059117] rtk_btusb: pid = 0x3549
[ 10.059119] rtk_btusb: patch_add: Reset gEVersion to 0xff
[ 10.059125] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[ 10.060057] rtk_btusb: btusb_probe: done
[ 10.060221] rtk_btusb: btusb_open start
[ 10.060225] rtk_btusb: btusb_open hdev->promisc ==0
[ 10.060226] rtk_btusb: download_patch start
[ 10.060228] rtk_btusb: chip type value: 0x73
[ 10.060231] rtk_btusb: HCI reset.
[ 10.060904] usbcore: registered new interface driver rtk_btusb
[ 10.064671] usb 1-4.1: ch341-uart converter now attached to ttyUSB0
[ 10.071867] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[ 10.071871] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[ 10.071873] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 10.071875] rtk_btusb: load_firmware start
[ 10.071876] rtk_btusb: lmp_version = 0x8822
[ 10.071878] rtk_btusb: config filename rtl8822cu_config
[ 10.073575] cryptd: max_cpu_qlen set to 1000
[ 10.078970] rtk_btusb: no bdaddr file /opt/bdaddr
[ 10.078975] rtk_btusb: 55 ab 23 87 00 00
[ 10.078984] rtk_btusb: Config file length 6, new length 6
[ 10.078986] rtk_btusb: fw name is rtl8822cu_fw
[ 10.080165] rtk_btusb: This is not 8723a, use new patch style!
[ 10.080170] rtk_btusb: rtk_get_eversion: gEVersion 255
[ 10.081851] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[ 10.081854] rtk_btusb: load_firmware: New gEVersion 3
[ 10.081856] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[ 10.081857] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[ 10.081858] rtk_btusb: fw_version = 0x9a8cbc9
[ 10.081859] rtk_btusb: number_of_total_patch = 3
[ 10.081860] rtk_btusb: chipID 4
[ 10.081861] rtk_btusb: patch_length 0x8590
[ 10.081862] rtk_btusb: start_offset 0x00005d00
[ 10.081863] rtk_btusb: Svn version: 1940234490
[ 10.081864] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[ 10.081865] rtk_btusb: buf_len = 0x8596
[ 10.081871] rtk_btusb: fw: exists, config file: exists
[ 10.081872] rtk_btusb: load_firmware done
[ 10.081879] rtk_btusb: download_data start
[ 10.253866] rtk_btusb: download_data done
[ 10.253869] rtk_btusb: HCI reset.
[ 10.264865] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[ 10.264870] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[ 10.264871] rtk_btusb: patch_entry->lmp_sub = 0x8822
[ 10.264876] rtk_btusb: Rtk patch end 0
[ 10.264879] rtk_btusb: btusb_open set HCI_RUNNING
[ 10.264899] rtk_btcoex: Open BTCOEX
[ 10.264900] rtk_btusb: btusb_open end
[ 10.266872] rtk_btcoex: BTCOEX hci_rev 0x09a8
[ 10.266876] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[ 10.286375] tegra210-adsp tegra210-adsp: Loaded app wire
[ 10.286381] tegra210-adsp tegra210-adsp: Loaded app apm
[ 10.286382] tegra210-adsp tegra210-adsp: Loaded app adma
[ 10.286384] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[ 10.286386] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 000000002b13a67c
[ 10.286857] rtk_btusb: btusb_notify: hci0 evt 3
[ 10.304811] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[ 10.665125] using random self ethernet address
[ 10.665271] using random host ethernet address
[ 10.871715] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.871728] Bluetooth: BNEP socket layer initialized
[ 10.970781] Mass Storage Function, version: 2009/09/11
[ 10.970788] LUN: removable file: (no medium)
[ 10.973304] using random self ethernet address
[ 10.973454] using random host ethernet address
[ 10.993773] rndis0: HOST MAC b6:41:e3:86:21:f4
[ 10.993875] rndis0: MAC b6:41:e3:86:21:f5
[ 10.994128] usb0: HOST MAC b6:41:e3:86:21:f6
[ 10.994207] usb0: MAC b6:41:e3:86:21:f7
[ 10.995443] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[ 10.998301] l4tbr0: port 1(rndis0) entered blocking state
[ 10.998311] l4tbr0: port 1(rndis0) entered disabled state
[ 10.998443] device rndis0 entered promiscuous mode
[ 11.003407] libphy: nvethernet_mdio_bus: probed
[ 11.013470] irq: IRQ299: trimming hierarchy from :pmc@c360000
[ 11.026120] l4tbr0: port 2(usb0) entered blocking state
[ 11.026132] l4tbr0: port 2(usb0) entered disabled state
[ 11.026270] device usb0 entered promiscuous mode
[ 11.124963] nvgpu: 17000000.ga10b tpc_pg_mask_store:1042 [INFO] no value change, same mask already set
[ 11.377213] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 11.884546] zram: Added device: zram0
[ 11.884798] zram: Added device: zram1
[ 11.885050] zram: Added device: zram2
[ 11.885151] zram: Added device: zram3
[ 11.885322] zram: Added device: zram4
[ 11.885507] zram: Added device: zram5
[ 11.885646] zram: Added device: zram6
[ 11.885789] zram: Added device: zram7
[ 11.886237] zram: Added device: zram8
[ 11.886867] zram: Added device: zram9
[ 11.887410] zram: Added device: zram10
[ 11.889527] zram: Added device: zram11
[ 11.949372] zram0: detected capacity change from 0 to 1337925632
[ 12.116256] Adding 1306564k swap on /dev/zram0. Priority:5 extents:1 across:1306564k SS
[ 12.118622] zram1: detected capacity change from 0 to 1337925632
[ 12.164167] Adding 1306564k swap on /dev/zram1. Priority:5 extents:1 across:1306564k SS
[ 12.165683] zram2: detected capacity change from 0 to 1337925632
[ 12.212141] Adding 1306564k swap on /dev/zram2. Priority:5 extents:1 across:1306564k SS
[ 12.213570] zram3: detected capacity change from 0 to 1337925632
[ 12.240173] Adding 1306564k swap on /dev/zram3. Priority:5 extents:1 across:1306564k SS
[ 12.241655] zram4: detected capacity change from 0 to 1337925632
[ 12.276158] Adding 1306564k swap on /dev/zram4. Priority:5 extents:1 across:1306564k SS
[ 12.277503] zram5: detected capacity change from 0 to 1337925632
[ 12.332126] Adding 1306564k swap on /dev/zram5. Priority:5 extents:1 across:1306564k SS
[ 12.333505] zram6: detected capacity change from 0 to 1337925632
[ 12.380123] Adding 1306564k swap on /dev/zram6. Priority:5 extents:1 across:1306564k SS
[ 12.381657] zram7: detected capacity change from 0 to 1337925632
[ 12.440173] Adding 1306564k swap on /dev/zram7. Priority:5 extents:1 across:1306564k SS
[ 12.442136] zram8: detected capacity change from 0 to 1337925632
[ 12.472124] Adding 1306564k swap on /dev/zram8. Priority:5 extents:1 across:1306564k SS
[ 12.473894] zram9: detected capacity change from 0 to 1337925632
[ 12.504169] Adding 1306564k swap on /dev/zram9. Priority:5 extents:1 across:1306564k SS
[ 12.505622] zram10: detected capacity change from 0 to 1337925632
[ 12.524120] Adding 1306564k swap on /dev/zram10. Priority:5 extents:1 across:1306564k SS
[ 12.525623] zram11: detected capacity change from 0 to 1337925632
[ 12.568138] Adding 1306564k swap on /dev/zram11. Priority:5 extents:1 across:1306564k SS
[ 13.140102] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 13.606673] Bridge firewalling registered
[ 14.162348] [xpcs_lane_bring_up][416][type:0x4][loga-0x0] Failed to get PCS block lock
[ 14.162625] [xpcs_init][451][type:0x4][loga-0x0] TX/RX lane bring-up failed
[ 14.162841] [mgbe_set_speed][4220][type:0x4][loga-0x0] xpcs_init failed
[ 14.178108] nvethernet 6810000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 16.087567] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 16.257939] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 23.694267] nvidia-modeset: Loading NVIDIA UNIX Kernel Mode Setting Driver for aarch64 34.1.0 Release Build (buildbrain@mobile-u64-5280-d6000) Wed Apr 6 12:07:36 PDT 2022
[ 23.694323] NVRM gpumgrGetSomeGpu: Failed to retrieve pGpu - Too early call!.
[ 23.694328] NVRM nvAssertFailedNoLog: Assertion failed: NV_FALSE @ gpu_mgr.c:295
[ 23.694337] CPU: 11 PID: 2448 Comm: modprobe Tainted: G O 5.10.65-tegra #1
[ 23.694339] Hardware name: /, BIOS r34.1-975eef6 04/06/2022
[ 23.694341] Call trace:
[ 23.694353] dump_backtrace+0x0/0x1a0
[ 23.694356] show_stack+0x2c/0x40
[ 23.694364] dump_stack+0xd8/0x138
[ 23.694402] os_dump_stack+0x14/0x1c [nvidia]
[ 23.694423] tlsEntryUnreference+0x198/0x1a0 [nvidia]
[ 23.694439] gpumgrGetSomeGpu+0x80/0x98 [nvidia]
[ 23.694454] threadPriorityRestore+0xa8/0x2f0 [nvidia]
[ 23.694469] rmclientConstruct_IMPL+0x160/0x258 [nvidia]
[ 23.694484] __nvoc_ctor_RmClient+0x5c/0x88 [nvidia]
[ 23.694499] __nvoc_objCreate_RmClient+0x7c/0x118 [nvidia]
[ 23.694514] resservClientFactory+0x28/0x90 [nvidia]
[ 23.694528] serverAllocClient+0x19c/0x318 [nvidia]
[ 23.694543] serverAllocResource+0x140/0x2e8 [nvidia]
[ 23.694558] rmapiAllocWithSecInfo+0x17c/0x2e8 [nvidia]
[ 23.694573] rmapiAllocWithSecInfoTls+0x74/0xa8 [nvidia]
[ 23.694587] rmapiInitDeprecatedContext+0x520/0x598 [nvidia]
[ 23.694625] nvkms_call_rm+0x5c/0x90 [nvidia_modeset]
[ 23.694653] nvRmApiAlloc+0x30/0x40 [nvidia_modeset]
[ 23.694656] do_one_initcall+0x4c/0x2d0
[ 23.694660] do_init_module+0x5c/0x210
[ 23.694661] load_module+0x2068/0x2680
[ 23.694663] __do_sys_finit_module+0xb4/0xf0
[ 23.694665] __arm64_sys_finit_module+0x28/0x40
[ 23.694668] el0_svc_common.constprop.0+0x7c/0x1c0
[ 23.694669] do_el0_svc+0x34/0xa0
[ 23.694673] el0_svc+0x1c/0x30
[ 23.694675] el0_sync_handler+0xa8/0xb0
[ 23.694676] el0_sync+0x16c/0x180
[ 23.694682] NVRM gpumgrGetSomeGpu: Failed to retrieve pGpu - Too early call!.
[ 23.694685] NVRM nvAssertFailedNoLog: Assertion failed: NV_FALSE @ gpu_mgr.c:295
[ 23.713348] fuse: init (API version 7.32)
[ 24.449443] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[ 24.450187] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[ 24.450937] NVRM rmapiAllocWithSecInfo: allocation failed; status: Given class-id not valid [NV_ERR_INVALID_CLASS] (0x00000022)
[ 24.450943] NVRM rmapiAllocWithSecInfo: client:0xc1d00001 parent:0xcaf00001 object:0x0 class:0x402c
[ 24.453424] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[ 24.470117] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.470131] CPU: 1 PID: 2436 Comm: Xorg Tainted: G O 5.10.65-tegra #1
[ 24.470135] Hardware name: /, BIOS r34.1-975eef6 04/06/2022
[ 24.470138] Call trace:
[ 24.470152] dump_backtrace+0x0/0x1a0
[ 24.470158] show_stack+0x2c/0x40
[ 24.470166] dump_stack+0xd8/0x138
[ 24.470218] os_dump_stack+0x14/0x1c [nvidia]
[ 24.470261] tlsEntryUnreference+0x198/0x1a0 [nvidia]
[ 24.470302] ctxdmaConstruct_IMPL+0x36c/0x3b8 [nvidia]
[ 24.470341] __nvoc_ctor_ContextDma+0x74/0xa8 [nvidia]
[ 24.470381] __nvoc_objCreate_ContextDma+0x78/0x118 [nvidia]
[ 24.470420] __nvoc_objCreateDynamic+0x54/0x60 [nvidia]
[ 24.470459] resservResourceFactory+0x74/0x100 [nvidia]
[ 24.470498] indexRemove+0x290/0x518 [nvidia]
[ 24.470537] serverAllocResourceUnderLock+0x214/0x5f0 [nvidia]
[ 24.470576] serverAllocResource+0x244/0x2e8 [nvidia]
[ 24.470615] rmapiAllocWithSecInfo+0x17c/0x2e8 [nvidia]
[ 24.470654] rmapiAllocWithSecInfoTls+0x74/0xa8 [nvidia]
[ 24.470693] rmapiInitDeprecatedContext+0x520/0x598 [nvidia]
[ 24.470762] nvkms_call_rm+0x5c/0x90 [nvidia_modeset]
[ 24.470823] nvRmApiAlloc+0x30/0x40 [nvidia_modeset]
[ 24.470881] nvkms_ioctl_common+0x174/0x1a0 [nvidia_modeset]
[ 24.470921] nvidia_frontend_unlocked_ioctl+0x58/0x78 [nvidia]
[ 24.470929] __arm64_sys_ioctl+0xa8/0xf0
[ 24.470935] el0_svc_common.constprop.0+0x7c/0x1c0
[ 24.470940] do_el0_svc+0x34/0xa0
[ 24.470946] el0_svc+0x1c/0x30
[ 24.470951] el0_sync_handler+0xa8/0xb0
[ 24.470955] el0_sync+0x16c/0x180
[ 24.471112] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.471242] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.471367] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.471495] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.471620] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.471743] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.490259] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0xffff:
[ 24.525353] NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call result 0x56:
[ 24.527086] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.652856] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 24.653137] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1190
[ 24.838666] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 29.599378] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 29.600207] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 32.750304] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 32.750934] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 32.882109] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 32.882733] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 33.232168] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 33.232860] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 33.833614] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 33.834288] NVRM nvAssertFailed: Assertion failed: 0 @ g_mem_mgr_nvoc.h:1175
[ 39.908119] vdd-12v-sys: disabling
[ 39.908133] vdd-3v3-ftdi: disabling
[ 39.908141] vdd-3v3-pcie: disabling
[ 39.908145] avdd-cam-2v8: disabling
[ 39.908150] vdd-12v-pcie: disabling
[ 39.908154] dsi-vdd-1v8-bl-en: disabling