How to build last kernel linux(6.6.6) for JP6?

it’s the makefile from BSP.
I copy linux 6.6.14 folder and rename the folder as “kernel-jammy-src” and put it in Linux_for_Tegra/source/kernel
then I modified Linux_for_Tegra/source/kernel/kernel-jammy-src/arch/arm64/configs/defconfig to add CONFIG_ARM64_PMEM=y.

From Linux_for_Tegra/source/ i do: make -j $(nproc) -C kernel

I’ve check that I have these fix lines in my drivers.

Then I do:
export INSTALL_MOD_PATH=/home/johnny/Projects/Linux_for_Tegra/rootfs
sudo -E make install -C kernel
make[1]: Leaving directory ‘/home/johnny/Projects/Linux_for_Tegra/source/kernel/kernel-jammy-src’

Kernel and in-tree modules installed successfully.

make: Leaving directory ‘/home/johnny/Projects/Linux_for_Tegra/source/kernel’

cp kernel/kernel-jammy-src/arch/arm64/boot/Image /home/johnny/Projects/Linux_for_Tegra/kernel/Image

from source folder:
export KERNEL_HEADERS=$PWD/kernel/kernel-jammy-src
make modules

I found the problem.
Using v6.6 it’s not working. With 6.7 it’s building well @jonathanh

@jonathanh I’ve completed all the tutorial from page. Now, How to installed to boot?

I have checked our internal builders and I see the drivers are building fine against v6.6.0 and v6.7.0. I don’t see any differences between v6.6.0 and v6.6.14 regard to register_shrinker and so it should build fine for v6.6.x.

To install the new kernel and drivers, if you refer to the build documentation you will see …

  1. Here is shows to copy the kernel image to the kernel location in the BSP …
    Kernel Customization — NVIDIA Jetson Linux Developer Guide 1 documentation
$ cp kernel/kernel-jammy-src/arch/arm64/boot/Image \
  <install-path>/Linux_for_Tegra/kernel/Image

Note the path in your case will not be ‘kernel-jammy-src’.

  1. Install the drivers in the rootfs
    Kernel Customization — NVIDIA Jetson Linux Developer Guide 1 documentation
$ export INSTALL_MOD_PATH=<install-path>/Linux_for_Tegra/rootfs/
$ sudo -E make modules_install
  1. Reflash the target
    Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

But, is it possible without reflashing? I mean, I have done the whole process compiling inside the Jetson, not with Cross_compile.
I mean if it is possible only transferring files.

Yes that is possible. Did you install the drivers under /lib/modules/ on the target?

Then yes you could copy the kernel Image somewhere under /boot and update the /boot/extlinux/extlinux.conf accordingly. I would recommend you add a new entry in the extlinux.conf for the new kernel so that way you can always boot into the default kernel if something goes wrong.

1 Like

in dtb folder, I don’t have to change the file right?
the modules only I copy dtbo’s to /boot/ @jonathanh

and yes now I install kernel and modules by /lib/modules/

Now i have boot menu:
my kernel is not loading, But i can’t with the default

Yes no change needed for the dtb. Only need to populate the kernel Image and kernel drivers.

1 Like

So, I don’t have to change dtbo files in /boot/ right?

Correct.

1 Like

I’ve merge 2 .config from yours and from new kernel. Now I will try with new version compiled. But now I understand the process

I’ve still can’t boot. @jonathanh
I’ve checked your kernel config with kernel 6.7 with PMEM added.
Left it’s your kernel

with your defconfig, I can’t compile modules.
If I only use 6.7 defconfig adding pmem compile but still I can’t boot.
I see more differences with diffcheck.

No errors in boot, only black screen…

Should I update initrd?

Do you have access to the serial console? That would be the best way to see what is happening. It could be that it is booting, but the display is not coming up.

Can you also enable CONFIG_FB_SIMPLE=y in the kernel config to see if you see the console on the display?

This is my configuration @jonathanh

TIMEOUT 30
DEFAULT primary

MENU TITLE L4T boot options

LABEL primary
      MENU LABEL primary kernel
      LINUX /boot/Image
      FDT /boot/dtb/kernel_tegra234-p3737-0000+p3701-0005-nv.dtb
      INITRD /boot/initrd
      APPEND ${cbootargs} root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb video=efifb:off console=tty0

# When testing a custom kernel, it is recommended that you create a backup of
# the original kernel and add a new entry to this file so that the device can
# fallback to the original kernel. To do this:
#
# 1, Make a backup of the original kernel
#      sudo cp /boot/Image /boot/Image.backup
#
# 2, Copy your custom kernel into /boot/Image
#
# 3, Uncomment below menu setting lines for the original kernel
#
# 4, Reboot

LABEL backup
     MENU LABEL backup kernel
     LINUX /boot/Image.backup
     FDT /boot/dtb/kernel_tegra234-p3737-0000+p3701-0005-nv.dtb
     INITRD /boot/initrd
     APPEND ${cbootargs} root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb video=efifb:off console=tty0

I’ve installed with fb simple and I have the same behavior

with 5.15 works well

Can you access the serial console? You can connect a micro-USB cable to board to access the serial console. See …

When you connect the USB cable to the board, you should see 4 USB devices. On the Linux machine ‘/dev/ttyACM0’ can be accessed via tools like minicom, picocom, etc to view the output.

1 Like

UART: @jonathanh
Jetson System firmware version 36.2.0-gcid-34956989 date 2023-11-30T18:35:35+00:
00
ESC to enter Setup.
F11 to enter Boots used. **
.
L4TLauncher: Attempting Direct Boot
L4T boot options
0: primary kernel
1: backup kernel
Press 0-1oot default (Option: 0)
EFI stub: Booting Linux Kernel…
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device iting boot services…
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 6.7.3-tegra (johnny@johnny-Ubuntu) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Thu Feb 1 19:27:55 CET 2024
[ 0.000000] KASLR enabled
[ 0.000000] Machine model: NVIDIA Jetson AGX Orin Developer Kit
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: RTPROP=0x10281ff318 SMBIOS=0xffff0000 SMBIOS 3.0=0x1027c20000 MEMATTR=0x1020b79018 ESRT=0x6338c98
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x0000001020b4ee98 to 0x0000001020b4eed0.
[ 0.000000] Reserved memory: created CMA memory poved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000ff5600000…0x00000010155fffff (524288 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x000000102cdf0000…0x000000102cfeffff (2048 KiB) nomap non-reusable ramoops_carveout
[ 0.000000] OF: resenon-reusable pva-carveout
[ 0.000000] OF: reserved mem: 0x000000102f000000…0x000000102fffffff (16384 KiB) nomap non-reusable fsi-carveout
[ 0.000000] OF: reserved mem: 0x0000001049800000…0x000000107fffffff (892928 KiB) map non-reusable vpr-carveout
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x1022d1b9c0-0x1022d1dfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff]
[ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000001018c48fff]
[ 0.000000] node 0: [mem 0x0000001018c49000-0x0000001018ddbfff]
[ 0.000000] node 0: [mem 0x0000001018ddc000-0x00000010262bffff]
[ 0.000000] node 0: [mem 0x00000010262c0000-0x00000010281fffff]
[ 0.000000] node 0: [mem 0x0000001028200000-0x000000102c5fffff]
[ 0.000000] node 0node 0: [mem 0x000000102c800000-0x000000102cd6ffff]
[ 0.000000] node 0: [mem 0x0000001032000000-0x0000001033ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] On node 0, zone Normal: 21136 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 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: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 u90112
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Address authentication (architected QARMA5 algorithm)
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kerneling boot alternatives
[ 0.000000] Kernel command line: root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb video=efifb:off console=tty0 bl_prof_dataptr=2031616@0x102.
[ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16187504
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 16.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfe0000-0x00000000fffe0000] (64MB)
[ 0.000000] Memory: 63806980K/65779136K available (16640K kernel code, 4344K rwdata, 10812K rodata, 9408K init, 605K bss, 1447868K reserved, 524288K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjehical 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] Tracing variant of Tasks ler-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] GICimplemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on co1.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.000621] Console:e [tty0] enabled
[ 0.000921] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000934] pid_max: default: 32768 minimum: 301
[ 0.001019] LSM: initializing lsm=capability,integrity
[ 0.001235] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.001349] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.004794] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004863] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.005065] rcu: Hierarchical SRCU im is 1000.
[ 0.008536] Tegra Revision: A01 SKU: 208 CPU Process: 0 SoC Process: 0
[ 0.009698] Remapping and enabling EFI services.
[ 0.010899] smp: Bringing up secondary CPUs …
[ 0.011726] Detected PIPT I-cache on CPU1
[ 0.011903] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.011983] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.012707] Detected PIPT I-cache on CPU2
[ 0.012734] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.012755] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.013372] Detected PIPT I-cache on CPU3
[ 0.013405] GICv3: CPU3: found redistributor 300 region 0:0xr 0x0000000300 [0x410fd421]
[ 0.016087] Detected PIPT I-cache on CPU4
[ 0.016153] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[ 0.016182] CPU4: Booted second PIPT I-cache on CPU5
[ 0.016868] GICv3: CPU5: found redistrooted secondary processor 0x0000010100 [0x410fd421]
[ 0.0175s: applying system-wide alternatives
[ 0.042568] devtmpfs: initialized
[ 0.059291] clocksource: jiffies: mask: 0xfffffff 0.059335] futex hash table entries: 4096 (order: 6, 262144 bytesystem
[ 0.071346] SMBIOS 3.6.0 present.
[ 0.071365] DMI: Unknown NVIDIA Jetson AGX Orin Developer Kit/NVIDIA Jetson AGX0.072250] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.073518] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.073855] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.074169] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.074220] audit: initializing netlink subsys (disabled)
[ 0.074335] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[ 0.077095] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.077099] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.077209] cpuidle: using governor menu
[ 0.077484] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.077636] ASID allocator initialised with 32768 entries
[ 0.079704] Serial: AMBA PL011 UART driver
[ 0.089473] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 15, base_baud = 0) is a SBSA
[ 0.089522] printk: legacy console [ttyAMA0] enabled
[ 1.182291] platform c000000.aon: Fixed dependency cycle(s) with /bus@0/aon@c000000
[ 1.190867] platform 2c60000.external-memory-controller: Fixed dependency cycle(s) with /bpmp
[ 1.204689] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 1.211767] Modules: 0 pages in range for non-PLT usage
[ 1.211771] Modules: 513792 pages in range for PLT usage
[ 1.217694] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.229825] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 1.236102] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.242902] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 1.249179] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.255979] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.262260] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.269062] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 1.276495] ACPI: Interpreter disabled.
[ 1.281892] iommu: Default domain type: Translated
[ 1.286698] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.293095] SCSI subsystem initialized
[ 1.297092] usbcore: registered new interface driver usbfs
[ 1.302608] usbcore: registered new interface driver hub
[ 1.307951] usbcore: registered new device driver usb
[ 1.313473] pps_core: LinuxPPS API ver. 1 registered
[ 1.318451] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.327616] PTP clock support registered
[ 1.331629] EDAC MC: Ver: 3.0.0
[ 1.336030] scmi_core: SCMI protocol bus registered
[ 1.341137] efivars: Registered efivars operations
[ 1.346511] FPGA manager framework
[ 1.349984] Advanced Linux Sound Architecture Driver Initialized.
[ 1.356803] vgaarb: loaded
[ 1.359777] clocksource: Switched to clocksource arch_sys_counter
[ 1.366110] VFS: Disk quotas dquot_6.6.0
[ 1.370065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.377108] pnp: PnP ACPI: disabled
[ 1.383504] NET: Registered PF_INET protocol family
[ 1.388689] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.399727] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.409198] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.417014] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.425644] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.434680] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.441505] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.448615] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.456356] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.462480] RPC: Registered named UNIX socket transport module.
[ 1.468427] RPC: Registered udp transport module.
[ 1.473140] RPC: Registered tcp transport module.
[ 1.477851] RPC: Registered tcp-with-tls transport module.
[ 1.483349] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.489835] PCI: CLS 0 bytes, default 64
[ 1.493941] Unpacking initramfs…
[ 1.497858] kvm [1]: IPA Size Limit: 48 bits
[ 1.502201] kvm [1]: GICv3: no GICV resource entry
[ 1.507008] kvm [1]: disabling GICv2 emulation
[ 1.511488] kvm [1]: GIC system register CPU interface enabled
[ 1.517372] kvm [1]: vgic interrupt IRQ9
[ 1.521356] kvm [1]: VHE mode initialized successfully
[ 1.527951] Initialise system trusted keyrings
[ 1.532627] workingset: timestamp_bits=42 max_order=24 bucket_order=0
[ 1.539413] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.545481] NFS: Registering the id_resolver key type
[ 1.550571] Key type id_resolver registered
[ 1.554762] Key type id_legacy registered
[ 1.558799] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.565521] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.573007] 9p: Installing v9fs 9p2000 file system support
[ 1.590191] Key type asymmetric registered
[ 1.594298] Asymmetric key parser ‘x509’ registered
[ 1.599261] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.606688] io scheduler mq-deadline registered
[ 1.611231] io scheduler kyber registered
[ 1.615287] io scheduler bfq registered
[ 1.630742] EINJ: ACPI disabled.
[ 1.651215] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.659920] msm_serial: driver initialized
[ 1.664292] SuperH (H)SCI(F) driver initialized
[ 1.668921] STM32 USART driver initialized
[ 1.673363]eing initrd memory: 10972K
[ 1.678603] serial-tegra 3100000.tyTCU0] enabled
[ 3.123670] arm-smmu 8000000.iommu: probing : SMMUv2 with:
[ 3.139775] arm-smmu 8000000.iommu: stage 1 nslation
[ 3.150704] arm-smmu 8000000.iommu: nested translath 128 register groups
[ 3.163414] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 3.170243] arm-smmu 8000-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.183491] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.190349] arm-smmu 8000000.iommu: preserved 0 boot mappings
[ 3.197112] arm-smmu 10000000.iommu: probing hardware configuration…
[ 3.203819] arm-smmu 10000000.iommu: SMMUv2 with:
[ 3.208660] arm-smmu 10000000.iommu: stage 1 translation
[ 3.214215] arm-smmu 10000000.iommu: stage 2 translation
[ 3.219773] arm-smmu 10000000.iommu: nested translation
[ 3.225244] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 3.232675] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 3.239578] arm-smmu 10000000.iommu: Supported page sizes: 0x61311000
[ 3.246282] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.253001] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.259800] arm-smmu 10000000.iommu: preserved 0 boot mappings
[ 3.266343] arm-smmu 12000000.iommu: probing hardware configuration…
[ 3.273057] arm-smmu 12000000.iommu: SMMUv2 with:
[ 3.277889] arm-smmu 12000000.iommu: stage 1 translation
[ 3.283439] arm-smmu 12000000.iommu: stage 2 translation
[ 3.289009] arm-smmu 12000000.iommu: nested translation
[ 3.294466] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 3.301898] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 3.308800] arm-smmu 12000000.iommu: Supported page sizes: 0x61311000
[ 3.315516] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.322227] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.329000] arm-smmu 12000000.iommu: preserved 0 boot mappings
[ 3.341926] loop: module loaded
[ 3.345937] megasas: 07.727.03.00-rc1
[ 3.353829] tun: Universal TUN/TAP device driver, 1.6
[ 3.359610] thunder_xcv, ver 1.0
[ 3.362956] thunder_bgx, ver 1.0
[ 3.366290] nicpf, ver 1.0
[ 3.369816] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 3.377247] hns3: Copyright (c) 2017 Huawei Corporation.
[ 3.382737] hclge is initializing
[ 3.386190] e1000: Intel(R) PRO/1000 Network Driver
[ 3.391216] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.397140] e1000e: Intel(R) PRO/1000 Network Driver
[ 3.402243] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.408343] igb: Intel(R) Gigabit Ethernet Network Driver
[ 3.413894] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.419643] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 3.426091] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.432397] sky2: driver version 1.30
[ 3.436984] VFIO - User Level meta-driver version: 0.3
[ 3.444183] usbcore: registered new interface driver usb-storage
[ 3.452156] rtc-efi rtc-efi.0: registered as rtc0
[ 3.457043] rtc-efi rtc-efi.0: setting system clock to 1970-01-01T00:00:23 UTC (23)
[ 3.465415] i2c_dev: i2c /ntroller Interface driver
[ 3.481968] sdhci: Copyright(c) Pierre Ossman
[ 3.486884] Synopsys Designware Multimedia Card Interface Driver
[ 3.493671] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.505340] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.512994] pstore: Using crash dump compression: deflate
[ 3.518553] pstore: Registered efi_pstore as persistent store backend
[ 3.525635] SMCCC: SOC_ID: ID = jep106:036b:0234 Revision = 0x00000401
[ 3.532987] tegra-bpmp bpmp: Adding to iommu group 0
[ 3.541061] tegra-bpmp bpmp: firmware: a381fb560faa591136e7-ac83764aab0
��debugfs initialized
��[ 8.444628] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 8.454637] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[ 8.463883] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 8.473843] usbcore: registered new interface driver usbhid
[ 8.479595] usbhid: USB HID core driver
[ 8.496243] hw perfevents: enabled with armv8_cortex_a78 PMU driver, 7 counters available
[ 8.506126] optee: probing for conduit method.
��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
��[ 8.510750] optee: revision 3.22 (1b7f2993)
[ 8.570952] optee: dynamic shared memory is enabled
[ 8.580613] optee: initialized driver
[ 8.588773] NET: Registered PF_PACKET protocol family
[ 8.594130] 9pnet: Installing 9P2000 support
[ 8.598655] Key type dns_resolver registered
[ 8.605707] registered taskstats version 1
[ 8.610303] Loading compiled-in X.509 certificates
[ 8.652331] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 1
[ 8.661681] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[ 8.671390] serial-tegra 3100000.serial: RX in PIO mode
[ 8.676801] serial-tegra 3100000.serial: TX in PIO mode
[ 8.682416] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 134, base_baud = 0) is a TEGRA_UART
[ 8.692026] serial-tegra 3110000.serial: RX in PIO mode
[ 8.697421] serial-tegra 3110000.serial: TX in PIO mode
[ 8.702931] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 135, base_baud = 0) is a TEGRA_UART
[ 8.714413] tegra_rtc c2a0000.rtc: registered as rtc1
[ 8.719639] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 8.726352] tegra-i2c 3160000.i2c: Adding to iommu group 1
[ 8.735521] i2c i2c-0: of_i2c: modalias failure on /bus@0/i2c@3160000/prod-settings
[ 8.743428] i2c i2c-0: Failed to create I2C device for /bus@0/i2c@3160000/prod-settings
[ 8.752244] tegra-i2c 3180000.i2c: Adding to iommu group 1
[ 8.760268] i2c i2c-2: of_i2c: modalias failure on /bus@0/i2c@3180000/prod-settings
[ 8.768188] i2c i2c-2: Failed to create I2C device for /bus@0/i2c@3180000/prod-settings
[ 8.776869] tegra-i2c 3190000.i2c: Adding to iommu group 1
[ 8.785152] i2c i2c-3: of_i2c: modalias failure on /bus@0/i2c@3190000/prod-settings
[ 8.793058] i2c i2c-3: Failed to create I2C device for /bus@0/i2c@3190000/prod-settings
[ 8.801688] tegra-i2c 31b0000.i2c: Adding to iommu group 1
[ 8.809674] i2c i2c-5: of_i2c: modalias failure on /bus@0/i2c@31b0000/prod-settings
[ 8.817584] i2c i2c-5: Failed to create I2C device for /bus@0/i2c@31b0000/prod-settings
[ 8.826216] tegra-i2c 31c0000.i2c: Adding to iommu group 1
[ 8.835002] i2c i2c-6: of_i2c: modalias failure on /bus@0/i2c@31c0000/prod-settings
[ 8.842912] i2c i2c-6: Failed to create I2C device for /bus@0/i2c@31c0000/prod-settings
[ 8.851537] tegra-i2c 31e0000.i2c: Adding to iommu group 1
[ 8.859615] i2c i2c-8: of_i2c: modalias failure on /bus@0/i2c@31e0000/prod-settings
[ 8.867535] i2c i2c-8: Failed to create I2C device for /bus@0/i2c@31e0000/prod-settings
[ 8.876278] tegra-i2c c240000.i2c: Adding to iommu group 1
[ 8.884922] i2c i2c-1: of_i2c: modalias failure on /bus@0/i2c@c240000/prod-settings
[ 8.892829] i2c i2c-1: Failed to create I2C device for /bus@0/i2c@c240000/prod-settings
[ 8.901626] tegra-i2c c250000.i2c: Adding to iommu group 1
[ 8.909727] i2c i2c-7: of_i2c: modalias failure on /bus@0/i2c@c250000/prod-settings
[ 8.917632] i2c i2c-7: Failed to create I2C device for /bus@0/i2c@c250000/prod-settings
[ 8.948909] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2007000 KHz, changing to: 2035200 KHz
[ 8.963483] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2010000 KHz, changing to: 2035200 KHz
[ 8.978767] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 8.992723] sdhci-tegra 3460000.mmc: Adding to iommu group 2
[ 8.999032] sdhci-tegra 3400000.mmc: Adding to iommu group 3
[ 9.009220] mmc3: CQHCI version 5.10
[ 9.009332] sdhci-tegra 3400000.mmc: Got CD GPIO
[ 9.051802] mmc3: SDHCI controller on 3460000.mmc [3460000.mmc] using ADMA 64-bit
[ 9.067684] irq: IRQ147: trimming hierarchy from :bus@0:pmc@c360000
[ 9.075001] mmc4: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
[ 9.085348] irq: IRQ148: trimming hierarchy from :bus@0:pmc@c360000
[ 9.091939] irq: IRQ149: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[ 9.100238] irq: IRQ150: trimming hierarchy from :bus@0:pmc@c360000
[ 9.106812] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 9.114529] clk: Disabling unused clocks
��WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk
WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk
WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_falcon
��[ 9.929869] ALSA device list:
[ 9.933178] No soundcards found.
[ 9.948899] Freeing unused kernel memory: 9408K
[ 9.954322] Run /init as init process
[ 10.001614] Checking overlayfs setting…
[ 10.009332] mmc3: Command Queue Engine enabled
[ 10.013991] mmc3: new HS400 Enhanced strobe MMC card at address 0001
[ 10.021121] mmcblk3: mmc3:0001 G1M15M 59.3 GiB
[ 10.032426] mmcblk3: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 10.035143] Overlayfs is disabled…
[ 10.050490] mmcblk3boot0: mmc3:0001 G1M15M 31.5 MiB
[ 10.056935] mmcblk3boot1: mmc3:0001 G1M15M 31.5 MiB
[ 10.059137] Root device found: nvme0n1p1
[ 10.063013] mmcblk3rpmb: mmc3:0001 G1M15M 4.00 MiB, chardev (511:0)
[ 19.183998] platform 3520000.padctl: deferred probe pending
[ 19.189845] platform 3610000.usb: deferred probe pending
[ 19.195347] tegra-mc 2c00000.memory-controller: sync_state() pending due to bus@0:aconnect@2900000
[ 19.204590] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to bus@0:aconnect@2900000
[ 19.215048] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 3510000.hda
[ 19.224629] tegra-mc 2c00000.memory-controller: sync_state() pending due to 3510000.hda
[ 19.232909] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 3550000.usb
[ 19.242348] tegra-mc 2c00000.memory-controller: sync_state() pending due to 3550000.usb
[ 19.250629] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 3610000.usb
[ 19.260067] tegra-mc 2c00000.memory-controller: sync_state() pending due to 3610000.usb
[ 19.268341] tegra-mc 2c00000.memory-controller: sync_state() pending due to 6810000.ethernet
[ 19.277059] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 13e00000.host1x
[ 19.286862] tegra-mc 2c00000.memory-controller: sync_state() pending due to 13e00000.host1x
[ 19.295501] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 14100000.pcie
[ 19.305102] tegra-mc 2c00000.memory-controller: sync_state() pending due to 14100000.pcie
[ 19.313542] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 14160000.pcie
[ 19.323125] tegra-mc 2c00000.memory-controller: sync_state() pending due to 14160000.pcie
[ 19.331568] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 141a0000.pcie
[ 19.341160] tegra-mc 2c00000.memory-controller: sync_state() pending due to 141a0000.pcie
[ 19.349586] tegra-mc 2c00000.memory-controller: sync_state() pending due to 2500000.ufshci
[ 19.358106] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 17000000.gpu
[ 19.367606] tegra-mc 2c00000.memory-controller: sync_state() pending due to 17000000.gpu
[ 19.375961] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 13800000.display
[ 19.385809] tegra-mc 2c00000.memory-controller: sync_state() pending due to 13800000.display
[ 19.394505] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to bc00000.rtcpu
[ 19.404089] tegra-mc 2c00000.memory-controller: sync_state() pending due to bc00000.rtcpu
[ 19.412524] tegra-pmc c360000.pmc: sync_state() pending due to 4-003c
[ 20.666627] ERROR: nvme0n1p1 not found
[ 41.964726] VDD_3V3_PCIE: disabling
[ 41.968594] VDD_12V_PCIE: disabling

Thanks. The PCIe and NVMe drivers are not built into the kernel by default so cannot find the device. Please try …

make defconfig
scripts/config --file .config --enable ARM64_PMEM
scripts/config --file .config --enable PCIE_TEGRA194
scripts/config --file .config --enable PCIE_TEGRA194_HOST
scripts/config --file .config --enable BLK_DEV_NVME
scripts/config --file .config --enable NVME_CORE

And then rebuild the kernel and drivers.

1 Like

Now tries to login but crash. It’s a big step.
Jetson System firmware version 36.2.0-gcid-34956989 date 2023-11-30T18:35:35+00:
00
ESC to enter Setup.
F11 to enter Boot Manager Menu.
Enter to continue boot.
** WARNING: Test Key is used. **

L4TLauncher: Attempting Direct Boot
L4T boot options
0: primary kernel
1: backup kernel
Press 0-1 to boot selection within 3.0 seconds.
Press any other key to boot default (Option: 0)
EFI stub: Booting Linux Kernel…
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services…
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[ 0.000000] Linux version 6.7.3-tegra (johnny@jetson-Orin) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #2 SMP PREEMP4
[ 0.000000] KASLR enabled
[ 0.000000] Machine model: NVIDIA Jetson AGX Orin Developer Kit
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: RTPROP=0x10281ff318 SMBIOS=0xffff0000 SMBIOS 3.0=0x1027c20000 MEMATTR=0x1020b79018 ESRT=0x1023a03818 INITRD=0x1016318c18 RNG=0x1015840018
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x0000001023a03818 to 0x0000001023a03850.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000ff5600000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000ff5600000…0x00000010155fffff (524288 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x000000102cdf0000…0x000000102cfeffff (2048 KiB) nomap non-reusable ramoops_carveout
[ 0.000000] OF: reserved mem: 0x000000102d980000…0x000000102dbfffff (2560 KiB) map non-reusable pva-carveout
[ 0.000000] OF: reserved mem: 0x000000102f000000…0x000000102fffffff (16384 KiB) nomap non-reusable fsi-carveout
[ 0.000000] OF: reserved mem: 0x0000001049800000…0x000000107fffffff (892928 KiB) map non-reusable vpr-carveout
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x1022d1be80-0x1022d1e4bf]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000001033ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff]
[ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000001018c48fff]
[ 0.000000] node 0: [mem 0x0000001018c49000-0x0000001018ddbfff]
[ 0.000000] node 0: [mem 0x0000001018ddc000-0x00000010262bffff]
[ 0.000000] node 0: [mem 0x00000010262c0000-0x00000010281fffff]
[ 0.000000] node 0: [mem 0x0000001028200000-0x000000102c5fffff]
[ 0.000000] node 0: [mem 0x000000102c600000-0x000000102c7fffff]
[ 0.000000] node 0: [mem 0x000000102c800000-0x000000102cd6ffff]
[ 0.000000] node 0: [mem 0x0000001032000000-0x0000001033ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] On node 0, zone Normal: 21136 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 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: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 u90112
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Address authentication (architected QARMA5 algorithm)
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_c
[ 0.000000] Unknown kernel command line parameters “bl_prof_dataptr=2031616@0x102C610000 bl_prof_ro_ptr=65536@0x102C600000”, will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16187504
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 16.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfe0000-0x00000000fffe0000] (64MB)
[ 0.000000] Memory: 63806864K/65779136K available (16704K kernel code, 4348K rwdata, 10844K rodata, 9408K init, 605K bss, 1447984K reserved, 524288K cma-re)
[ 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] 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] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000635] Console: colour dummy device 80x25
[ 0.000655] printk: legacy console [tty0] enabled
[ 0.000924] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000942] pid_max: default: 32768 minimum: 301
[ 0.001034] LSM: initializing lsm=capability,integrity
[ 0.001247] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.001362] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.004643] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004718] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004917] rcu: Hierarchical SRCU implementation.
[ 0.004925] rcu: Max phase no-delay instances is 1000.
[ 0.008089] Tegra Revision: A01 SKU: 208 CPU Process: 0 SoC Process: 0
[ 0.009228] Remapping and enabling EFI services.
[ 0.010394] smp: Bringing up secondary CPUs …
[ 0.011244] Detected PIPT I-cache on CPU1
[ 0.011413] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.011495] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.012275] Detected PIPT I-cache on CPU2
[ 0.012307] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.012330] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.012961] Detected PIPT I-cache on CPU3
[ 0.012990] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.013006] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.015688] Detected PIPT I-cache on CPU4
[ 0.015747] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[ 0.015776] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[ 0.016422] Detected PIPT I-cache on CPU5
[ 0.016459] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[ 0.016479] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[ 0.017103] Detected PIPT I-cache on CPU6
[ 0.017143] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[ 0.017162] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.017800] Detected PIPT I-cache on CPU7
[ 0.017834] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[ 0.017856] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.020594] Detected PIPT I-cache on CPU8
[ 0.020665] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[ 0.020693] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[ 0.021377] Detected PIPT I-cache on CPU9
[ 0.021416] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[ 0.021437] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[ 0.022062] Detected PIPT I-cache on CPU10
[ 0.022102] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[ 0.022122] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[ 0.022754] Detected PIPT I-cache on CPU11
[ 0.022801] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[ 0.022819] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[ 0.022894] smp: Brought up 1 node, 12 CPUs
[ 0.022942] SMP: Total of 12 processors activated.
[ 0.022948] CPU features: detected: 32-bit EL0 Support
[ 0.022951] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.022956] CPU features: detected: Common not Private translations
[ 0.022961] CPU features: detected: CRC32 instructions
[ 0.022964] CPU features: detected: Data cache clean to Point of Persistence
[ 0.022971] CPU features: detected: Generic authentication (architected QARMA5 algorithm)
[ 0.022975] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.022978] CPU features: detected: LSE atomic instructions
[ 0.022987] CPU features: detected: Privileged Access Never
[ 0.022990] CPU features: detected: RAS Extension Support
[ 0.022992] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.023071] spectre-bhb mitigation disabled by command line option
[ 0.023071] spectre-bhb mitigation disabled by command line option
[ 0.023108] CPU features: detected: Hardware dirty bit management on CPU0-11
[ 0.023124] CPU: All CPU(s) started at EL2
[ 0.023127] alternatives: applying system-wide alternatives
[ 0.041993] devtmpfs: initialized
[ 0.058743] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.058791] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.068049] pinctrl core: initialized pinctrl subsystem
[ 0.070561] SMBIOS 3.6.0 present.
[ 0.070581] DMI: Unknown NVIDIA Jetson AGX Orin Developer Kit/NVIDIA Jetson AGX Orin Developer Kit, BIOS 36.2.0-gcid-34956989 11/30/2023
[ 0.071514] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.072723] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.073075] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.073384] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.073451] audit: initializing netlink subsys (disabled)
[ 0.073620] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[ 0.076336] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.076341] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.076448] cpuidle: using governor menu
[ 0.076619] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.076768] ASID allocator initialised with 32768 entries
[ 0.078614] Serial: AMBA PL011 UART driver
[ 0.088423] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 15, base_baud = 0) is a SBSA
[ 0.088469] printk: legacy console [ttyAMA0] enabled
[ 1.168603] platform c000000.aon: Fixed dependency cycle(s) with /bus@0/aon@c000000
[ 1.177089] platform 2c60000.external-memory-controller: Fixed dependency cycle(s) with /bpmp
[ 1.190912] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 1.197984] Modules: 0 pages in range for non-PLT usage
[ 1.197986] Modules: 513760 pages in range for PLT usage
[ 1.203854] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.215984] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 1.222266] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.229068] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 1.235344] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.242143] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.248420] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.255221] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 1.262649] ACPI: Interpreter disabled.
[ 1.267982] iommu: Default domain type: Translated
[ 1.272791] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.279252] SCSI subsystem initialized
[ 1.283248] usbcore: registered new interface driver usbfs
[ 1.288761] usbcore: registered new interface driver hub
[ 1.294110] usbcore: registered new device driver usb
[ 1.299607] pps_core: LinuxPPS API ver. 1 registered
[ 1.304586] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.313749] PTP clock support registered
[ 1.317754] EDAC MC: Ver: 3.0.0
[ 1.322080] scmi_core: SCMI protocol bus registered
[ 1.327196] efivars: Registered efivars operations
[ 1.332620] FPGA manager framework
[ 1.336122] Advanced Linux Sound Architecture Driver Initialized.
[ 1.342901] vgaarb: loaded
[ 1.345927] clocksource: Switched to clocksource arch_sys_counter
[ 1.352275] VFS: Disk quotas dquot_6.6.0
[ 1.356236] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.363277] pnp: PnP ACPI: disabled
[ 1.369603] NET: Registered PF_INET protocol family
[ 1.374791] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.385857] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.395316] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.403130] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.411763] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.420797] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.427621] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.434721] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.442414] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.448451] RPC: Registered named UNIX socket transport module.
[ 1.454392] RPC: Registered udp transport module.
[ 1.459105] RPC: Registered tcp transport module.
[ 1.463818] RPC: Registered tcp-with-tls transport module.
[ 1.469315] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.475790] PCI: CLS 0 bytes, default 64
[ 1.479912] Unpacking initramfs…
[ 1.483779] kvm [1]: IPA Size Limit: 48 bits
[ 1.488112] kvm [1]: GICv3: no GICV resource entry
[ 1.492919] kvm [1]: disabling GICv2 emulation
[ 1.497412] kvm [1]: GIC system register CPU interface enabled
[ 1.503306] kvm [1]: vgic interrupt IRQ9
[ 1.507296] kvm [1]: VHE mode initialized successfully
[ 1.513783] Initialise system trusted keyrings
[ 1.518379] workingset: timestamp_bits=42 max_order=24 bucket_order=0
[ 1.525141] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.531195] NFS: Registering the id_resolver key type
[ 1.536285] Key type id_resolver registered
[ 1.540479] Key type id_legacy registered
[ 1.544516] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.551239] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.558745] 9p: Installing v9fs 9p2000 file system support
[ 1.575887] Key type asymmetric registered
[ 1.579994] Asymmetric key parser ‘x509’ registered
[ 1.584954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.592381] io scheduler mq-deadline registered
[ 1.596924] io scheduler kyber registered
[ 1.600989] io scheduler bfq registered
[ 1.622641] EINJ: ACPI disabled.
[ 1.642365] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.651010] msm_serial: driver initialized
[ 1.655362] SuperH (H)SCI(F) driver initialized
[ 1.659226] Freeing initrd memory: 10968K
[ 1.659998] STM32 USART driver initialized
[ 1.668364] serial-tegra 3100000.serial: RX in PIO mode
[ 1.673604] serial-tegra 3100000.serial: TX in PIO mode
[ 1.679252] printk: legacy console [ttyTCU0] enabled
[ 3.107610] arm-smmu 8000000.iommu: probing hardware configuration…
[ 3.119023] arm-smmu 8000000.iommu: SMMUv2 with:
[ 3.123776] arm-smmu 8000000.iommu: stage 1 translation
[ 3.129244] arm-smmu 8000000.iommu: stage 2 translation
[ 3.134713] arm-smmu 8000000.iommu: nested translation
[ 3.140093] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 3.147438] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 3.154261] arm-smmu 8000000.iommu: Supported page sizes: 0x61311000
[ 3.160878] arm-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.167507] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.174340] arm-smmu 8000000.iommu: preserved 0 boot mappings
[ 3.181105] arm-smmu 10000000.iommu: probing hardware configuration…
[ 3.187828] arm-smmu 10000000.iommu: SMMUv2 with:
[ 3.192664] arm-smmu 10000000.iommu: stage 1 translation
[ 3.198225] arm-smmu 10000000.iommu: stage 2 translation
[ 3.203785] arm-smmu 10000000.iommu: nested translation
[ 3.209251] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 3.216679] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 3.223575] arm-smmu 10000000.iommu: Supported page sizes: 0x61311000
[ 3.230281] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.236992] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.243756] arm-smmu 10000000.iommu: preserved 0 boot mappings
[ 3.250312] arm-smmu 12000000.iommu: probing hardware configuration…
[ 3.257035] arm-smmu 12000000.iommu: SMMUv2 with:
[ 3.261872] arm-smmu 12000000.iommu: stage 1 translation
[ 3.267436] arm-smmu 12000000.iommu: stage 2 translation
[ 3.272997] arm-smmu 12000000.iommu: nested translation
[ 3.278468] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 3.285895] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 3.292790] arm-smmu 12000000.iommu: Supported page sizes: 0x61311000
[ 3.299504] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.306218] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.313010] arm-smmu 12000000.iommu: preserved 0 boot mappings
[ 3.325716] loop: module loaded
[ 3.329734] megasas: 07.727.03.00-rc1
[ 3.337784] tun: Universal TUN/TAP device driver, 1.6
[ 3.343538] thunder_xcv, ver 1.0
[ 3.346876] thunder_bgx, ver 1.0
[ 3.350200] nicpf, ver 1.0
[ 3.353771] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 3.361206] hns3: Copyright (c) 2017 Huawei Corporation.
[ 3.366699] hclge is initializing
[ 3.370154] e1000: Intel(R) PRO/1000 Network Driver
[ 3.375168] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.381098] e1000e: Intel(R) PRO/1000 Network Driver
[ 3.386209] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.392315] igb: Intel(R) Gigabit Ethernet Network Driver
[ 3.397885] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.403644] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 3.410087] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.416388] sky2: driver version 1.30
[ 3.420906] VFIO - User Level meta-driver version: 0.3
[ 3.428046] usbcore: registered new interface driver usb-storage
[ 3.435964] rtc-efi rtc-efi.0: registered as rtc0
[ 3.440854] rtc-efi rtc-efi.0: setting system clock to 2024-02-02T13:00:57 UTC (1706878857)
[ 3.449925] i2c_dev: i2c /dev entries driver
[ 3.459807] sdhci: Secure Digital Host Controller Interface driver
[ 3.466162] sdhci: Copyright(c) Pierre Ossman
[ 3.471070] Synopsys Designware Multimedia Card Interface Driver
[ 3.477845] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.490139] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.497709] pstore: Using crash dump compression: deflate
[ 3.503266] pstore: Registered efi_pstore as persistent store backend
[ 3.510979] SMCCC: SOC_ID: ID = jep106:036b:0234 Revision = 0x00000401
[ 3.518385] tegra-bpmp bpmp: Adding to iommu group 0
[ 3.526550] tegra-bpmp bpmp: firmware: a381fb560faa591136e7-ac83764aab0
��debugfs initialized
��[ 7.361787] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 7.371802] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[ 7.381047] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 7.390943] usbcore: registered new interface driver usbhid
[ 7.396714] usbhid: USB HID core driver
[ 7.410586] hw perfevents: enabled with armv8_cortex_a78 PMU driver, 7 counters available
[ 7.420393] optee: probing for conduit method.
��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
��[ 7.425019] optee: revision 3.22 (1b7f2993)
[ 7.485300] optee: dynamic shared memory is enabled
[ 7.494976] optee: initialized driver
[ 7.503200] NET: Registered PF_PACKET protocol family
[ 7.508544] 9pnet: Installing 9P2000 support
[ 7.513043] Key type dns_resolver registered
[ 7.520123] registered taskstats version 1
[ 7.524700] Loading compiled-in X.509 certificates
[ 7.565864] tegra194-pcie 14100000.pcie: Adding to iommu group 1
[ 7.577276] tegra194-pcie 14100000.pcie: host bridge /bus@0/pcie@14100000 ranges:
[ 7.585043] tegra194-pcie 14100000.pcie: MEM 0x2080000000…0x20a7ffffff → 0x2080000000
[ 7.593752] tegra194-pcie 14100000.pcie: MEM 0x20a8000000…0x20afffffff → 0x0040000000
[ 7.602476] tegra194-pcie 14100000.pcie: IO 0x0030100000…0x00301fffff → 0x0030100000
[ 7.611916] tegra194-pcie 14100000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 7.726276] tegra194-pcie 14100000.pcie: PCIe Gen.1 x1 link up
[ 7.740616] tegra194-pcie 14100000.pcie: PCIe Gen.1 x1 link up
[ 7.748227] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 7.755070] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.760727] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 7.768631] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 7.779487] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 7.789428] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 7.795840] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 7.808580] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 7.814940] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 7.820896] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 7.829326] pci 0001:01:00.0: supports D1 D2
[ 7.833733] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 7.850188] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 7.857645] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 7.864030] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 7.872032] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 7.878353] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 7.883741] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 7.890039] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 7.897628] pcieport 0001:00:00.0: Adding to iommu group 1
[ 7.903482] pcieport 0001:00:00.0: PME: Signaling with IRQ 103
[ 7.910518] pcieport 0001:00:00.0: AER: enabled with IRQ 103
[ 7.917490] tegra194-pcie 14160000.pcie: Adding to iommu group 2
[ 7.928434] tegra194-pcie 14160000.pcie: host bridge /bus@0/pcie@14160000 ranges:
[ 7.936190] tegra194-pcie 14160000.pcie: MEM 0x2140000000…0x2427ffffff → 0x2140000000
[ 7.944908] tegra194-pcie 14160000.pcie: MEM 0x2428000000…0x242fffffff → 0x0040000000
[ 7.953611] tegra194-pcie 14160000.pcie: IO 0x0036100000…0x00361fffff → 0x0036100000
[ 7.962991] tegra194-pcie 14160000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 8.078279] tegra194-pcie 14160000.pcie: PCIe Gen.4 x4 link up
[ 8.098854] tegra194-pcie 14160000.pcie: PCIe Gen.4 x4 link up
[ 8.104920] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 8.111733] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 8.117380] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 8.125276] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 8.136124] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 8.146257] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 8.152581] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 8.161123] pci 0004:01:00.0: [144d:a80a] type 00 class 0x010802
[ 8.167493] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 8.186091] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 8.193544] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[ 8.201521] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 8.206906] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 8.214324] pcieport 0004:00:00.0: Adding to iommu group 2
[ 8.220034] pcieport 0004:00:00.0: PME: Signaling with IRQ 105
[ 8.227040] pcieport 0004:00:00.0: AER: enabled with IRQ 105
[ 8.233059] nvme 0004:01:00.0: Adding to iommu group 2
[ 8.238869] nvme nvme0: pci function 0004:01:00.0
[ 8.243745] nvme 0004:01:00.0: enabling device (0000 → 0002)
[ 8.253382] nvme nvme0: Shutdown timeout set to 10 seconds
[ 8.261686] nvme nvme0: 12/0/0 default/read/poll queues
[ 8.272169] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 8.281931] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 3
[ 8.289985] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[ 8.298819] serial-tegra 3100000.serial: RX in PIO mode
[ 8.304220] serial-tegra 3100000.serial: TX in PIO mode
[ 8.309690] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 151, base_baud = 0) is a TEGRA_UART
[ 8.319103] serial-tegra 3110000.serial: RX in PIO mode
[ 8.324500] serial-tegra 3110000.serial: TX in PIO mode
[ 8.329946] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 152, base_baud = 0) is a TEGRA_UART
[ 8.340053] tegra_rtc c2a0000.rtc: registered as rtc1
[ 8.345277] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 8.351756] tegra-i2c 3160000.i2c: Adding to iommu group 3
[ 8.358897] i2c i2c-0: of_i2c: modalias failure on /bus@0/i2c@3160000/prod-settings
[ 8.366794] i2c i2c-0: Failed to create I2C device for /bus@0/i2c@3160000/prod-settings
[ 8.375274] tegra-i2c 3180000.i2c: Adding to iommu group 3
[ 8.382771] i2c i2c-2: of_i2c: modalias failure on /bus@0/i2c@3180000/prod-settings
[ 8.390687] i2c i2c-2: Failed to create I2C device for /bus@0/i2c@3180000/prod-settings
[ 8.399152] tegra-i2c 3190000.i2c: Adding to iommu group 3
[ 8.406293] i2c i2c-3: of_i2c: modalias failure on /bus@0/i2c@3190000/prod-settings
[ 8.414203] i2c i2c-3: Failed to create I2C device for /bus@0/i2c@3190000/prod-settings
[ 8.422639] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[ 8.429360] i2c i2c-5: of_i2c: modalias failure on /bus@0/i2c@31b0000/prod-settings
[ 8.437269] i2c i2c-5: Failed to create I2C device for /bus@0/i2c@31b0000/prod-settings
[ 8.445707] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[ 8.452476] i2c i2c-6: of_i2c: modalias failure on /bus@0/i2c@31c0000/prod-settings
[ 8.460384] i2c i2c-6: Failed to create I2C device for /bus@0/i2c@31c0000/prod-settings
[ 8.468800] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[ 8.475618] i2c i2c-8: of_i2c: modalias failure on /bus@0/i2c@31e0000/prod-settings
[ 8.483517] i2c i2c-8: Failed to create I2C device for /bus@0/i2c@31e0000/prod-settings
[ 8.491961] tegra-i2c c240000.i2c: Adding to iommu group 3
[ 8.498804] i2c i2c-1: of_i2c: modalias failure on /bus@0/i2c@c240000/prod-settings
[ 8.506706] i2c i2c-1: Failed to create I2C device for /bus@0/i2c@c240000/prod-settings
[ 8.515228] tegra-i2c c250000.i2c: Adding to iommu group 3
[ 8.522283] i2c i2c-7: of_i2c: modalias failure on /bus@0/i2c@c250000/prod-settings
[ 8.530187] i2c i2c-7: Failed to create I2C device for /bus@0/i2c@c250000/prod-settings
[ 8.542179] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2011000 KHz, changing to: 2035200 KHz
[ 8.555900] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 8.571094] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[ 8.585011] sdhci-tegra 3460000.mmc: Adding to iommu group 4
[ 8.591003] irq: IRQ163: trimming hierarchy from :bus@0:pmc@c360000
[ 8.591606] tegra194-pcie 141a0000.pcie: Adding to iommu group 5
[ 8.597530] irq: IRQ164: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[ 8.597699] sdhci-tegra 3400000.mmc: Adding to iommu group 6
[ 8.597938] irq: IRQ165: trimming hierarchy from :bus@0:pmc@c360000
[ 8.602897] mmc3: CQHCI version 5.10
[ 8.604343] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 8.604380] sdhci-tegra 3400000.mmc: Got CD GPIO
[ 8.604942] clk: Disabling unused clocks
[ 8.643716] mmc3: SDHCI controller on 3460000.mmc [3460000.mmc] using ADMA 64-bit
[ 8.653935] irq: IRQ168: trimming hierarchy from :bus@0:pmc@c360000
��WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk
��[ 8.660760] mmc4: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
��WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk
WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_falcon
��[ 9.230405] ALSA device list:
[ 9.233627] No soundcards found.
[ 9.234845] tegra194-pcie 141a0000.pcie: host bridge /bus@0/pcie@141a0000 ranges:
[ 9.245364] tegra194-pcie 141a0000.pcie: MEM 0x2800000000…0x2b27ffffff → 0x2800000000
[ 9.253710] Freeing unused kernel memory: 9408K
[ 9.254192] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000…0x2b2fffffff → 0x0040000000
[ 9.254206] tegra194-pcie 141a0000.pcie: IO 0x003a100000…0x003a1fffff → 0x003a100000
[ 9.254795] Run /init as init process
[ 9.260074] tegra194-pcie 141a0000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 9.327586] Checking overlayfs setting…
[ 9.346236] mmc3: Command Queue Engine enabled
[ 9.351255] mmc3: new HS400 Enhanced strobe MMC card at address 0001
[ 9.351918] Overlayfs is disabled…
[ 9.359817] mmcblk3: mmc3:0001 G1M15M 59.3 GiB
[ 9.371541] mmcblk3: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 9.373414] Root device found: nvme0n1p1
[ 9.379835] mmcblk3boot0: mmc3:0001 G1M15M 31.5 MiB
[ 9.387930] mmcblk3boot1: mmc3:0001 G1M15M 31.5 MiB
[ 9.393296] mmcblk3rpmb: mmc3:0001 G1M15M 4.00 MiB, chardev (509:0)
[ 9.414655] Found dev node: /dev/nvme0n1p1
[ 9.447893] EXT4-fs (nvme0n1p1): mounted filesystem 2c62c370-84fd-488f-9dc2-dd1e926a7f5f r/w with ordered data mode. Quota mode: none.
[ 9.464365] Rootfs mounted over nvme0n1p1
[ 9.479005] Switching from initrd to actual rootfs
[ 9.540954] NET: Registered PF_INET6 protocol family
[ 9.546792] Segment Routing with IPv6
[ 9.550580] In-situ OAM (IOAM) with IPv6
[ 9.586289] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +AC)
[ 9.618646] systemd[1]: Detected architecture arm64.
[ 9.625031] systemd[1]: Hostname set to .
[ 9.658048] systemd[1]: Using hardware watchdog ‘NVIDIA Tegra186 WDT’, version 0, device /dev/watchdog
[ 9.667663] systemd[1]: Set hardware watchdog to 2min.
[ 9.690191] block nvme0n1: the capability attribute has been deprecated.
[ 9.822193] systemd[1]: /etc/systemd/system/nvs-service.service:41: Standard output type syslog is obsolete, automatically updating to journal. Please upda.
[ 9.846065] systemd[1]: /etc/systemd/system/nvargus-daemon.service:42: Standard output type syslog is obsolete, automatically updating to journal. Please u.
[ 9.903818] systemd[1]: Queued start job for default target Graphical Interface.
[ 9.926941] systemd[1]: Created slice Slice /system/modprobe.
[ 9.933508] systemd[1]: Created slice Slice /system/serial-getty.
[ 9.940177] systemd[1]: Created slice User and Session Slice.
[ 9.946251] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 9.954216] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 9.966258] systemd[1]: Reached target Slice Units.
[ 9.971348] systemd[1]: Reached target Mounting snaps.
[ 9.976714] systemd[1]: Reached target Swaps.
[ 9.981263] systemd[1]: Reached target Local Verity Protected Volumes.
[ 10.022331] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 10.038095] systemd[1]: Listening on Syslog Socket.
[ 10.043438] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 10.050487] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.057455] systemd[1]: Listening on Journal Audit Socket.
[ 10.063248] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.069564] systemd[1]: Listening on Journal Socket.
[ 10.074937] systemd[1]: Listening on udev Control Socket.
[ 10.080642] systemd[1]: Listening on udev Kernel Socket.
[ 10.106065] systemd[1]: Mounting Huge Pages File System…
[ 10.112871] systemd[1]: Mounting POSIX Message Queue File System…
[ 10.120355] systemd[1]: Mounting Kernel Debug File System…
[ 10.126372] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 10.138444] systemd[1]: Starting Journal Service…
[ 10.144800] systemd[1]: Starting Set the console keyboard layout…
[ 10.152331] systemd[1]: Starting Create List of Static Device Nodes…
[ 10.160278] systemd[1]: Starting Load Kernel Module configfs…
[ 10.167456] systemd[1]: Starting Load Kernel Module drm…
[ 10.174461] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 10.182011] systemd[1]: Starting Load Kernel Module fuse…
[ 10.188838] fuse: init (API version 7.39)
[ 10.188885] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 10.201200] systemd[1]: Started Nameserver information manager.
[ 10.207524] systemd[1]: Reached target Preparation for Network.
[ 10.213823] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 10.224556] systemd[1]: Starting Load Kernel Modules…
[ 10.230436] nvsciipc: loading out-of-tree module taints kernel.
[ 10.231112] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 10.244434] systemd[1]: Starting Coldplug All udev Devices…
[ 10.244699] nvsciipc: loaded module
[ 10.255311] systemd[1]: Started Journal Service.
[ 10.260965] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 10.261466] nvmap_co_device_init: vpr :dma coherent mem declare 0x0000001049800000,914358272
[ 10.270248] EXT4-fs (nvme0n1p1): re-mounted 2c62c370-84fd-488f-9dc2-dd1e926a7f5f r/w. Quota mode: none.
[ 10.276444] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 10.276453] nvmap_page_pool_init: Total RAM pages: 16087882
[ 10.276454] nvmap_page_pool_init: nvmap page pool size: 2010985 pages (3759 MB)
[ 10.276510] nvmap_background_zero_thread: PP zeroing thread starting.
[ 10.276551] nvmap_heap_create: created heap vpr base 0x0000001049800000 size (892928KiB)
[ 10.276592] nvmap_heap_create: fsi :dma coherent mem declare 0x000000102f000000,16777216
[ 10.276599] nvmap_heap_create: created heap fsi base 0x000000102f000000 size (16384KiB)
[ 10.295494] tegra-host1x 13e00000.host1x: Adding to iommu group 7
[ 10.347194] host1x-context host1x-ctx.0: Adding to iommu group 8
[ 10.353490] host1x-context host1x-ctx.1: Adding to iommu group 9
[ 10.359770] host1x-context host1x-ctx.2: Adding to iommu group 10
[ 10.366145] host1x-context host1x-ctx.3: Adding to iommu group 11
[ 10.369954] tegra194-pcie 141a0000.pcie: Phy link never came up
[ 10.372585] host1x-context host1x-ctx.4: Adding to iommu group 12
[ 10.384924] host1x-context host1x-ctx.5: Adding to iommu group 13
[ 10.391295] host1x-context host1x-ctx.6: Adding to iommu group 14
[ 10.397662] host1x-context host1x-ctx.7: Adding to iommu group 15
[ 10.404034] host1x-context host1x-ctx.8: Adding to iommu group 16
[ 10.410387] host1x-context host1x-ctx.9: Adding to iommu group 17
[ 10.416740] host1x-context host1x-ctx.10: Adding to iommu group 18
[ 10.423170] host1x-context host1x-ctx.11: Adding to iommu group 19
[ 10.429612] host1x-context host1x-ctx.12: Adding to iommu group 20
[ 10.436035] host1x-context host1x-ctx.13: Adding to iommu group 21
[ 10.442470] host1x-context host1x-ctx.14: Adding to iommu group 22
[ 10.448917] host1x-context host1x-ctx.15: Adding to iommu group 23
[ 10.494392] systemd-journald[225]: Received client request to flush runtime journal.
[ 10.502967] nvgpu: 17000000.gpu nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000
[ 10.502967]
[ 10.536180] loop0: detected capacity change from 0 to 8
[ 10.541717] loop1: detected capacity change from 0 to 141464
[ 10.541945] Filesystem uses “xz” compression. This is not supported
[ 10.547689] loop2: detected capacity change from 0 to 327776
[ 10.547976] Filesystem uses “xz” compression. This is not supported
[ 10.554268] loop0: detected capacity change from 0 to 132536
[ 10.554636] Filesystem uses “lzo” compression. This is not supported
[ 10.560473] Filesystem uses “xz” compression. This is not supported
[ 10.589276] loop0: detected capacity change from 0 to 972976
[ 10.595238] loop1: detected capacity change from 0 to 72112
[ 10.595707] Filesystem uses “lzo” compression. This is not supported
[ 10.601106] loop2: detected capacity change from 0 to 187776
[ 10.601567] Filesystem uses “xz” compression. This is not supported
[ 10.608241] Filesystem uses “lzo” compression. This is not supported
[ 10.988515] Filesystem uses “xz” compression. This is not supported
[ 11.027859] Error: Driver ‘drm’ is already registered, aborting…
[ 11.035639] tegra-nvdec 15480000.nvdec: descriptors not available
[ 11.040542] thermal_sys: Failed to find ‘trips’ node
[ 11.040544] thermal_sys: Failed to find trip points for thermal-sensor id=0
[ 11.042048] tegra-nvdec: probe of 15480000.nvdec failed with error -22
[ 11.042115] lm90: probe of 4-004c failed with error��TCU debug prints will be routed to traces.
�� -22
[ 11.057643] queue regions overlap: 0x0 + 400 > 0x0
[ 11.057645] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: IVC initialization error: -22
[ 11.057648] tegra-ivc-bus bc00000.rtcpu:ivc-bus: bus start failed: -22
[ 11.062174] nv_platform 13800000.display: Cannot reserve IOVA region of 0 size
[ 11.072056] nv_platform 13800000.display: Cannot reserve IOVA region of 0 size
[ 11.072842] tegra186-cam-rtcpu: probe of bc00000.rtcpu failed with error -22
[ 11.248569] (NULL device *): fops function table already registered
��Starting RmBootstrap
Registered event_type:[0] for dce_core_ipc_type:[1]
Registered event_type:[1] for dce_core_ipc_type:[3]
dce_ipc State Initialized
RmBootstrap completed successfully
��[ 11.292760] host1x: exports duplicate symbol __host1x_client_init (owned by host1x_next)
[ 11.421166] tegra-mgbe 6810000.ethernet: Cannot get CSR clock
[ 11.430195] Error: Driver ‘drm’ is already registered, aborting…
[ 11.468784] ucsi_ccg 1-0008: Failed to create device link (0x180) with 3520000.padctl
[ 11.476901] ucsi_ccg 1-0008: Failed to create device link (0x180) with 3520000.padctl
[ 11.674896] Bridge firewalling registered
[ 11.693650] nvvrs-pseq-rtc nvvrs-pseq-rtc: /aliases ID 0 not available
[ 13.480861] hid-generic 0003:046D:C52B.0003: device has no listeners, quitting

Ubuntu 22.04.3 LTS jetson-Orin ttyTCU0

jetson-Orin login: joh[ 22.506695] tegra-mc 2c00000.memory-controller: sync_state() pending due to 2500000.ufshci
[ 22.515284] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to bc00000.rtcpu
[ 22.524929] tegra-mc 2c00000.memory-controller: sync_state() pending due to bc00000.rtcpu
[ 22.533409] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15480000.nvdec
[ 22.543116] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15480000.nvdec
[ 22.551651] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15380000.nvjpg
[ 22.561357] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15380000.nvjpg
[ 22.569904] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 154c0000.nvenc
[ 22.579614] tegra-mc 2c00000.memory-controller: sync_state() pending due to 154c0000.nvenc
[ 22.588143] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15540000.nvjpg
[ 22.597817] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15540000.nvjpg
[ 22.606346] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15a50000.ofa
[ 22.615852] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15a50000.ofa

Good news, but I have black screen


If I unplug and plug displayport I have signal but black screen. After 10 seconds, monitor not signal

Can you make sure you enable CONFIG_FB_SIMPLE as well? I missed this …

make defconfig
scripts/config --file .config --enable ARM64_PMEM
scripts/config --file .config --enable PCIE_TEGRA194
scripts/config --file .config --enable PCIE_TEGRA194_HOST
scripts/config --file .config --enable BLK_DEV_NVME
scripts/config --file .config --enable NVME_CORE
scripts/config --file .config --enable FB_SIMPLE

I am not seeing …

[    4.016834] simple-framebuffer chosen:framebuffer: framebuffer at 0x839e00000, 0x960000 bytes
[    4.016850] simple-framebuffer chosen:framebuffer: format=x8r8g8b8, mode=1920x1200x32, linelength=8192
[    4.030124] simple-framebuffer chosen:framebuffer: fb0: simplefb registered!

1 Like

same @jonathanh seems failed driver load

Lm�++�H)�kg�i/�#))��������������������������������������������������������������������������������������������������������������������������������������������������� ][ 0.000000] Linux version 6.7.3-tegra (johnny@jetson-nutils for Ubuntu) 2.38) #2 SMP PREEMPT Fri Feb 2 12:11:28 CET 2024
[ 0.000000] KASLR enabled
[ 0.000000] Machine model: NVIDIA Jetson AGX Orin Developer Kit
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: RTPROP=0x10281ff318 SMBIOS=0xffff0000 SMBIOS 3.0=0x1027c20000 MEMATTR=0x1020b79018 ESRT=0x1020b3cd98 INITRD=0x1016318c18 RNG=0x1015840018 MEMRESERV
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x0000001020b3cd98 to 0x0000001020b3cdd0.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000ff5600000, size 512 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000ff5600000…0x00000010155fffff (524288 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x000000102cdf0000…0x000000102cfeffff (2048 KiB) nomap non-reusable ramoops_carveout
[ 0.000000] OF: reserved mem: 0x000000102d980000…0x000000102dbfffff (2560 KiB) map non-reusable pva-carveout
[ 0.000000] OF: reserved mem: 0x000000102f000000…0x000000102fffffff (16384 KiB) nomap non-reusable fsi-carveout
[ 0.000000] OF: reserved mem: 0x0000001049800000…0x000000107fffffff (892928 KiB) map non-reusable vpr-carveout
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x1022d1a9c0-0x1022d1cfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000001033ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fffdffff]
[ 0.000000] node 0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x0000001018c48fff]
[ 0.000000] node 0: [mem 0x0000001018c49000-0x0000001018ddbfff]
[ 0.000000] node 0: [mem 0x0000001018ddc000-0x00000010262bffff]
[ 0.000000] node 0: [mem 0x00000010262c0000-0x00000010281fffff]
[ 0.000000] node 0: [mem 0x0000001028200000-0x000000102c5fffff]
[ 0.000000] node 0: [mem 0x000000102c600000-0x000000102c7fffff]
[ 0.000000] node 0: [mem 0x000000102c800000-0x000000102cd6ffff]
[ 0.000000] node 0: [mem 0x0000001032000000-0x0000001033ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000001033ffffff]
[ 0.000000] On node 0, zone Normal: 21136 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 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: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 u90112
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Address authentication (architected QARMA5 algorithm)
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path
[ 0.000000] Unknown kernel command line parameters “bl_prof_dataptr=2031616@0x102C610000 bl_prof_ro_ptr=65536@0x102C600000”, will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16187504
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 16.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f7230000-0x00000000fb230000] (64MB)
[ 0.000000] Memory: 63806852K/65779136K available (16704K kernel code, 4348K rwdata, 10844K rodata, 9408K init, 605K bss, 1447996K reserved, 524288K 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] 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] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000605] Console: colour dummy device 80x25
[ 0.000625] printk: legacy console [tty0] enabled
[ 0.000892] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000906] pid_max: default: 32768 minimum: 301
[ 0.000999] LSM: initializing lsm=capability,integrity
[ 0.001215] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.001333] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.004862] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.004928] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[ 0.005089] rcu: Hierarchical SRCU implementation.
[ 0.005096] rcu: Max phase no-delay instances is 1000.
[ 0.008898] Tegra Revision: A01 SKU: 208 CPU Process: 0 SoC Process: 0
[ 0.010034] Remapping and enabling EFI services.
[ 0.011232] smp: Bringing up secondary CPUs …
[ 0.012080] Detected PIPT I-cache on CPU1
[ 0.012234] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[ 0.012319] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[ 0.013045] Detected PIPT I-cache on CPU2
[ 0.013079] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[ 0.013101] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[ 0.013716] Detected PIPT I-cache on CPU3
[ 0.013744] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[ 0.013760] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[ 0.016400] Detected PIPT I-cache on CPU4
[ 0.016465] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[ 0.016492] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[ 0.017151] Detected PIPT I-cache on CPU5
[ 0.017189] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[ 0.017207] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[ 0.017840] Detected PIPT I-cache on CPU6
[ 0.017875] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[ 0.017891] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[ 0.018524] Detected PIPT I-cache on CPU7
[ 0.018555] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[ 0.018573] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[ 0.021298] Detected PIPT I-cache on CPU8
[ 0.021368] GICv3: CPU8: found redistributor 20000 region 0:0x000000000f540000
[ 0.021398] CPU8: Booted secondary processor 0x0000020000 [0x410fd421]
[ 0.022071] Detected PIPT I-cache on CPU9
[ 0.022109] GICv3: CPU9: found redistributor 20100 region 0:0x000000000f560000
[ 0.022127] CPU9: Booted secondary processor 0x0000020100 [0x410fd421]
[ 0.022754] Detected PIPT I-cache on CPU10
[ 0.022795] GICv3: CPU10: found redistributor 20200 region 0:0x000000000f580000
[ 0.022812] CPU10: Booted secondary processor 0x0000020200 [0x410fd421]
[ 0.023419] Detected PIPT I-cache on CPU11
[ 0.023460] GICv3: CPU11: found redistributor 20300 region 0:0x000000000f5a0000
[ 0.023477] CPU11: Booted secondary processor 0x0000020300 [0x410fd421]
[ 0.023548] smp: Brought up 1 node, 12 CPUs
[ 0.023604] SMP: Total of 12 processors activated.
[ 0.023610] CPU features: detected: 32-bit EL0 Support
[ 0.023613] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.023620] CPU features: detected: Common not Private translations
[ 0.023623] CPU features: detected: CRC32 instructions
[ 0.023626] CPU features: detected: Data cache clean to Point of Persistence
[ 0.023632] CPU features: detected: Generic authentication (architected QARMA5 algorithm)
[ 0.023635] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.023638] CPU features: detected: LSE atomic instructions
[ 0.023649] CPU features: detected: Privileged Access Never
[ 0.023652] CPU features: detected: RAS Extension Support
[ 0.023654] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.023733] spectre-bhb mitigation disabled by command line option
[ 0.023768] CPU features: detected: Hardware dirty bit management on CPU0-11
[ 0.023784] CPU: All CPU(s) started at EL2
[ 0.023787] alternatives: applying system-wide alternatives
[ 0.043846] devtmpfs: initialized
[ 0.060505] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.060553] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.069800] pinctrl core: initialized pinctrl subsystem
[ 0.072404] SMBIOS 3.6.0 present.
[ 0.072428] DMI: Unknown NVIDIA Jetson AGX Orin Developer Kit/NVIDIA Jetson AGX Orin Developer Kit, BIOS 36.2.0-gcid-34956989 11/30/2023
[ 0.073374] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.074601] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.074949] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.075270] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.075334] audit: initializing netlink subsys (disabled)
[ 0.075501] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1
[ 0.078419] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.078425] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.078547] cpuidle: using governor menu
[ 0.078708] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.078847] ASID allocator initialised with 32768 entries
[ 0.080484] Serial: AMBA PL011 UART driver
[ 0.089740] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 15, base_baud = 0) is a SBSA
[ 0.089790] printk: legacy console [ttyAMA0] enabled
[ 1.163711] platform c000000.aon: Fixed dependency cycle(s) with /bus@0/aon@c000000
[ 1.172255] platform 2c60000.external-memory-controller: Fixed dependency cycle(s) with /bpmp
[ 1.186195] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 1.193266] Modules: 0 pages in range for non-PLT usage
[ 1.193268] Modules: 513760 pages in range for PLT usage
[ 1.199153] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.211283] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 1.217560] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 1.224359] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 1.230638] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.237437] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.243714] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.250513] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 1.257964] ACPI: Interpreter disabled.
[ 1.263160] iommu: Default domain type: Translated
[ 1.267966] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.274370] SCSI subsystem initialized
[ 1.278357] usbcore: registered new interface driver usbfs
[ 1.283866] usbcore: registered new interface driver hub
[ 1.289223] usbcore: registered new device driver usb
[ 1.294723] pps_core: LinuxPPS API ver. 1 registered
[ 1.299706] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.308869] PTP clock support registered
[ 1.312872] EDAC MC: Ver: 3.0.0
[ 1.317269] scmi_core: SCMI protocol bus registered
[ 1.322398] efivars: Registered efivars operations
[ 1.327809] FPGA manager framework
[ 1.331310] Advanced Linux Sound Architecture Driver Initialized.
[ 1.338070] vgaarb: loaded
[ 1.341074] clocksource: Switched to clocksource arch_sys_counter
[ 1.347429] VFS: Disk quotas dquot_6.6.0
[ 1.351388] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.358441] pnp: PnP ACPI: disabled
[ 1.364708] NET: Registered PF_INET protocol family
[ 1.369882] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.380888] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.390314] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.398137] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.406785] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.415824] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.422652] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.429769] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 1.437505] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.443596] RPC: Registered named UNIX socket transport module.
[ 1.449541] RPC: Registered udp transport module.
[ 1.454252] RPC: Registered tcp transport module.
[ 1.458965] RPC: Registered tcp-with-tls transport module.
[ 1.464465] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.470941] PCI: CLS 0 bytes, default 64
[ 1.475059] Unpacking initramfs…
[ 1.478970] kvm [1]: IPA Size Limit: 48 bits
[ 1.483302] kvm [1]: GICv3: no GICV resource entry
[ 1.488107] kvm [1]: disabling GICv2 emulation
[ 1.492585] kvm [1]: GIC system register CPU interface enabled
[ 1.498475] kvm [1]: vgic interrupt IRQ9
[ 1.502456] kvm [1]: VHE mode initialized successfully
[ 1.509149] Initialise system trusted keyrings
[ 1.513740] workingset: timestamp_bits=42 max_order=24 bucket_order=0
[ 1.520530] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.526615] NFS: Registering the id_resolver key type
[ 1.531706] Key type id_resolver registered
[ 1.535899] Key type id_legacy registered
[ 1.539932] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.546653] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.554165] 9p: Installing v9fs 9p2000 file system support
[ 1.571417] Key type asymmetric registered
[ 1.575528] Asymmetric key parser ‘x509’ registered
[ 1.580498] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.587923] io scheduler mq-deadline registered
[ 1.592468] io scheduler kyber registered
[ 1.596534] io scheduler bfq registered
[ 1.617398] EINJ: ACPI disabled.
[ 1.636791] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.645455] msm_serial: driver initialized
[ 1.649805] SuperH (H)SCI(F) driver initialized
[ 1.654430] STM32 USART driver initialized
[ 1.654760] Freeing initrd memory: 10968K
[ 1.658863] serial-tegra 3100000.serial: RX in PIO mode
[ 1.667808] serial-tegra 3100000.serial: TX in PIO mode
[ 1.673476] printk: legacy console [ttyTCU0] enabled
[ 3.095645] arm-smmu 8000000.iommu: probing hardware configuration…
[ 3.107033] arm-smmu 8000000.iommu: SMMUv2 with:
[ 3.111799] arm-smmu 8000000.iommu: stage 1 translation
[ 3.117272] arm-smmu 8000000.iommu: stage 2 translation
[ 3.122742] arm-smmu 8000000.iommu: nested translation
[ 3.128133] arm-smmu 8000000.iommu: stream matching with 128 register groups
[ 3.135483] arm-smmu 8000000.iommu: 128 context banks (0 stage-2 only)
[ 3.142311] arm-smmu 8000000.iommu: Supported page sizes: 0x61311000
[ 3.148940] arm-smmu 8000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.155564] arm-smmu 8000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.162480] arm-smmu 8000000.iommu: preserved 0 boot mappings
[ 3.169321] arm-smmu 10000000.iommu: probing hardware configuration…
[ 3.176035] arm-smmu 10000000.iommu: SMMUv2 with:
[ 3.180877] arm-smmu 10000000.iommu: stage 1 translation
[ 3.186421] arm-smmu 10000000.iommu: stage 2 translation
[ 3.191977] arm-smmu 10000000.iommu: nested translation
[ 3.197434] arm-smmu 10000000.iommu: stream matching with 128 register groups
[ 3.204862] arm-smmu 10000000.iommu: 128 context banks (0 stage-2 only)
[ 3.211760] arm-smmu 10000000.iommu: Supported page sizes: 0x61311000
[ 3.218467] arm-smmu 10000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.225180] arm-smmu 10000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.231970] arm-smmu 10000000.iommu: preserved 0 boot mappings
[ 3.238514] arm-smmu 12000000.iommu: probing hardware configuration…
[ 3.245227] arm-smmu 12000000.iommu: SMMUv2 with:
[ 3.250067] arm-smmu 12000000.iommu: stage 1 translation
[ 3.255620] arm-smmu 12000000.iommu: stage 2 translation
[ 3.261171] arm-smmu 12000000.iommu: nested translation
[ 3.266647] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 3.274081] arm-smmu 12000000.iommu: 128 context banks (0 stage-2 only)
[ 3.280990] arm-smmu 12000000.iommu: Supported page sizes: 0x61311000
[ 3.287705] arm-smmu 12000000.iommu: Stage-1: 48-bit VA → 48-bit IPA
[ 3.294406] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA → 48-bit PA
[ 3.301197] arm-smmu 12000000.iommu: preserved 0 boot mappings
[ 3.314218] loop: module loaded
[ 3.318220] megasas: 07.727.03.00-rc1
[ 3.326297] tun: Universal TUN/TAP device driver, 1.6
[ 3.332037] thunder_xcv, ver 1.0
[ 3.335388] thunder_bgx, ver 1.0
[ 3.338721] nicpf, ver 1.0
[ 3.342211] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 3.349651] hns3: Copyright (c) 2017 Huawei Corporation.
[ 3.355130] hclge is initializing
[ 3.358562] e1000: Intel(R) PRO/1000 Network Driver
[ 3.363582] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.369504] e1000e: Intel(R) PRO/1000 Network Driver
[ 3.374612] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.380705] igb: Intel(R) Gigabit Ethernet Network Driver
[ 3.386256] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.392008] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 3.398454] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.404744] sky2: driver version 1.30
[ 3.409273] VFIO - User Level meta-driver version: 0.3
[ 3.416330] usbcore: registered new interface driver usb-storage
[ 3.424179] rtc-efi rtc-efi.0: registered as rtc0
[ 3.429083] rtc-efi rtc-efi.0: setting system clock to 1970-01-01T00:00:23 UTC (23)
[ 3.437425] i2c_dev: i2c /dev entries driver
[ 3.447043] sdhci: Secure Digital Host Controller Interface driver
[ 3.453395] sdhci: Copyright(c) Pierre Ossman
[ 3.458293] Synopsys Designware Multimedia Card Interface Driver
[ 3.465045] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.479310] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.486676] pstore: Using crash dump compression: deflate
[ 3.492220] pstore: Registered efi_pstore as persistent store backend
[ 3.499326] SMCCC: SOC_ID: ID = jep106:036b:0234 Revision = 0x00000401
[ 3.506612] tegra-bpmp bpmp: Adding to iommu group 0
[ 3.514629] tegra-bpmp bpmp: firmware: a381fb560faa591136e7-ac83764aab0
��debugfs initialized
��[ 8.369162] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 8.379153] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[ 8.388392] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 8.398291] usbcore: registered new interface driver usbhid
[ 8.404039] usbhid: USB HID core driver
[ 8.421373] hw perfevents: enabled with armv8_cortex_a78 PMU driver, 7 counters available
[ 8.431194] optee: probing for conduit method.
��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
��[ 8.435845] optee: revision 3.22 (1b7f2993)
[ 8.495807] optee: dynamic shared memory is enabled
[ 8.505470] optee: initialized driver
[ 8.513655] NET: Registered PF_PACKET protocol family
[ 8.519020] 9pnet: Installing 9P2000 support
[ 8.523500] Key type dns_resolver registered
[ 8.530698] registered taskstats version 1
[ 8.535300] Loading compiled-in X.509 certificates
[ 8.576443] tegra194-pcie 14100000.pcie: Adding to iommu group 1
[ 8.587728] tegra194-pcie 14100000.pcie: host bridge /bus@0/pcie@14100000 ranges:
[ 8.595470] tegra194-pcie 14100000.pcie: MEM 0x2080000000…0x20a7ffffff → 0x2080000000
[ 8.604180] tegra194-pcie 14100000.pcie: MEM 0x20a8000000…0x20afffffff → 0x0040000000
[ 8.612888] tegra194-pcie 14100000.pcie: IO 0x0030100000…0x00301fffff → 0x0030100000
[ 8.622522] tegra194-pcie 14100000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 8.737421] tegra194-pcie 14100000.pcie: PCIe Gen.1 x1 link up
[ 8.751660] tegra194-pcie 14100000.pcie: PCIe Gen.1 x1 link up
[ 8.759085] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[ 8.765923] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 8.771580] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[ 8.779480] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[ 8.790337] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[ 8.800266] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[ 8.806668] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 8.817603] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[ 8.823955] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 8.829909] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[ 8.838350] pci 0001:01:00.0: supports D1 D2
[ 8.842756] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 8.861331] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[ 8.868783] pci 0001:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 8.875174] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[ 8.883176] pci 0001:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 8.889490] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 8.894876] pci 0001:00:00.0: bridge window [io 0x1000-0x1fff]
[ 8.901174] pci 0001:00:00.0: bridge window [mem 0x20a8000000-0x20a80fffff]
[ 8.908701] pcieport 0001:00:00.0: Adding to iommu group 1
[ 8.914535] pcieport 0001:00:00.0: PME: Signaling with IRQ 103
[ 8.921591] pcieport 0001:00:00.0: AER: enabled with IRQ 103
[ 8.928422] tegra194-pcie 14160000.pcie: Adding to iommu group 2
[ 8.939124] tegra194-pcie 14160000.pcie: host bridge /bus@0/pcie@14160000 ranges:
[ 8.946867] tegra194-pcie 14160000.pcie: MEM 0x2140000000…0x2427ffffff → 0x2140000000
[ 8.955571] tegra194-pcie 14160000.pcie: MEM 0x2428000000…0x242fffffff → 0x0040000000
[ 8.964269] tegra194-pcie 14160000.pcie: IO 0x0036100000…0x00361fffff → 0x0036100000
[ 8.973896] tegra194-pcie 14160000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 9.089426] tegra194-pcie 14160000.pcie: PCIe Gen.4 x4 link up
[ 9.108321] tegra194-pcie 14160000.pcie: PCIe Gen.4 x4 link up
[ 9.114379] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[ 9.121201] pci_bus 0004:00: root bus resource [bus 00-ff]
[ 9.126847] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[ 9.134747] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[ 9.145601] pci_bus 0004:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[ 9.155754] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[ 9.162067] pci 0004:00:00.0: PME# supported from D0 D3hot
[ 9.170605] pci 0004:01:00.0: [144d:a80a] type 00 class 0x010802
[ 9.176959] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 9.197231] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[ 9.204684] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[ 9.212653] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[ 9.218041] pci 0004:00:00.0: bridge window [mem 0x2428000000-0x24280fffff]
[ 9.225458] pcieport 0004:00:00.0: Adding to iommu group 2
[ 9.231172] pcieport 0004:00:00.0: PME: Signaling with IRQ 105
[ 9.238179] pcieport 0004:00:00.0: AER: enabled with IRQ 105
[ 9.244176] nvme 0004:01:00.0: Adding to iommu group 2
[ 9.249837] nvme nvme0: pci function 0004:01:00.0
[ 9.254720] nvme 0004:01:00.0: enabling device (0000 → 0002)
[ 9.264462] nvme nvme0: Shutdown timeout set to 10 seconds
[ 9.278336] nvme nvme0: 12/0/0 default/read/poll queues
[ 9.290385] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 9.302711] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 3
[ 9.310508] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[ 9.319642] serial-tegra 3100000.serial: RX in PIO mode
[ 9.325038] serial-tegra 3100000.serial: TX in PIO mode
[ 9.330502] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 151, base_baud = 0) is a TEGRA_UART
[ 9.339907] serial-tegra 3110000.serial: RX in PIO mode
[ 9.345296] serial-tegra 3110000.serial: TX in PIO mode
[ 9.350729] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 152, base_baud = 0) is a TEGRA_UART
[ 9.360913] tegra_rtc c2a0000.rtc: registered as rtc1
[ 9.366128] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 9.372593] tegra-i2c 3160000.i2c: Adding to iommu group 3
[ 9.380033] i2c i2c-0: of_i2c: modalias failure on /bus@0/i2c@3160000/prod-settings
[ 9.387940] i2c i2c-0: Failed to create I2C device for /bus@0/i2c@3160000/prod-settings
[ 9.396440] tegra-i2c 3180000.i2c: Adding to iommu group 3
[ 9.403636] i2c i2c-2: of_i2c: modalias failure on /bus@0/i2c@3180000/prod-settings
[ 9.411548] i2c i2c-2: Failed to create I2C device for /bus@0/i2c@3180000/prod-settings
[ 9.419979] tegra-i2c 3190000.i2c: Adding to iommu group 3
[ 9.427005] i2c i2c-3: of_i2c: modalias failure on /bus@0/i2c@3190000/prod-settings
[ 9.434909] i2c i2c-3: Failed to create I2C device for /bus@0/i2c@3190000/prod-settings
[ 9.443328] tegra-i2c 31b0000.i2c: Adding to iommu group 3
[ 9.450463] i2c i2c-5: of_i2c: modalias failure on /bus@0/i2c@31b0000/prod-settings
[ 9.458370] i2c i2c-5: Failed to create I2C device for /bus@0/i2c@31b0000/prod-settings
[ 9.466800] tegra-i2c 31c0000.i2c: Adding to iommu group 3
[ 9.473827] i2c i2c-6: of_i2c: modalias failure on /bus@0/i2c@31c0000/prod-settings
[ 9.481730] i2c i2c-6: Failed to create I2C device for /bus@0/i2c@31c0000/prod-settings
[ 9.490159] tegra-i2c 31e0000.i2c: Adding to iommu group 3
[ 9.497235] i2c i2c-8: of_i2c: modalias failure on /bus@0/i2c@31e0000/prod-settings
[ 9.505128] i2c i2c-8: Failed to create I2C device for /bus@0/i2c@31e0000/prod-settings
[ 9.513584] tegra-i2c c240000.i2c: Adding to iommu group 3
[ 9.520779] i2c i2c-1: of_i2c: modalias failure on /bus@0/i2c@c240000/prod-settings
[ 9.528674] i2c i2c-1: Failed to create I2C device for /bus@0/i2c@c240000/prod-settings
[ 9.537194] tegra-i2c c250000.i2c: Adding to iommu group 3
[ 9.544389] i2c i2c-7: of_i2c: modalias failure on /bus@0/i2c@c250000/prod-settings
[ 9.552283] i2c i2c-7: Failed to create I2C device for /bus@0/i2c@c250000/prod-settings
[ 9.564948] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 9.578757] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2008000 KHz, changing to: 2035200 KHz
[ 9.592465] cpufreq: cpufreq_online: CPU8: Running at unlisted initial frequency: 2009000 KHz, changing to: 2035200 KHz
[ 9.605943] sdhci-tegra 3460000.mmc: Adding to iommu group 4
[ 9.613369] tegra194-pcie 141a0000.pcie: Adding to iommu group 5
[ 9.619842] sdhci-tegra 3400000.mmc: Adding to iommu group 6
[ 9.624283] mmc3: CQHCI version 5.10
[ 9.631314] sdhci-tegra 3400000.mmc: Got CD GPIO
[ 9.666976] mmc3: SDHCI controller on 3460000.mmc [3460000.mmc] using ADMA 64-bit
[ 9.683323] irq: IRQ165: trimming hierarchy from :bus@0:pmc@c360000
[ 9.690096] mmc4: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
[ 9.726992] tegra194-pcie 141a0000.pcie: host bridge /bus@0/pcie@141a0000 ranges:
[ 9.734747] tegra194-pcie 141a0000.pcie: MEM 0x2800000000…0x2b27ffffff → 0x2800000000
[ 9.743456] tegra194-pcie 141a0000.pcie: MEM 0x2b28000000…0x2b2fffffff → 0x0040000000
[ 9.752158] tegra194-pcie 141a0000.pcie: IO 0x003a100000…0x003a1fffff → 0x003a100000
[ 9.761812] tegra194-pcie 141a0000.pcie: iATU: unroll T, 8 ob, 2 ib, align 64K, limit 32G
[ 9.792665] mmc3: Command Queue Engine enabled
[ 9.797285] mmc3: new HS400 Enhanced strobe MMC card at address 0001
[ 9.805159] mmcblk3: mmc3:0001 G1M15M 59.3 GiB
[ 9.817353] mmcblk3: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 9.827559] mmcblk3boot0: mmc3:0001 G1M15M 31.5 MiB
[ 9.832949] mmcblk3boot1: mmc3:0001 G1M15M 31.5 MiB
[ 9.838690] mmcblk3rpmb: mmc3:0001 G1M15M 4.00 MiB, chardev (509:0)
[ 10.880762] tegra194-pcie 141a0000.pcie: Phy link never came up
[ 11.892183] tegra194-pcie 141a0000.pcie: Phy link never came up
[ 11.899060] tegra194-pcie 141a0000.pcie: PCI host bridge to bus 0005:00
[ 11.905975] pci_bus 0005:00: root bus resource [bus 00-ff]
[ 11.911671] pci_bus 0005:00: root bus resource [mem 0x2800000000-0x2b27ffffff pref]
[ 11.919620] pci_bus 0005:00: root bus resource [mem 0x2b28000000-0x2b2fffffff] (bus address [0x40000000-0x47ffffff])
[ 11.930559] pci_bus 0005:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3a100000-0x3a1fffff])
[ 11.940808] pci 0005:00:00.0: [10de:229a] type 01 class 0x060400
[ 11.947235] pci 0005:00:00.0: PME# supported from D0 D3hot
[ 11.962909] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[ 11.968518] pcieport 0005:00:00.0: Adding to iommu group 5
[ 11.974304] pcieport 0005:00:00.0: PME: Signaling with IRQ 163
[ 11.982684] pcieport 0005:00:00.0: AER: enabled with IRQ 163
[ 11.988995] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[ 11.995222] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[ 12.004477] irq: IRQ167: trimming hierarchy from :bus@0:pmc@c360000
[ 12.011055] irq: IRQ168: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[ 12.019264] irq: IRQ169: trimming hierarchy from :bus@0:pmc@c360000
[ 12.025756] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 12.033282] clk: Disabling unused clocks
��WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpusysclk
WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc1clk
WARNING: clock_disable: clk_power_ungate on gated domain 35 for gpc0clk
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla1_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_core
WARNING: clock_disable: clk_power_ungate on gated domain 34 for dla0_falcon
WARNING: clock_disable: clk_power_ungate on gated domain 34 for nafll_dla0_falcon
��[ 12.480996] ALSA device list:
[ 12.484265] No soundcards found.
[ 12.497451] Freeing unused kernel memory: 9408K
[ 12.502939] Run /init as init process
[ 12.566980] Checking overlayfs setting…
[ 12.738884] Overlayfs is disabled…
[ 12.757939] Root device found: nvme0n1p1
[ 12.827813] Found dev node: /dev/nvme0n1p1
[ 12.899801] EXT4-fs (nvme0n1p1): 1 orphan inode deleted
[ 12.905235] EXT4-fs (nvme0n1p1): recovery complete
[ 12.928654] EXT4-fs (nvme0n1p1): mounted filesystem 2c62c370-84fd-488f-9dc2-dd1e926a7f5f r/w with ordered data mode. Quota mode: none.
[ 12.945944] Rootfs mounted over nvme0n1p1
[ 12.959990] Switching from initrd to actual rootfs
[ 13.002174] systemd[1]: System time before build time, advancing clock.
[ 13.027848] NET: Registered PF_INET6 protocol family
[ 13.033914] Segment Routing with IPv6
[ 13.037719] In-situ OAM (IOAM) with IPv6
[ 13.065937] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID )
[ 13.098242] systemd[1]: Detected architecture arm64.
[ 13.104118] systemd[1]: Hostname set to .
[ 13.150407] systemd[1]: Using hardware watchdog ‘NVIDIA Tegra186 WDT’, version 0, device /dev/watchdog
[ 13.160020] systemd[1]: Set hardware watchdog to 2min.
[ 13.185052] block nvme0n1: the capability attribute has been deprecated.
[ 13.326421] systemd[1]: /etc/systemd/system/nvs-service.service:41: Standard output type syslog is obsolete, automatically updating to journal. Please update your u.
[ 13.349422] systemd[1]: /etc/systemd/system/nvargus-daemon.service:42: Standard output type syslog is obsolete, automatically updating to journal. Please update you.
[ 13.407137] systemd[1]: Queued start job for default target Graphical Interface.
[ 13.429934] systemd[1]: Created slice Slice /system/modprobe.
[ 13.436502] systemd[1]: Created slice Slice /system/serial-getty.
[ 13.443165] systemd[1]: Created slice User and Session Slice.
[ 13.449242] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 13.457182] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 13.469215] systemd[1]: Reached target Slice Units.
[ 13.474308] systemd[1]: Reached target Mounting snaps.
[ 13.479663] systemd[1]: Reached target Swaps.
[ 13.484211] systemd[1]: Reached target Local Verity Protected Volumes.
[ 13.521272] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 13.532192] systemd[1]: Listening on Syslog Socket.
[ 13.537420] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 13.544484] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 13.551514] systemd[1]: Listening on Journal Audit Socket.
[ 13.557353] systemd[1]: Listening on Journal Socket (/dev/log).
[ 13.563646] systemd[1]: Listening on Journal Socket.
[ 13.568990] systemd[1]: Listening on udev Control Socket.
[ 13.574685] systemd[1]: Listening on udev Kernel Socket.
[ 13.593156] systemd[1]: Mounting Huge Pages File System…
[ 13.599823] systemd[1]: Mounting POSIX Message Queue File System…
[ 13.607322] systemd[1]: Mounting Kernel Debug File System…
[ 13.613328] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 13.624905] systemd[1]: Starting Journal Service…
[ 13.631082] systemd[1]: Starting Set the console keyboard layout…
[ 13.638687] systemd[1]: Starting Create List of Static Device Nodes…
[ 13.646588] systemd[1]: Starting Load Kernel Module configfs…
[ 13.653827] systemd[1]: Starting Load Kernel Module drm…
[ 13.660640] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 13.668445] systemd[1]: Starting Load Kernel Module fuse…
[ 13.675537] fuse: init (API version 7.39)
[ 13.675715] systemd[1]: Starting NVIDIA specific first-boot udev script…
[ 13.687986] systemd[1]: Started Nameserver information manager.
[ 13.694277] systemd[1]: Reached target Preparation for Network.
[ 13.700571] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 13.711226] systemd[1]: Starting Load Kernel Modules…
[ 13.716529] nvsciipc: loading out-of-tree module taints kernel.
[ 13.723683] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 13.723980] nvsciipc: loaded module
[ 13.735304] systemd[1]: Starting Coldplug All udev Devices…
[ 13.741850] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 13.743052] systemd[1]: Started Journal Service.
[ 13.749035] nvmap_co_device_init: vpr :dma coherent mem declare 0x0000001049800000,914358272
[ 13.762067] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 13.762075] nvmap_page_pool_init: Total RAM pages: 16087879
[ 13.776076] nvmap_page_pool_init: nvmap page pool size: 2010984 pages (3759 MB)
[ 13.776121] nvmap_background_zero_thread: PP zeroing thread starting.
[ 13.776142] nvmap_heap_create: created heap vpr base 0x0000001049800000 size (892928KiB)
[ 13.776168] nvmap_heap_create: fsi :dma coherent mem declare 0x000000102f000000,16777216
[ 13.776170] nvmap_heap_create: created heap fsi base 0x000000102f000000 size (16384KiB)
[ 13.781410] EXT4-fs (nvme0n1p1): re-mounted 2c62c370-84fd-488f-9dc2-dd1e926a7f5f r/w. Quota mode: none.
[ 13.799260] tegra-host1x 13e00000.host1x: Adding to iommu group 7
[ 13.832293] host1x-context host1x-ctx.0: Adding to iommu group 8
[ 13.838568] host1x-context host1x-ctx.1: Adding to iommu group 9
[ 13.838645] host1x-context host1x-ctx.2: Adding to iommu group 10
[ 13.851164] host1x-context host1x-ctx.3: Adding to iommu group 11
[ 13.857546] host1x-context host1x-ctx.4: Adding to iommu group 12
[ 13.863884] host1x-context host1x-ctx.5: Adding to iommu group 13
[ 13.870246] host1x-context host1x-ctx.6: Adding to iommu group 14
[ 13.876600] host1x-context host1x-ctx.7: Adding to iommu group 15
[ 13.882985] host1x-context host1x-ctx.8: Adding to iommu group 16
[ 13.889338] host1x-context host1x-ctx.9: Adding to iommu group 17
[ 13.895704] host1x-context host1x-ctx.10: Adding to iommu group 18
[ 13.902158] host1x-context host1x-ctx.11: Adding to iommu group 19
[ 13.908596] host1x-context host1x-ctx.12: Adding to iommu group 20
[ 13.915035] host1x-context host1x-ctx.13: Adding to iommu group 21
[ 13.915090] host1x-context host1x-ctx.14: Adding to iommu group 22
[ 13.927866] host1x-context host1x-ctx.15: Adding to iommu group 23
[ 13.954216] systemd-journald[228]: Received client request to flush runtime journal.
[ 13.980938] nvgpu: 17000000.gpu nvgpu_nvhost_syncpt_init:135 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000
[ 13.980938]
[ 13.983060] loop0: detected capacity change from 0 to 8
[ 14.000998] loop1: detected capacity change from 0 to 327776
[ 14.001488] Filesystem uses “xz” compression. This is not supported
[ 14.007175] loop2: detected capacity change from 0 to 141464
[ 14.007457] Filesystem uses “lzo” compression. This is not supported
[ 14.026408] Filesystem uses “xz” compression. This is not supported
[ 14.030171] loop0: detected capacity change from 0 to 132536
[ 14.038999] Filesystem uses “xz” compression. This is not supported
[ 14.044739] loop1: detected capacity change from 0 to 972976
[ 14.052102] Filesystem uses “lzo” compression. This is not supported
[ 14.056515] loop0: detected capacity change from 0 to 187776
[ 14.065000] Filesystem uses “lzo” compression. This is not supported
[ 14.073753] loop0: detected capacity change from 0 to 72112
[ 14.080281] Filesystem uses “xz” compression. This is not supported
[ 14.503665] Error: Driver ‘drm’ is already registered, aborting…
[ 14.507690] tegra-nvdec 15480000.nvdec: descriptors not available
[ 14.507713] tegra-nvdec: probe of 15480000.nvdec failed with error -22
[ 14.517465] Filesystem uses “xz” compression. This is not supported
[ 14.534049] thermal_sys: Failed to find ‘trips’ node
[ 14.539259] thermal_sys: Failed to find trip points for thermal-sensor id=0
��TCU debug prints will be routed to traces.
��[ 14.550870] lm90: probe of 4-004c failed with error -22
[ 14.551681] queue regions overlap: 0x0 + 400 > 0x0
[ 14.556552] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: IVC initialization error: -22
[ 14.556558] tegra-ivc-bus bc00000.rtcpu:ivc-bus: bus start failed: -22
[ 14.577865] tegra186-cam-rtcpu: probe of bc00000.rtcpu failed with error -22
[ 14.578218] nv_platform 13800000.display: Cannot reserve IOVA region of 0 size
[ 14.593009] nv_platform 13800000.display: Cannot reserve IOVA region of 0 size
��Starting RmBootstrap
Registered event_type:[0] for dce_core_ipc_type:[1]
Registered event_type:[1] for dce_core_ipc_type:[3]
dce_ipc State Initialized
RmBootstrap completed successfully
��[ 14.768760] (NULL device *): fops function table already registered
[ 14.795676] host1x: exports duplicate symbol __host1x_client_init (owned by host1x_next)
[ 14.943066] Error: Driver ‘drm’ is already registered, aborting…
[ 14.949250] tegra-mgbe 6810000.ethernet: Cannot get CSR clock
[ 14.995470] ucsi_ccg 1-0008: Failed to create device link (0x180) with 3520000.padctl
[ 15.003587] ucsi_ccg 1-0008: Failed to create device link (0x180) with 3520000.padctl
[ 15.094456] Bridge firewalling registered
[ 15.145023] nvvrs-pseq-rtc nvvrs-pseq-rtc: /aliases ID 0 not available
[ 16.925952] hid-generic 0003:046D:C52B.0003: device has no listeners, quitting

Ubuntu 22.04.3 LTS jetson-Orin ttyTCU0

jetson-Orin login: [ 26.093226] tegra-mc 2c00000.memory-controller: sync_state() pending due to 2500000.ufshci
[ 26.101810] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to bc00000.rtcpu
[ 26.111440] tegra-mc 2c00000.memory-controller: sync_state() pending due to bc00000.rtcpu
[ 26.119913] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15480000.nvdec
[ 26.129606] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15480000.nvdec
[ 26.138143] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15380000.nvjpg
[ 26.147826] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15380000.nvjpg
[ 26.156354] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 154c0000.nvenc
[ 26.166041] tegra-mc 2c00000.memory-controller: sync_state() pending due to 154c0000.nvenc
[ 26.174566] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15540000.nvjpg
[ 26.184261] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15540000.nvjpg
[ 26.192781] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15a50000.ofa
[ 26.202302] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15a50000.ofa

jetson-Orin login: johnny
Password:
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 6.7.3-tegra aarch64)

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the ‘unminimize’ command.

Expanded Security Maintenance for Applications is not enabled.

2 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status

Last login: vie feb 2 14:03:29 CET 2024 on ttyTCU0

(base) johnny@jetson-Orin:~$ nvidia-smi
Failed to initialize NVML: Driver/library version mismatch
NVML library version: 540.02
(base) johnny@jetson-Orin:~$

Seems that wifi is not working too
(base) johnny@jetson-Orin:~$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:67:85:be:a5 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 48:b0:2d:e6:dc:62 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 210

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 1546 bytes 98976 (98.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1546 bytes 98976 (98.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

usb0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 8a:e8:82:89:73:f1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

usb1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 8a:e8:82:89:73:f3 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0