Orin Nx using Jetpack6 disable boot display

Hi, We are using orin nx to our custom board. And we want to disable boot display(included UEFI), in early jetpack and xavier nx, we can disable it in device tree such as disable this node in divice tree

dpaux@155F0000 {
			status = "disable";

the boot will not show anything through HDMI.

But it seems there is no such node in Orin NX, so how can I disable this?

*** Please note that this reply is generated by LLM automatically ***

Disabling the boot display on Jetson Orin NX is a bit different compared to earlier Jetpack and Xavier NX. Since there is no specific node in the device tree to disable the boot display, you’ll need to use a different approach.

One possible solution is to modify the UEFI settings to disable the boot display. You can do this by adding a custom UEFI configuration file to your Jetson Orin NX module.

Here are the steps to follow:

  1. Create a custom UEFI configuration file:
sudo nano /boot/efi/EFI/NVIDIA/config.txt
  1. Add the following lines to the file:
[Boot]
DisableBootLogo=1
DisableBootSplash=1
  1. Save the file and exit the editor.
  2. Reboot your Jetson Orin NX module.

This should disable the boot display on your custom board. Note that this method only disables the boot display and not the entire HDMI output.

Alternatively, you can also try modifying the kernel command line to disable the boot display. You can do this by adding the following parameter to the kernel command line:

quiet splash

This will disable the boot display and show only a blank screen during boot.

To modify the kernel command line, you can edit the /boot/extlinux.conf file and add the quiet splash parameter to the APPEND line. For example:

APPEND ${cbootargs} quiet splash

Save the file and exit the editor. Reboot your Jetson Orin NX module to apply the changes.

It’s worth noting that disabling the boot display may not be possible in all cases, especially if you’re using a custom UEFI firmware or a specific kernel configuration. In such cases, you may need to consult the documentation for your specific setup or contact NVIDIA support for further assistance.

In comparison to earlier Jetpack and Xavier NX, the approach to disabling the boot display on Jetson Orin NX is different due to the changes in the UEFI firmware and kernel configuration. However, the methods described above should work for most use cases.

*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***

it doesn’t work in my orin nx, the Jetpack I use is 6.2.1

Hi 854053437,

Could you share the full device trees for both Xavier NX(with JP5) and Orin NX(with JP6) for further check?

May I also know about your requirement?
Do you want to disable the boot logo/messages in UEFI and just show the desktop after log-in?

orin-nx-3644.dtsi.txt (316.5 KB)

xavier-nx-3550.dtsi.txt (392 KB)

Here is the full dtsi file

Yes, or just disable boot messages. I can change the UEFI logo, but I don’t want to see the boot message

It seems Orin does not use pinctrl-tegra186-dpaux.c driver for DisplayPort Auxiliary.

Could you refer to the following threads for this use case?
How can I remove text printing from the UEFI Logo interface? - #4 by KevinFFF
Close or hide UEFI menu - #3 by KevinFFF
You can just comment out DisplaySystemAndHotkeyInformation() function to prevent it printed.

okay, I’ll try it

But this is only for UEFI stage, right?

after UEFI, the screen will show boot log as well, I add quiet in cmdline but not work. How to disable this output

Do you mean the framebuffer?
I saw framebuffer { has been disabled in your device tree.
Could you run the following command to check the kernel config is enabled on your board?

$ zcat /proc/config.gz |grep CONFIG_FRAMEBUFFER_CONSOLE

okay, my result is y, so I can configuer it in kernel config to disable it, right?

Yes, please try to disable it through defconfig in kernel source.

Hi, Kevin

I disable it and rebuild kernel image, replace the /boot/image and reboot. My board is stuck after UEFI and reboot automaticlly.

Here is the serial log when it stuck, dose my Image cause this ?

orinnxerrlog.txt (119.3 KB)

Your board boots failed and reset in UEFI.
Could you rebuild kernel w/o any change to confirm if the current boot issue is caused from that you disabled CONFIG_FRAMEBUFFER_CONSOLE in defconfig?

I reflushed the board and get the same result( kernel Image is the original), the only difference is that I used our custom rootfs to flash. The board I used is devkit and rootfs change is about some installation of lib. But before I replaced the Image, the system works fine.

I’m working on flash the original system to it and see does it boot well

By the way, I changed alot kernel config besides CONFIG_FRAMEBUFFER_CONSOLE, I enable some device driver for our future custom board.

I reflash it with original rootfs, and it boot well.

I think is our custom rootfs casue it.

How can I backup the right rootfs and to flash it into our board.

Here is my backup cmdline

sudo rsync -acvxAPH --info=progress,stats2 --delete-before --numeric-ids \
--exclude={"/dev/","/proc/","/sys/","/tmp/","/run/","/mnt/","/media/*","/ota_log/","/lost+found","/var/log/journal/*",} \
 / /home/nvidia/

I reflash my board, and only replaced kernel Image, it still boot failed. But it’s another err, the message is shown below

00
ESC   to enter Setup.
F11   to enter Boot Manager Menu.
Enter to continue boot.
......L4TLauncher: Attempting Direct Boot
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services...
▒▒debugfs initialized
▒▒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
▒▒[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[    0.000000] Linux version 5.15.148-prod-tegra (xinhao.liao@csp) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu Dec 11 14:37:46 CST 2025 ()
[    0.000000] Machine model: NVIDIA Jetson Orin NX Engineering Reference Developer Kit Super
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x46d82f198 TPMFinalLog=0x45e3f0000 SMBIOS=0xffff0000 SMBIOS 3.0=0x46d220000 MEMATTR=0x467712018 ESRT=0x467ac1318 TPMEventLog=0x45e408018 RNG=0x45b0f0018 MEMRESERVE=0x45e40ac18
[    0.000000] random: crng init done
[    0.000000] secureboot: Secure boot disabled
[    0.000000] esrt: Reserving ESRT space from 0x0000000467ac1318 to 0x0000000467ac1350.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000044a000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000477ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x4702fa900-0x4702fcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000477ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000bdffffff]
[    0.000000]   node   0: [mem 0x00000000c2000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000045e230fff]
[    0.000000]   node   0: [mem 0x000000045e231000-0x000000045e3fffff]
[    0.000000]   node   0: [mem 0x000000045e400000-0x000000045e40afff]
[    0.000000]   node   0: [mem 0x000000045e40b000-0x000000045e40bfff]
[    0.000000]   node   0: [mem 0x000000045e40c000-0x000000046b8effff]
[    0.000000]   node   0: [mem 0x000000046b8f0000-0x000000046d82ffff]
[    0.000000]   node   0: [mem 0x000000046d830000-0x0000000471dfffff]
[    0.000000]   node   0: [mem 0x0000000471e00000-0x0000000471ffffff]
[    0.000000]   node   0: [mem 0x0000000472000000-0x000000047259ffff]
[    0.000000]   node   0: [mem 0x0000000472f00000-0x0000000472ffffff]
[    0.000000]   node   0: [mem 0x0000000476000000-0x0000000477ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000477ffffff]
[    0.000000] On node 0, zone DMA: 16384 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 2400 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 12288 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 19 pages/cpu s39384 r8192 d30248 u77824
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Address authentication (architected algorithm)
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: detected: Hardware dirty bit management
[    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: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4065440
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=PARTUUID=a8623bb9-ed45-4e83-b9ea-692bf698f246 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 video=efifb:off console=tty0 bl_prof_dataptr=2031616@0x471E10000 bl_prof_ro_ptr=65536@0x471E00000
[    0.000000] Unknown kernel command line parameters "mminit_loglevel=4 fbcon=map:0 bl_prof_dataptr=2031616@0x471E10000 bl_prof_ro_ptr=65536@0x471E00000", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfe0000-0x00000000fffe0000] (64MB)
[    0.000000] Memory: 15754288K/16521856K available (15616K kernel code, 3094K rwdata, 8912K rodata, 6464K init, 497K bss, 505424K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000]  Trampoline 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=8
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[    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.000000] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000279] Console: colour dummy device 80x25
[    0.000285] printk: console [tty0] enabled
[    0.000329] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000334] pid_max: default: 32768 minimum: 301
[    0.000355] LSM: Security Framework initializing
[    0.000369] Yama: becoming mindful.
[    0.000379] SELinux:  Initializing.
[    0.000432] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.000450] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.001108] rcu: Hierarchical SRCU implementation.
[    0.002866] Tegra Revision: A01 SKU: 211 CPU Process: 0 SoC Process: 0
[    0.003083] Remapping and enabling EFI services.
[    0.003759] smp: Bringing up secondary CPUs ...
[    0.004085] Detected PIPT I-cache on CPU1
[    0.004109] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.004125] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.004426] Detected PIPT I-cache on CPU2
[    0.004436] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.004447] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.004723] Detected PIPT I-cache on CPU3
[    0.004731] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.004741] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.006996] Detected PIPT I-cache on CPU4
[    0.007016] GICv3: CPU4: found redistributor 10000 region 0:0x000000000f4c0000
[    0.007037] CPU4: Booted secondary processor 0x0000010000 [0x410fd421]
[    0.007358] Detected PIPT I-cache on CPU5
[    0.007367] GICv3: CPU5: found redistributor 10100 region 0:0x000000000f4e0000
[    0.007377] CPU5: Booted secondary processor 0x0000010100 [0x410fd421]
[    0.007669] Detected PIPT I-cache on CPU6
[    0.007678] GICv3: CPU6: found redistributor 10200 region 0:0x000000000f500000
[    0.007688] CPU6: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.007983] Detected PIPT I-cache on CPU7
[    0.007992] GICv3: CPU7: found redistributor 10300 region 0:0x000000000f520000
[    0.008004] CPU7: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.008043] smp: Brought up 1 node, 8 CPUs
[    0.008046] SMP: Total of 8 processors activated.
[    0.008048] CPU features: detected: 32-bit EL0 Support
[    0.008049] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.008051] CPU features: detected: Common not Private translations
[    0.008052] CPU features: detected: CRC32 instructions
[    0.008053] CPU features: detected: Data cache clean to Point of Persistence
[    0.008054] CPU features: detected: Generic authentication (architected algorithm)
[    0.008054] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.008055] CPU features: detected: LSE atomic instructions
[    0.008056] CPU features: detected: Privileged Access Never
[    0.008056] CPU features: detected: RAS Extension Support
[    0.008058] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.029876] CPU: All CPU(s) started at EL2
[    0.031309] devtmpfs: initialized
[    0.040857] KASLR enabled
[    0.040930] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.040942] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.042997] pinctrl core: initialized pinctrl subsystem
[    0.043447] SMBIOS 3.6.0 present.
[    0.043455] DMI: NVIDIA NVIDIA Jetson Orin NX Engineering Reference Developer Kit Super/Jetson, BIOS 36.4.4-gcid-41062509 06/16/2025
[    0.043721] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.044743] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.044852] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.044947] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.044973] audit: initializing netlink subsys (disabled)
[    0.045047] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
[    0.045796] thermal_sys: Registered thermal governor 'step_wise'
[    0.045798] thermal_sys: Registered thermal governor 'power_allocator'
[    0.047648] cpuidle: using governor menu
[    0.047764] ASID allocator initialised with 32768 entries
[    0.048726] Serial: AMBA PL011 UART driver
[    0.055547] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 117, base_baud = 0) is a SBSA
[    0.062343] platform bpmp: Fixing up cyclic dependency with 2c60000.external-memory-controller
[    0.067704] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.067709] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.067710] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.067711] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.068241] cryptd: max_cpu_qlen set to 1000
[    0.069242] ACPI: Interpreter disabled.
[    0.069984] VDD_1V8_AO: supplied by VDD_5V0_SYS
[    0.070072] VDD_3V3_AO: supplied by VDD_5V0_SYS
[    0.070213] VDD_AV10_HUB: supplied by VDD_5V0_SYS
[    0.070470] iommu: Default domain type: Translated
[    0.070472] iommu: DMA domain TLB invalidation policy: strict mode
[    0.070613] SCSI subsystem initialized
[    0.070707] vgaarb: loaded
[    0.070789] usbcore: registered new interface driver usbfs
[    0.070802] usbcore: registered new interface driver hub
[    0.070812] usbcore: registered new device driver usb
[    0.071084] pps_core: LinuxPPS API ver. 1 registered
[    0.071087] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.071094] PTP clock support registered
[    0.071135] EDAC MC: Ver: 3.0.0
[    0.071658] Registered efivars operations
[    0.072013] FPGA manager framework
[    0.072048] Advanced Linux Sound Architecture Driver Initialized.
[    0.072477] clocksource: Switched to clocksource arch_sys_counter
[    0.072555] VFS: Disk quotas dquot_6.6.0
[    0.072578] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.072656] pnp: PnP ACPI: disabled
[    0.074415] NET: Registered PF_INET protocol family
[    0.074616] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.076744] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.076813] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.076823] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.076926] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.077426] TCP: Hash tables configured (established 131072 bind 65536)
[    0.077498] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.077530] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.077613] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.077796] RPC: Registered named UNIX socket transport module.
[    0.077798] RPC: Registered udp transport module.
[    0.077799] RPC: Registered tcp transport module.
[    0.077800] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.077807] PCI: CLS 0 bytes, default 64
[    0.077946] Unpacking initramfs...
[    0.088717] kvm [1]: IPA Size Limit: 48 bits
[    0.088738] kvm [1]: GICv3: no GICV resource entry
[    0.088742] kvm [1]: disabling GICv2 emulation
[    0.088755] kvm [1]: GIC system register CPU interface enabled
[    0.088838] kvm [1]: vgic interrupt IRQ9
[    0.088943] kvm [1]: VHE mode initialized successfully
[    0.090652] Initialise system trusted keyrings
[    0.090707] workingset: timestamp_bits=42 max_order=22 bucket_order=0
[    0.092260] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.092448] NFS: Registering the id_resolver key type
[    0.092459] Key type id_resolver registered
[    0.092460] Key type id_legacy registered
[    0.092489] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.092496] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.092571] 9p: Installing v9fs 9p2000 file system support
[    0.104261] NET: Registered PF_ALG protocol family
[    0.104277] Key type asymmetric registered
[    0.104282] Asymmetric key parser 'x509' registered
[    0.104363] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.104370] io scheduler mq-deadline registered
[    0.104378] io scheduler kyber registered
[    0.114229] EINJ: ACPI disabled.
[    0.124835] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.126595] SuperH (H)SCI(F) driver initialized
[    0.126892] msm_serial: driver initialized
[    0.127498] printk: console [ttyTCU0] enabled
[    0.128281] arm-smmu 8000000.iommu: probing hardware configuration...
[    0.128286] arm-smmu 8000000.iommu: SMMUv2 with:
[    0.128292] arm-smmu 8000000.iommu:  stage 1 translation
[    0.128294] arm-smmu 8000000.iommu:  stage 2 translation
[    0.128295] arm-smmu 8000000.iommu:  nested translation
[    0.128301] arm-smmu 8000000.iommu:  stream matching with 128 register groups
[    0.128305] arm-smmu 8000000.iommu:  128 context banks (0 stage-2 only)
[    0.128319] arm-smmu 8000000.iommu:  Supported page sizes: 0x61311000
[    0.128321] arm-smmu 8000000.iommu:  Stage-1: 48-bit VA -> 48-bit IPA
[    0.128322] arm-smmu 8000000.iommu:  Stage-2: 48-bit IPA -> 48-bit PA
[    0.129285] arm-smmu 10000000.iommu: probing hardware configuration...
[    0.129292] arm-smmu 10000000.iommu: SMMUv2 with:
[    0.129296] arm-smmu 10000000.iommu:         stage 1 translation
[    0.129297] arm-smmu 10000000.iommu:         stage 2 translation
[    0.129298] arm-smmu 10000000.iommu:         nested translation
[    0.129301] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    0.129303] arm-smmu 10000000.iommu:         128 context banks (0 stage-2 only)
[    0.129316] arm-smmu 10000000.iommu:         Supported page sizes: 0x61311000
[    0.129318] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    0.129319] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    0.129647] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.129652] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.129653] arm-smmu 12000000.iommu:         stage 1 translation
[    0.129654] arm-smmu 12000000.iommu:         stage 2 translation
[    0.129655] arm-smmu 12000000.iommu:         nested translation
[    0.129657] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    0.129660] arm-smmu 12000000.iommu:         128 context banks (0 stage-2 only)
[    0.129664] arm-smmu 12000000.iommu:         Supported page sizes: 0x61311000
[    0.129665] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    0.129668] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    0.137409] loop: module loaded
[    0.138468] megasas: 07.717.02.00-rc1
[    0.142238] tun: Universal TUN/TAP device driver, 1.6
[    0.142773] thunder_xcv, ver 1.0
[    0.142810] thunder_bgx, ver 1.0
[    0.142833] nicpf, ver 1.0
[    0.143581] hclge is initializing
[    0.143618] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    0.143626] hns3: Copyright (c) 2017 Huawei Corporation.
[    0.143670] e1000: Intel(R) PRO/1000 Network Driver
[    0.143676] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.143700] e1000e: Intel(R) PRO/1000 Network Driver
[    0.143705] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.143727] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.143735] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.143747] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    0.143752] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.143944] sky2: driver version 1.30
[    0.144563] VFIO - User Level meta-driver version: 0.3
[    0.145947] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.145958] ehci-pci: EHCI PCI platform driver
[    0.145982] ehci-platform: EHCI generic platform driver
[    0.146063] ehci-orion: EHCI orion driver
[    0.146127] ehci-exynos: EHCI Exynos driver
[    0.146182] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.146208] ohci-pci: OHCI PCI platform driver
[    0.146233] ohci-platform: OHCI generic platform driver
[    0.146299] ohci-exynos: OHCI Exynos driver
[    0.146692] usbcore: registered new interface driver usb-storage
[    0.148285] i2c_dev: i2c /dev entries driver
[    0.151068] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: [email protected]
[    0.152671] sdhci: Secure Digital Host Controller Interface driver
[    0.152678] sdhci: Copyright(c) Pierre Ossman
[    0.153072] Synopsys Designware Multimedia Card Interface Driver
[    0.153607] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.155038] ledtrig-cpu: registered to indicate activity on CPUs
[    0.179965] pstore: Registered efi as persistent store backend
[    0.180548] SMCCC: SOC_ID: ID = jep106:036b:0234 Revision = 0x00000401
[    0.181414] tegra-bpmp bpmp: Adding to iommu group 0
[    0.183245] tegra-bpmp bpmp: firmware: dc3fd3cac60f9b918e11-da583751bbf
[    0.326572] Freeing initrd memory: 15492K
[    3.654010] usbcore: registered new interface driver usbhid
[    3.654026] usbhid: USB HID core driver
[    3.658215] optee: probing for conduit method.
[    3.658266] optee: revision 4.2 (d78bc5fa)
[    3.717678] optee: dynamic shared memory is enabled
[    3.717924] optee: initialized driver
[    3.721720] NET: Registered PF_PACKET protocol family
[    3.721970] 9pnet: Installing 9P2000 support
[    3.722087] Key type dns_resolver registered
[    3.724240] printk: console [tty0]: printing thread started
[    3.725351] printk: console [ttyTCU0]: printing thread started
[    3.725442] Loading compiled-in X.509 certificates
[    3.741073] Loaded X.509 cert 'Build time autogenerated kernel key: 2c5dea90159d760ad3481e584bc8e07858904d89'
[    3.742526] pstore: Using crash dump compression: deflate
[    3.770416] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 1
[    3.771686] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[    3.772931] serial-tegra 3100000.serial: RX in PIO mode
[    3.772936] serial-tegra 3100000.serial: TX in PIO mode
[    3.772995] 3100000.serial: ttyTHS1 at MMIO 0x3100000 (irq = 112, base_baud = 0) is a TEGRA_UART
[    3.773959] 3140000.serial: ttyTHS2 at MMIO 0x3140000 (irq = 113, base_baud = 0) is a TEGRA_UART
[    3.776623] tegra_rtc c2a0000.rtc: registered as rtc1
[    3.776632] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    3.777019] tegra-i2c 3160000.i2c: Adding to iommu group 1
[    3.780414] at24 0-0050: 256 byte 24c02 EEPROM, read-only
[    3.780834] at24 0-0057: 256 byte 24c02 EEPROM, read-only
[    3.780862] tegra-hsierrrptinj: CONFIG_TEGRA_HSIERRRPTINJ not enabled
[    3.781382] tegra-i2c 3180000.i2c: Adding to iommu group 1
[    3.782892] tegra-hsierrrptinj: CONFIG_TEGRA_HSIERRRPTINJ not enabled
[    3.783245] tegra-i2c 31b0000.i2c: Adding to iommu group 1
[    3.785141] tegra-hsierrrptinj: CONFIG_TEGRA_HSIERRRPTINJ not enabled
[    3.785495] tegra-i2c c240000.i2c: Adding to iommu group 1
[    3.787578] i2c 1-0025: Fixing up cyclic dependency with 3520000.padctl
[    3.787651] tegra-hsierrrptinj: CONFIG_TEGRA_HSIERRRPTINJ not enabled
[    3.788078] tegra-i2c c250000.i2c: Adding to iommu group 1
[    3.792366] tegra-hsierrrptinj: CONFIG_TEGRA_HSIERRRPTINJ not enabled
[    3.815305] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 2005000 KHz, changing to: 1984000 KHz
[    3.818888] tegra-xusb 3610000.usb: Adding to iommu group 2
[    3.834573] tegra-xusb 3610000.usb: Firmware timestamp: 2023-02-10 03:48:10 UTC
[    3.834582] tegra-xusb 3610000.usb: xHCI Host Controller
[    3.834594] tegra-xusb 3610000.usb: new USB bus registered, assigned bus number 1
[    3.835329] tegra-xusb 3610000.usb: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000010810
[    3.835351] tegra-xusb 3610000.usb: irq 123, io mem 0x03610000
[    3.835449] tegra-xusb 3610000.usb: xHCI Host Controller
[    3.835453] tegra-xusb 3610000.usb: new USB bus registered, assigned bus number 2
[    3.835456] tegra-xusb 3610000.usb: Host supports USB 3.1 Enhanced SuperSpeed
[    3.835850] hub 1-0:1.0: USB hub found
[    3.835862] hub 1-0:1.0: 4 ports detected
[    3.836076] hub 2-0:1.0: USB hub found
[    3.836085] hub 2-0:1.0: 4 ports detected
[    3.840238] irq: IRQ227: trimming hierarchy from :bus@0:pmc@c360000
[    3.840292] irq: IRQ228: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[    3.840347] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    3.895791] ALSA device list:
[    3.895794]   No soundcards found.
[    3.903642] Freeing unused kernel memory: 6464K
[    3.903718] Run /init as init process
[    3.915832] Checking overlayfs setting...
[    3.923639] Overlayfs is disabled...
[    3.928537] Root device found: PARTUUID=a8623bb9-ed45-4e83-b9ea-692bf698f246
[    4.176477] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    4.347496] hub 1-2:1.0: USB hub found
[    4.348543] hub 1-2:1.0: 4 ports detected
[    4.461629] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using tegra-xusb
[    4.510603] hub 2-1:1.0: USB hub found
[    4.512846] hub 2-1:1.0: 4 ports detected
[    4.616721] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[    5.048646] usb 1-2.3: new low-speed USB device number 4 using tegra-xusb
[    5.165656] input: PixArt HP USB Optical Mouse as /devices/platform/bus@0/3610000.usb/usb1/1-2/1-2.3/1-2.3:1.0/0003:03F0:134A.0001/input/input1
[    5.165705] hid-generic 0003:03F0:134A.0001: input: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-3610000.usb-2.3/input0
[   14.815600] ERROR: mounting PARTUUID=a8623bb9-ed45-4e83-b9ea-692bf698f246 as /mnt fail...
[   14.817162] ERROR: PARTUUID=a8623bb9-ed45-4e83-b9ea-692bf698f246 mount fail...
[   14.818605] ttyTCU0: Press [ENTER] to start bash in 30 seconds...
[   17.819025] ttyTCU0: Press [ENTER] to start bash in 27 seconds...
[   20.819350] ttyTCU0: Press [ENTER] to start bash in 24 seconds...
[   23.819670] ttyTCU0: Press [ENTER] to start bash in 21 seconds...
[   26.819994] ttyTCU0: Press [ENTER] to start bash in 18 seconds...
[   29.820320] ttyTCU0: Press [ENTER] to start bash in 15 seconds...
[   32.820646] ttyTCU0: Press [ENTER] to start bash in 12 seconds...
[   35.820970] ttyTCU0: Press [ENTER] to start bash in 9 seconds...
[   38.821293] ttyTCU0: Press [ENTER] to start bash in 6 seconds...
[   41.821619] ttyTCU0: Press [ENTER] to start bash in 3 seconds...