Which flahs script to follow

Hello Nvidia team,

1.we are developing one custum carrier board with Jetson Orin nano SOM, we are able to boot up the device with default image by changing the EEPROM reading settings.

2.Now whenever try to flash, its taking so much time to flash complete image, we were going through this Flashing Support — NVIDIA Jetson Linux Developer Guide 1 documentation

  1. And flashing SD card by:
    sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1
    -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
    –showlogs --network usb0 jetson-orin-nano-devkit internal

  2. Question is- is there is any other method to flash only kernel(whenever the rootfs changes not required)

it will help us to improve productivity.

Just change /boot/Image on the SD card.
You may also need to replace kernel modules under /lib/modules/ depending on how your kernel image is built.

Anyway, this is duplicated with:

Please don’t spam.

getting flashing error, any steps we are missing?

we used this command to flash sd card

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1 -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal

below are the error logs

ing for target to boot-up...
Waiting for target to boot-up...
Waiting for device to expose ssh ......RTNETLINK answers: File exists
RTNETLINK answers: File exists
Waiting for device to expose ssh ...Run command: flash on fc00:1:1:0::2
SSH ready
blockdev: cannot open /dev/mmcblk3boot0: No such file or directory
[ 0]: l4t_flash_from_kernel: Starting to create gpt for emmc
Active index file is /mnt/internal/flash.idx
Number of lines is 61
max_index=60
[ 1]: l4t_flash_from_kernel: Successfully create gpt for emmc
[ 1]: l4t_flash_from_kernel: Starting to create gpt for external device
Active index file is /mnt/external/flash.idx
Number of lines is 18
max_index=17
writing item=1, 9:0:primary_gpt, 512, 19968, gpt_primary_9_0.bin, 16896, fixed-<reserved>-0, 8ed77e16ad1841625127fcfaff8bab03dfedaae9
Writing primary_gpt partition with gpt_primary_9_0.bin
Offset is not aligned to K Bytes, no optimization is applied
dd if=/mnt/external/gpt_primary_9_0.bin of=/dev/mmcblk0 bs=1 skip=0  seek=512 count=16896
16896+0 records in
16896+0 records out
16896 bytes (17 kB, 16 KiB) copied, 0.0481126 s, 351 kB/s
Writing primary_gpt partition done
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
Warning: Not all of the space available to /dev/mmcblk0 appears to be used, you can fix the GPT to use all of the space (an extra 5197824 blocks) or continue with the current setting? 
Writing secondary_gpt partition with gpt_secondary_9_0.bin
Offset is not aligned to K Bytes, no optimization is applied
dd if=/mnt/external/gpt_secondary_9_0.bin of=/dev/mmcblk0 bs=1 skip=0  seek=61203267072 count=16896
16896+0 records in
16896+0 records out
16896 bytes (17 kB, 16 KiB) copied, 0.0311185 s, 543 kB/s
Writing secondary_gpt partition done
Fix/Ignore? Fix                                                           
Warning: Not all of the space available to /dev/mmcblk0 appears to be used, you can fix the GPT to use all of the space (an extra 5197824 blocks) or continue with the current setting? 
Model: SD SR64G (sd/mmc)
Disk /dev/mmcblk0: 63.9GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                Flags
 2      20.5kB  134MB   134MB                A_kernel            msftdata
 3      134MB   135MB   786kB                A_kernel-dtb        msftdata
 4      135MB   168MB   33.2MB               A_reserved_on_user  msftdata
 5      168MB   302MB   134MB                B_kernel            msftdata
 6      302MB   303MB   786kB                B_kernel-dtb        msftdata
 7      303MB   336MB   33.2MB               B_reserved_on_user  msftdata
 8      336MB   420MB   83.9MB               recovery            msftdata
 9      420MB   421MB   524kB                recovery-dtb        msftdata
10      421MB   488MB   67.1MB               esp                 boot, esp
11      488MB   572MB   83.9MB               recovery_alt        msftdata
12      572MB   572MB   524kB                recovery-dtb_alt    msftdata
13      572MB   639MB   67.1MB               esp_alt             msftdata
14      639MB   1059MB  419MB                UDA                 msftdata
15      1059MB  1562MB  503MB                reserved            msftdata
 1      1562MB  61.2GB  59.6GB               APP                 msftdata

[ 2]: l4t_flash_from_kernel: Expanding last partition to fill the storage device
[ 2]: l4t_flash_from_kernel: Successfully create gpt for external device
Flash index file is /mnt/internal/flash.idx
Number of lines is 61
max_index=60
[ 2]: l4t_flash_from_kernel: Starting to flash to qspi
mtd_debug: error!: open()
QSPI storage size:  bytes.
mtd_debug: error!: open()
Flash index file is /mnt/internal/flash.idx
Number of lines is 61
max_index=60
Writing br_bct_BR.bct (parittion: BCT) into /dev/mtd0
Sha1 checksum matched for /mnt/internal/br_bct_BR.bct
Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into  /dev/mtd0:0
mtd_debug: error!: open()
[ 2]: l4t_flash_from_kernel: Writing /mnt/internal/br_bct_BR.bct (8192 bytes) into /dev/mtd0:0 failed
[ 2]: l4t_flash_from_kernel: The device size indicated in the partition layout xml is smaller than the actual size. This utility will try to fix the GPT.
Flash failure
Cleaning up...

Can you do

sudo ./flash.sh jetson-orin-nano-devkit internal

?

sure we will try and let u know,

and do u suggest us to use 35.1 or 36.2.0 jetson? which one is stable.

internal means EMMC right? but we are trying to write in SD card.

it should be sudo ./flash.sh mmcblk0p1 right?

Both eMMC and SD card are internal.

for this command we got this error, boot is stucked at boot loader it seems

we used this command sudo ./flash.sh mmcblk0p1

UEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (EDK II, 0x00010000)
Mapping table
      FS3: Alias(s):HD2c:;BLK8:
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(2,GPT,6FB2B498-3519-4658-AF76-C4794069B75D,0x28,0x40000)
      FS2: Alias(s):HD2k:;BLK2:
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(10,GPT,35D9E283-B868-48D1-BD13-5824DB85F928,0xC8A28,0x200
00)
      FS1: Alias(s):F1:
          MemoryMapped(0xB,0x272000000,0x27230FFFF)
      FS0: Alias(s):F0:
          Fv(49A79A15-8F69-4BE7-A30C-A172F44ABCE7)
     BLK0: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)
     BLK1: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(1,GPT,69BA4273-5269-4C56-B850-16DE434B634C,0x2E8A40,0x740
C598)
     BLK9: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(3,GPT,731FA358-C0CA-4D7A-9509-987A632FC661,0x40028,0x600)

    BLK10: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(4,GPT,35248658-52E9-49A9-871C-AF795C951976,0x40628,0xFD00
)
    BLK11: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(5,GPT,0980AE90-0764-4299-AEEB-ED4A39A9C57C,0x50328,0x4000
0)
    BLK12: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(6,GPT,2A1BD85E-992A-4059-96D3-1574EBF5FD65,0x90328,0x600)

    BLK13: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(7,GPT,1DFEC7F2-B409-4308-B482-82639C219708,0x90928,0xFD00
)
    BLK14: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(8,GPT,5B8CDE05-7014-494A-A55E-4665C9D0506C,0xA0628,0x2800
0)
    BLK15: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(9,GPT,56EDF624-AD6A-4F81-B941-0D6FBDAAA046,0xC8628,0x400)

     BLK3: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(11,GPT,664C7932-1D52-4EF0-BEB5-BF0A8BFF701B,0xE8A28,0x280
00)
     BLK4: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(12,GPT,3899703B-D1C5-446E-A794-8A11CB1E1A42,0x110A28,0x40
0)
     BLK5: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(13,GPT,1707D92A-8016-4C78-84C8-DF3E88B12341,0x110E28,0x20
000)
     BLK6: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(14,GPT,3CD21940-9B1B-42F5-B3A7-212732E1D05A,0x130E40,0xC8
000)
     BLK7: Alias(s):
          VenHw(1E5A432C-0466-4D31-B009-D4D9239271D3)/MemoryMapped(0xB,0x3400000
,0x341FFFF)/SD(0x0)/HD(15,GPT,75FE4F24-29E7-4AA4-8E02-6863292D8B51,0x1F8E40,0xEF
C00)
Press ESC in 1 seconds to skip startup.nsh or any other key to continue.
Shell> 

we will try to this internal command also and check

even when i created disk image and flashed using baleno ether, getting below error and not getting etho interface or network drivers too

















Jetson System firmware version 36.2.0-gcid-34956989 date 2023-11-30T18:35:35+00:
00
ESC   to enter Setup.
F11   to enter Boot Manager Menu.
Enter to continue boot.
**  WARNING: Test Key is used.  **
......
      L4TLauncher: Attempting Direct Boot
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services...
��debugfs initialized
��I/TC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
��[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd421]
[    0.000000] Linux version 5.15.122-tegra (admin1@Oven) (aarch64-buildroot-linux-gnu-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Bi)
[    0.000000] Machine model: NVIDIA Jetson Orin Nano Developer Kit
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi: RTPROP=0x26da7f318 SMBIOS=0xffff0000 SMBIOS 3.0=0x26d4a0000 MEMATTR=0x267172018 ESRT=0x267175818 RNG=0x25b220018 MEMRESER 
[    0.000000] random: crng init done
[    0.000000] secureboot: Secure boot disabled
[    0.000000] esrt: Reserving ESRT space from 0x0000000267175818 to 0x0000000267175850.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000024b000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000000277ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x27130e800-0x271310fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000277ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000bdffffff]
[    0.000000]   node   0: [mem 0x00000000c2000000-0x00000000fffdffff]
[    0.000000]   node   0: [mem 0x00000000fffe0000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000025e481fff]
[    0.000000]   node   0: [mem 0x000000025e482000-0x000000025e65bfff]
[    0.000000]   node   0: [mem 0x000000025e65c000-0x000000026bb3ffff]
[    0.000000]   node   0: [mem 0x000000026bb40000-0x000000026da7ffff]
[    0.000000]   node   0: [mem 0x000000026da80000-0x0000000271dfffff]
[    0.000000]   node   0: [mem 0x0000000271e00000-0x0000000271ffffff]
[    0.000000]   node   0: [mem 0x0000000272000000-0x000000027259ffff]
[    0.000000]   node   0: [mem 0x0000000276000000-0x0000000277ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000277ffffff]
[    0.000000] On node 0, zone DMA: 16384 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 14944 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 29 pages/cpu s80344 r8192 d30248 u118784
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Address authentication (architected algorithm)
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: Virtualization Host Extensions
[    0.000000] CPU features: detected: Hardware dirty bit management
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: kernel page table isolation forced ON by KASLR
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] alternatives: patching kernel code
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2000800
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.p 
[    0.000000] Unknown kernel command line parameters "mminit_loglevel=4 fbcon=map:0 bl_prof_dataptr=2031616@0x271E10000 bl_prof_ro_ptr=65536.
[    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 0x00000000fbfe0000-0x00000000fffe0000] (64MB)
[    0.000000] Memory: 7524204K/8132224K available (18880K kernel code, 4048K rwdata, 9928K rodata, 7616K init, 520K bss, 345876K reserved, 2)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] trace event string verifier disabled
[    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] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000f440000
[    0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    0.000001] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000344] Console: colour dummy device 80x25
[    0.000353] printk: console [tty0] enabled
[    0.000413] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000419] pid_max: default: 32768 minimum: 301
[    0.000450] LSM: Security Framework initializing
[    0.000475] Yama: becoming mindful.
[    0.000491] SELinux:  Initializing.
[    0.000560] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000575] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.001598] rcu: Hierarchical SRCU implementation.
[    0.003551] Tegra Revision: A01 SKU: 213 CPU Process: 0 SoC Process: 0
[    0.003789] Remapping and enabling EFI services.
[    0.004633] smp: Bringing up secondary CPUs ...
[    0.005112] Detected PIPT I-cache on CPU1
[    0.005156] GICv3: CPU1: found redistributor 100 region 0:0x000000000f460000
[    0.005175] CPU1: Booted secondary processor 0x0000000100 [0x410fd421]
[    0.005607] Detected PIPT I-cache on CPU2
[    0.005618] GICv3: CPU2: found redistributor 200 region 0:0x000000000f480000
[    0.005633] CPU2: Booted secondary processor 0x0000000200 [0x410fd421]
[    0.006037] Detected PIPT I-cache on CPU3
[    0.006047] GICv3: CPU3: found redistributor 300 region 0:0x000000000f4a0000
[    0.006060] CPU3: Booted secondary processor 0x0000000300 [0x410fd421]
[    0.008507] Detected PIPT I-cache on CPU4
[    0.008536] GICv3: CPU4: found redistributor 10200 region 0:0x000000000f500000
[    0.008564] CPU4: Booted secondary processor 0x0000010200 [0x410fd421]
[    0.009059] Detected PIPT I-cache on CPU5
[    0.009072] GICv3: CPU5: found redistributor 10300 region 0:0x000000000f520000
[    0.009088] CPU5: Booted secondary processor 0x0000010300 [0x410fd421]
[    0.009144] smp: Brought up 1 node, 6 CPUs
[    0.009149] SMP: Total of 6 processors activated.
[    0.009152] CPU features: detected: 32-bit EL0 Support
[    0.009154] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    0.009156] CPU features: detected: Common not Private translations
[    0.009157] CPU features: detected: CRC32 instructions
[    0.009158] CPU features: detected: Data cache clean to Point of Persistence
[    0.009160] CPU features: detected: Generic authentication (architected algorithm)
[    0.009161] CPU features: detected: RCpc load-acquire (LDAPR)
[    0.009162] CPU features: detected: LSE atomic instructions
[    0.009163] CPU features: detected: Privileged Access Never
[    0.009164] CPU features: detected: RAS Extension Support
[    0.009167] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    0.024025] spectre-bhb mitigation disabled by command line option
[    0.049001] CPU: All CPU(s) started at EL2
[    0.052111] devtmpfs: initialized
[    0.070731] KASLR enabled
[    0.070924] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.070953] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.075970] pinctrl core: initialized pinctrl subsystem
[    0.077002] SMBIOS 3.6.0 present.
[    0.077016] DMI: Unknown NVIDIA Jetson Orin Nano Developer Kit/NVIDIA Jetson Orin Nano Developer Kit, BIOS 36.2.0-gcid-34956989 11/30/2023
[    0.077569] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.079439] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.079573] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.079663] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.079757] audit: initializing netlink subsys (disabled)
[    0.079900] audit: type=2000 audit(0.076:1): state=initialized audit_enabled=0 res=1
[    0.081647] thermal_sys: Registered thermal governor 'step_wise'
[    0.081651] thermal_sys: Registered thermal governor 'user_space'
[    0.081653] thermal_sys: Registered thermal governor 'power_allocator'
[    0.085342] cpuidle: using governor menu
[    0.085564] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.085654] ASID allocator initialised with 32768 entries
[    0.087624] Serial: AMBA PL011 UART driver
[    0.088765] printk: console [ramoops-1] enabled
[    0.088769] pstore: Registered ramoops as persistent store backend
[    0.088773] ramoops: using 0x200000@0x2725f0000, ecc: 0
[    0.098825] 31d0000.serial: ttyAMA0 at MMIO 0x31d0000 (irq = 116, base_baud = 0) is a SBSA
[    0.110925] platform bpmp: Fixing up cyclic dependency with 2c60000.external-memory-controller
[    0.121008] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.121014] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.121015] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.121017] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.121835] cryptd: max_cpu_qlen set to 1000
[    0.123240] ACPI: Interpreter disabled.
[    0.124632] VDD_1V8_AO: supplied by VDD_5V0_SYS
[    0.124788] VDD_3V3_AO: supplied by VDD_5V0_SYS
[    0.125152] VDD_AV10_HUB: supplied by VDD_5V0_SYS
[    0.125567] iommu: Default domain type: Translated 
[    0.125577] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.125924] SCSI subsystem initialized
[    0.126123] vgaarb: loaded
[    0.126312] usbcore: registered new interface driver usbfs
[    0.126337] usbcore: registered new interface driver hub
[    0.126357] usbcore: registered new device driver usb
[    0.126809] pps_core: LinuxPPS API ver. 1 registered
[    0.126816] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.126830] PTP clock support registered
[    0.126908] EDAC MC: Ver: 3.0.0
[    0.127896] Registered efivars operations
[    0.128541] FPGA manager framework
[    0.128627] Advanced Linux Sound Architecture Driver Initialized.
[    0.129496] clocksource: Switched to clocksource arch_sys_counter
[    0.165068] VFS: Disk quotas dquot_6.6.0
[    0.165141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.165392] pnp: PnP ACPI: disabled
[    0.168877] NET: Registered PF_INET protocol family
[    0.169159] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.170850] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.170872] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.170889] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.170991] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.172353] TCP: Hash tables configured (established 65536 bind 65536)
[    0.172511] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.172546] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.172700] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.173080] RPC: Registered named UNIX socket transport module.
[    0.173084] RPC: Registered udp transport module.
[    0.173085] RPC: Registered tcp transport module.
[    0.173085] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.173101] PCI: CLS 0 bytes, default 64
[    0.173309] Unpacking initramfs...
[    0.187056] hw perfevents: enabled with armv8_cortex_a78 PMU driver, 7 counters available
[    0.187467] kvm [1]: IPA Size Limit: 48 bits
[    0.187505] kvm [1]: GICv3: no GICV resource entry
[    0.187513] kvm [1]: disabling GICv2 emulation
[    0.187535] kvm [1]: GIC system register CPU interface enabled
[    0.187607] kvm [1]: vgic interrupt IRQ9
[    0.187765] kvm [1]: VHE mode initialized successfully
[    0.191118] Initialise system trusted keyrings
[    0.191303] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[    0.194418] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.194813] NFS: Registering the id_resolver key type
[    0.194848] Key type id_resolver registered
[    0.194850] Key type id_legacy registered
[    0.194910] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.194929] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.194954] ntfs: driver 2.1.32 [Flags: R/O].
[    0.195127] 9p: Installing v9fs 9p2000 file system support
[    0.210173] NET: Registered PF_ALG protocol family
[    0.210184] Key type asymmetric registered
[    0.210191] Asymmetric key parser 'x509' registered
[    0.210256] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.210267] io scheduler mq-deadline registered
[    0.210273] io scheduler kyber registered
[    0.221229] EINJ: ACPI disabled.
[    0.233949] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.235871] SuperH (H)SCI(F) driver initialized
[    0.236264] msm_serial: driver initialized
[    0.236898] printk: console [ttyTCU0] enabled
[    0.237873] arm-smmu 8000000.iommu: probing hardware configuration...
[    0.237880] arm-smmu 8000000.iommu: SMMUv2 with:
[    0.237886] arm-smmu 8000000.iommu:  stage 1 translation
[    0.237888] arm-smmu 8000000.iommu:  stage 2 translation
[    0.237892] arm-smmu 8000000.iommu:  nested translation
[    0.237899] arm-smmu 8000000.iommu:  stream matching with 128 register groups
[    0.237901] arm-smmu 8000000.iommu:  128 context banks (0 stage-2 only)
[    0.237913] arm-smmu 8000000.iommu:  Supported page sizes: 0x61311000
[    0.237917] arm-smmu 8000000.iommu:  Stage-1: 48-bit VA -> 48-bit IPA
[    0.237918] arm-smmu 8000000.iommu:  Stage-2: 48-bit IPA -> 48-bit PA
[    0.239000] arm-smmu 10000000.iommu: probing hardware configuration...
[    0.239005] arm-smmu 10000000.iommu: SMMUv2 with:
[    0.239009] arm-smmu 10000000.iommu:         stage 1 translation
[    0.239010] arm-smmu 10000000.iommu:         stage 2 translation
[    0.239012] arm-smmu 10000000.iommu:         nested translation
[    0.239015] arm-smmu 10000000.iommu:         stream matching with 128 register groups
[    0.239017] arm-smmu 10000000.iommu:         128 context banks (0 stage-2 only)
[    0.239022] arm-smmu 10000000.iommu:         Supported page sizes: 0x61311000
[    0.239023] arm-smmu 10000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    0.239025] arm-smmu 10000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    0.239432] arm-smmu 12000000.iommu: probing hardware configuration...
[    0.239435] arm-smmu 12000000.iommu: SMMUv2 with:
[    0.239437] arm-smmu 12000000.iommu:         stage 1 translation
[    0.239438] arm-smmu 12000000.iommu:         stage 2 translation
[    0.239440] arm-smmu 12000000.iommu:         nested translation
[    0.239443] arm-smmu 12000000.iommu:         stream matching with 128 register groups
[    0.239445] arm-smmu 12000000.iommu:         128 context banks (0 stage-2 only)
[    0.239450] arm-smmu 12000000.iommu:         Supported page sizes: 0x61311000
[    0.239451] arm-smmu 12000000.iommu:         Stage-1: 48-bit VA -> 48-bit IPA
[    0.239453] arm-smmu 12000000.iommu:         Stage-2: 48-bit IPA -> 48-bit PA
[    0.246748] loop: module loaded
[    0.247607] megasas: 07.717.02.00-rc1
[    0.251766] tun: Universal TUN/TAP device driver, 1.6
[    0.252364] thunder_xcv, ver 1.0
[    0.252397] thunder_bgx, ver 1.0
[    0.252427] nicpf, ver 1.0
[    0.253307] hclge is initializing
[    0.253338] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    0.253346] hns3: Copyright (c) 2017 Huawei Corporation.
[    0.253394] e1000: Intel(R) PRO/1000 Network Driver
[    0.253399] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.253432] e1000e: Intel(R) PRO/1000 Network Driver
[    0.253437] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.253457] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.253464] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.253488] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    0.253495] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.253731] sky2: driver version 1.30
[    0.254478] VFIO - User Level meta-driver version: 0.3
[    0.256101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.256112] ehci-pci: EHCI PCI platform driver
[    0.256144] ehci-platform: EHCI generic platform driver
[    0.256223] ehci-orion: EHCI orion driver
[    0.256286] ehci-exynos: EHCI Exynos driver
[    0.256342] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.256373] ohci-pci: OHCI PCI platform driver
[    0.256400] ohci-platform: OHCI generic platform driver
[    0.256480] ohci-exynos: OHCI Exynos driver
[    0.256945] usbcore: registered new interface driver usb-storage
[    0.258868] i2c_dev: i2c /dev entries driver
[    0.262359] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    0.264264] sdhci: Secure Digital Host Controller Interface driver
[    0.264267] sdhci: Copyright(c) Pierre Ossman
[    0.264767] Synopsys Designware Multimedia Card Interface Driver
[    0.265442] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.266692] ledtrig-cpu: registered to indicate activity on CPUs
[    0.267665] SMCCC: SOC_ID: ID = jep106:036b:0234 Revision = 0x00000401
[    0.268228] tegra-bpmp bpmp: Adding to iommu group 0
[    0.269500] tegra-bpmp bpmp: firmware: b86e686660a68c156e5b-ac83764aab0
[    0.370606] Freeing initrd memory: 10280K
[    2.299201] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[    2.299220] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[    2.299225] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    2.299730] usbcore: registered new interface driver usbhid
[    2.299737] usbhid: USB HID core driver
[    2.303842] optee: probing for conduit method.
[    2.303896] optee: revision 3.22 (1b7f2993)
[    2.362536] optee: dynamic shared memory is enabled
[    2.362818] optee: initialized driver
[    2.364706] usbcore: registered new interface driver snd-usb-audio
[    2.366164] NET: Registered PF_PACKET protocol family
[    2.366431] 9pnet: Installing 9P2000 support
[    2.366546] Key type dns_resolver registered
[    2.367675] printk: console [tty0]: printing thread started
[    2.368144] printk: console [ttyTCU0]: printing thread started
[    2.368200] printk: console [ramoops-1]: printing thread started
[    2.368270] Loading compiled-in X.509 certificates
[    2.378157] Loaded X.509 cert 'Build time autogenerated kernel key: f8824bcf76c0dd4faff6190fd071b468b7e82f05'
[    2.379258] pstore: Using crash dump compression: deflate
[    2.407182] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 1
[    2.408608] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[    2.409960] serial-tegra 3100000.serial: RX in PIO mode
[    2.409967] serial-tegra 3100000.serial: TX in PIO mode
[    2.410044] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 112, base_baud = 0) is a TEGRA_UART
[    2.410580] serial-tegra 3140000.serial: RX in PIO mode
[    2.410584] serial-tegra 3140000.serial: TX in PIO mode
[    2.410625] 3140000.serial: ttyTHS2 at MMIO 0x3140000 (irq = 195, base_baud = 0) is a TEGRA_UART
[    2.412418] tegra_rtc c2a0000.rtc: registered as rtc1
[    2.412426] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    2.412907] tegra-i2c 3160000.i2c: Adding to iommu group 1
[    2.415809] tegra-i2c 3180000.i2c: Adding to iommu group 1
[    2.417239] tegra-i2c 31b0000.i2c: Adding to iommu group 1
[    2.418569] tegra-i2c c240000.i2c: Adding to iommu group 1
[    2.419715] i2c 1-0025: Fixing up cyclic dependency with 3520000.padctl
[    2.420228] tegra-i2c c250000.i2c: Adding to iommu group 1
[    2.437855] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1570000 KHz, changing to: 1510400 KHz
[    2.440374] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1566000 KHz, changing to: 1510400 KHz
[    2.444116] tegra-xusb 3610000.usb: Adding to iommu group 2
[    2.461001] tegra-xusb 3610000.usb: Firmware timestamp: 2023-02-10 03:48:10 UTC
[    2.461010] tegra-xusb 3610000.usb: xHCI Host Controller
[    2.461026] tegra-xusb 3610000.usb: new USB bus registered, assigned bus number 1
[    2.461764] tegra-xusb 3610000.usb: hcc params 0x0180ff05 hci version 0x120 quirks 0x0000000000010810
[    2.461787] tegra-xusb 3610000.usb: irq 121, io mem 0x03610000
[    2.461928] tegra-xusb 3610000.usb: xHCI Host Controller
[    2.461932] tegra-xusb 3610000.usb: new USB bus registered, assigned bus number 2
[    2.461936] tegra-xusb 3610000.usb: Host supports USB 3.1 Enhanced SuperSpeed
[    2.462185] hub 1-0:1.0: USB hub found
[    2.462201] hub 1-0:1.0: 4 ports detected
[    2.462490] hub 2-0:1.0: USB hub found
[    2.462503] hub 2-0:1.0: 4 ports detected
[    2.464111] sdhci-tegra 3400000.mmc: Adding to iommu group 3
[    2.464541] irq: IRQ222: trimming hierarchy from :bus@0:pmc@c360000
[    2.464608] irq: IRQ223: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[    2.464654] irq: IRQ224: trimming hierarchy from :bus@0:pmc@c360000
[    2.464720] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.467752] sdhci-tegra 3400000.mmc: Got CD GPIO
[    2.504729] ALSA device list:
[    2.504735]   No soundcards found.
[    2.549723] irq: IRQ225: trimming hierarchy from :bus@0:interrupt-controller@f400000-1
[    2.549857] mmc0: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
[    2.550801] Freeing unused kernel memory: 7616K
[    2.550894] Run /init as init process
[    2.563541] Checking overlayfs setting...
[    2.574260] Overlayfs is disabled...
[    2.580462] Root device found: mmcblk0p1
[    2.797591] usb 1-1: new high-speed USB device number 2 using tegra-xusb
[    2.940736] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[    2.941228] mmcblk0: mmc0:aaaa SR64G 59.5 GiB 
[    2.946670] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    2.946674] GPT:19335167 != 124735487
[    2.946677] GPT:Alternate GPT header not at the end of the disk.
[    2.946678] GPT:19335167 != 124735487
[    2.946680] GPT: Use GNU Parted to correct GPT errors.
[    2.946700]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[    2.948419] hub 1-1:1.0: USB hub found
[    2.948885] hub 1-1:1.0: 2 ports detected
[    3.077484] usb 1-2: new high-speed USB device number 3 using tegra-xusb
[    3.086791] Found dev node: /dev/mmcblk0p1
[    3.118548] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.121508] Rootfs mounted over mmcblk0p1
[    3.135039] Switching from initrd to actual rootfs
[    3.236546] hub 1-2:1.0: USB hub found
[    3.237009] hub 1-2:1.0: 3 ports detected
[    3.356190] systemd[1]: System time before build time, advancing clock.
[    3.365495] usb 1-3: new high-speed USB device number 4 using tegra-xusb
[    3.484508] NET: Registered PF_INET6 protocol family
[    3.485312] Segment Routing with IPv6
[    3.485320] In-situ OAM (IOAM) with IPv6
[    3.524681] hub 1-3:1.0: USB hub found
[    3.525134] hub 1-3:1.0: 3 ports detected
[    3.536364] systemd[1]: systemd 249.11-0ubuntu3.11 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GN)
[    3.536742] systemd[1]: Detected architecture arm64.
[    3.601491] usb 1-2.3: new full-speed USB device number 5 using tegra-xusb
[    3.628912] systemd[1]: Hostname set to <tegra-ubuntu>.
[    3.650737] systemd[1]: Using hardware watchdog 'NVIDIA Tegra186 WDT', version 0, device /dev/watchdog
[    3.650754] systemd[1]: Set hardware watchdog to 2min.
[    3.825498] usb 1-3.3: new full-speed USB device number 6 using tegra-xusb
[    3.919715] systemd[1]: /etc/systemd/system/nvs-service.service:41: Standard output type syslog is obsolete, automatically updating to jou.
[    3.929828] systemd[1]: /etc/systemd/system/nvargus-daemon.service:42: Standard output type syslog is obsolete, automatically updating to .
[    3.995080] systemd[1]: Queued start job for default target Graphical Interface.
[    3.996669] systemd[1]: Created slice Slice /system/modprobe.
[    4.020682] input: BurrBrown from Texas Instruments USB AUDIO  CODEC as /devices/platform/bus@0/3610000.usb/usb1/1-3/1-3.3/1-3.3:1.3/0003:1
[    4.032592] systemd[1]: Created slice Slice /system/serial-getty.
[    4.077531] hid-generic 0003:08BB:29C3.0001: input: USB HID v1.00 Device [BurrBrown from Texas Instruments USB AUDIO  CODEC] on usb-3610003
[    4.078716] systemd[1]: Created slice User and Session Slice.
[    4.127545] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.176677] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.239495] systemd[1]: Reached target Slice Units.
[    4.281179] systemd[1]: Reached target Mounting snaps.
[    4.324920] systemd[1]: Reached target Mounted snaps.
[    4.366575] systemd[1]: Reached target Swaps.
[    4.410327] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.456612] systemd[1]: Listening on RPCbind Server Activation Socket.
[    4.520267] systemd[1]: Listening on Syslog Socket.
[    4.598349] systemd[1]: Listening on fsck to fsckd communication Socket.
[    4.668697] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.713340] systemd[1]: Listening on Journal Audit Socket.
[    4.725312] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.725589] systemd[1]: Listening on Journal Socket.
[    4.738011] systemd[1]: Listening on udev Control Socket.
[    4.738225] systemd[1]: Listening on udev Kernel Socket.
[    4.739463] systemd[1]: Mounting Huge Pages File System...
[    4.740636] systemd[1]: Mounting POSIX Message Queue File System...
[    4.741828] systemd[1]: Mounting Kernel Debug File System...
[    4.765411] systemd[1]: Mounting Kernel Trace File System...
[    4.767867] systemd[1]: Starting Journal Service...
[    4.776476] systemd[1]: Starting Set the console keyboard layout...
[    4.777856] systemd[1]: Starting Create List of Static Device Nodes...
[    4.789714] systemd[1]: Starting Load Kernel Module configfs...
[    4.791201] systemd[1]: Starting Load Kernel Module drm...
[    4.792951] systemd[1]: Starting Load Kernel Module efi_pstore...
[    4.794643] systemd[1]: Starting Load Kernel Module fuse...
[    4.812895] systemd[1]: Starting NVIDIA specific first-boot udev script...
[    4.814552] systemd[1]: Started Nameserver information manager.
[    4.824680] systemd[1]: Reached target Preparation for Network.
[    4.824992] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.851583] fuse: init (API version 7.34)
[    4.866263] systemd[1]: Starting Load Kernel Modules...
[    4.867588] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.868810] systemd[1]: Starting Coldplug All udev Devices...
[    4.871583] systemd[1]: Started Journal Service.
[    4.887791] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null). Quota mode: none.
[    4.906761] systemd-journald[222]: Received client request to flush runtime journal.
[    4.917880] nvsciipc: loading out-of-tree module taints kernel.
[    4.917973] nvsciipc: module verification failed: signature and/or required key missing - tainting kernel
[    4.918034] nvsciipc: disagrees about version of symbol device_create
[    4.918035] nvsciipc: Unknown symbol device_create (err -22)
[    4.918055] nvsciipc: disagrees about version of symbol device_destroy
[    4.918056] nvsciipc: Unknown symbol device_destroy (err -22)
[    4.976475] host1x_next: disagrees about version of symbol dev_set_name
[    4.976486] host1x_next: Unknown symbol dev_set_name (err -22)
[    4.976537] host1x_next: disagrees about version of symbol device_initialize
[    4.976539] host1x_next: Unknown symbol device_initialize (err -22)
[    4.976562] host1x_next: disagrees about version of symbol bpf_trace_run2
[    4.976563] host1x_next: Unknown symbol bpf_trace_run2 (err -22)
[    4.976627] host1x_next: disagrees about version of symbol put_device
[    4.976628] host1x_next: Unknown symbol put_device (err -22)
[    4.976655] host1x_next: disagrees about version of symbol perf_trace_run_bpf_submit
[    4.976656] host1x_next: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    4.976661] host1x_next: disagrees about version of symbol _dev_err
[    4.976662] host1x_next: Unknown symbol _dev_err (err -22)
[    4.976675] host1x_next: disagrees about version of symbol device_add
[    4.976676] host1x_next: Unknown symbol device_add (err -22)
[    4.976689] host1x_next: disagrees about version of symbol bpf_trace_run5
[    4.976690] host1x_next: Unknown symbol bpf_trace_run5 (err -22)
[    4.976724] host1x_next: disagrees about version of symbol bpf_trace_run1
[    4.976725] host1x_next: Unknown symbol bpf_trace_run1 (err -22)
[    4.976728] host1x_next: disagrees about version of symbol device_del
[    4.976728] host1x_next: Unknown symbol device_del (err -22)
[    4.976733] host1x_next: disagrees about version of symbol _dev_warn
[    4.976734] host1x_next: Unknown symbol _dev_warn (err -22)
[    4.976752] host1x_next: disagrees about version of symbol bpf_trace_run3
[    4.976753] host1x_next: Unknown symbol bpf_trace_run3 (err -22)
[    4.976795] host1x_next: disagrees about version of symbol dev_err_probe
[    4.976796] host1x_next: Unknown symbol dev_err_probe (err -22)
[    4.976820] host1x_next: disagrees about version of symbol put_pid
[    4.976822] host1x_next: Unknown symbol put_pid (err -22)
[    5.750915] host1x_next: disagrees about version of symbol dev_set_name
[    5.750925] host1x_next: Unknown symbol dev_set_name (err -22)
[    5.750973] host1x_next: disagrees about version of symbol device_initialize
[    5.750975] host1x_next: Unknown symbol device_initialize (err -22)
[    5.750997] host1x_next: disagrees about version of symbol bpf_trace_run2
[    5.750998] host1x_next: Unknown symbol bpf_trace_run2 (err -22)
[    5.751060] host1x_next: disagrees about version of symbol put_device
[    5.751062] host1x_next: Unknown symbol put_device (err -22)
[    5.751090] host1x_next: disagrees about version of symbol perf_trace_run_bpf_submit
[    5.751091] host1x_next: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    5.751096] host1x_next: disagrees about version of symbol _dev_err
[    5.751097] host1x_next: Unknown symbol _dev_err (err -22)
[    5.751111] host1x_next: disagrees about version of symbol device_add
[    5.751112] host1x_next: Unknown symbol device_add (err -22)
[    5.751125] host1x_next: disagrees about version of symbol bpf_trace_run5
[    5.751127] host1x_next: Unknown symbol bpf_trace_run5 (err -22)
[    5.751160] host1x_next: disagrees about version of symbol bpf_trace_run1
[    5.751161] host1x_next: Unknown symbol bpf_trace_run1 (err -22)
[    5.751163] host1x_next: disagrees about version of symbol device_del
[    5.751164] host1x_next: Unknown symbol device_del (err -22)
[    5.751170] host1x_next: disagrees about version of symbol _dev_warn
[    5.751171] host1x_next: Unknown symbol _dev_warn (err -22)
[    5.751189] host1x_next: disagrees about version of symbol bpf_trace_run3
[    5.751191] host1x_next: Unknown symbol bpf_trace_run3 (err -22)
[    5.751234] host1x_next: disagrees about version of symbol dev_err_probe
[    5.751235] host1x_next: Unknown symbol dev_err_probe (err -22)
[    5.751261] host1x_next: disagrees about version of symbol put_pid
[    5.751262] host1x_next: Unknown symbol put_pid (err -22)
[    5.778044] host1x_next: disagrees about version of symbol dev_set_name
[    5.778055] host1x_next: Unknown symbol dev_set_name (err -22)
[    5.778110] host1x_next: disagrees about version of symbol device_initialize
[    5.778112] host1x_next: Unknown symbol device_initialize (err -22)
[    5.778235] host1x_next: disagrees about version of symbol bpf_trace_run2
[    5.778238] host1x_next: Unknown symbol bpf_trace_run2 (err -22)
[    5.778444] host1x_next: disagrees about version of symbol put_device
[    5.778447] host1x_next: Unknown symbol put_device (err -22)
[    5.778480] host1x_next: disagrees about version of symbol perf_trace_run_bpf_submit
[    5.778482] host1x_next: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    5.778488] host1x_next: disagrees about version of symbol _dev_err
[    5.778489] host1x_next: Unknown symbol _dev_err (err -22)
[    5.778504] host1x_next: disagrees about version of symbol device_add
[    5.778505] host1x_next: Unknown symbol device_add (err -22)
[    5.778519] host1x_next: disagrees about version of symbol bpf_trace_run5
[    5.778521] host1x_next: Unknown symbol bpf_trace_run5 (err -22)
[    5.778555] host1x_next: disagrees about version of symbol bpf_trace_run1
[    5.778557] host1x_next: Unknown symbol bpf_trace_run1 (err -22)
[    5.778560] host1x_next: disagrees about version of symbol device_del
[    5.778561] host1x_next: Unknown symbol device_del (err -22)
[    5.778567] host1x_next: disagrees about version of symbol _dev_warn
[    5.778568] host1x_next: Unknown symbol _dev_warn (err -22)
[    5.778589] host1x_next: disagrees about version of symbol bpf_trace_run3
[    5.778590] host1x_next: Unknown symbol bpf_trace_run3 (err -22)
[    5.778637] host1x_next: disagrees about version of symbol dev_err_probe
[    5.778639] host1x_next: Unknown symbol dev_err_probe (err -22)
[    5.778666] host1x_next: disagrees about version of symbol put_pid
[    5.778667] host1x_next: Unknown symbol put_pid (err -22)
[    5.808025] nvidia_vrs_pseq: disagrees about version of symbol _dev_info
[    5.808031] nvidia_vrs_pseq: Unknown symbol _dev_info (err -22)
[    5.808036] nvidia_vrs_pseq: disagrees about version of symbol _dev_err
[    5.808038] nvidia_vrs_pseq: Unknown symbol _dev_err (err -22)
[    5.826093] nvhwpm: disagrees about version of symbol device_create
[    5.826101] nvhwpm: Unknown symbol device_create (err -22)
[    5.826222] nvhwpm: disagrees about version of symbol device_destroy
[    5.826224] nvhwpm: Unknown symbol device_destroy (err -22)
[    5.866742] host1x_next: disagrees about version of symbol dev_set_name
[    5.866753] host1x_next: Unknown symbol dev_set_name (err -22)
[    5.866900] host1x_next: disagrees about version of symbol device_initialize
[    5.866903] host1x_next: Unknown symbol device_initialize (err -22)
[    5.866928] host1x_next: disagrees about version of symbol bpf_trace_run2
[    5.866929] host1x_next: Unknown symbol bpf_trace_run2 (err -22)
[    5.867011] host1x_next: disagrees about version of symbol put_device
[    5.867013] host1x_next: Unknown symbol put_device (err -22)
[    5.867047] host1x_next: disagrees about version of symbol perf_trace_run_bpf_submit
[    5.867048] host1x_next: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    5.867054] host1x_next: disagrees about version of symbol _dev_err
[    5.867056] host1x_next: Unknown symbol _dev_err (err -22)
[    5.867071] host1x_next: disagrees about version of symbol device_add
[    5.867073] host1x_next: Unknown symbol device_add (err -22)
[    5.867089] host1x_next: disagrees about version of symbol bpf_trace_run5
[    5.867091] host1x_next: Unknown symbol bpf_trace_run5 (err -22)
[    5.867128] host1x_next: disagrees about version of symbol bpf_trace_run1
[    5.867129] host1x_next: Unknown symbol bpf_trace_run1 (err -22)
[    5.867131] host1x_next: disagrees about version of symbol device_del
[    5.867132] host1x_next: Unknown symbol device_del (err -22)
[    5.867138] host1x_next: disagrees about version of symbol _dev_warn
[    5.867139] host1x_next: Unknown symbol _dev_warn (err -22)
[    5.867164] host1x_next: disagrees about version of symbol bpf_trace_run3
[    5.867165] host1x_next: Unknown symbol bpf_trace_run3 (err -22)
[    5.867215] host1x_next: disagrees about version of symbol dev_err_probe
[    5.867216] host1x_next: Unknown symbol dev_err_probe (err -22)
[    5.867244] host1x_next: disagrees about version of symbol put_pid
[    5.867246] host1x_next: Unknown symbol put_pid (err -22)
[    5.891709] pwm_tegra_tachometer: disagrees about version of symbol _dev_info
[    5.891717] pwm_tegra_tachometer: Unknown symbol _dev_info (err -22)
[    5.891721] pwm_tegra_tachometer: disagrees about version of symbol _dev_err
[    5.891724] pwm_tegra_tachometer: Unknown symbol _dev_err (err -22)
[    5.891779] pwm_tegra_tachometer: disagrees about version of symbol _dev_warn
[    5.891781] pwm_tegra_tachometer: Unknown symbol _dev_warn (err -22)
[    5.920455] hsp_mailbox_client: disagrees about version of symbol dev_set_name
[    5.920463] hsp_mailbox_client: Unknown symbol dev_set_name (err -22)
[    5.920470] hsp_mailbox_client: disagrees about version of symbol device_unregister
[    5.920472] hsp_mailbox_client: Unknown symbol device_unregister (err -22)
[    5.920477] hsp_mailbox_client: disagrees about version of symbol device_initialize
[    5.920479] hsp_mailbox_client: Unknown symbol device_initialize (err -22)
[    5.920496] hsp_mailbox_client: disagrees about version of symbol put_device
[    5.920497] hsp_mailbox_client: Unknown symbol put_device (err -22)
[    5.920501] hsp_mailbox_client: disagrees about version of symbol _dev_info
[    5.920502] hsp_mailbox_client: Unknown symbol _dev_info (err -22)
[    5.920504] hsp_mailbox_client: disagrees about version of symbol _dev_err
[    5.920505] hsp_mailbox_client: Unknown symbol _dev_err (err -22)
[    5.920507] hsp_mailbox_client: disagrees about version of symbol device_add
[    5.920508] hsp_mailbox_client: Unknown symbol device_add (err -22)
[    5.920514] hsp_mailbox_client: disagrees about version of symbol _dev_warn
[    5.920515] hsp_mailbox_client: Unknown symbol _dev_warn (err -22)
[    6.017359] nvhwpm: disagrees about version of symbol device_create
[    6.017369] nvhwpm: Unknown symbol device_create (err -22)
[    6.017415] nvhwpm: disagrees about version of symbol device_destroy
[    6.017416] nvhwpm: Unknown symbol device_destroy (err -22)
[    6.036494] tegra_cactmon_mc_all: disagrees about version of symbol dev_err_probe
[    6.036502] tegra_cactmon_mc_all: Unknown symbol dev_err_probe (err -22)
[    6.059548] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.059554] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.059563] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.059565] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.059580] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.059582] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.089952] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.089957] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.089964] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.089965] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.089987] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.089989] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.117650] tegra194_gte: disagrees about version of symbol dev_set_name
[    6.117657] tegra194_gte: Unknown symbol dev_set_name (err -22)
[    6.117658] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.117663] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.117673] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.117674] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.117685] tegra194_gte: disagrees about version of symbol device_initialize
[    6.117688] tegra194_gte: Unknown symbol device_initialize (err -22)
[    6.117692] tegra194_gte: disagrees about version of symbol fd_install
[    6.117694] tegra194_gte: Unknown symbol fd_install (err -22)
[    6.117710] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.117712] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.117725] tegra194_gte: disagrees about version of symbol get_device
[    6.117728] tegra194_gte: Unknown symbol get_device (err -22)
[    6.142873] tegra_dce: disagrees about version of symbol bpf_trace_run2
[    6.142879] tegra_dce: Unknown symbol bpf_trace_run2 (err -22)
[    6.142963] fusb301: disagrees about version of symbol dev_fwnode
[    6.142968] fusb301: Unknown symbol dev_fwnode (err -22)
[    6.142993] tegra_dce: disagrees about version of symbol _dev_info
[    6.142996] tegra_dce: Unknown symbol _dev_info (err -22)
[    6.143000] fusb301: disagrees about version of symbol _dev_info
[    6.143002] fusb301: Unknown symbol _dev_info (err -22)
[    6.143013] fusb301: disagrees about version of symbol _dev_err
[    6.143015] fusb301: Unknown symbol _dev_err (err -22)
[    6.143021] tegra_dce: disagrees about version of symbol perf_trace_run_bpf_submit
[    6.143023] tegra_dce: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    6.143027] tegra_dce: disagrees about version of symbol _dev_err
[    6.143029] tegra_dce: Unknown symbol _dev_err (err -22)
[    6.143061] fusb301: disagrees about version of symbol fwnode_get_named_child_node
[    6.143063] fusb301: Unknown symbol fwnode_get_named_child_node (err -22)
[    6.143089] fusb301: disagrees about version of symbol fwnode_handle_put
[    6.143091] fusb301: Unknown symbol fwnode_handle_put (err -22)
[    6.165619] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.165626] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.165633] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.165634] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.165654] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.165655] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.193890] tegra194_gte: disagrees about version of symbol put_device
[    6.193901] tegra194_gte: Unknown symbol put_device (err -22)
[    6.193953] tegra194_gte: disagrees about version of symbol _dev_err
[    6.193956] tegra194_gte: Unknown symbol _dev_err (err -22)
[    6.193965] tegra194_gte: disagrees about version of symbol device_add
[    6.193968] tegra194_gte: Unknown symbol device_add (err -22)
[    6.194004] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.194012] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.194028] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.194031] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.194058] tegra194_gte: disagrees about version of symbol device_del
[    6.194062] tegra194_gte: Unknown symbol device_del (err -22)
[    6.194073] tegra194_gte: disagrees about version of symbol _dev_warn
[    6.194075] tegra194_gte: Unknown symbol _dev_warn (err -22)
[    6.194076] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.194079] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.229759] tegra_dce: disagrees about version of symbol device_link_add
[    6.229767] tegra_dce: Unknown symbol device_link_add (err -22)
[    6.255193] nvpmodel_clk_cap: disagrees about version of symbol _dev_err
[    6.255202] nvpmodel_clk_cap: Unknown symbol _dev_err (err -22)
[    6.255205] nvpmodel_clk_cap: disagrees about version of symbol _dev_warn
[    6.255208] nvpmodel_clk_cap: Unknown symbol _dev_warn (err -22)
[    6.255296] thermal_trip_event: disagrees about version of symbol _dev_info
[    6.255301] thermal_trip_event: Unknown symbol _dev_info (err -22)
[    6.255321] thermal_trip_event: disagrees about version of symbol _dev_err
[    6.255324] thermal_trip_event: Unknown symbol _dev_err (err -22)
[    6.278556] thermal_trip_event: disagrees about version of symbol _dev_notice
[    6.278565] thermal_trip_event: Unknown symbol _dev_notice (err -22)
[    6.334580] tegra234_oc_event: disagrees about version of symbol _dev_err
[    6.334589] tegra234_oc_event: Unknown symbol _dev_err (err -22)
[    6.334637] nvsciipc: disagrees about version of symbol device_create
[    6.334645] nvsciipc: Unknown symbol device_create (err -22)
[    6.334728] nvsciipc: disagrees about version of symbol device_destroy
[    6.334729] nvsciipc: Unknown symbol device_destroy (err -22)
[    6.389761] tegra194_gte: disagrees about version of symbol dev_set_name
[    6.389770] tegra194_gte: Unknown symbol dev_set_name (err -22)
[    6.389794] tegra194_gte: disagrees about version of symbol device_initialize
[    6.389796] tegra194_gte: Unknown symbol device_initialize (err -22)
[    6.389799] tegra194_gte: disagrees about version of symbol fd_install
[    6.389801] tegra194_gte: Unknown symbol fd_install (err -22)
[    6.389821] tegra194_gte: disagrees about version of symbol get_device
[    6.389822] tegra194_gte: Unknown symbol get_device (err -22)
[    6.389845] tegra194_gte: disagrees about version of symbol put_device
[    6.389846] tegra194_gte: Unknown symbol put_device (err -22)
[    6.389859] tegra194_gte: disagrees about version of symbol _dev_err
[    6.389860] tegra194_gte: Unknown symbol _dev_err (err -22)
[    6.389863] tegra194_gte: disagrees about version of symbol device_add
[    6.389864] tegra194_gte: Unknown symbol device_add (err -22)
[    6.389893] tegra194_gte: disagrees about version of symbol device_del
[    6.389894] tegra194_gte: Unknown symbol device_del (err -22)
[    6.389897] tegra194_gte: disagrees about version of symbol _dev_warn
[    6.389899] tegra194_gte: Unknown symbol _dev_warn (err -22)
[    6.444005] snd_soc_tegra_utils_oot: disagrees about version of symbol _dev_info
[    6.444009] snd_soc_tegra_utils_oot: Unknown symbol _dev_info (err -22)
[    6.444015] snd_soc_tegra_utils_oot: disagrees about version of symbol _dev_err
[    6.444017] snd_soc_tegra_utils_oot: Unknown symbol _dev_err (err -22)
[    6.444039] snd_soc_tegra_utils_oot: disagrees about version of symbol _dev_warn
[    6.444041] snd_soc_tegra_utils_oot: Unknown symbol _dev_warn (err -22)
[    6.511625] exar_serial 0007:01:00.0: Couldn't register serial port 0, irq 227, type 2, error -28
[    6.724428] snd_soc_tegra210_ahub_oot: disagrees about version of symbol _dev_err
[    6.724438] snd_soc_tegra210_ahub_oot: Unknown symbol _dev_err (err -22)
[    6.837827] host1x_next: disagrees about version of symbol dev_set_name
[    6.837835] host1x_next: Unknown symbol dev_set_name (err -22)
[    6.837886] host1x_next: disagrees about version of symbol device_initialize
[    6.837887] host1x_next: Unknown symbol device_initialize (err -22)
[    6.837910] host1x_next: disagrees about version of symbol bpf_trace_run2
[    6.837911] host1x_next: Unknown symbol bpf_trace_run2 (err -22)
[    6.837974] host1x_next: disagrees about version of symbol put_device
[    6.837975] host1x_next: Unknown symbol put_device (err -22)
[    6.838003] host1x_next: disagrees about version of symbol perf_trace_run_bpf_submit
[    6.838004] host1x_next: Unknown symbol perf_trace_run_bpf_submit (err -22)
[    6.838010] host1x_next: disagrees about version of symbol _dev_err
[    6.838011] host1x_next: Unknown symbol _dev_err (err -22)
[    6.838024] host1x_next: disagrees about version of symbol device_add
[    6.838025] host1x_next: Unknown symbol device_add (err -22)
[    6.838038] host1x_next: disagrees about version of symbol bpf_trace_run5
[    6.838039] host1x_next: Unknown symbol bpf_trace_run5 (err -22)
[    6.838071] host1x_next: disagrees about version of symbol bpf_trace_run1
[    6.838072] host1x_next: Unknown symbol bpf_trace_run1 (err -22)
[    6.838074] host1x_next: disagrees about version of symbol device_del
[    6.838075] host1x_next: Unknown symbol device_del (err -22)
[    6.838081] host1x_next: disagrees about version of symbol _dev_warn
[    6.838081] host1x_next: Unknown symbol _dev_warn (err -22)
[    6.838100] host1x_next: disagrees about version of symbol bpf_trace_run3
[    6.838101] host1x_next: Unknown symbol bpf_trace_run3 (err -22)
[    6.838145] host1x_next: disagrees about version of symbol dev_err_probe
[    6.838146] host1x_next: Unknown symbol dev_err_probe (err -22)
[    6.838170] host1x_next: disagrees about version of symbol put_pid
[    6.838171] host1x_next: Unknown symbol put_pid (err -22)
[    6.885016] nvme nvme0: missing or invalid SUBNQN field.
[    6.895613] r8168: disagrees about version of symbol alloc_etherdev_mqs
[    6.895620] r8168: Unknown symbol alloc_etherdev_mqs (err -22)
[    6.895645] r8168: disagrees about version of symbol __skb_pad
[    6.895647] r8168: Unknown symbol __skb_pad (err -22)
[    6.895654] r8168: disagrees about version of symbol skb_copy_bits
[    6.895656] r8168: Unknown symbol skb_copy_bits (err -22)
[    6.895669] r8168: disagrees about version of symbol skb_put
[    6.895671] r8168: Unknown symbol skb_put (err -22)
[    6.895678] r8168: disagrees about version of symbol skb_tstamp_tx
[    6.895680] r8168: Unknown symbol skb_tstamp_tx (err -22)
[    6.895684] r8168: disagrees about version of symbol __napi_alloc_skb
[    6.895686] r8168: Unknown symbol __napi_alloc_skb (err -22)
[    6.895694] r8168: disagrees about version of symbol netdev_update_features
[    6.895696] r8168: Unknown symbol netdev_update_features (err -22)
[    6.895700] r8168: disagrees about version of symbol consume_skb
[    6.895701] r8168: Unknown symbol consume_skb (err -22)
[    6.895707] r8168: disagrees about version of symbol unregister_netdev
[    6.895708] r8168: Unknown symbol unregister_netdev (err -22)
[    6.895744] r8168: disagrees about version of symbol __netif_napi_del
[    6.895745] r8168: Unknown symbol __netif_napi_del (err -22)
[    6.895752] r8168: disagrees about version of symbol netdev_err
[    6.895753] r8168: Unknown symbol netdev_err (err -22)
[    6.895756] r8168: disagrees about version of symbol pskb_expand_head
[    6.895757] r8168: Unknown symbol pskb_expand_head (err -22)
[    6.895759] r8168: disagrees about version of symbol dev_driver_string
[    6.895760] r8168: Unknown symbol dev_driver_string (err -22)
[    6.895769] r8168: disagrees about version of symbol eth_type_trans
[    6.895770] r8168: Unknown symbol eth_type_trans (err -22)
[    6.895775] r8168: disagrees about version of symbol napi_complete_done
[    6.895776] r8168: Unknown symbol napi_complete_done (err -22)
[    6.895782] r8168: disagrees about version of symbol skb_checksum_help
[    6.895783] r8168: Unknown symbol skb_checksum_help (err -22)
[    6.895790] r8168: disagrees about version of symbol __napi_schedule
[    6.895791] r8168: Unknown symbol __napi_schedule (err -22)
[    6.895796] r8168: disagrees about version of symbol netif_device_detach
[    6.895797] r8168: Unknown symbol netif_device_detach (err -22)
[    6.895800] r8168: disagrees about version of symbol _dev_info
[    6.895801] r8168: Unknown symbol _dev_info (err -22)
[    6.895803] r8168: disagrees about version of symbol napi_gro_receive
[    6.895804] r8168: Unknown symbol napi_gro_receive (err -22)
[    6.895805] r8168: disagrees about version of symbol netif_device_attach
[    6.895807] r8168: Unknown symbol netif_device_attach (err -22)
[    6.895818] r8168: disagrees about version of symbol _dev_err
[    6.895819] r8168: Unknown symbol _dev_err (err -22)
[    6.895821] r8168: disagrees about version of symbol init_net
[    6.895822] r8168: Unknown symbol init_net (err -22)
[    6.895831] r8168: disagrees about version of symbol netif_napi_add
[    6.895832] r8168: Unknown symbol netif_napi_add (err -22)
[    6.895841] r8168: disagrees about version of symbol napi_enable
[    6.895842] r8168: Unknown symbol napi_enable (err -22)
[    6.895845] r8168: disagrees about version of symbol register_netdev
[    6.895846] r8168: Unknown symbol register_netdev (err -22)
[    6.895848] r8168: disagrees about version of symbol free_netdev
[    6.895849] r8168: Unknown symbol free_netdev (err -22)
[    6.895856] r8168: disagrees about version of symbol netif_tx_wake_queue
[    6.895857] r8168: Unknown symbol netif_tx_wake_queue (err -22)
[    6.895867] r8168: disagrees about version of symbol __netdev_alloc_skb
[    6.895868] r8168: Unknown symbol __netdev_alloc_skb (err -22)
[    6.895880] r8168: disagrees about version of symbol __dev_kfree_skb_any
[    6.895881] r8168: Unknown symbol __dev_kfree_skb_any (err -22)
[    6.895885] r8168: disagrees about version of symbol netif_carrier_off
[    6.895886] r8168: Unknown symbol netif_carrier_off (err -22)
[    6.895891] r8168: disagrees about version of symbol netif_carrier_on
[    6.895892] r8168: Unknown symbol netif_carrier_on (err -22)
[    6.895903] r8168: disagrees about version of symbol napi_schedule_prep
[    6.895904] r8168: Unknown symbol napi_schedule_prep (err -22)
[    6.895907] r8168: disagrees about version of symbol napi_disable
[    6.895908] r8168: Unknown symbol napi_disable (err -22)
[    6.895910] r8168: disagrees about version of symbol _dev_printk
[    6.895911] r8168: Unknown symbol _dev_printk (err -22)
[    6.895915] r8168: disagrees about version of symbol __skb_gso_segment
[    6.895916] r8168: Unknown symbol __skb_gso_segment (err -22)
[    6.895918] r8168: disagrees about version of symbol ethtool_op_get_ts_info
[    6.895919] r8168: Unknown symbol ethtool_op_get_ts_info (err -22)
[    6.895923] r8168: disagrees about version of symbol netdev_info
[    6.895924] r8168: Unknown symbol netdev_info (err -22)
[    7.064064] using random self ethernet address
[    7.064072] using random host ethernet address
[    8.479899] Bluetooth: hci0: Reading supported features failed (-16)
[    9.261363] using random self ethernet address
[    9.261372] using random host ethernet address

Ubuntu 22.04.3 LTS tegra-ubuntu ttyTCU0

tegra-ubuntu login: Onanouser
Password: 
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.122-tegra aarch64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

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

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

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

Onanouser@tegra-ubuntu:~$ ifconfig 
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 386  bytes 25710 (25.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 386  bytes 25710 (25.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 2a:55:16:0a:b3:c9  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 2a:55:16:0a:b3:cb  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Onanouser@tegra-ubuntu:~$ dmesg 
dmesg: read kernel buffer failed: Operation not permitted
Onanouser@tegra-ubuntu:~$ uname -a
Linux tegra-ubuntu 5.15.122-tegra #5 SMP PREEMPT Thu Mar 21 13:43:51 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
Onanouser@tegra-ubuntu:~$ uname -a
Linux tegra-ubuntu 5.15.122-tegra #5 SMP PREEMPT Thu Mar 21 13:43:51 IST 2024 aarch64 aarch64 aarch64 GNU/Linux
Onanouser@tegra-ubuntu:~$ d











CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0                             

So you did this or not?

yes i have did that, these are the steps we followed for kernel build and installation

1. In your browser, go to https://developer.nvidia.com/embedded/jetson-linux-archive.
Locate and download the Jetson Linux source files for your release.

2.Extract the .tbz2 file:
	$ tar xf public_sources.tbz2 -C <install-path>/source/

3.Extract the kernel and the NVIDIA out-of-tree modules source files:

	$ cd <install-path>/source
	$ tar xf kernel_src.tbz2
	$ tar xf kernel_oot_modules_src.tbz2
	$ tar xf nvidia_kernel_display_driver_source.tbz2

4.Building the Jetson Linux Kernel

Go to the build directory:

	$ cd <install-path>/source

If you are building the real-time kernel, enable the real-time configuration:

	$ ./generic_rt_build.sh "enable"

5.Run the following commands to build the Jetson Linux kernel and its in-tree modules:

env set:
========
export CROSS_COMPILE_AARCH64_PATH=$HOME/projects/orin_nano/l4t-gcc/aarch64--glibc--stable-2022.08-1/bin/
export CROSS_COMPILE=$HOME/projects/orin_nano/l4t-gcc/aarch64--glibc--stable-2022.08-1/bin/aarch64-buildroot-linux-gnu-

Compile kernel:
    $ make -C kernel


6. Run the following commands to install the kernel and in-tree modules:
	$ export INSTALL_MOD_PATH=$HOME/projects/orin_nano/Linux_for_Tegra/rootfs/
	$ sudo -E make install -C kernel
	$ cp kernel/kernel-jammy-src/arch/arm64/boot/Image  $HOME/projects/orin_nano/Linux_for_Tegra/kernel/Image

See if building the kernel again with the default setting works.

we will build default kernel and let u know the results

DaveYYY, image is built and flashed its working as expected now, thank you

which is the dts file for orin nano board we need to use for customisation?

Please file a new topic for your device tree question.

created, Which dts file to be used for orin nano customization

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.