VC-MIPI-modules / vc_mipi_nvidia

Vision Components MIPI CSI-2 driver for NVIDIA Jetson Nano, Xavier NX, AGX Xavier, TX2 and Orin Nano, Orin NX
79 stars 31 forks source link

After flashing Jetson Orin Nano, GUI not showing. #58

Closed xaprier closed 9 months ago

xaprier commented 10 months ago

After flashing with using branch '9-support-for-jetson-orin-nano', GUI or display not working.

bazo80 commented 10 months ago

Hello @xaprier ,

are there any dmesg printings related to nvidia: (missing symbol or something like that)? I have faced this problem with OrinNX and HDMI. There seems to be an issue with Orin and display driver in general when using a custom kernel. https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html They are mentioning a black screen fix by performing:

sudo depmod -a

But that did not solve the problem for OrinNX on my Carrier-Board, so I compiled the display driver in addition to the kernel. After that, it loaded the display drivers and the GUI was available. We are about to implement this build step in our pipeline, too. And then we have to test it with OrinNano-Devkit and DisplayPort.

If you are seeing such dmesg printings stating that the nvidia display driver has not been loaded and also the depmod call did not succeed, then you could try to build the display driver nvidia.ko, nvidia-modeset, nvidia-drm on your own. There is the nvidia_kernel_display_driver_source.tbz2 which you can extract and cross compile. After that you should copy the kernel objects into the rootfs. If this is not working, we have to take a closer look.

Btw. the IMX sensor don't need to be connected for this.

xaprier commented 9 months ago

Hello @bazo80,

Thank you for answering first of all.

I looked over dmesg output but nothing interesting showed up. I will attach the output file.

I tried sudo depmod -a with minicom and rebooted, but nothing changed. When I looked into the Nvidia DOCS, I saw the same operation as you said.

When I try to compile it, I encountered a problem with build;

make[1]: Entering directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/kernel-open'
make[2]: Entering directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10'
make[3]: Entering directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel_out'

  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.

/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/Makefile:675: include/config/auto.conf: No such file or directory
make[3]: *** [/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/Makefile:750: include/config/auto.conf] Error 1

Used build command;

make \
      modules \
      -j8 \
      SYSSRC=/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10 \
      SYSOUT=/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel_out \
      CC=/home/burak/vc_mipi_nvidia/build/toolchain/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc \
      LD=/home/burak/vc_mipi_nvidia/build/toolchain/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-ld.bfd \
      AR=/home/burak/vc_mipi_nvidia/build/toolchain/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-ar \
      CXX=/home/burak/vc_mipi_nvidia/build/toolchain/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-g++ \
      OBJCOPY=/home/burak/vc_mipi_nvidia/build/toolchain/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-objcopy \
      TARGET_ARCH=aarch64 \
      ARCH=arm64

When I tried to what build says, I got encountered with this error;

 [ nvidia-modeset    ]  CC           _out/Linux_aarch64/g_nvid_string.c
 [ nvidia-modeset    ]  LD           _out/Linux_aarch64/nv-modeset-kernel.o
make[1]: Leaving directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/src/nvidia-modeset'
cd kernel-open/nvidia-modeset/ && ln -sf ../../src/nvidia-modeset/_out/Linux_aarch64/nv-modeset-kernel.o nv-modeset-kernel.o_binary
make -C kernel-open modules
make[1]: Entering directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/kernel-open'
make[2]: Entering directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10'
make[3]: Entering directory '/home/burak/Desktop/out'
scripts/Makefile.lib:8: 'always' is deprecated. Please use 'always-y' instead
The Module.symvers file is missing, or does not contain any
symbols exported from the kernel. This could cause the NVIDIA
kernel modules to be built against a configuration that does
not accurately reflect the actual target kernel.
The Module.symvers file check can be disabled by setting the
environment variable IGNORE_MISSING_MODULE_SYMVERS to 1.
make[4]: *** [/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/kernel-open/Kbuild:234: module_symvers_sanity_check] Error 1
make[3]: *** [/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/Makefile:1854: /home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/kernel-open] Error 2
make[3]: Leaving directory '/home/burak/Desktop/out'
make[2]: *** [Makefile:213: __sub-make] Error 2
make[2]: Leaving directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10'
make[1]: *** [Makefile:82: modules] Error 2
make[1]: Leaving directory '/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/NVIDIA-kernel-module-source-TempVersion/kernel-open'
make: *** [Makefile:50: modules] Error 2

Can you share the build steps on display driver with details? dmesg-output.txt

xaprier commented 9 months ago

I will also add Xorg.log, these shows why no display on DP port;

[ 12940.902] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[ 12940.902] Build Operating System: linux Ubuntu
[ 12940.902] Current Operating System: Linux nvidia 5.10.104-tegra #1 SMP PREEMPT Tue Dec 5 10:13:04 +03 2023 aarch64
[ 12940.902] Kernel command line: root=PARTUUID=72c516ef-9862-483a-9fd4-6beae0cb7f20 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/ 
[ 12940.902] Build Date: 23 October 2023  04:31:55PM
[ 12940.902] xorg-server 2:1.20.13-1ubuntu1~20.04.9 (For technical support please see http://www.ubuntu.com/support) 
[ 12940.903] Current version of pixman: 0.38.4
[ 12940.903]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[ 12940.903] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 12940.903] (==) Log file: "/var/log/Xorg.2.log", Time: Tue Dec  5 15:34:20 2023
[ 12940.903] (==) Using config file: "/etc/X11/xorg.conf"
[ 12940.903] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 12940.903] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 12940.903] (==) No Layout section.  Using the first Screen section.
[ 12940.903] (==) No screen section available. Using defaults.
[ 12940.903] (**) |-->Screen "Default Screen Section" (0)
[ 12940.903] (**) |   |-->Monitor "<default monitor>"
[ 12940.904] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[ 12940.904] (**) |   |-->Device "Tegra0"
[ 12940.904] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[ 12940.904] (==) Automatically adding devices
[ 12940.904] (==) Automatically enabling devices
[ 12940.904] (==) Automatically adding GPU devices
[ 12940.904] (==) Automatically binding GPU devices
[ 12940.904] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 12940.904] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 12940.904]    Entry deleted from font path.
[ 12940.904] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 12940.904]    Entry deleted from font path.
[ 12940.904] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 12940.904]    Entry deleted from font path.
[ 12940.904] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 12940.904]    Entry deleted from font path.
[ 12940.904] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 12940.904]    Entry deleted from font path.
[ 12940.904] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[ 12940.904] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 12940.904] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 12940.904] (II) Loader magic: 0xaaaac45c8010
[ 12940.904] (II) Module ABI versions:
[ 12940.904]    X.Org ANSI C Emulation: 0.4
[ 12940.904]    X.Org Video Driver: 24.1
[ 12940.904]    X.Org XInput driver : 24.1
[ 12940.904]    X.Org Server Extension : 10.0
[ 12940.905] (--) using VT number 3

[ 12940.905] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 12940.907] (II) no primary bus or device found
[ 12940.907] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[ 12940.907] (II) "glx" will be loaded by default.
[ 12940.907] (II) LoadModule: "extmod"
[ 12940.907] (II) Module "extmod" already built-in
[ 12940.907] (II) LoadModule: "glx"
[ 12940.907] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 12940.908] (II) Module glx: vendor="X.Org Foundation"
[ 12940.908]    compiled for 1.20.13, module version = 1.0.0
[ 12940.908]    ABI class: X.Org Server Extension, version 10.0
[ 12940.908] (II) LoadModule: "nvidia"
[ 12940.908] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 12940.912] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 12940.912]    compiled for 1.6.99.901, module version = 1.0.0
[ 12940.912]    Module class: X.Org Video Driver
[ 12940.912] (II) NVIDIA dlloader X Driver  35.3.1  Release Build  (bugfix_main)  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:03:06 PDT 2023
[ 12940.912] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 12940.922] (WW) Falling back to old probe method for NVIDIA
[ 12940.923] (II) Loading sub module "fb"
[ 12940.923] (II) LoadModule: "fb"
[ 12940.923] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 12940.923] (II) Module fb: vendor="X.Org Foundation"
[ 12940.923]    compiled for 1.20.13, module version = 1.0.0
[ 12940.923]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 12940.923] (II) Loading sub module "wfb"
[ 12940.923] (II) LoadModule: "wfb"
[ 12940.923] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 12940.923] (II) Module wfb: vendor="X.Org Foundation"
[ 12940.923]    compiled for 1.20.13, module version = 1.0.0
[ 12940.923]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 12940.923] (II) Loading sub module "ramdac"
[ 12940.923] (II) LoadModule: "ramdac"
[ 12940.923] (II) Module "ramdac" already built-in
[ 12940.924] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 12940.924] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[ 12940.924] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 12940.924] (==) NVIDIA(0): RGB weight 888
[ 12940.924] (==) NVIDIA(0): Default visual is TrueColor
[ 12940.924] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12940.924] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[ 12940.924] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
[ 12940.925] (**) NVIDIA(0): Enabling 2D acceleration
[ 12940.925] (II) Loading sub module "glxserver_nvidia"
[ 12940.925] (II) LoadModule: "glxserver_nvidia"
[ 12940.925] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[ 12940.930] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 12940.930]    compiled for 1.6.99.901, module version = 1.0.0
[ 12940.930]    Module class: X.Org Server Extension
[ 12940.930] (II) NVIDIA GLX Module  35.3.1  Release Build  (bugfix_main)  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:02:08 PDT 2023
[ 12940.930] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 12940.957] (WW) NVIDIA: No DRM device: No direct render devices found.
[ 12940.959] (II) NVIDIA(0): NVIDIA GPU Orin (nvgpu) (GA10B) at SoC (GPU-0)
[ 12940.959] (--) NVIDIA(0): Memory: 7513008 kBytes
[ 12940.959] (--) NVIDIA(0): VideoBIOS: 
[ 12940.959] (II) NVIDIA(0): Validated MetaModes:
[ 12940.959] (II) NVIDIA(0):     "NULL"
[ 12940.959] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 12940.959] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 12940.959] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 12940.960] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 12940.960] (II) NVIDIA:     access.
[ 12940.963] (EE) NVIDIA(0): Failed to allocate NVIDIA Error Handler
[ 12940.963] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 12940.963] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 12940.963] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 12940.963] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 12940.963] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 12940.963] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 12940.963] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 12940.963] (II) NVIDIA(0):     Config Options in the README.
[ 12940.992] (II) NVIDIA(0): Setting mode "NULL"
[ 12940.997] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 12940.997] (==) NVIDIA(0): Backing store enabled
[ 12940.997] (==) NVIDIA(0): Silken mouse enabled
[ 12940.997] (==) NVIDIA(0): DPMS enabled
[ 12940.997] (II) Loading sub module "dri2"
[ 12940.997] (II) LoadModule: "dri2"
[ 12940.997] (II) Module "dri2" already built-in
[ 12940.997] (II) NVIDIA(0): [DRI2] Setup complete
[ 12940.997] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 12940.997] (II) Initializing extension Generic Event Extension
[ 12940.997] (II) Initializing extension SHAPE
[ 12940.997] (II) Initializing extension MIT-SHM
[ 12940.998] (II) Initializing extension XInputExtension
[ 12940.998] (II) Initializing extension XTEST
[ 12940.998] (II) Initializing extension BIG-REQUESTS
[ 12940.998] (II) Initializing extension SYNC
[ 12940.998] (II) Initializing extension XKEYBOARD
[ 12940.998] (II) Initializing extension XC-MISC
[ 12940.999] (II) Initializing extension SECURITY
[ 12940.999] (II) Initializing extension XFIXES
[ 12940.999] (II) Initializing extension RENDER
[ 12940.999] (II) Initializing extension RANDR
[ 12940.999] (II) Initializing extension COMPOSITE
[ 12940.999] (II) Initializing extension DAMAGE
[ 12941.000] (II) Initializing extension MIT-SCREEN-SAVER
[ 12941.000] (II) Initializing extension DOUBLE-BUFFER
[ 12941.000] (II) Initializing extension RECORD
[ 12941.000] (II) Initializing extension DPMS
[ 12941.000] (II) Initializing extension Present
[ 12941.000] (II) Initializing extension DRI3
[ 12941.000] (II) Initializing extension X-Resource
[ 12941.001] (II) Initializing extension XVideo
[ 12941.001] (II) Initializing extension XVideo-MotionCompensation
[ 12941.001] (II) Initializing extension SELinux
[ 12941.001] (II) SELinux: Disabled on system
[ 12941.001] (II) Initializing extension GLX
[ 12941.001] (II) Initializing extension GLX
[ 12941.001] (II) Indirect GLX disabled.
[ 12941.001] (II) GLX: Another vendor is already registered for screen 0
[ 12941.001] (II) Initializing extension XFree86-VidModeExtension
[ 12941.001] (II) Initializing extension XFree86-DGA
[ 12941.001] (II) Initializing extension XFree86-DRI
[ 12941.001] (II) Initializing extension DRI2
[ 12941.001] (II) Initializing extension NV-GLX
[ 12941.002] (II) Initializing extension NV-CONTROL
[ 12941.070] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 (/dev/input/event1)
[ 12941.070] (II) No input driver specified, ignoring this device.
[ 12941.070] (II) This device may have been added with another device file.
[ 12941.070] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 (/dev/input/event2)
[ 12941.070] (II) No input driver specified, ignoring this device.
[ 12941.070] (II) This device may have been added with another device file.
[ 12941.071] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 (/dev/input/event3)
[ 12941.071] (II) No input driver specified, ignoring this device.
[ 12941.071] (II) This device may have been added with another device file.
[ 12941.071] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 (/dev/input/event4)
[ 12941.071] (II) No input driver specified, ignoring this device.
[ 12941.071] (II) This device may have been added with another device file.
[ 12941.072] (II) config/udev: Adding input device gpio-keys (/dev/input/event0)
[ 12941.072] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[ 12941.072] (II) LoadModule: "libinput"
[ 12941.072] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 12941.074] (II) Module libinput: vendor="X.Org Foundation"
[ 12941.074]    compiled for 1.20.4, module version = 0.29.0
[ 12941.074]    Module class: X.Org XInput Driver
[ 12941.074]    ABI class: X.Org XInput driver, version 24.1
[ 12941.074] (II) Using input driver 'libinput' for 'gpio-keys'
[ 12941.074] (**) gpio-keys: always reports core events
[ 12941.074] (**) Option "Device" "/dev/input/event0"
[ 12941.074] (**) Option "_source" "server/udev"
[ 12941.077] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
[ 12941.077] (II) event0  - gpio-keys: device is a keyboard
[ 12941.077] (II) event0  - gpio-keys: device removed
[ 12941.100] (**) Option "config_info" "udev:/sys/devices/platform/gpio-keys/input/input0/event0"
[ 12941.100] (II) XINPUT: Adding extended input device "gpio-keys" (type: KEYBOARD, id 6)
[ 12941.100] (**) Option "xkb_model" "pc105"
[ 12941.100] (**) Option "xkb_layout" "us"
[ 12941.101] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
[ 12941.101] (II) event0  - gpio-keys: device is a keyboard
[ 13012.533] (II) event0  - gpio-keys: device removed
[ 13012.577] (II) UnloadModule: "libinput"
[ 13012.591] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 13012.596] (II) Server terminated successfully (0). Closing log file.
bazo80 commented 9 months ago

Hello @xaprier,

if you have built the kernel once, the config file should be there. It seems, your sysout directory is wrong. Instead of SYSOUT=/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel_out it should be: SYSOUT=/home/burak/vc_mipi_nvidia/build/Xavier_35.3.1/Linux_for_Tegra/source/public/build

Best regards

xaprier commented 9 months ago

Hello again @bazo80,

I tried what you said today, and no results...

Build was successfully, and I tried 2 ways to try it.

Here is the log outputs

Xorg

[    21.963] (--) Log file renamed from "/var/log/Xorg.pid-1542.log" to "/var/log/Xorg.0.log"
[    21.965] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    21.965] Build Operating System: linux Ubuntu
[    21.965] Current Operating System: Linux nvidia 5.10.104-tegra #1 SMP PREEMPT Tue Dec 5 16:31:46 +03 2023 aarch64
[    21.965] Kernel command line: root=PARTUUID=5b8eb85c-540d-4c86-9244-ca86be02eb1c rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware 
[    21.965] Build Date: 07 February 2023  12:48:13PM
[    21.965] xorg-server 2:1.20.13-1ubuntu1~20.04.6 (For technical support please see http://www.ubuntu.com/support) 
[    21.965] Current version of pixman: 0.38.4
[    21.965]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    21.965] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.965] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep  8 09:58:22 2022
[    21.967] (==) Using config file: "/etc/X11/xorg.conf"
[    21.967] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.967] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.968] (==) No Layout section.  Using the first Screen section.
[    21.968] (==) No screen section available. Using defaults.
[    21.968] (**) |-->Screen "Default Screen Section" (0)
[    21.968] (**) |   |-->Monitor "<default monitor>"
[    21.969] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    21.969] (**) |   |-->Device "Tegra0"
[    21.969] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    21.969] (==) Automatically adding devices
[    21.969] (==) Automatically enabling devices
[    21.969] (==) Automatically adding GPU devices
[    21.969] (==) Automatically binding GPU devices
[    21.969] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.970] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    21.970]    Entry deleted from font path.
[    21.970] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    21.970]    Entry deleted from font path.
[    21.970] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    21.970]    Entry deleted from font path.
[    21.970] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    21.970]    Entry deleted from font path.
[    21.970] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    21.970]    Entry deleted from font path.
[    21.970] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
[    21.970] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.970] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.970] (II) Loader magic: 0xaaaadf1aa010
[    21.970] (II) Module ABI versions:
[    21.970]    X.Org ANSI C Emulation: 0.4
[    21.970]    X.Org Video Driver: 24.1
[    21.970]    X.Org XInput driver : 24.1
[    21.970]    X.Org Server Extension : 10.0
[    21.971] (++) using VT number 2

[    21.974] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.976] (II) no primary bus or device found
[    21.976] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
[    21.976] (II) "glx" will be loaded by default.
[    21.976] (II) LoadModule: "extmod"
[    21.976] (II) Module "extmod" already built-in
[    21.976] (II) LoadModule: "glx"
[    21.976] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.980] (II) Module glx: vendor="X.Org Foundation"
[    21.980]    compiled for 1.20.13, module version = 1.0.0
[    21.980]    ABI class: X.Org Server Extension, version 10.0
[    21.980] (II) LoadModule: "nvidia"
[    21.980] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    21.988] (II) Module nvidia: vendor="NVIDIA Corporation"
[    21.988]    compiled for 1.6.99.901, module version = 1.0.0
[    21.988]    Module class: X.Org Video Driver
[    21.989] (II) NVIDIA dlloader X Driver  35.3.1  Release Build  (bugfix_main)  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:03:06 PDT 2023
[    21.989] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    21.989] (WW) Falling back to old probe method for NVIDIA
[    21.989] (II) Loading sub module "fb"
[    21.989] (II) LoadModule: "fb"
[    21.990] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.990] (II) Module fb: vendor="X.Org Foundation"
[    21.991]    compiled for 1.20.13, module version = 1.0.0
[    21.991]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.991] (II) Loading sub module "wfb"
[    21.991] (II) LoadModule: "wfb"
[    21.991] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    21.991] (II) Module wfb: vendor="X.Org Foundation"
[    21.991]    compiled for 1.20.13, module version = 1.0.0
[    21.991]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.991] (II) Loading sub module "ramdac"
[    21.991] (II) LoadModule: "ramdac"
[    21.991] (II) Module "ramdac" already built-in
[    21.993] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.993] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    21.993] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    21.993] (==) NVIDIA(0): RGB weight 888
[    21.993] (==) NVIDIA(0): Default visual is TrueColor
[    21.993] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.993] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[    21.993] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
[    21.993] (**) NVIDIA(0): Enabling 2D acceleration
[    21.993] (II) Loading sub module "glxserver_nvidia"
[    21.993] (II) LoadModule: "glxserver_nvidia"
[    21.994] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[    22.011] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    22.011]    compiled for 1.6.99.901, module version = 1.0.0
[    22.011]    Module class: X.Org Server Extension
[    22.011] (II) NVIDIA GLX Module  35.3.1  Release Build  (bugfix_main)  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:02:08 PDT 2023
[    22.012] (II) NVIDIA: The X server supports PRIME Render Offload.
[    22.021] (WW) NVIDIA: No DRM device: No direct render devices found.
[    22.024] (II) NVIDIA(0): NVIDIA GPU Orin (nvgpu) (GA10B) at SoC (GPU-0)
[    22.024] (--) NVIDIA(0): Memory: 7513004 kBytes
[    22.024] (--) NVIDIA(0): VideoBIOS: 
[    22.024] (II) NVIDIA(0): Validated MetaModes:
[    22.024] (II) NVIDIA(0):     "NULL"
[    22.024] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    22.024] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    22.024] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    22.025] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    22.025] (II) NVIDIA:     access.
[    22.025] (WW) NVIDIA(GPU-0): Failed to enter interactive mode. 
[    22.036] (EE) NVIDIA(0): Failed to allocate NVIDIA Error Handler
[    22.036] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    22.036] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    22.036] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    22.036] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    22.036] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    22.036] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    22.036] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    22.036] (II) NVIDIA(0):     Config Options in the README.
[    22.069] (II) NVIDIA(0): Setting mode "NULL"
[    22.075] (==) NVIDIA(0): Disabling shared memory pixmaps
[    22.075] (==) NVIDIA(0): Backing store enabled
[    22.075] (==) NVIDIA(0): Silken mouse enabled
[    22.075] (==) NVIDIA(0): DPMS enabled
[    22.075] (II) Loading sub module "dri2"
[    22.075] (II) LoadModule: "dri2"
[    22.075] (II) Module "dri2" already built-in
[    22.075] (II) NVIDIA(0): [DRI2] Setup complete
[    22.075] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    22.075] (II) Initializing extension Generic Event Extension
[    22.076] (II) Initializing extension SHAPE
[    22.076] (II) Initializing extension MIT-SHM
[    22.077] (II) Initializing extension XInputExtension
[    22.077] (II) Initializing extension XTEST
[    22.077] (II) Initializing extension BIG-REQUESTS
[    22.077] (II) Initializing extension SYNC
[    22.078] (II) Initializing extension XKEYBOARD
[    22.078] (II) Initializing extension XC-MISC
[    22.078] (II) Initializing extension SECURITY
[    22.078] (II) Initializing extension XFIXES
[    22.078] (II) Initializing extension RENDER
[    22.078] (II) Initializing extension RANDR
[    22.079] (II) Initializing extension COMPOSITE
[    22.079] (II) Initializing extension DAMAGE
[    22.079] (II) Initializing extension MIT-SCREEN-SAVER
[    22.079] (II) Initializing extension DOUBLE-BUFFER
[    22.079] (II) Initializing extension RECORD
[    22.079] (II) Initializing extension DPMS
[    22.080] (II) Initializing extension Present
[    22.080] (II) Initializing extension DRI3
[    22.080] (II) Initializing extension X-Resource
[    22.080] (II) Initializing extension XVideo
[    22.080] (II) Initializing extension XVideo-MotionCompensation
[    22.080] (II) Initializing extension SELinux
[    22.080] (II) SELinux: Disabled on system
[    22.080] (II) Initializing extension GLX
[    22.081] (II) Initializing extension GLX
[    22.081] (II) Indirect GLX disabled.
[    22.081] (II) GLX: Another vendor is already registered for screen 0
[    22.081] (II) Initializing extension XFree86-VidModeExtension
[    22.081] (II) Initializing extension XFree86-DGA
[    22.081] (II) Initializing extension XFree86-DRI
[    22.081] (II) Initializing extension DRI2
[    22.082] (II) Initializing extension NV-GLX
[    22.082] (II) Initializing extension NV-CONTROL
[    22.151] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 (/dev/input/event1)
[    22.151] (II) No input driver specified, ignoring this device.
[    22.151] (II) This device may have been added with another device file.
[    22.152] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 (/dev/input/event2)
[    22.152] (II) No input driver specified, ignoring this device.
[    22.152] (II) This device may have been added with another device file.
[    22.153] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 (/dev/input/event3)
[    22.153] (II) No input driver specified, ignoring this device.
[    22.153] (II) This device may have been added with another device file.
[    22.153] (II) config/udev: Adding input device NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 (/dev/input/event4)
[    22.153] (II) No input driver specified, ignoring this device.
[    22.153] (II) This device may have been added with another device file.
[    22.154] (II) config/udev: Adding input device gpio-keys (/dev/input/event0)
[    22.154] (**) gpio-keys: Applying InputClass "libinput keyboard catchall"
[    22.154] (II) LoadModule: "libinput"
[    22.154] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.159] (II) Module libinput: vendor="X.Org Foundation"
[    22.159]    compiled for 1.20.4, module version = 0.29.0
[    22.159]    Module class: X.Org XInput Driver
[    22.159]    ABI class: X.Org XInput driver, version 24.1
[    22.159] (II) Using input driver 'libinput' for 'gpio-keys'
[    22.160] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[    22.160] (**) gpio-keys: always reports core events
[    22.160] (**) Option "Device" "/dev/input/event0"
[    22.160] (**) Option "_source" "server/udev"
[    22.168] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
[    22.168] (II) event0  - gpio-keys: device is a keyboard
[    22.168] (II) event0  - gpio-keys: device removed
[    22.169] (**) Option "config_info" "udev:/sys/devices/platform/gpio-keys/input/input0/event0"
[    22.169] (II) XINPUT: Adding extended input device "gpio-keys" (type: KEYBOARD, id 6)
[    22.169] (**) Option "xkb_model" "pc105"
[    22.169] (**) Option "xkb_layout" "us"
[    22.170] (II) event0  - gpio-keys: is tagged by udev as: Keyboard
[    22.170] (II) event0  - gpio-keys: device is a keyboard

dmesg

[    0.000000] Booting Linux on physical CPU 0x0000010200 [0x410fd421]
[    0.000000] Linux version 5.10.104-tegra (burak@burak-Inspiron-15-7000-Gaming) (aarch64-linux-gnu-gcc (Linaro GCC 7.3-2018.05) 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91973
[    0.000000] OF: fdt: memory scan node memory@80000000, reg size 16,
[    0.000000] OF: fdt:  - 80000000 ,  c0000000
[    0.000000] Machine model: NVIDIA Orin Nano Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x25f509a98 SMBIOS=0xffff0000 SMBIOS 3.0=0x241300000 MEMATTR=0x240095018 ESRT=0x240eb7a18 RNG=0x264546c18 MEMRESERVE=0x24009ef18 
[    0.000000] efi: seeding entropy pool
[    0.000000] esrt: Reserving ESRT space from 0x0000000240eb7a18 to 0x0000000240eb7a50.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000254400000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000026fffffff]
[    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-0x000000023bffffff]
[    0.000000]   node   0: [mem 0x000000023c000000-0x000000023e1bffff]
[    0.000000]   node   0: [mem 0x000000023e1c0000-0x000000023ffaffff]
[    0.000000]   node   0: [mem 0x000000023ffb0000-0x000000024007ffff]
[    0.000000]   node   0: [mem 0x0000000240080000-0x00000002400affff]
[    0.000000]   node   0: [mem 0x00000002400b0000-0x00000002400cffff]
[    0.000000]   node   0: [mem 0x00000002400d0000-0x0000000240d3bfff]
[    0.000000]   node   0: [mem 0x0000000240d3c000-0x0000000240e9dfff]
[    0.000000]   node   0: [mem 0x0000000240e9e000-0x00000002412effff]
[    0.000000]   node   0: [mem 0x00000002412f0000-0x000000024130ffff]
[    0.000000]   node   0: [mem 0x0000000241310000-0x000000024161ffff]
[    0.000000]   node   0: [mem 0x0000000241620000-0x000000024166ffff]
[    0.000000]   node   0: [mem 0x0000000241670000-0x000000024182ffff]
[    0.000000]   node   0: [mem 0x0000000241830000-0x0000000241a0ffff]
[    0.000000]   node   0: [mem 0x0000000241a10000-0x0000000241a9ffff]
[    0.000000]   node   0: [mem 0x0000000241aa0000-0x0000000241c7ffff]
[    0.000000]   node   0: [mem 0x0000000241c80000-0x0000000241cdffff]
[    0.000000]   node   0: [mem 0x0000000241ce0000-0x0000000241dcffff]
[    0.000000]   node   0: [mem 0x0000000241dd0000-0x0000000241dfffff]
[    0.000000]   node   0: [mem 0x0000000241e00000-0x0000000241e0ffff]
[    0.000000]   node   0: [mem 0x0000000241e10000-0x0000000241ebffff]
[    0.000000]   node   0: [mem 0x0000000241ec0000-0x0000000241f5ffff]
[    0.000000]   node   0: [mem 0x0000000241f60000-0x000000024205ffff]
[    0.000000]   node   0: [mem 0x0000000242060000-0x00000002420fffff]
[    0.000000]   node   0: [mem 0x0000000242100000-0x00000002421fffff]
[    0.000000]   node   0: [mem 0x0000000242200000-0x000000024229ffff]
[    0.000000]   node   0: [mem 0x00000002422a0000-0x0000000242b6ffff]
[    0.000000]   node   0: [mem 0x0000000242b70000-0x0000000242d4ffff]
[    0.000000]   node   0: [mem 0x0000000242d50000-0x00000002644fffff]
[    0.000000]   node   0: [mem 0x0000000264500000-0x000000026454ffff]
[    0.000000]   node   0: [mem 0x0000000264550000-0x0000000267ffffff]
[    0.000000]   node   0: [mem 0x0000000268200000-0x000000026860ffff]
[    0.000000]   node   0: [mem 0x000000026e000000-0x000000026fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000026fffffff]
[    0.000000] On node 0 totalpages: 2008080
[    0.000000]   DMA zone: 8192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 524288 pages, LIFO batch:63
[    0.000000]   Normal zone: 23552 pages used for memmap
[    0.000000]   Normal zone: 1483792 pages, LIFO batch:63
[    0.000000] On node 0, zone Normal: 496 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 32 pages/cpu s90200 r8192 d32680 u131072
[    0.000000] pcpu-alloc: s90200 r8192 d32680 u131072 alloc=32*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1976336
[    0.000000] Kernel command line: root=PARTUUID=5b8eb85c-540d-4c86-9244-ca86be02eb1c rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmwa 
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x00000000effe0000-0x00000000fffe0000] (256MB)
[    0.000000] Memory: 7237772K/8032320K available (18240K kernel code, 3170K rwdata, 7236K rodata, 3968K init, 1421K bss, 532404K reserved, 262144K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x34/0x408 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 10200 region 0:0x000000000f500000
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:608, num:70)
[    0.000000] GICv2m: range[mem 0x0f410000-0x0f41ffff], SPI[608:677]
[    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.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000613] Console: colour dummy device 80x25
[    0.000653] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000661] pid_max: default: 32768 minimum: 301
[    0.000721] LSM: Security Framework initializing
[    0.000745] Yama: becoming mindful.
[    0.000766] SELinux:  Initializing.
[    0.000825] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000838] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.001519] /cpus/cpu-map: empty cluster
[    0.001813] rcu: Hierarchical SRCU implementation.
[    0.001892] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[    0.002258] DTS File Name: /home/burak/yeni_repo/build/Xavier_35.3.1/Linux_for_Tegra/source/public/kernel/kernel-5.10/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t23x/p3768/kernel-dts/tegrs
[    0.002262] DTB Build time: Dec  5 2023 17:01:45
[    0.003468] Tegra Revision: A01 SKU: 0xd5 CPU Process: 0 SoC Process: 0
[    0.003626] Remapping and enabling EFI services.
[    0.004836] smp: Bringing up secondary CPUs ...
[    0.033532] Detected PIPT I-cache on CPU1
[    0.033573] GICv3: CPU1: found redistributor 10300 region 0:0x000000000f520000
[    0.033602] CPU1: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.064307] Detected PIPT I-cache on CPU2
[    0.064332] GICv3: CPU2: found redistributor 20000 region 0:0x000000000f540000
[    0.064362] CPU2: Booted secondary processor 0x0000020000 [0x410fd421]
[    0.093058] Detected PIPT I-cache on CPU3
[    0.093070] GICv3: CPU3: found redistributor 20100 region 0:0x000000000f560000
[    0.093086] CPU3: Booted secondary processor 0x0000020100 [0x410fd421]
[    0.122355] Detected PIPT I-cache on CPU4
[    0.122367] GICv3: CPU4: found redistributor 20200 region 0:0x000000000f580000
[    0.122384] CPU4: Booted secondary processor 0x0000020200 [0x410fd421]
[    0.151654] Detected PIPT I-cache on CPU5
[    0.151667] GICv3: CPU5: found redistributor 20300 region 0:0x000000000f5a0000
[    0.151684] CPU5: Booted secondary processor 0x0000020300 [0x410fd421]
[    0.151744] smp: Brought up 1 node, 6 CPUs
[    0.151758] SMP: Total of 6 processors activated.
[    0.151762] CPU features: detected: Privileged Access Never
[    0.151764] CPU features: detected: LSE atomic instructions
[    0.151766] CPU features: detected: User Access Override
[    0.151768] CPU features: detected: 32-bit EL0 Support
[    0.151770] CPU features: detected: Common not Private translations
[    0.151772] CPU features: detected: RAS Extension Support
[    0.151774] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.151776] CPU features: detected: CRC32 instructions
[    0.151778] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.188178] CPU: All CPU(s) started at EL2
[    0.189928] devtmpfs: initialized
[    0.207601] Registered cp15_barrier emulation handler
[    0.207617] Registered setend emulation handler
[    0.207624] KASLR enabled
[    0.207756] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.207767] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.209716] pinctrl core: initialized pinctrl subsystem
[    0.210278] SMBIOS 3.0.0 present.
[    0.210288] DMI: Unknown NVIDIA Orin Nano Developer Kit/NVIDIA Orin Nano Developer Kit, BIOS 3.1-32827747 03/19/2023
[    0.210582] NET: Registered protocol family 16
[    0.211470] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.211535] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.211589] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.211614] audit: initializing netlink subsys (disabled)
[    0.211700] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
[    0.211879] thermal_sys: Registered thermal governor 'step_wise'
[    0.211882] thermal_sys: Registered thermal governor 'power_allocator'
[    0.211886] thermal_sys: Registered thermal governor 'pid_thermal_gov'
[    0.212775] cpuidle: using governor menu
[    0.212893] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.212974] ASID allocator initialised with 32768 entries
[    0.213070] Serial: AMBA PL011 UART driver
[    0.214742] tegra234_mc_sid_probe(): tegra234 mc-sid probe successful
[    0.214766] Tegra reboot handler registered.
[    0.235507] mc: mapped MMIO address: 0xffff8000107b0000 -> 0x2c10000
[    0.235519] mc: mapped MMIO address: 0xffff8000107d0000 -> 0x2c20000
[    0.235531] mc: mapped MMIO address: 0xffff8000107f0000 -> 0x2c30000
[    0.235541] mc: mapped MMIO address: 0xffff800010810000 -> 0x2c40000
[    0.235548] mc: mapped MMIO address: 0xffff800010830000 -> 0x2c50000
[    0.235555] mc: mapped MMIO address: 0xffff800010850000 -> 0x2b80000
[    0.235561] mc: mapped MMIO address: 0xffff800010870000 -> 0x2b90000
[    0.235568] mc: mapped MMIO address: 0xffff800010890000 -> 0x2ba0000
[    0.235575] mc: mapped MMIO address: 0xffff8000108b0000 -> 0x2bb0000
[    0.235582] mc: mapped MMIO address: 0xffff8000108d0000 -> 0x1700000
[    0.235589] mc: mapped MMIO address: 0xffff8000108f0000 -> 0x1710000
[    0.235595] mc: mapped MMIO address: 0xffff800010910000 -> 0x1720000
[    0.235602] mc: mapped MMIO address: 0xffff800010930000 -> 0x1730000
[    0.235608] mc: mapped MMIO address: 0xffff800010950000 -> 0x1740000
[    0.235615] mc: mapped MMIO address: 0xffff800010970000 -> 0x1750000
[    0.235621] mc: mapped MMIO address: 0xffff800010990000 -> 0x1760000
[    0.235628] mc: mapped MMIO address: 0xffff8000109b0000 -> 0x1770000
[    0.235635] nv-tegra-mc 2c10000.mc: No mssnvlink node
[    0.235660] mc-err: mcerr ops are set to t23x
[    0.236412] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 65, base_baud = 0) is a SBSA
[    1.390758] printk: console [ttyAMA0] enabled
[    1.399605] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.406313] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.413012] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.419710] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.428278] ACPI: Interpreter disabled.
[    1.432556] ddr-vddq: supplied by vdd-5v
[    1.436690] ddr-vdd2: supplied by vdd-5v
[    1.440737] vdd-AO-1v2: supplied by vdd-5v
[    1.444966] vdd-3v3: supplied by vdd-5v
[    1.449010] vdd-rtc: supplied by vdd-AO-1v2
[    1.453312] vdd-0v95-uphy: supplied by vdd-AO-1v2
[    1.458140] vdd-0v95-hdmi: supplied by vdd-AO-1v2
[    1.463132] vdd-1v8: supplied by vdd-3v3-sys
[    1.467522] vdd-3v3-AO: supplied by vdd-5v-sys
[    1.472080] vdd-av10-hub: supplied by vdd-5v-sys
[    1.476826] vdd-vbus-a: supplied by vdd-5v-sys
[    1.481385] vdd-vbus-b: supplied by vdd-5v-sys
[    1.485953] vdd-3v3-dp: supplied by vdd-3v3-sys
[    1.490760] iommu: Default domain type: Translated 
[    1.495672] eventlib_kernel: keventlib is initialized, test id: 0
[    1.501956] SCSI subsystem initialized
[    1.505785] usbcore: registered new interface driver usbfs
[    1.511283] usbcore: registered new interface driver hub
[    1.516605] usbcore: registered new device driver usb
[    1.521868] mc: Linux media interface: v0.10
[    1.526146] videodev: Linux video capture interface: v2.00
[    1.531788] pps_core: LinuxPPS API ver. 1 registered
[    1.536755] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.545896] PTP clock support registered
[    1.550055] tegra_wdt_t18x 2190000.watchdog: Tegra WDT init timeout = 120 sec
[    1.557227] tegra_wdt_t18x 2190000.watchdog: Registered successfully
[    1.564926] Registered efivars operations
[    1.569495] FPGA manager framework
[    1.572924] Advanced Linux Sound Architecture Driver Initialized.
[    1.579301] Bluetooth: Core ver 2.22
[    1.582883] NET: Registered protocol family 31
[    1.587327] Bluetooth: HCI device and connection manager initialized
[    1.593686] Bluetooth: HCI socket layer initialized
[    1.598564] Bluetooth: L2CAP socket layer initialized
[    1.603619] Bluetooth: SCO socket layer initialized
[    1.609037] camchar: rtcpu character device driver loaded
[    1.614679] clocksource: Switched to clocksource arch_sys_counter
[    1.807458] VFS: Disk quotas dquot_6.6.0
[    1.811426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.818482] pnp: PnP ACPI: disabled
[    1.824915] la/ptsa driver initialized.
[    1.828809] NET: Registered protocol family 2
[    1.833303] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.842356] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.850903] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.858898] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.866840] TCP: Hash tables configured (established 65536 bind 65536)
[    1.873435] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.880245] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.887542] NET: Registered protocol family 1
[    1.892116] RPC: Registered named UNIX socket transport module.
[    1.898040] RPC: Registered udp transport module.
[    1.902750] RPC: Registered tcp transport module.
[    1.907451] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.913895] PCI: CLS 0 bytes, default 64
[    1.917917] Trying to unpack rootfs image as initramfs...
[    2.078490] Freeing initrd memory: 9120K
[    2.084557] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.092493] kvm [1]: IPA Size Limit: 48 bits
[    2.096782] kvm [1]: GICv3: no GICV resource entry
[    2.101572] kvm [1]: disabling GICv2 emulation
[    2.106028] kvm [1]: GIC system register CPU interface enabled
[    2.111937] kvm [1]: vgic interrupt IRQ9
[    2.115982] kvm [1]: VHE mode initialized successfully
[    2.121810] Initialise system trusted keyrings
[    2.126340] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    2.135425] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.141603] NFS: Registering the id_resolver key type
[    2.146672] Key type id_resolver registered
[    2.150860] Key type id_legacy registered
[    2.154905] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.161612] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.169017] ntfs: driver 2.1.32 [Flags: R/W].
[    2.188366] NET: Registered protocol family 38
[    2.192813] Key type asymmetric registered
[    2.196907] Asymmetric key parser 'x509' registered
[    2.201805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    2.209258] io scheduler mq-deadline registered
[    2.213791] io scheduler kyber registered
[    2.222089] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    2.227691] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    2.233280] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    2.239705] efifb: probing for efifb
[    2.243311] efifb: framebuffer at 0x23c000000, using 8640k, total 8640k
[    2.249924] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    2.256018] efifb: scrolling: redraw
[    2.259591] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.268914] Console: switching to colour frame buffer device 240x67
[    2.278648] fb0: EFI VGA frame buffer device
[    2.284729] tegra_dc_assign_hw_data: no matching compatible node
[    2.290739] tegradccommon module_init failed
[    2.295007] tegradc module_init failed
[    2.299036] EINJ: ACPI disabled.
[    2.303924] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    2.310806] tegra-pmc: ### PMC reset source: SYS_RESET_N
[    2.316117] tegra-pmc: ### PMC reset level: L0
[    2.320561] tegra-pmc: ### PMC reset status reg: 0x0
[    2.327176] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.784493] random: fast init done
[    3.953968] printk: console [ttyTCU0] enabled
[    3.959055] arm-smmu 12000000.iommu: probing hardware configuration...
[    3.965754] arm-smmu 12000000.iommu: SMMUv2 with:
[    3.970577] arm-smmu 12000000.iommu:         stage 1 translation
[    3.976117] arm-smmu 12000000.iommu:         stage 2 translation
[    3.981656] arm-smmu 12000000.iommu:         nested translation
[    3.987105] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    3.994511] arm-smmu 12000000.iommu:         128 context banks (0 stage-2 only)
[    4.003769] arm-smmu 12000000.iommu:         Supported page sizes: 0x00001000
[    4.010472] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    4.017166] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    4.024736] arm-smmu 10000000.iommu: probing hardware configuration...
[    4.031434] arm-smmu 10000000.iommu: SMMUv2 with:
[    4.036253] arm-smmu 10000000.iommu:         stage 1 translation
[    4.041787] arm-smmu 10000000.iommu:         stage 2 translation
[    4.047317] arm-smmu 10000000.iommu:         nested translation
[    4.052768] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    4.060176] arm-smmu 10000000.iommu:         128 context banks (0 stage-2 only)
[    4.069363] arm-smmu 10000000.iommu:         Supported page sizes: 0x00001000
[    4.076058] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    4.082748] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    4.089936] arm-smmu 8000000.iommu: probing hardware configuration...
[    4.096544] arm-smmu 8000000.iommu: SMMUv2 with:
[    4.101278] arm-smmu 8000000.iommu:  stage 1 translation
[    4.106729] arm-smmu 8000000.iommu:  stage 2 translation
[    4.112182] arm-smmu 8000000.iommu:  nested translation
[    4.117542] arm-smmu 8000000.iommu:  stream matching with 128 register groups
[    4.124861] arm-smmu 8000000.iommu:  128 context banks (0 stage-2 only)
[    4.133965] arm-smmu 8000000.iommu:  Supported page sizes: 0x00001000
[    4.140578] arm-smmu 8000000.iommu:  Stage-1: 48-bit VA -> 48-bit IPA
[    4.147179] arm-smmu 8000000.iommu:  Stage-2: 48-bit IPA -> 48-bit PA
[    4.154457] arm-smmu-suspend 12000000.smmu_suspend: arm_smmu_suspend probe successful
[    4.164297] tegra_profiler: version: 1.151, samples/io: 51/30
[    4.170273] tegra_profiler: auth: init
[    4.174442] nvsciipc: loaded module
[    4.179787] tun: Universal TUN/TAP device driver, 1.6
[    4.185466] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    4.192883] hns3: Copyright (c) 2017 Huawei Corporation.
[    4.198374] e1000e: Intel(R) PRO/1000 Network Driver
[    4.203467] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.209552] igb: Intel(R) Gigabit Ethernet Network Driver
[    4.215092] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.220988] PPP generic driver version 2.4.2
[    4.225427] PPP BSD Compression module registered
[    4.230252] PPP Deflate Compression module registered
[    4.235441] PPP MPPE Compression module registered
[    4.240388] usbcore: registered new interface driver r8152
[    4.246025] usbcore: registered new interface driver asix
[    4.251576] usbcore: registered new interface driver ax88179_178a
[    4.257841] usbcore: registered new interface driver cdc_ether
[    4.263835] usbcore: registered new interface driver net1080
[    4.269642] usbcore: registered new interface driver cdc_subset
[    4.275723] usbcore: registered new interface driver zaurus
[    4.281462] usbcore: registered new interface driver cdc_ncm
[    4.287279] usbcore: registered new interface driver aqc111
[    4.293123] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.299473] ohci-pci: OHCI PCI platform driver
[    4.304046] ohci-platform: OHCI generic platform driver
[    4.309742] tegra-xusb 3610000.xhci: Adding to iommu group 0
[    4.316130] usbcore: registered new interface driver uas
[    4.321614] usbcore: registered new interface driver usb-storage
[    4.327931] tegra-xudc 3550000.xudc: Adding to iommu group 1
[    4.334035] mousedev: PS/2 mouse device common for all mice
[    4.339778] usbcore: registered new interface driver xpad
[    4.347247] tegra_rtc c2a0000.rtc: registered as rtc1
[    4.352707] tegra_rtc c2a0000.rtc: setting system clock to 1970-01-01T00:00:26 UTC (26)
[    4.360926] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    4.367329] i2c /dev entries driver
[    4.371054] tegra-i2c 3160000.i2c: Adding to iommu group 2
[    4.376856] tegra-i2c c240000.i2c: Adding to iommu group 2
[    4.382551] tegra-i2c 3180000.i2c: Adding to iommu group 2
[    4.388252] tegra-i2c 3190000.i2c: Adding to iommu group 2
[    4.393940] tegra-i2c 31b0000.i2c: Adding to iommu group 2
[    4.399615] tegra-i2c 31c0000.i2c: Adding to iommu group 2
[    4.405294] tegra-i2c c250000.i2c: Adding to iommu group 2
[    4.410972] tegra-i2c 31e0000.i2c: Adding to iommu group 2
[    4.421018] device-mapper: uevent: version 1.0.3
[    4.425868] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    4.435573] sdhci: Secure Digital Host Controller Interface driver
[    4.441920] sdhci: Copyright(c) Pierre Ossman
[    4.446386] Synopsys Designware Multimedia Card Interface Driver
[    4.452632] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.459008] sdhci-tegra 3400000.sdhci: Adding to iommu group 3
[    4.459235] SMCCC: SOC_ID: ID = jep106:036b:0023 Revision = 0x00000401
[    4.472439] tegra-bpmp bpmp: firmware: f0fadc45ec6216cb5b0b-1377b684fe5
[    4.480528] nvvrs_pseq 4-003c: NVVRS Vendor ID: 0x9 
[    4.485918] nvvrs_pseq 4-003c: NVVRS Model Rev: 0x82
[    4.494612] nvvrs-pseq-rtc nvvrs-pseq-rtc: registered as rtc0
[    4.500530] nvvrs_pseq 4-003c: NVVRS PSEQ probe successful
[    5.587964] hid: raw HID events driver (C) Jiri Kosina
[    5.593751] usbcore: registered new interface driver usbhid
[    5.599488] usbhid: USB HID core driver
[    5.603896] tegra-dce d800000.dce: Adding to iommu group 4
[    5.610997] dce: dce_ipc_channel_init:320  Invalid Channel State [0x0] for ch_type [2]
[    5.619940] tegra234-aon c000000.aon: Adding to iommu group 5
[    5.626381] dce: dce_mailbox_set_full_interrupt:166  Intr bit set multiple times for MB : [0x5]
[    5.635508] dce: dce_admin_send_cmd_ver:425  version : [0x2] err : [0x0]
[    5.642549] dce: dce_mailbox_set_full_interrupt:166  Intr bit set multiple times for MB : [0x1]
[    5.643370]  c000000.aon:hsp: probed
[    5.651522] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [1] ...
[    5.663608] tegra234-aon c000000.aon: init done
[    5.664015] tegra23x-psc e860000.psc: Adding to iommu group 6
[    5.668275] dce: dce_admin_setup_clients_ipc:529  Get queue info failed for [2]
[    5.674540] tegra23x-psc e860000.psc: ext_cfg base:(____ptrval____)
[    5.681816] dce: dce_mailbox_set_full_interrupt:166  Intr bit set multiple times for MB : [0x2]
[    5.688139] tegra23x-psc e860000.psc: init done
[    5.688315] tegra186-cam-rtcpu bc00000.rtcpu: Adding to iommu group 7
[    5.697107] dce: dce_admin_setup_clients_ipc:553  Channel Reset Complete for Type [3] ...
[    5.702828] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    5.708609] dce: dce_start_boot_flow:173  DCE_BOOT_DONE
[    5.732800] tegra-ivc-bus bc00000.rtcpu:ivc-bus: region 0: iova=0xbfec0000-0xbfee01ff size=131584
[    5.742019] tegra-ivc-bus bc00000.rtcpu:ivc-bus:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    5.753488] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@1: dbg: ver=0 grp=1 RX[1x448]=0x1900-0x1b40 TX[1x448]=0x1b40-0x1d80
[    5.765058] tegra-ivc-bus bc00000.rtcpu:ivc-bus:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d80-0x3e00 TX[1x8192]=0x3e00-0x5e80
[    5.776844] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e80-0xaf00 TX[64x320]=0xaf00-0xff80
[    5.789416] tegra-ivc-bus bc00000.rtcpu:ivc-bus:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff80-0x18000 TX[512x64]=0x18000-0x20080
[    5.802262] tegra-ivc-bus bc00000.rtcpu:ivc-bus:diag@5: diag: ver=0 grp=1 RX[1x64]=0x20080-0x20140 TX[1x64]=0x20140-0x20200
[    5.814425] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (113)
[    5.821226] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    5.829888] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=6 sha1=97e50cbff52bc4b542b2989187109c001c01cf77
[    5.843326] t19x_cache tegra-cache: probed
[    5.847753] scf-pmu-drv scf-pmu: Registered T23x SCF Uncore PMU
[    5.858929] optee: probing for conduit method.
[    5.863527] optee: revision 3.19 (3f29c61f)
[    5.864286] optee: dynamic shared memory is enabled
[    5.873756] optee: initialized driver
[    5.888923] nvpmodel: initialized successfully
[    5.893637] tegra_hv: get_hvd: not initialized yet
[    5.898595] user_ivc_mempool: hypervisor not present
[    5.904350] usbcore: registered new interface driver snd-usb-audio
[    5.911585] u32 classifier
[    5.914379]     input device check on
[    5.918153]     Actions configured
[    5.921815] Initializing XFRM netlink socket
[    5.926656] NET: Registered protocol family 10
[    5.932941] Segment Routing with IPv6
[    5.936776] NET: Registered protocol family 17
[    5.941366] NET: Registered protocol family 15
[    5.945992] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    5.959786] Bluetooth: RFCOMM socket layer initialized
[    5.965087] Bluetooth: RFCOMM ver 1.11
[    5.968952] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.975036] Bluetooth: HIDP socket layer initialized
[    5.981091] 9pnet: Installing 9P2000 support
[    5.985541] Key type dns_resolver registered
[    5.990596] registered taskstats version 1
[    5.994821] Loading compiled-in X.509 certificates
[    6.010431] Loaded X.509 cert 'Build time autogenerated kernel key: 91fd943814033f671656736dd42965c157fff243'
[    6.021028] tegra194-pcie 14100000.pcie: Adding to iommu group 8
[    6.034321] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[    6.041748] tegra194-pcie 14160000.pcie: Adding to iommu group 9
[    6.054529] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[    6.061563] tegra194-pcie 141e0000.pcie: Adding to iommu group 10
[    6.073952] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[    6.080851] tegra194-pcie 140a0000.pcie: Adding to iommu group 11
[    6.093288] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[    6.100797] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[    6.127861] tegra-soc-hwpm f100000.tegra_soc_hwpm: Adding to iommu group 12
[    6.139272] host1x 13e40000.host1x: Adding to iommu group 13
[    6.170339] host1x 13e40000.host1x: initialized
[    6.175457] iommu_context_dev 13e40000.host1x:niso0_ctx0: Adding to iommu group 14
[    6.183548] iommu_context_dev 13e40000.host1x:niso0_ctx0: initialized (streamid=53, iommu=smmu.0x0000000012000000)
[    6.195881] iommu_context_dev 13e40000.host1x:niso0_ctx1: Adding to iommu group 15
[    6.203870] iommu_context_dev 13e40000.host1x:niso0_ctx1: initialized (streamid=54, iommu=smmu.0x0000000012000000)
[    6.216138] iommu_context_dev 13e40000.host1x:niso0_ctx2: Adding to iommu group 16
[    6.224128] iommu_context_dev 13e40000.host1x:niso0_ctx2: initialized (streamid=55, iommu=smmu.0x0000000012000000)
[    6.236383] iommu_context_dev 13e40000.host1x:niso0_ctx3: Adding to iommu group 17
[    6.244372] iommu_context_dev 13e40000.host1x:niso0_ctx3: initialized (streamid=56, iommu=smmu.0x0000000012000000)
[    6.256632] iommu_context_dev 13e40000.host1x:niso0_ctx4: Adding to iommu group 18
[    6.264649] iommu_context_dev 13e40000.host1x:niso0_ctx4: initialized (streamid=57, iommu=smmu.0x0000000012000000)
[    6.276891] iommu_context_dev 13e40000.host1x:niso0_ctx5: Adding to iommu group 19
[    6.284877] iommu_context_dev 13e40000.host1x:niso0_ctx5: initialized (streamid=58, iommu=smmu.0x0000000012000000)
[    6.297131] iommu_context_dev 13e40000.host1x:niso0_ctx6: Adding to iommu group 20
[    6.305107] iommu_context_dev 13e40000.host1x:niso0_ctx6: initialized (streamid=59, iommu=smmu.0x0000000012000000)
[    6.317364] iommu_context_dev 13e40000.host1x:niso0_ctx7: Adding to iommu group 21
[    6.325354] iommu_context_dev 13e40000.host1x:niso0_ctx7: initialized (streamid=60, iommu=smmu.0x0000000012000000)
[    6.337610] iommu_context_dev 13e40000.host1x:niso1_ctx0: Adding to iommu group 22
[    6.345602] iommu_context_dev 13e40000.host1x:niso1_ctx0: initialized (streamid=53, iommu=smmu.0x0000000008000000)
[    6.357879] iommu_context_dev 13e40000.host1x:niso1_ctx1: Adding to iommu group 23
[    6.365861] iommu_context_dev 13e40000.host1x:niso1_ctx1: initialized (streamid=54, iommu=smmu.0x0000000008000000)
[    6.378132] iommu_context_dev 13e40000.host1x:niso1_ctx2: Adding to iommu group 24
[    6.386136] iommu_context_dev 13e40000.host1x:niso1_ctx2: initialized (streamid=55, iommu=smmu.0x0000000008000000)
[    6.398375] iommu_context_dev 13e40000.host1x:niso1_ctx3: Adding to iommu group 25
[    6.406387] iommu_context_dev 13e40000.host1x:niso1_ctx3: initialized (streamid=56, iommu=smmu.0x0000000008000000)
[    6.418621] iommu_context_dev 13e40000.host1x:niso1_ctx4: Adding to iommu group 26
[    6.426587] iommu_context_dev 13e40000.host1x:niso1_ctx4: initialized (streamid=57, iommu=smmu.0x0000000008000000)
[    6.438843] iommu_context_dev 13e40000.host1x:niso1_ctx5: Adding to iommu group 27
[    6.446846] iommu_context_dev 13e40000.host1x:niso1_ctx5: initialized (streamid=58, iommu=smmu.0x0000000008000000)
[    6.459107] iommu_context_dev 13e40000.host1x:niso1_ctx6: Adding to iommu group 28
[    6.467085] iommu_context_dev 13e40000.host1x:niso1_ctx6: initialized (streamid=59, iommu=smmu.0x0000000008000000)
[    6.479365] iommu_context_dev 13e40000.host1x:niso1_ctx7: Adding to iommu group 29
[    6.487347] iommu_context_dev 13e40000.host1x:niso1_ctx7: initialized (streamid=60, iommu=smmu.0x0000000008000000)
[    6.499664] falcon 15340000.vic: Adding to iommu group 30
[    6.510170] falcon 15340000.vic: initialized
[    6.514937] falcon 15380000.nvjpg: Adding to iommu group 31
[    6.523664] falcon 15380000.nvjpg: initialized
[    6.528397] falcon 15540000.nvjpg1: Adding to iommu group 32
[    6.537247] falcon 15540000.nvjpg1: initialized
[    6.542072] falcon 15a50000.ofa: Adding to iommu group 33
[    6.551107] falcon 15a50000.ofa: initialized
[    6.555673] nvdec 15480000.nvdec: Adding to iommu group 34
[    6.567196] nvdec 15480000.nvdec: initialized
[    6.571831] tsec 15500000.tsec: Adding to iommu group 35
[    6.581701] tsec 15500000.tsec: initialized
[    6.589019] gic 2a41000.agic-controller: GIC IRQ controller registered
[    6.606713] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    6.623534] gpio-397 (camera-control-output-low): hogged as output/low
[    6.630303] gpio-486 (camera-control-output-low): hogged as output/low
[    6.638094] gpiochip0: registered GPIOs 348 to 511 on tegra234-gpio
[    6.645576] gpiochip1: registered GPIOs 316 to 347 on tegra234-gpio-aon
[    6.652587] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    6.659117] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[    6.665536] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    6.674009] tegra194-isp5 14800000.isp: Adding to iommu group 36
[    6.682216] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: context isolation disabled due to no IOMMU
[    6.691897] t194-nvcsi 13e40000.host1x:nvcsi@15a00000: initialized
[    6.698347] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.707566] tegra-camrtc-capture-vi tegra-capture-vi: subdev 13e40000.host1x:nvcsi@15a00000- bound
[    6.716958] tegra194-vi5 13e40000.host1x:vi0@15c00000: Adding to iommu group 37
[    6.725093] tegra194-vi5 13e40000.host1x:vi1@14c00000: Adding to iommu group 38
[    6.733146] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: context isolation disabled due to no IOMMU
[    6.743555] scare-pigeon 13e40000.host1x:vi0-thi@15f00000: initialized
[    6.750386] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: context isolation disabled due to no IOMMU
[    6.760321] scare-pigeon 13e40000.host1x:vi1-thi@14f00000: initialized
[    6.767117] scare-pigeon 13e40000.host1x:isp-thi@14b00000: context isolation disabled due to no IOMMU
[    6.777088] scare-pigeon 13e40000.host1x:isp-thi@14b00000: initialized
[    6.784012] tegra-gpcdma 2600000.gpcdma: Adding to iommu group 2
[    6.791177] tegra-gpcdma 2600000.gpcdma: GPC DMA driver register 31 channels
[    6.798702] tegra-fuse-burn efuse-burn: shutdown limit check disabled
[    6.805334] tegra-fuse-burn efuse-burn: Fuse burn driver initialized
[    6.812069] serial-tegra 3100000.serial: Adding to iommu group 2
[    6.818724] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 17, base_baud = 0) is a TEGRA_UART
[    6.828494] serial-tegra 3130000.serial: Adding to iommu group 2
[    6.835035] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 63, base_baud = 0) is a TEGRA_UART
[    6.844730] serial-tegra 3140000.serial: Adding to iommu group 2
[    6.851296] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 64, base_baud = 0) is a TEGRA_UART
[    6.877845] tegra-xusb 3610000.xhci: Firmware timestamp: 2021-12-01 05:27:10 UTC, Version: 80.03 release
[    6.887605] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.893179] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    6.901818] tegra-xusb 3610000.xhci: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000050810
[    6.911433] tegra-xusb 3610000.xhci: irq 219, io mem 0x03610000
[    6.917902] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    6.926407] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.933836] usb usb1: Product: xHCI Host Controller
[    6.938843] usb usb1: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    6.945110] usb usb1: SerialNumber: 3610000.xhci
[    6.950645] hub 1-0:1.0: USB hub found
[    6.954530] hub 1-0:1.0: 4 ports detected
[    6.958930] tegra-xusb 3610000.xhci: xHCI Host Controller
[    6.964490] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    6.972284] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    6.979840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    6.988352] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.995783] usb usb2: Product: xHCI Host Controller
[    7.000791] usb usb2: Manufacturer: Linux 5.10.104-tegra xhci-hcd
[    7.007054] usb usb2: SerialNumber: 3610000.xhci
[    7.012374] hub 2-0:1.0: USB hub found
[    7.016247] hub 2-0:1.0: 4 ports detected
[    7.039784] vc_mipi 9-001a: vc_probe(): Probing UNIVERSAL VC MIPI Driver (v0.15.0)
[    7.222705] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    7.403066] usb 1-2: New USB device found, idVendor=0bda, idProduct=5489, bcdDevice= 1.40
[    7.411547] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.418900] usb 1-2: Product: 4-Port USB 2.0 Hub
[    7.423649] usb 1-2: Manufacturer: Generic
[    7.430908] hub 1-2:1.0: USB hub found
[    7.436281] hub 1-2:1.0: 4 ports detected
[    7.520006] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using tegra-xusb
[    7.568804] usb 2-1: New USB device found, idVendor=0bda, idProduct=0489, bcdDevice= 1.40
[    7.577277] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.584656] usb 2-1: Product: 4-Port USB 3.0 Hub
[    7.589402] usb 2-1: Manufacturer: Generic
[    7.607967] hub 2-1:1.0: USB hub found
[    7.614113] hub 2-1:1.0: 4 ports detected
[    7.686965] usb 1-3: new full-speed USB device number 3 using tegra-xusb
[    7.847186] usb 1-3: New USB device found, idVendor=13d3, idProduct=3549, bcdDevice= 0.00
[    7.855642] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.863001] usb 1-3: Product: Bluetooth Radio
[    7.867488] usb 1-3: Manufacturer: Realtek
[    7.871700] usb 1-3: SerialNumber: 00e04c000001
[    9.447221] vc_mipi 9-001a: vc_mod_setup(): Unable to get module I2C client for address 0x10
[    9.455918] vc_mipi 9-001a: vc_probe(): Error in vc_core_init!
[    9.461997] i2c i2c-2: Added multiplexed i2c bus 9
[    9.467849] vc_mipi 10-001a: vc_probe(): Probing UNIVERSAL VC MIPI Driver (v0.15.0)
[   11.875060] vc_mipi 10-001a: vc_mod_setup(): Unable to get module I2C client for address 0x10
[   11.883855] vc_mipi 10-001a: vc_probe(): Error in vc_core_init!
[   11.890019] i2c i2c-2: Added multiplexed i2c bus 10
[   11.895042] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[   11.902106] tegra23x-oc-event soctherm-oc-event: Finished tegra23x overcurrent event probing
[   11.923632] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1546000 KHz, changing to: 1510400 KHz
[   11.937821] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1668000 KHz, changing to: 1510400 KHz
[   11.949752] tegra194-cpufreq e000000.ccplex: probed with ICC
[   11.957259] tegra194-pcie 14100000.pcie: Using GICv2m MSI allocator
[   11.965254] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   11.965853] tegra194-pcie 14100000.pcie: host bridge /pcie@14100000 ranges:
[   11.977372] tegra194-pcie 14100000.pcie:       IO 0x0030100000..0x00301fffff -> 0x0030100000
[   11.986063] tegra194-pcie 14100000.pcie:      MEM 0x20a8000000..0x20afffffff -> 0x0040000000
[   11.994747] tegra194-pcie 14100000.pcie:      MEM 0x2080000000..0x20a7ffffff -> 0x2080000000
[   12.013201] irq: IRQ283: trimming hierarchy from :interrupt-controller@f400000-1
[   12.020913] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 283
[   12.110679] tegra194-pcie 14100000.pcie: Link up
[   12.116693] tegra194-pcie 14100000.pcie: PCI host bridge to bus 0001:00
[   12.123501] pci_bus 0001:00: root bus resource [bus 00-ff]
[   12.129136] pci_bus 0001:00: root bus resource [io  0x0000-0xfffff] (bus address [0x30100000-0x301fffff])
[   12.138967] pci_bus 0001:00: root bus resource [mem 0x20a8000000-0x20afffffff] (bus address [0x40000000-0x47ffffff])
[   12.149787] pci_bus 0001:00: root bus resource [mem 0x2080000000-0x20a7ffffff pref]
[   12.157721] pci 0001:00:00.0: [10de:229e] type 01 class 0x060400
[   12.164068] pci 0001:00:00.0: PME# supported from D0 D3hot
[   12.175084] pci 0001:01:00.0: [10ec:c822] type 00 class 0x028000
[   12.181431] pci 0001:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[   12.187364] pci 0001:01:00.0: reg 0x18: [mem 0x20a8000000-0x20a800ffff 64bit]
[   12.195842] pci 0001:01:00.0: supports D1 D2
[   12.200238] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   12.212208] pci 0001:00:00.0: BAR 14: assigned [mem 0x20a8000000-0x20a80fffff]
[   12.219647] pci 0001:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[   12.226003] pci 0001:01:00.0: BAR 2: assigned [mem 0x20a8000000-0x20a800ffff 64bit]
[   12.233988] pci 0001:01:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[   12.240287] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[   12.245658] pci 0001:00:00.0:   bridge window [io  0x1000-0x1fff]
[   12.251925] pci 0001:00:00.0:   bridge window [mem 0x20a8000000-0x20a80fffff]
[   12.259279] pci 0001:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[   12.268030] pci 0001:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[   12.277119] pcieport 0001:00:00.0: Adding to iommu group 8
[   12.283069] pcieport 0001:00:00.0: PME: Signaling with IRQ 55
[   12.289138] pcieport 0001:00:00.0: AER: enabled with IRQ 55
[   12.296016] tegra194-pcie 14160000.pcie: Using GICv2m MSI allocator
[   12.303637] tegra194-pcie 14160000.pcie: host bridge /pcie@14160000 ranges:
[   12.310814] tegra194-pcie 14160000.pcie:       IO 0x0036100000..0x00361fffff -> 0x0036100000
[   12.319501] tegra194-pcie 14160000.pcie:      MEM 0x2428000000..0x242fffffff -> 0x0040000000
[   12.328181] tegra194-pcie 14160000.pcie:      MEM 0x2140000000..0x2427ffffff -> 0x2140000000
[   12.442911] tegra194-pcie 14160000.pcie: Link up
[   12.457273] tegra194-pcie 14160000.pcie: PCI host bridge to bus 0004:00
[   12.464094] pci_bus 0004:00: root bus resource [bus 00-ff]
[   12.469734] pci_bus 0004:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x36100000-0x361fffff])
[   12.479849] pci_bus 0004:00: root bus resource [mem 0x2428000000-0x242fffffff] (bus address [0x40000000-0x47ffffff])
[   12.490679] pci_bus 0004:00: root bus resource [mem 0x2140000000-0x2427ffffff pref]
[   12.498593] pci 0004:00:00.0: [10de:229c] type 01 class 0x060400
[   12.504922] pci 0004:00:00.0: PME# supported from D0 D3hot
[   12.515228] pci 0004:01:00.0: [144d:a809] type 00 class 0x010802
[   12.521585] pci 0004:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[   12.534542] pci 0004:00:00.0: BAR 14: assigned [mem 0x2428000000-0x24280fffff]
[   12.541988] pci 0004:01:00.0: BAR 0: assigned [mem 0x2428000000-0x2428003fff 64bit]
[   12.549960] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[   12.555334] pci 0004:00:00.0:   bridge window [mem 0x2428000000-0x24280fffff]
[   12.562687] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   12.571431] pci 0004:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512
[   12.580386] pcieport 0004:00:00.0: Adding to iommu group 9
[   12.586265] pcieport 0004:00:00.0: PME: Signaling with IRQ 57
[   12.592324] pcieport 0004:00:00.0: AER: enabled with IRQ 57
[   12.598418] nvme 0004:01:00.0: Adding to iommu group 9
[   12.604186] nvme nvme0: pci function 0004:01:00.0
[   12.609270] nvme 0004:01:00.0: enabling device (0000 -> 0002)
[   12.609821] tegra194-pcie 141e0000.pcie: Using GICv2m MSI allocator
[   12.622546] tegra194-pcie 141e0000.pcie: host bridge /pcie@141e0000 ranges:
[   12.629736] tegra194-pcie 141e0000.pcie:       IO 0x003e100000..0x003e1fffff -> 0x003e100000
[   12.629778] nvme nvme0: Shutdown timeout set to 8 seconds
[   12.638426] tegra194-pcie 141e0000.pcie:      MEM 0x3228000000..0x322fffffff -> 0x0040000000
[   12.652671] tegra194-pcie 141e0000.pcie:      MEM 0x2e40000000..0x3227ffffff -> 0x2e40000000
[   12.674130] nvme nvme0: allocated 64 MiB host memory buffer.
[   12.729519] nvme nvme0: 6/0/0 default/read/poll queues
[   12.744677]  nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[   13.766667] tegra194-pcie 141e0000.pcie: Phy link never came up
[   13.772846] tegra194-pcie 141e0000.pcie: PCI host bridge to bus 0007:00
[   13.779661] pci_bus 0007:00: root bus resource [bus 00-ff]
[   13.785304] pci_bus 0007:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x3e100000-0x3e1fffff])
[   13.795419] pci_bus 0007:00: root bus resource [mem 0x3228000000-0x322fffffff] (bus address [0x40000000-0x47ffffff])
[   13.806252] pci_bus 0007:00: root bus resource [mem 0x2e40000000-0x3227ffffff pref]
[   13.814175] pci 0007:00:00.0: [10de:229a] type 01 class 0x060400
[   13.820489] pci 0007:00:00.0: PME# supported from D0 D3hot
[   13.834714] pci 0007:00:00.0: PCI bridge to [bus 01-ff]
[   13.840106] pci 0007:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   13.849075] pcieport 0007:00:00.0: Adding to iommu group 10
[   13.855054] pcieport 0007:00:00.0: PME: Signaling with IRQ 59
[   13.861112] pcieport 0007:00:00.0: AER: enabled with IRQ 59
[   13.867126] pci_bus 0007:01: busn_res: [bus 01-ff] is released
[   13.873235] pci 0007:00:00.0: Removing from iommu group 10
[   13.878890] pci_bus 0007:00: busn_res: [bus 00-ff] is released
[   13.886460] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   13.893031] tegra194-pcie 140a0000.pcie: Failed to get slot regulators: -517
[   13.893309] vdd-3v3-sd: supplied by vdd-3v3
[   13.900165] tegra194-isp5 14800000.isp: initialized
[   13.907786] tegra194-vi5 13e40000.host1x:vi0@15c00000: initialized
[   13.914279] (NULL device *): fops function table already registered
[   13.921960] tegra194-vi5 13e40000.host1x:vi1@14c00000: initialized
[   13.928958] tegra194-pcie 140a0000.pcie: Using GICv2m MSI allocator
[   13.929203] sdhci-tegra 3400000.sdhci: Got CD GPIO
[   13.935783] irq: IRQ291: trimming hierarchy from :interrupt-controller@f400000-1
[   13.966899] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 283
[   14.055314] tegra194-pcie 140a0000.pcie: host bridge /pcie@140a0000 ranges:
[   14.062495] tegra194-pcie 140a0000.pcie:       IO 0x002a100000..0x002a1fffff -> 0x002a100000
[   14.071178] tegra194-pcie 140a0000.pcie:      MEM 0x3528000000..0x352fffffff -> 0x0040000000
[   14.079868] tegra194-pcie 140a0000.pcie:      MEM 0x3240000000..0x3527ffffff -> 0x3240000000
[   14.194843] tegra194-pcie 140a0000.pcie: Link up
[   14.200732] tegra194-pcie 140a0000.pcie: PCI host bridge to bus 0008:00
[   14.207548] pci_bus 0008:00: root bus resource [bus 00-ff]
[   14.213184] pci_bus 0008:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x2a100000-0x2a1fffff])
[   14.223299] pci_bus 0008:00: root bus resource [mem 0x3528000000-0x352fffffff] (bus address [0x40000000-0x47ffffff])
[   14.234129] pci_bus 0008:00: root bus resource [mem 0x3240000000-0x3527ffffff pref]
[   14.242052] pci 0008:00:00.0: [10de:229c] type 01 class 0x060400
[   14.248367] pci 0008:00:00.0: PME# supported from D0 D3hot
[   14.258786] pci 0008:01:00.0: [10ec:8168] type 00 class 0x020000
[   14.265120] pci 0008:01:00.0: reg 0x10: [io  0x0000-0x00ff]
[   14.271042] pci 0008:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[   14.278142] pci 0008:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[   14.286158] pci 0008:01:00.0: supports D1 D2
[   14.290557] pci 0008:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[   14.302273] pci 0008:00:00.0: BAR 14: assigned [mem 0x3528000000-0x35280fffff]
[   14.309714] pci 0008:00:00.0: BAR 13: assigned [io  0x300000-0x300fff]
[   14.316439] pci 0008:01:00.0: BAR 4: assigned [mem 0x3528000000-0x3528003fff 64bit]
[   14.324405] pci 0008:01:00.0: BAR 2: assigned [mem 0x3528004000-0x3528004fff 64bit]
[   14.332380] pci 0008:01:00.0: BAR 0: assigned [io  0x300000-0x3000ff]
[   14.339041] pci 0008:00:00.0: PCI bridge to [bus 01-ff]
[   14.344425] pci 0008:00:00.0:   bridge window [io  0x300000-0x300fff]
[   14.351061] pci 0008:00:00.0:   bridge window [mem 0x3528000000-0x35280fffff]
[   14.358420] pci 0008:00:00.0: Max Payload Size set to  128/ 256 (was  256), Max Read Rq  512
[   14.367170] pci 0008:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  512
[   14.376135] pcieport 0008:00:00.0: Adding to iommu group 11
[   14.382125] pcieport 0008:00:00.0: PME: Signaling with IRQ 61
[   14.388331] pcieport 0008:00:00.0: AER: enabled with IRQ 61
[   14.395638] irq: IRQ293: trimming hierarchy from :pmc@c360000
[   14.401646] irq: IRQ294: trimming hierarchy from :interrupt-controller@f400000-1
[   14.409369] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   14.417095] tegra-se-nvhost 15810000.se: Adding to iommu group 39
[   14.423732] tegra-se-nvhost 15810000.se: initialized
[   14.430314] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[   14.436734] tegra-se-nvhost 15820000.se: Adding to iommu group 40
[   14.443290] tegra-se-nvhost 15820000.se: initialized
[   14.450921] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[   14.457323] tegra-se-nvhost 15840000.se: Adding to iommu group 41
[   14.463931] tegra-se-nvhost 15840000.se: initialized
[   14.470496] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[   14.477478] tegra_actmon d230000.actmon: in actmon_register()...
[   14.483835] tegra_actmon d230000.actmon: bwmgr_disable = 1
[   14.489889] tegra_actmon d230000.actmon: initialization Completed for the device mc_all
[   14.498326] hvc_sysfs: hypervisor is not present
[   14.538848] ALSA device list:
[   14.541894]   No soundcards found.
[   14.546235] Freeing unused kernel memory: 3968K
[   14.550956] Run /init as init process
[   14.554732]   with arguments:
[   14.554733]     /init
[   14.554734]   with environment:
[   14.554736]     HOME=/
[   14.554736]     TERM=linux
[   14.554738]     mminit_loglevel=4
[   14.570890] Root device found: PARTUUID=5b8eb85c-540d-4c86-9244-ca86be02eb1c
[   14.847437] EXT4-fs (nvme0n1p1): 11 orphan inodes deleted
[   14.853021] EXT4-fs (nvme0n1p1): recovery complete
[   14.861637] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[   14.873350] Rootfs mounted over PARTUUID=5b8eb85c-540d-4c86-9244-ca86be02eb1c
[   14.890181] Switching from initrd to actual rootfs
[   14.936069] systemd[1]: System time before build time, advancing clock.
[   14.998121] systemd[1]: systemd 245.4-4ubuntu3.19 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +K)
[   15.021932] systemd[1]: Detected architecture arm64.
[   15.029745] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit
[   15.074851] systemd[1]: Set hostname to <nvidia>.
[   15.225974] random: systemd: uninitialized urandom read (16 bytes read)
[   15.232949] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[   15.246032] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[   15.255864] systemd[1]: Created slice system-modprobe.slice.
[   15.274727] random: systemd: uninitialized urandom read (16 bytes read)
[   15.281885] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   15.302726] random: systemd: uninitialized urandom read (16 bytes read)
[   15.309881] systemd[1]: Created slice User and Session Slice.
[   15.330816] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   15.355024] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   15.378796] systemd[1]: Reached target User and Group Name Lookups.
[   15.398732] systemd[1]: Reached target Slices.
[   15.414723] systemd[1]: Reached target Mounting snaps.
[   15.434714] systemd[1]: Reached target Mounted snaps.
[   15.454718] systemd[1]: Reached target Swap.
[   15.471020] systemd[1]: Listening on RPCbind Server Activation Socket.
[   15.490860] systemd[1]: Listening on Syslog Socket.
[   15.510843] systemd[1]: Listening on fsck to fsckd communication Socket.
[   15.534792] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   15.554977] systemd[1]: Listening on Journal Audit Socket.
[   15.574834] systemd[1]: Listening on Journal Socket (/dev/log).
[   15.594878] systemd[1]: Listening on Journal Socket.
[   15.614868] systemd[1]: Listening on udev Control Socket.
[   15.634801] systemd[1]: Listening on udev Kernel Socket.
[   15.656123] systemd[1]: Mounting Huge Pages File System...
[   15.675986] systemd[1]: Mounting POSIX Message Queue File System...
[   15.700102] systemd[1]: Mounting RPC Pipe File System...
[   15.720026] systemd[1]: Mounting Kernel Debug File System...
[   15.739982] systemd[1]: Mounting Kernel Trace File System...
[   15.760260] systemd[1]: Starting Journal Service...
[   15.780300] systemd[1]: Starting Set the console keyboard layout...
[   15.804309] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   15.832285] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[   15.854790] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[   15.864572] systemd[1]: Starting Load Kernel Module efi_pstore...
[   15.884003] systemd[1]: Starting Load Kernel Module pstore_blk...
[   15.904033] systemd[1]: Starting Load Kernel Module pstore_zone...
[   15.924316] systemd[1]: Starting Load Kernel Module ramoops...
[   15.944017] systemd[1]: Starting NVIDIA specific first-boot udev script...
[   15.967967] systemd[1]: Started Nameserver information manager.
[   15.990958] systemd[1]: Reached target Network (Pre).
[   16.011232] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   16.020624] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   16.031723] systemd[1]: Starting Load Kernel Modules...
[   16.052093] systemd[1]: Starting Remount Root and Kernel File Systems...
[   16.061459] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[   16.080120] systemd[1]: Starting udev Coldplug all Devices...
[   16.093082] nvmap_heap_init: nvmap_heap_init: created heap block cache
[   16.100545] nvmap_page_pool_init: Total RAM pages: 1878251
[   16.106186] nvmap_page_pool_init: nvmap page pool size: 234781 pages (917 MB)
[   16.113623] nvmap_background_zero_thread: PP zeroing thread starting.
[   16.129300] systemd[1]: Started Journal Service.
[   16.377199] systemd-journald[240]: Received client request to flush runtime journal.
[   16.963189] spi-tegra114 3210000.spi: Adding to iommu group 2
[   16.996049] spi-tegra114 3230000.spi: Adding to iommu group 2
[   17.038631] r8169 0008:01:00.0: Adding to iommu group 11
[   17.045208] r8169 0008:01:00.0: enabling device (0000 -> 0003)
[   17.051940] irq: IRQ295: trimming hierarchy from :pmc@c360000
[   17.070812] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[   17.079773] fusb301 1-0025: device id: 0x12
[   17.113660] r8169 0008:01:00.0 eth0: RTL8168h/8111h, 48:b0:2d:eb:fd:c5, XID 541, IRQ 296
[   17.122598] cpu-throttle-alert cooling device registered.
[   17.128034] r8169 0008:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   17.138268] gpu-throttle-alert cooling device registered.
[   17.147485] random: crng init done
[   17.150995] random: 7 urandom warning(s) missed due to ratelimiting
[   17.163363] fusb301 1-0025: toggle_time(0) is not updated
[   17.163715] cv0-throttle-alert cooling device registered.
[   17.170449] fusb301 1-0025: fusb301_set_mode: mode (32)(32)
[   17.184606] nvadsp 2993000.adsp: Adding to iommu group 42
[   17.198870] nvadsp 2993000.adsp: in probe()...
[   17.203840] tegra-hda 3510000.hda: Adding to iommu group 43
[   17.219019] fusb301 1-0025: fusb301_detach: type[0x00] chipstate[0x01]
[   17.228816] nvadsp 2993000.adsp: nvadsp_app_module_probe
[   17.243810] cv1-throttle-alert cooling device registered.
[   17.261278] usbcore: registered new interface driver btusb
[   17.269291] cv2-throttle-alert cooling device registered.
[   17.269653] fusb301 1-0025: fusb_update_state: 1
[   17.318314] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input1
[   17.328680] soc0-throttle-alert cooling device registered.
[   17.330080] rtk_btusb: Realtek Bluetooth USB driver ver 3.1
[   17.334342] rtk_btcoex: rtk_btcoex_init: version: 1.2
[   17.334344] rtk_btcoex: create workqueue
[   17.347131] rtk_btcoex: alloc buffers 1792, 2432 for ev and l2
[   17.347224] rtk_btusb: btusb_probe intf->cur_altsetting->desc.bInterfaceNumber 0
[   17.347226] rtk_btusb: btusb_probe can_wakeup 1, may wakeup 0
[   17.347228] rtk_btusb: patch_add
[   17.347230] rtk_btusb: auto suspend is disabled
[   17.347232] rtk_btusb: pid = 0x3549
[   17.347235] rtk_btusb: patch_add: Reset gEVersion to 0xff
[   17.347250] rtk_btusb: set_bit(HCI_QUIRK_RESET_ON_CLOSE, &hdev->quirks);
[   17.347445] rtk_btusb: btusb_probe: done
[   17.347493] usbcore: registered new interface driver rtk_btusb
[   17.355438] rtk_btusb: btusb_open start
[   17.355443] rtk_btusb: btusb_open hdev->promisc ==0
[   17.355445] rtk_btusb: download_patch start
[   17.355448] rtk_btusb: chip type value: 0x73
[   17.356126] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input2
[   17.359920] rtk_btusb: HCI reset.
[   17.370463] soc1-throttle-alert cooling device registered.
[   17.373041] fusb301 1-0025: mode[0x20], host_cur[0x02], dttime[0x00]
[   17.382837] soc2-throttle-alert cooling device registered.
[   17.385250] fusb301 1-0025: fusb301_work_handler: int_sts[0x05]
[   17.388766] rtk_btusb: read_ver_rsp->lmp_subver = 0x8822
[   17.394641] rtk_btusb: read_ver_rsp->hci_rev = 0xc
[   17.394643] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   17.394644] rtk_btusb: load_firmware start
[   17.394646] rtk_btusb: lmp_version = 0x8822
[   17.394647] rtk_btusb: config filename rtl8822cu_config
[   17.400647] rtk_btusb: no bdaddr file /opt/bdaddr
[   17.400651] rtk_btusb: 55 ab 23 87 00 00
[   17.400657] rtk_btusb: Config file length 6, new length 6
[   17.400659] rtk_btusb: fw name is  rtl8822cu_fw
[   17.400723] fusb301 1-0025: sts[0x1b], type[0x08]
[   17.400729] fusb301 1-0025: fusb_update_state: 6
[   17.401149] rtk_btusb: This is not 8723a, use new patch style!
[   17.401153] rtk_btusb: rtk_get_eversion: gEVersion 255
[   17.402763] rtk_btusb: eversion->status = 0x0, eversion->version = 0x3
[   17.402767] rtk_btusb: load_firmware: New gEVersion 3
[   17.402770] rtk_btusb: rtk_get_fw_project_id: opcode 0, len 1, data 13
[   17.402772] rtk_btusb: lmp_version is 8822, project_id is 8822, match!
[   17.402773] rtk_btusb: fw_version = 0x9a8cbc9
[   17.402775] rtk_btusb: number_of_total_patch = 3
[   17.402776] rtk_btusb: chipID 4
[   17.402777] rtk_btusb: patch_length 0x8590
[   17.402779] rtk_btusb: start_offset 0x00005d00
[   17.402780] rtk_btusb: Svn version: 1940234490
[   17.402782] rtk_btusb: Coexistence: BTCOEX_20210106-2020
[   17.402783] rtk_btusb: buf_len = 0x8596
[   17.402792] rtk_btusb: fw: exists, config file: exists
[   17.402793] rtk_btusb: load_firmware done
[   17.402807] rtk_btusb: download_data start
[   17.405829] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=8 as /devices/platform/3510000.hda/sound/card0/input3
[   17.405942] input: NVIDIA Jetson Orin NX HDA HDMI/DP,pcm=9 as /devices/platform/3510000.hda/sound/card0/input4
[   17.412215] tegra-asoc: sound: Adding to iommu group 42
[   17.444536] tegra210-adsp aconnect@2a41000:adsp_audio: Adding to iommu group 42
[   17.460741] hot-surface-alert cooling device registered.
[   17.473417] tegra210_adsp_audio_probe: platform probe started
[   17.489367] rtl88x2ce 0001:01:00.0: Adding to iommu group 8
[   17.495732] rtl88x2ce 0001:01:00.0: enabling device (0000 -> 0003)
[   17.504238] tegra210-adsp tegra210-adsp: Default param-type to BYTE for mp3-dec1
[   17.512271] tegra210-adsp tegra210-adsp: Default param-type to BYTE for spkprot
[   17.520174] tegra210-adsp tegra210-adsp: Default param-type to BYTE for src
[   17.531001] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aac-dec1
[   17.540086] tegra210-adsp tegra210-adsp: Default param-type to BYTE for aec
[   17.548617] tegra210-adsp tegra210-adsp: Default param-type to BYTE for wire
[   17.558024] tegra210-adsp tegra210-adsp: adma channel page address dt entry not found
[   17.566175] tegra210-adsp tegra210-adsp: using adma channel page 0
[   17.566258] nvadsp 2993000.adsp: ADSP OS firmware already loaded
[   17.674996] cryptd: max_cpu_qlen set to 1000
[   17.702784] rtk_btusb: download_data done
[   17.702790] rtk_btusb: HCI reset.
[   17.713816] rtk_btusb: read_ver_rsp->lmp_subver = 0xcbc9
[   17.713823] rtk_btusb: read_ver_rsp->hci_rev = 0x9a8
[   17.713826] rtk_btusb: patch_entry->lmp_sub = 0x8822
[   17.713835] rtk_btusb: Rtk patch end 0
[   17.713837] rtk_btusb: btusb_open set HCI_RUNNING
[   17.718775] rtk_btcoex: Open BTCOEX
[   17.722373] rtk_btusb: btusb_open end
[   17.724780] rtk_btcoex: BTCOEX hci_rev 0x09a8
[   17.724783] rtk_btcoex: BTCOEX lmp_subver 0xcbc9
[   17.745781] rtk_btusb: btusb_notify: hci0 evt 3
[   17.934944] tegra210-adsp tegra210-adsp: Loaded app wire
[   17.940447] tegra210-adsp tegra210-adsp: Loaded app apm
[   17.945832] tegra210-adsp tegra210-adsp: Loaded app adma
[   17.951303] tegra210-adsp tegra210-adsp: Loaded app adma_tx
[   17.957036] nvadsp_set_adma_dump_reg: callback for adma reg dump is sent to 00000000ffac0ac8
[   17.991920] tegra210-adsp tegra210-adsp: Tegra210 ADSP driver successfully registered
[   18.086425] nvgpu: 17000000.ga10b          nvgpu_nvhost_syncpt_init:137  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 4000000 size 10000

[   18.900176] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.900193] Bluetooth: BNEP socket layer initialized
[   18.983516] using random self ethernet address
[   18.990230] using random host ethernet address
[   19.239321] loop: module loaded
[   19.390522] Mass Storage Function, version: 2009/09/11
[   19.390533] LUN: removable file: (no medium)
[   19.393908] using random self ethernet address
[   19.398533] using random host ethernet address
[   19.412977] rndis0: HOST MAC ea:e7:4e:45:bd:e0
[   19.412985] rndis0: MAC ea:e7:4e:45:bd:e1
[   19.413303] usb0: HOST MAC ea:e7:4e:45:bd:e2
[   19.413306] usb0: MAC ea:e7:4e:45:bd:e3
[   19.413330] tegra-xudc 3550000.xudc: EP 0 (type: ctrl, dir: out) enabled
[   19.416036] l4tbr0: port 1(rndis0) entered blocking state
[   19.416059] l4tbr0: port 1(rndis0) entered disabled state
[   19.416207] device rndis0 entered promiscuous mode
[   19.422846] l4tbr0: port 2(usb0) entered blocking state
[   19.422858] l4tbr0: port 2(usb0) entered disabled state
[   19.423012] device usb0 entered promiscuous mode
[   19.846757] Generic FE-GE Realtek PHY r8169-8-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-8-100:00, irq=IGNORE)
[   19.941565] tegra-xudc 3550000.xudc: EP 5 (type: intr, dir: in) enabled
[   19.941581] tegra-xudc 3550000.xudc: EP 3 (type: bulk, dir: in) enabled
[   19.941593] tegra-xudc 3550000.xudc: EP 2 (type: bulk, dir: out) enabled
[   19.941661] tegra-xudc 3550000.xudc: EP 9 (type: intr, dir: in) enabled
[   19.941674] tegra-xudc 3550000.xudc: EP 7 (type: bulk, dir: in) enabled
[   19.941685] tegra-xudc 3550000.xudc: EP 4 (type: bulk, dir: out) enabled
[   19.941710] tegra-xudc 3550000.xudc: EP 15 (type: intr, dir: in) enabled
[   19.941727] tegra-xudc 3550000.xudc: EP 11 (type: bulk, dir: in) enabled
[   19.941745] tegra-xudc 3550000.xudc: EP 6 (type: bulk, dir: out) enabled
[   19.967815] tegra-xudc 3550000.xudc: EP 13 (type: bulk, dir: in) enabled
[   19.967835] tegra-xudc 3550000.xudc: EP 8 (type: bulk, dir: out) enabled
[   19.969803] tegra-xudc 3550000.xudc: ep 13 disabled
[   19.969879] tegra-xudc 3550000.xudc: ep 8 disabled
[   19.988310] tegra-xudc 3550000.xudc: EP 13 (type: bulk, dir: in) enabled
[   19.988327] tegra-xudc 3550000.xudc: EP 8 (type: bulk, dir: out) enabled
[   20.047027] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[   20.047097] r8169 0008:01:00.0 eth0: Link is Down
[   20.047155] IPv6: ADDRCONF(NETDEV_CHANGE): rndis0: link becomes ready
[   21.415062] pstore: Using crash dump compression: deflate
[   21.415100] printk: console [ramoops-1] enabled
[   21.415102] pstore: Registered ramoops as persistent store backend
[   21.415104] ramoops: using 0x200000@0x268000000, ecc: 0
[   21.423303] nvgpu: 17000000.ga10b                 tpc_pg_mask_store:1067 [INFO]  no value change, same mask already set
[   21.427306] l4tbr0: port 2(usb0) entered blocking state
[   21.427313] l4tbr0: port 2(usb0) entered forwarding state
[   21.427371] l4tbr0: port 1(rndis0) entered blocking state
[   21.427375] l4tbr0: port 1(rndis0) entered forwarding state
[   21.438815] IPv6: ADDRCONF(NETDEV_CHANGE): l4tbr0: link becomes ready
[   21.548190] nvgpu: 17000000.ga10b                  gk20a_scale_init:539  [INFO]  enabled scaling for GPU

[   21.693208] zram: Added device: zram0
[   21.694558] zram: Added device: zram1
[   21.695046] zram: Added device: zram2
[   21.695408] zram: Added device: zram3
[   21.695627] zram: Added device: zram4
[   21.695772] zram: Added device: zram5
[   21.749677] zram0: detected capacity change from 0 to 641110016
[   21.778964] Adding 626080k swap on /dev/zram0.  Priority:5 extents:1 across:626080k SS
[   21.783044] zram1: detected capacity change from 0 to 641110016
[   21.818775] Adding 626080k swap on /dev/zram1.  Priority:5 extents:1 across:626080k SS
[   21.819939] zram2: detected capacity change from 0 to 641110016
[   21.846755] Adding 626080k swap on /dev/zram2.  Priority:5 extents:1 across:626080k SS
[   21.847969] zram3: detected capacity change from 0 to 641110016
[   21.882786] Adding 626080k swap on /dev/zram3.  Priority:5 extents:1 across:626080k SS
[   21.883933] zram4: detected capacity change from 0 to 641110016
[   21.914775] Adding 626080k swap on /dev/zram4.  Priority:5 extents:1 across:626080k SS
[   21.915924] zram5: detected capacity change from 0 to 641110016
[   21.954762] Adding 626080k swap on /dev/zram5.  Priority:5 extents:1 across:626080k SS
[   22.491019] fuse: init (API version 7.32)
xaprier commented 9 months ago

After all operation done, I forgot to try sh sudo depmod -a, when I tried, it worked... Now display is seems working.

bazo80 commented 9 months ago

Nice! :)