<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>S32GのトピックRe: LLCE_CAN kernel modules did not show up with bsp38</title>
    <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1932716#M10213</link>
    <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210722"&gt;@uiv12187&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the post.&lt;/P&gt;
&lt;P&gt;Seems the llce kernel modules are not loaded.&lt;/P&gt;
&lt;P&gt;Would you mind sharing your full contents of conf/local.conf? (for example, a snapshot)&lt;/P&gt;
&lt;P&gt;And check if the corresponding ko files are existed under /lib/modules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2024 06:11:37 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2024-08-15T06:11:37Z</dc:date>
    <item>
      <title>LLCE_CAN kernel modules did not show up with bsp38</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1931715#M10194</link>
      <description>&lt;P&gt;Hi Teams,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a s32g399ardb3 board and i am using bsp38.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to enable LLCE CAN on s32g399ardb3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I download LLCE firmware 1.0.7 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I copied dte.bin frpe.bin ppe_tx.bin ppe_rx.bin files to a common firmware location and added the following lines in path/conf/local.conf file.&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES:append = " llce-can "&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/path/to/firmware/binaries/folder"&lt;/P&gt;&lt;P&gt;but i am not able to see llce-can kernel modules in boot msg but when i checked in build location ko files are created but not lading. here one of our project we customised only image bb file i created ramfs image but pfe gmac is successfuly ladded but llce can firmare not loading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@s32g399avtvmcu2:~# dmesg&lt;BR /&gt;[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]&lt;BR /&gt;[ 0.000000] Linux version 5.15.119-rt65+ge18f05316cd9 (oe-user@oe-host) (aarch64-fsl-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Fri Sep 15 16:46:03 UTC 2023&lt;BR /&gt;[ 0.000000] Machine model: NXP S32G399A-RDB3&lt;BR /&gt;[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000083200000, size 3 MiB&lt;BR /&gt;[ 0.000000] OF: reserved mem: initialized node pfebufs@83200000, compatible id shared-dma-pool&lt;BR /&gt;[ 0.000000] Zone ranges:&lt;BR /&gt;[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]&lt;BR /&gt;[ 0.000000] DMA32 empty&lt;BR /&gt;[ 0.000000] Normal [mem 0x0000000100000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] Movable zone start for each node&lt;BR /&gt;[ 0.000000] Early memory node ranges&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000831fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000083200000-0x00000000835dffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000835e0000-0x0000000083ffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000084000000-0x00000000843fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000084400000-0x00000000bfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000c07fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000c0800000-0x00000000cfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000d0001000-0x00000000dfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges&lt;BR /&gt;[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000&lt;BR /&gt;[ 0.000000] psci: probing for conduit method from DT.&lt;BR /&gt;[ 0.000000] psci: PSCIv1.1 detected in firmware.&lt;BR /&gt;[ 0.000000] psci: Using standard PSCI v0.2 function IDs&lt;BR /&gt;[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.&lt;BR /&gt;[ 0.000000] psci: SMC Calling Convention v1.2&lt;BR /&gt;[ 0.000000] percpu: Embedded 18 pages/cpu s35736 r8192 d29800 u73728&lt;BR /&gt;[ 0.000000] pcpu-alloc: s35736 r8192 d29800 u73728 alloc=18*4096&lt;BR /&gt;[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7&lt;BR /&gt;[ 0.000000] Detected VIPT I-cache on CPU0&lt;BR /&gt;[ 0.000000] CPU features: detected: GIC system register CPU interface&lt;BR /&gt;[ 0.000000] CPU features: detected: ARM erratum 845719&lt;BR /&gt;[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, 1530923, or 1530924&lt;BR /&gt;[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 775679&lt;BR /&gt;[ 0.000000] Kernel command line: console=ttyLF0,115200 root=/dev/ram0 rw&lt;BR /&gt;[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)&lt;BR /&gt;[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)&lt;BR /&gt;[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off&lt;BR /&gt;[ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)&lt;BR /&gt;[ 0.000000] Memory: 2694016K/3145724K available (9152K kernel code, 646K rwdata, 3080K rodata, 1408K init, 220K bss, 189564K reserved, 262144K cma-reserved)&lt;BR /&gt;[ 0.000000] rcu: Preemptible hierarchical RCU implementation.&lt;BR /&gt;[ 0.000000] rcu: RCU event tracing is enabled.&lt;BR /&gt;[ 0.000000] Trampoline variant of Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] Tracing variant of Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.&lt;BR /&gt;[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0&lt;BR /&gt;[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode&lt;BR /&gt;[ 0.000000] GICv3: 544 SPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: 0 Extended SPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: Distributor has no Range Selector support&lt;BR /&gt;[ 0.000000] GICv3: MBI range [167:182]&lt;BR /&gt;[ 0.000000] GICv3: Using MBI frame 0x0000000050800000&lt;BR /&gt;[ 0.000000] Root IRQ handler: gic_handle_irq&lt;BR /&gt;[ 0.000000] GICv3: 16 PPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000050900000&lt;BR /&gt;[ 0.000000] ITS: No ITS available, not enabling LPIs&lt;BR /&gt;[ 0.000000] arch_timer: cp15 timer(s) running at 5.00MHz (phys).&lt;BR /&gt;[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x127350b88, max_idle_ns: 440795202120 ns&lt;BR /&gt;[ 0.000000] sched_clock: 56 bits at 5MHz, resolution 200ns, wraps every 4398046511100ns&lt;BR /&gt;[ 0.000524] Console: colour dummy device 80x25&lt;BR /&gt;[ 0.000576] Calibrating delay loop (skipped), value calculated using timer frequency.. 10.00 BogoMIPS (lpj=20000)&lt;BR /&gt;[ 0.000585] pid_max: default: 32768 minimum: 301&lt;BR /&gt;[ 0.000761] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.000782] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.002253] rcu: Hierarchical SRCU implementation.&lt;BR /&gt;[ 0.002836] smp: Bringing up secondary CPUs ...&lt;BR /&gt;[ 0.003394] Detected VIPT I-cache on CPU1&lt;BR /&gt;[ 0.003424] GICv3: CPU1: found redistributor 1 region 0:0x0000000050920000&lt;BR /&gt;[ 0.003459] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]&lt;BR /&gt;[ 0.004064] Detected VIPT I-cache on CPU2&lt;BR /&gt;[ 0.004091] GICv3: CPU2: found redistributor 100 region 0:0x0000000050980000&lt;BR /&gt;[ 0.004122] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]&lt;BR /&gt;[ 0.004696] Detected VIPT I-cache on CPU3&lt;BR /&gt;[ 0.004713] GICv3: CPU3: found redistributor 101 region 0:0x00000000509a0000&lt;BR /&gt;[ 0.004731] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]&lt;BR /&gt;[ 0.005280] Detected VIPT I-cache on CPU4&lt;BR /&gt;[ 0.005297] GICv3: CPU4: found redistributor 2 region 0:0x0000000050940000&lt;BR /&gt;[ 0.005320] CPU4: Booted secondary processor 0x0000000002 [0x410fd034]&lt;BR /&gt;[ 0.005856] Detected VIPT I-cache on CPU5&lt;BR /&gt;[ 0.005871] GICv3: CPU5: found redistributor 3 region 0:0x0000000050960000&lt;BR /&gt;[ 0.005890] CPU5: Booted secondary processor 0x0000000003 [0x410fd034]&lt;BR /&gt;[ 0.006417] Detected VIPT I-cache on CPU6&lt;BR /&gt;[ 0.006435] GICv3: CPU6: found redistributor 102 region 0:0x00000000509c0000&lt;BR /&gt;[ 0.006458] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]&lt;BR /&gt;[ 0.007005] Detected VIPT I-cache on CPU7&lt;BR /&gt;[ 0.007023] GICv3: CPU7: found redistributor 103 region 0:0x00000000509e0000&lt;BR /&gt;[ 0.007042] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]&lt;BR /&gt;[ 0.007111] smp: Brought up 1 node, 8 CPUs&lt;BR /&gt;[ 0.007117] SMP: Total of 8 processors activated.&lt;BR /&gt;[ 0.007120] CPU features: detected: 32-bit EL0 Support&lt;BR /&gt;[ 0.007124] CPU features: detected: CRC32 instructions&lt;BR /&gt;[ 0.014622] CPU: All CPU(s) started at EL2&lt;BR /&gt;[ 0.014652] alternatives: patching kernel code&lt;BR /&gt;[ 0.015663] devtmpfs: initialized&lt;BR /&gt;[ 0.022455] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns&lt;BR /&gt;[ 0.022474] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)&lt;BR /&gt;[ 0.030513] pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;[ 0.031313] NET: Registered PF_NETLINK/PF_ROUTE protocol family&lt;BR /&gt;[ 0.032792] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations&lt;BR /&gt;[ 0.032945] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations&lt;BR /&gt;[ 0.033140] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations&lt;BR /&gt;[ 0.033523] thermal_sys: Registered thermal governor 'step_wise'&lt;BR /&gt;[ 0.033527] thermal_sys: Registered thermal governor 'user_space'&lt;BR /&gt;[ 0.034047] cpuidle: using governor menu&lt;BR /&gt;[ 0.034132] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.&lt;BR /&gt;[ 0.034265] ASID allocator initialised with 65536 entries&lt;BR /&gt;[ 0.034330] Serial: AMBA PL011 UART driver&lt;BR /&gt;[ 0.035103] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16&lt;BR /&gt;[ 0.035235] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.&lt;BR /&gt;[ 0.035289] arm-scmi firmware:scmi: SCMI Protocol v2.0 'NXP:S32G399A' Firmware version 0x0&lt;BR /&gt;[ 0.053489] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053501] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053505] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053509] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.061144] vgaarb: loaded&lt;BR /&gt;[ 0.061308] SCSI subsystem initialized&lt;BR /&gt;[ 0.061448] usbcore: registered new interface driver usbfs&lt;BR /&gt;[ 0.061474] usbcore: registered new interface driver hub&lt;BR /&gt;[ 0.061502] usbcore: registered new device driver usb&lt;BR /&gt;[ 0.061811] pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;[ 0.061814] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@linux.it&amp;gt;&lt;BR /&gt;[ 0.061825] PTP clock support registered&lt;BR /&gt;[ 0.062666] clocksource: Switched to clocksource arch_sys_counter&lt;BR /&gt;[ 0.067633] NET: Registered PF_INET protocol family&lt;BR /&gt;[ 0.067820] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)&lt;BR /&gt;[ 0.069243] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)&lt;BR /&gt;[ 0.069284] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)&lt;BR /&gt;[ 0.069295] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)&lt;BR /&gt;[ 0.069491] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)&lt;BR /&gt;[ 0.070080] TCP: Hash tables configured (established 32768 bind 32768)&lt;BR /&gt;[ 0.070194] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.070266] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.070523] NET: Registered PF_UNIX/PF_LOCAL protocol family&lt;BR /&gt;[ 0.070895] RPC: Registered named UNIX socket transport module.&lt;BR /&gt;[ 0.070899] RPC: Registered udp transport module.&lt;BR /&gt;[ 0.070902] RPC: Registered tcp transport module.&lt;BR /&gt;[ 0.070904] RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;[ 0.070912] PCI: CLS 0 bytes, default 64&lt;BR /&gt;[ 0.071145] Unpacking initramfs...&lt;BR /&gt;[ 0.087310] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available&lt;BR /&gt;[ 0.088643] workingset: timestamp_bits=62 max_order=20 bucket_order=0&lt;BR /&gt;[ 0.089446] fuse: init (API version 7.34)&lt;BR /&gt;[ 0.089586] NET: Registered PF_ALG protocol family&lt;BR /&gt;[ 0.089635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)&lt;BR /&gt;[ 0.089641] io scheduler mq-deadline registered&lt;BR /&gt;[ 0.089645] io scheduler kyber registered&lt;BR /&gt;[ 0.091656] s32g-siul2-pinctrl 4009c240.siul2-pinctrl: Initialized s32cc pinctrl driver&lt;BR /&gt;[ 0.091989] arm-scmi firmware:scmi: Failed. SCMI protocol 128 not active.&lt;BR /&gt;[ 0.092097] arm-scmi firmware:scmi: Failed. SCMI protocol 129 not active.&lt;BR /&gt;[ 0.092841] gpio-482 (DP83TG720_PFE1_RESET): hogged as output/low&lt;BR /&gt;[ 0.095015] 401c8000.serial: ttyLF0 at MMIO 0x401c8000 (irq = 39, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.095065] printk: console [ttyLF0] enabled&lt;BR /&gt;[ 0.095281] 401cc000.serial: ttyLF1 at MMIO 0x401cc000 (irq = 40, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.095521] 402bc000.serial: ttyLF2 at MMIO 0x402bc000 (irq = 58, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.097051] s32cc_fccu 4030c000.fccu: FCCU status is 0 (normal)&lt;BR /&gt;[ 0.100152] spi-nor spi6.0: mt25qu512a (65536 Kbytes)&lt;BR /&gt;[ 1.555864] Freeing initrd memory: 33988K&lt;BR /&gt;[ 1.559028] 7 fixed-partitions partitions found on MTD device 0.spi&lt;BR /&gt;[ 1.559035] Creating 7 MTD partitions on "0.spi":&lt;BR /&gt;[ 1.559043] 0x000000000000-0x000004000000 : "Flash-Image"&lt;BR /&gt;[ 1.559440] 0x000000000000-0x000000280000 : "FIP"&lt;BR /&gt;[ 1.559652] 0x000000280000-0x000000290000 : "U-Boot-Env"&lt;BR /&gt;[ 1.559872] 0x000000290000-0x000001160000 : "Kernel"&lt;BR /&gt;[ 1.560093] 0x000001160000-0x000001190000 : "DTB"&lt;BR /&gt;[ 1.560305] 0x000001190000-0x0000030a0000 : "Rootfs"&lt;BR /&gt;[ 1.560520] 0x0000030a0000-0x000004000000 : "PFE-Firmware"&lt;BR /&gt;[ 1.561926] vcan: Virtual CAN interface driver&lt;BR /&gt;[ 1.561932] slcan: serial line CAN interface driver&lt;BR /&gt;[ 1.561934] slcan: 10 dynamic interface channels.&lt;BR /&gt;[ 1.561939] CAN device driver interface&lt;BR /&gt;[ 1.562211] e100: Intel(R) PRO/100 Network Driver&lt;BR /&gt;[ 1.562214] e100: Copyright(c) 1999-2006 Intel Corporation&lt;BR /&gt;[ 1.562252] e1000: Intel(R) PRO/1000 Network Driver&lt;BR /&gt;[ 1.562254] e1000: Copyright (c) 1999-2006 Intel Corporation.&lt;BR /&gt;[ 1.562283] e1000e: Intel(R) PRO/1000 Network Driver&lt;BR /&gt;[ 1.562285] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.&lt;BR /&gt;[ 1.562310] igb: Intel(R) Gigabit Ethernet Network Driver&lt;BR /&gt;[ 1.562313] igb: Copyright (c) 2007-2014 Intel Corporation.&lt;BR /&gt;[ 1.563229] hse-uio 40210000.mu0b: firmware not found&lt;BR /&gt;[ 1.563440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;[ 1.563445] ehci-pci: EHCI PCI platform driver&lt;BR /&gt;[ 1.563582] usbcore: registered new interface driver uas&lt;BR /&gt;[ 1.563611] usbcore: registered new interface driver usb-storage&lt;BR /&gt;[ 1.565194] s32cc-rtc 40060000.rtc: registered as rtc0&lt;BR /&gt;[ 1.565216] s32cc-rtc 40060000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)&lt;BR /&gt;[ 1.565291] i2c_dev: i2c /dev entries driver&lt;BR /&gt;[ 1.565586] s32cc-wdt 4010c000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565715] s32cc-wdt 40200000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565833] s32cc-wdt 40204000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565954] s32cc-wdt 40208000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566091] s32cc-wdt 40500000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566211] s32cc-wdt 40504000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566330] s32cc-wdt 40508000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566451] s32cc-wdt 4050c000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566622] sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;[ 1.566625] sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;[ 1.566627] sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;[ 1.566835] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....&lt;BR /&gt;[ 1.567158] hse 40211000.mu1b: interface mu1b not active&lt;BR /&gt;[ 1.567235] mmc0: CQHCI version 5.10&lt;BR /&gt;[ 1.567470] usbcore: registered new interface driver usbhid&lt;BR /&gt;[ 1.567475] usbhid: USB HID core driver&lt;BR /&gt;[ 1.580000] s32-adc 401f8000.adc: Device initialized successfully.&lt;BR /&gt;[ 1.592488] s32-adc 402e8000.adc: Device initialized successfully.&lt;BR /&gt;[ 1.592618] nxp_s32cc_ddr_perf 403e0000.ddr-perf: probing device&lt;BR /&gt;[ 1.592892] nxp_s32cc_ddr_perf 403e0000.ddr-perf: device initialized successfully&lt;BR /&gt;[ 1.593217] s32-siul2-nvmem 4009c000.nvram: Initialized s32cc siul2 nvmem driver&lt;BR /&gt;[ 1.593329] s32-siul2-nvmem 44010000.nvram: Initialized s32cc siul2 nvmem driver&lt;BR /&gt;[ 1.593423] arm-scmi firmware:scmi: Failed. SCMI protocol 130 not active.&lt;BR /&gt;[ 1.593926] NET: Registered PF_INET6 protocol family&lt;BR /&gt;[ 1.594618] Segment Routing with IPv6&lt;BR /&gt;[ 1.594643] In-situ OAM (IOAM) with IPv6&lt;BR /&gt;[ 1.594695] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver&lt;BR /&gt;[ 1.595059] NET: Registered PF_PACKET protocol family&lt;BR /&gt;[ 1.595163] can: controller area network core&lt;BR /&gt;[ 1.595195] NET: Registered PF_CAN protocol family&lt;BR /&gt;[ 1.595199] can: raw protocol&lt;BR /&gt;[ 1.595204] can: broadcast manager protocol&lt;BR /&gt;[ 1.595211] can: netlink gateway - max_hops=1&lt;BR /&gt;[ 1.595229] 8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;[ 1.595497] printk: console [ttyLF0]: printing thread started&lt;BR /&gt;[ 1.598195] mmc0: SDHCI controller on 402f0000.mmc [402f0000.mmc] using ADMA&lt;BR /&gt;[ 1.664495] i2c i2c-4: using pinctrl states for GPIO recovery&lt;BR /&gt;[ 1.664559] i2c i2c-4: using generic GPIOs for recovery&lt;BR /&gt;[ 1.664630] i2c i2c-4: IMX I2C adapter registered&lt;BR /&gt;[ 1.664676] i2c i2c-4: using dma1chan18 (tx) and dma1chan19 (rx) for DMA transfers&lt;BR /&gt;[ 1.665101] phy-s32cc-serdes 40480000.serdes: Using mode 3 for SerDes subsystem&lt;BR /&gt;[ 1.671265] phy-s32cc-serdes 40480000.serdes: Unstable RX detected on XPCS1&lt;BR /&gt;[ 1.671288] phy-s32cc-serdes 40480000.serdes: Unstable RX detected on XPCS0&lt;BR /&gt;[ 1.671629] phy-s32cc-serdes 44180000.serdes: Using mode 3 for SerDes subsystem&lt;BR /&gt;[ 1.677754] phy-s32cc-serdes 44180000.serdes: Unstable RX detected on XPCS1&lt;BR /&gt;[ 1.677788] phy-s32cc-serdes 44180000.serdes: Unstable RX detected on XPCS0&lt;BR /&gt;[ 1.677979] s32cc-dwmac 4033c000.ethernet: IRQ eth_wake_irq not found&lt;BR /&gt;[ 1.677984] s32cc-dwmac 4033c000.ethernet: IRQ eth_lpi not found&lt;BR /&gt;[ 1.678501] s32cc-dwmac 4033c000.ethernet: User ID: 0x10, Synopsys ID: 0x52&lt;BR /&gt;[ 1.678510] s32cc-dwmac 4033c000.ethernet: DWMAC4/5&lt;BR /&gt;[ 1.678518] s32cc-dwmac 4033c000.ethernet: DMA HW capability register supported&lt;BR /&gt;[ 1.678523] s32cc-dwmac 4033c000.ethernet: RX Checksum Offload Engine supported&lt;BR /&gt;[ 1.678527] s32cc-dwmac 4033c000.ethernet: TX Checksum insertion supported&lt;BR /&gt;[ 1.678531] s32cc-dwmac 4033c000.ethernet: Wake-Up On Lan supported&lt;BR /&gt;[ 1.678571] s32cc-dwmac 4033c000.ethernet: Enabled workarounds for s32g274a platform&lt;BR /&gt;[ 1.678576] s32cc-dwmac 4033c000.ethernet: Enable RX Mitigation via HW Watchdog Timer&lt;BR /&gt;[ 1.678592] s32cc-dwmac 4033c000.ethernet: device MAC address a2:5c:fc:e0:b8:25&lt;BR /&gt;[ 1.678599] s32cc-dwmac 4033c000.ethernet: Enabled L3L4 Flow TC (entries=8)&lt;BR /&gt;[ 1.678604] s32cc-dwmac 4033c000.ethernet: Enabled RFS Flow TC (entries=8)&lt;BR /&gt;[ 1.678620] s32cc-dwmac 4033c000.ethernet: Enabling HW TC (entries=256, max_off=256)&lt;BR /&gt;[ 1.678627] s32cc-dwmac 4033c000.ethernet: Using 32 bits DMA width&lt;BR /&gt;[ 1.680145] imx_usb 44064000.usb: No over current polarity defined&lt;BR /&gt;[ 1.685414] mmc0: Command Queue Engine enabled&lt;BR /&gt;[ 1.685425] mmc0: new HS400 Enhanced strobe MMC card at address 0001&lt;BR /&gt;[ 1.685861] mmcblk0: mmc0:0001 G1M15L 29.6 GiB&lt;BR /&gt;[ 1.687233] mmcblk0: p1&lt;BR /&gt;[ 1.687537] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB&lt;BR /&gt;[ 1.688432] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB&lt;BR /&gt;[ 1.689277] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (242:0)&lt;BR /&gt;[ 1.694637] ci_hdrc ci_hdrc.0: EHCI Host Controller&lt;BR /&gt;[ 1.694768] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1&lt;BR /&gt;[ 2.054667] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00&lt;BR /&gt;[ 2.054798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15&lt;BR /&gt;[ 2.054805] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1&lt;BR /&gt;[ 2.054811] usb usb1: Product: EHCI Host Controller&lt;BR /&gt;[ 2.054815] usb usb1: Manufacturer: Linux 5.15.119-rt65+ge18f05316cd9 ehci_hcd&lt;BR /&gt;[ 2.054820] usb usb1: SerialNumber: ci_hdrc.0&lt;BR /&gt;[ 2.055135] hub 1-0:1.0: USB hub found&lt;BR /&gt;[ 2.055161] hub 1-0:1.0: 1 port detected&lt;BR /&gt;[ 2.088531] Freeing unused kernel memory: 1408K&lt;BR /&gt;[ 2.088627] Run /init as init process&lt;BR /&gt;[ 2.088630] with arguments:&lt;BR /&gt;[ 2.088632] /init&lt;BR /&gt;[ 2.088633] with environment:&lt;BR /&gt;[ 2.088635] HOME=/&lt;BR /&gt;[ 2.088637] TERM=linux&lt;BR /&gt;[ 2.117160] systemd[1]: System time before build time, advancing clock.&lt;BR /&gt;[ 2.254744] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)&lt;BR /&gt;[ 2.255334] systemd[1]: Detected architecture arm64.&lt;BR /&gt;[ 2.686806] systemd[1]: Hostname set to &amp;lt;s32g399avtvmcu2&amp;gt;.&lt;BR /&gt;[ 2.686924] systemd[1]: Initializing machine ID from random generator.&lt;BR /&gt;[ 2.791909] systemd[109]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.&lt;BR /&gt;[ 2.966535] systemd[1]: Queued start job for default target Multi-User System.&lt;BR /&gt;[ 2.982461] systemd[1]: Created slice Slice /system/getty.&lt;BR /&gt;[ 3.295594] systemd[1]: Created slice Slice /system/modprobe.&lt;BR /&gt;[ 3.319291] systemd[1]: Created slice Slice /system/serial-getty.&lt;BR /&gt;[ 3.343078] systemd[1]: Created slice User and Session Slice.&lt;BR /&gt;[ 3.366922] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.&lt;BR /&gt;[ 3.394843] systemd[1]: Started Forward Password Requests to Wall Directory Watch.&lt;BR /&gt;[ 3.418899] systemd[1]: Reached target Path Units.&lt;BR /&gt;[ 3.438761] systemd[1]: Reached target Remote File Systems.&lt;BR /&gt;[ 3.458754] systemd[1]: Reached target Slice Units.&lt;BR /&gt;[ 3.478772] systemd[1]: Reached target Swaps.&lt;BR /&gt;[ 3.507344] systemd[1]: Listening on RPCbind Server Activation Socket.&lt;BR /&gt;[ 3.530828] systemd[1]: Reached target RPC Port Mapper.&lt;BR /&gt;[ 3.551207] systemd[1]: Listening on Syslog Socket.&lt;BR /&gt;[ 3.570892] systemd[1]: Listening on initctl Compatibility Named Pipe.&lt;BR /&gt;[ 3.597385] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).&lt;BR /&gt;[ 3.597680] systemd[1]: Listening on Journal Socket (/dev/log).&lt;BR /&gt;[ 3.631049] systemd[1]: Listening on Journal Socket.&lt;BR /&gt;[ 3.651176] systemd[1]: Listening on Network Service Netlink Socket.&lt;BR /&gt;[ 3.675080] systemd[1]: Listening on udev Control Socket.&lt;BR /&gt;[ 3.694947] systemd[1]: Listening on udev Kernel Socket.&lt;BR /&gt;[ 3.714969] systemd[1]: Listening on User Database Manager Socket.&lt;BR /&gt;[ 3.740627] systemd[1]: Mounting Huge Pages File System...&lt;BR /&gt;[ 3.763052] systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).&lt;BR /&gt;[ 3.764843] systemd[1]: Mounting Kernel Debug File System...&lt;BR /&gt;[ 3.798995] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).&lt;BR /&gt;[ 3.799261] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.119-rt65+ge18f05316cd9/modules.devname).&lt;BR /&gt;[ 3.801351] systemd[1]: Starting Load Kernel Module configfs...&lt;BR /&gt;[ 3.852723] systemd[1]: Starting Load Kernel Module drm...&lt;BR /&gt;[ 3.876741] systemd[1]: Starting Load Kernel Module fuse...&lt;BR /&gt;[ 3.900649] systemd[1]: Starting RPC Bind...&lt;BR /&gt;[ 3.918824] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).&lt;BR /&gt;[ 3.922277] systemd[1]: Starting Journal Service...&lt;BR /&gt;[ 3.955264] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.&lt;BR /&gt;[ 3.956958] systemd[1]: Mounting NFSD configuration filesystem...&lt;BR /&gt;[ 3.992932] systemd[1]: Starting Generate network units from Kernel command line...&lt;BR /&gt;[ 4.021205] systemd[1]: Starting Remount Root and Kernel File Systems...&lt;BR /&gt;[ 4.049077] systemd[1]: Starting Apply Kernel Variables...&lt;BR /&gt;[ 4.076648] systemd[1]: Starting Coldplug All udev Devices...&lt;BR /&gt;[ 4.106325] systemd[1]: Started RPC Bind.&lt;BR /&gt;[ 4.126994] systemd[1]: Started Journal Service.&lt;BR /&gt;[ 4.427064] systemd-journald[133]: Received client request to flush runtime journal.&lt;BR /&gt;[ 4.826451] pfeng: loading out-of-tree module taints kernel.&lt;BR /&gt;[ 4.834123] pfeng 46000000.pfe: PFEng ethernet driver loading ...&lt;BR /&gt;[ 4.834142] pfeng 46000000.pfe: Version: 1.5.0&lt;BR /&gt;[ 4.834146] pfeng 46000000.pfe: Driver commit hash: M4_DRIVER_COMMIT_HASH&lt;BR /&gt;[ 4.834150] pfeng 46000000.pfe: Multi instance support: disabled (standalone)&lt;BR /&gt;[ 4.834154] pfeng 46000000.pfe: Compiled by: 11.3.0&lt;BR /&gt;[ 4.834187] pfeng 46000000.pfe: Cbus addr 0x46000000 size 0x1000000&lt;BR /&gt;[ 4.834195] pfeng 46000000.pfe: nxp,fw-class-name: s32g_pfe_class.fw&lt;BR /&gt;[ 4.834201] pfeng 46000000.pfe: nxp,fw-util-name: s32g_pfe_util.fw&lt;BR /&gt;[ 4.834262] pfeng 46000000.pfe: netif name: pfe1&lt;BR /&gt;[ 4.834270] pfeng 46000000.pfe: DT mac addr: 00:01:ca:ca:ef:22&lt;BR /&gt;[ 4.834279] pfeng 46000000.pfe: netif(pfe1) linked phyif: 1&lt;BR /&gt;[ 4.834284] pfeng 46000000.pfe: netif(pfe1) mode: std&lt;BR /&gt;[ 4.834297] pfeng 46000000.pfe: netif(pfe1) HIFs: count 1 map 02&lt;BR /&gt;[ 4.834307] pfeng 46000000.pfe: SGMII AN enabled on EMAC1&lt;BR /&gt;[ 4.834315] pfeng 46000000.pfe: EMAC1 interface mode: 4&lt;BR /&gt;[ 4.839522] pfeng 46000000.pfe: HIF channels mask: 0x0002&lt;BR /&gt;[ 4.839586] pfeng 46000000.pfe: PFE port coherency enabled, mask 0x1e&lt;BR /&gt;[ 4.839873] pfeng 46000000.pfe: Clocks: sys=300MHz pe=600MHz&lt;BR /&gt;[ 4.839893] pfeng 46000000.pfe: Interface selected: EMAC0: 0xffffffff EMAC1: 0x4 EMAC2: 0xffffffff&lt;BR /&gt;[ 4.840581] pfeng 46000000.pfe: PFE controller reset done&lt;BR /&gt;[ 4.840660] pfeng 46000000.pfe: TX clock on EMAC1 for interface sgmii installed&lt;BR /&gt;[ 4.840703] pfeng 46000000.pfe: RX clock on EMAC1 for interface sgmii installed&lt;BR /&gt;[ 4.840842] pfeng 46000000.pfe: assigned reserved memory node pfebufs@34000000&lt;BR /&gt;[ 4.840885] pfeng 46000000.pfe: assigned reserved memory node pfebufs@34080000&lt;BR /&gt;[ 4.840960] pfeng 46000000.pfe: assigned reserved memory node pfebufs@83200000&lt;BR /&gt;[ 4.840993] pfeng 46000000.pfe: assigned reserved memory node pfebufs@835e0000&lt;BR /&gt;[ 4.841272] pfeng 46000000.pfe: Firmware: CLASS s32g_pfe_class.fw [42800 bytes]&lt;BR /&gt;[ 4.841279] pfeng 46000000.pfe: Firmware: UTIL s32g_pfe_util.fw [20716 bytes]&lt;BR /&gt;[ 4.841295] pfeng 46000000.pfe: PFE CBUS p0x46000000 mapped @ v0xffffffc00a000000 (0x1000000 bytes)&lt;BR /&gt;[ 4.841306] pfeng 46000000.pfe: Silicon S32G3&lt;BR /&gt;[ 4.841313] pfeng 46000000.pfe: Fail-Stop mode disabled&lt;BR /&gt;[ 4.844314] pfeng 46000000.pfe: PFE_ERRORS:Parity instance created&lt;BR /&gt;[ 4.844327] pfeng 46000000.pfe: PFE_ERRORS:Watchdog instance created&lt;BR /&gt;[ 4.844333] pfeng 46000000.pfe: PFE_ERRORS:Bus Error instance created&lt;BR /&gt;[ 4.844342] pfeng 46000000.pfe: PFE_ERRORS:FW Fail Stop instance created&lt;BR /&gt;[ 4.844348] pfeng 46000000.pfe: PFE_ERRORS:Host Fail Stop instance created&lt;BR /&gt;[ 4.844353] pfeng 46000000.pfe: PFE_ERRORS:Fail Stop instance created&lt;BR /&gt;[ 4.844358] pfeng 46000000.pfe: PFE_ERRORS:ECC Err instance created&lt;BR /&gt;[ 4.844372] pfeng 46000000.pfe: BMU1 buffer base: p0xc0000000&lt;BR /&gt;[ 4.844475] pfeng 46000000.pfe: BMU2 buffer base: p0x34000000 (0x80000 bytes)&lt;BR /&gt;[ 4.845766] pfeng 46000000.pfe: register IRQ 70 by name 'PFE BMU IRQ'&lt;BR /&gt;[ 4.845979] pfeng 46000000.pfe: Firmware .elf detected&lt;BR /&gt;[ 4.845985] pfeng 46000000.pfe: BMU_EMPTY_INT (BMU @ p0x(____ptrval____)). Pool ready.&lt;BR /&gt;[ 4.845987] pfeng 46000000.pfe: Uploading CLASS firmware&lt;BR /&gt;[ 4.845993] pfeng 46000000.pfe: BMU_EMPTY_INT (BMU @ p0x(____ptrval____)). Pool ready.&lt;BR /&gt;[ 4.845994] pfeng 46000000.pfe: Selected FW loading OPs to load 8 PEs in parallel&lt;BR /&gt;[ 4.865530] pfeng 46000000.pfe: pfe_ct.h file version"92367c0e25f21f49217a9b08168ad2c8"&lt;BR /&gt;[ 4.881090] pfeng 46000000.pfe: [FW VERSION] 1.7.1, Build: Jul 4 2023, 12:58:07 (nogitaaa), ID: 0x31454650&lt;BR /&gt;[ 4.881397] pfeng 46000000.pfe: EMAC timestamp external mode bitmap: 0&lt;BR /&gt;[ 4.881451] pfeng 46000000.pfe: Uploading UTIL firmware&lt;BR /&gt;[ 4.881457] pfeng 46000000.pfe: Selected FW loading OPs to load 1 PEs in parallel&lt;BR /&gt;[ 4.883940] pfeng 46000000.pfe: pfe_ct.h file version"92367c0e25f21f49217a9b08168ad2c8"&lt;BR /&gt;[ 4.884987] pfeng 46000000.pfe: FW feature: drv_run_on_g3&lt;BR /&gt;[ 4.884996] pfeng 46000000.pfe: FW feature: jumbo_frames&lt;BR /&gt;[ 4.885002] pfeng 46000000.pfe: FW feature: software_vlan_table&lt;BR /&gt;[ 4.885006] pfeng 46000000.pfe: FW feature: timestamping&lt;BR /&gt;[ 4.885011] pfeng 46000000.pfe: FW feature: qos_mapping&lt;BR /&gt;[ 4.885015] pfeng 46000000.pfe: FW feature: core_functionality&lt;BR /&gt;[ 4.885019] pfeng 46000000.pfe: FW feature: extended_features&lt;BR /&gt;[ 4.885026] pfeng 46000000.pfe: FW feature: flexible_router&lt;BR /&gt;[ 4.885030] pfeng 46000000.pfe: FW feature: validate_hif_csum&lt;BR /&gt;[ 4.885034] pfeng 46000000.pfe: FW feature: err051211_workaround&lt;BR /&gt;[ 4.885039] pfeng 46000000.pfe: FW feature: IPsec&lt;BR /&gt;[ 4.885043] pfeng 46000000.pfe: FW feature: l2_bridge_aging&lt;BR /&gt;[ 4.885047] pfeng 46000000.pfe: FW feature: receive_malformed&lt;BR /&gt;[ 4.885052] pfeng 46000000.pfe: FW feature: ptp_conf_check&lt;BR /&gt;[ 4.885057] pfeng 46000000.pfe: FW feature: vlan_conf_check&lt;BR /&gt;[ 4.885063] pfeng 46000000.pfe: FW feature: hash_load_spread&lt;BR /&gt;[ 4.885067] pfeng 46000000.pfe: FW feature: egress_vlan&lt;BR /&gt;[ 4.885071] pfeng 46000000.pfe: FW feature: ingress_vlan&lt;BR /&gt;[ 4.885075] pfeng 46000000.pfe: FW feature: safety&lt;BR /&gt;[ 4.889819] pfeng 46000000.pfe: VLAN ID incorrect or not set. Using default VLAN ID = 0x01.&lt;BR /&gt;[ 4.889845] pfeng 46000000.pfe: VLAN stats size incorrect or not set. Using default VLAN stats size = 20.&lt;BR /&gt;[ 4.889943] pfeng 46000000.pfe: Software vlan hash table @ p0x20001228&lt;BR /&gt;[ 4.890122] pfeng 46000000.pfe: Fall-back bridge domain @ 0x20000a7c (class)&lt;BR /&gt;[ 4.890127] pfeng 46000000.pfe: Default bridge domain @ 0x20000a74 (class)&lt;BR /&gt;[ 4.899269] pfeng 46000000.pfe: Routing table created, Hash Table @ p0xc00e0000, Pool @ p0xc00e8000 (65536 bytes)&lt;BR /&gt;[ 4.899527] pfeng 46000000.pfe: Feature err051211_workaround: DISABLED&lt;BR /&gt;[ 4.907423] pfeng 46000000.pfe: MDIO bus 0 disabled: Not found in DT&lt;BR /&gt;[ 5.043276] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0&lt;BR /&gt;[ 5.046156] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-1&lt;BR /&gt;[ 5.049389] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-2&lt;BR /&gt;[ 5.052581] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-3&lt;BR /&gt;[ 5.055786] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-4&lt;BR /&gt;[ 5.059344] s32cc-dwmac 4033c000.ethernet eth0: Enabling Safety Features&lt;BR /&gt;[ 5.059413] s32cc-dwmac 4033c000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported&lt;BR /&gt;[ 5.059690] s32cc-dwmac 4033c000.ethernet eth0: registered PTP clock&lt;BR /&gt;[ 5.061449] s32cc-dwmac 4033c000.ethernet eth0: FPE workqueue start&lt;BR /&gt;[ 5.061460] s32cc-dwmac 4033c000.ethernet eth0: configuring for fixed/sgmii link mode&lt;BR /&gt;[ 5.061671] s32cc-dwmac 4033c000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 5.062309] 8021q: adding VLAN 0 to HW filter on device eth0&lt;BR /&gt;[ 5.128577] pfeng 46000000.pfe: MDIO bus 1 enabled&lt;BR /&gt;[ 5.128587] pfeng 46000000.pfe: MDIO bus 2 disabled: Not found in DT&lt;BR /&gt;[ 5.128594] pfeng 46000000.pfe: HIF0 not configured, skipped&lt;BR /&gt;[ 5.128874] pfeng 46000000.pfe: HIF1 enabled&lt;BR /&gt;[ 5.128880] pfeng 46000000.pfe: HIF2 not configured, skipped&lt;BR /&gt;[ 5.128884] pfeng 46000000.pfe: HIF3 not configured, skipped&lt;BR /&gt;[ 5.128941] pfeng 46000000.pfe pfe1 (uninitialized): Subscribe to HIF1&lt;BR /&gt;[ 5.128948] pfeng 46000000.pfe pfe1 (uninitialized): Host LLTX disabled&lt;BR /&gt;[ 5.129372] pfeng 46000000.pfe pfe1 (uninitialized): Enable HIF1&lt;BR /&gt;[ 5.129535] pfeng 46000000.pfe pfe1 (uninitialized): setting MAC addr: 00:01:ca:ca:ef:22&lt;BR /&gt;[ 5.129562] pfeng 46000000.pfe pfe1 (uninitialized): PTP HW addend 0x80000000, max_adj configured to 46566128 ppb&lt;BR /&gt;[ 5.129571] pfeng 46000000.pfe: IEEE1588: Input Clock: 200000000Hz, Output: 100000000Hz, Accuracy: 10.0ns&lt;BR /&gt;[ 5.130055] pfeng 46000000.pfe pfe1 (uninitialized): Registered PTP HW clock successfully on EMAC1&lt;BR /&gt;[ 5.130642] pfeng 46000000.pfe pfe1: registered&lt;BR /&gt;[ 5.298704] pfeng 46000000.pfe: HIF1 started&lt;BR /&gt;[ 5.608750] pfeng 46000000.pfe pfe1: PHY [PFEng Ethernet MDIO.1:0a] driver [TI DP83TG720CS1.1] (irq=POLL)&lt;BR /&gt;[ 5.608765] pfeng 46000000.pfe pfe1: configuring for inband/sgmii link mode&lt;BR /&gt;[ 5.608841] pfeng 46000000.pfe pfe1: Speed not supported&lt;BR /&gt;[ 6.126354] random: dbus-daemon: uninitialized urandom read (12 bytes read)&lt;BR /&gt;[ 6.134777] random: dbus-daemon: uninitialized urandom read (12 bytes read)&lt;BR /&gt;[ 6.247041] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 8.880643] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 8.910226] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 11.790668] random: crng init done&lt;BR /&gt;root@s32g399avtvmcu2:~#&lt;BR /&gt;root@s32g399avtvmcu2:~# dmesg | grep -i llc&lt;BR /&gt;root@s32g399avtvmcu2:~# clear&lt;/P&gt;&lt;P&gt;root@s32g399avtvmcu2:~# dmesg&lt;BR /&gt;[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]&lt;BR /&gt;[ 0.000000] Linux version 5.15.119-rt65+ge18f05316cd9 (oe-user@oe-host) (aarch64-fsl-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Fri Sep 15 16:46:03 UTC 2023&lt;BR /&gt;[ 0.000000] Machine model: NXP S32G399A-RDB3&lt;BR /&gt;[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000083200000, size 3 MiB&lt;BR /&gt;[ 0.000000] OF: reserved mem: initialized node pfebufs@83200000, compatible id shared-dma-pool&lt;BR /&gt;[ 0.000000] Zone ranges:&lt;BR /&gt;[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]&lt;BR /&gt;[ 0.000000] DMA32 empty&lt;BR /&gt;[ 0.000000] Normal [mem 0x0000000100000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] Movable zone start for each node&lt;BR /&gt;[ 0.000000] Early memory node ranges&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000831fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000083200000-0x00000000835dffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000835e0000-0x0000000083ffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000084000000-0x00000000843fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000084400000-0x00000000bfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000c07fffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000c0800000-0x00000000cfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x00000000d0001000-0x00000000dfffffff]&lt;BR /&gt;[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008dfffffff]&lt;BR /&gt;[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges&lt;BR /&gt;[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000&lt;BR /&gt;[ 0.000000] psci: probing for conduit method from DT.&lt;BR /&gt;[ 0.000000] psci: PSCIv1.1 detected in firmware.&lt;BR /&gt;[ 0.000000] psci: Using standard PSCI v0.2 function IDs&lt;BR /&gt;[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.&lt;BR /&gt;[ 0.000000] psci: SMC Calling Convention v1.2&lt;BR /&gt;[ 0.000000] percpu: Embedded 18 pages/cpu s35736 r8192 d29800 u73728&lt;BR /&gt;[ 0.000000] pcpu-alloc: s35736 r8192 d29800 u73728 alloc=18*4096&lt;BR /&gt;[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7&lt;BR /&gt;[ 0.000000] Detected VIPT I-cache on CPU0&lt;BR /&gt;[ 0.000000] CPU features: detected: GIC system register CPU interface&lt;BR /&gt;[ 0.000000] CPU features: detected: ARM erratum 845719&lt;BR /&gt;[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, 1530923, or 1530924&lt;BR /&gt;[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 775679&lt;BR /&gt;[ 0.000000] Kernel command line: console=ttyLF0,115200 root=/dev/ram0 rw&lt;BR /&gt;[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)&lt;BR /&gt;[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)&lt;BR /&gt;[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off&lt;BR /&gt;[ 0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)&lt;BR /&gt;[ 0.000000] Memory: 2694016K/3145724K available (9152K kernel code, 646K rwdata, 3080K rodata, 1408K init, 220K bss, 189564K reserved, 262144K cma-reserved)&lt;BR /&gt;[ 0.000000] rcu: Preemptible hierarchical RCU implementation.&lt;BR /&gt;[ 0.000000] rcu: RCU event tracing is enabled.&lt;BR /&gt;[ 0.000000] Trampoline variant of Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] Tracing variant of Tasks RCU enabled.&lt;BR /&gt;[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.&lt;BR /&gt;[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0&lt;BR /&gt;[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode&lt;BR /&gt;[ 0.000000] GICv3: 544 SPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: 0 Extended SPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: Distributor has no Range Selector support&lt;BR /&gt;[ 0.000000] GICv3: MBI range [167:182]&lt;BR /&gt;[ 0.000000] GICv3: Using MBI frame 0x0000000050800000&lt;BR /&gt;[ 0.000000] Root IRQ handler: gic_handle_irq&lt;BR /&gt;[ 0.000000] GICv3: 16 PPIs implemented&lt;BR /&gt;[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000050900000&lt;BR /&gt;[ 0.000000] ITS: No ITS available, not enabling LPIs&lt;BR /&gt;[ 0.000000] arch_timer: cp15 timer(s) running at 5.00MHz (phys).&lt;BR /&gt;[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x127350b88, max_idle_ns: 440795202120 ns&lt;BR /&gt;[ 0.000000] sched_clock: 56 bits at 5MHz, resolution 200ns, wraps every 4398046511100ns&lt;BR /&gt;[ 0.000524] Console: colour dummy device 80x25&lt;BR /&gt;[ 0.000576] Calibrating delay loop (skipped), value calculated using timer frequency.. 10.00 BogoMIPS (lpj=20000)&lt;BR /&gt;[ 0.000585] pid_max: default: 32768 minimum: 301&lt;BR /&gt;[ 0.000761] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.000782] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.002253] rcu: Hierarchical SRCU implementation.&lt;BR /&gt;[ 0.002836] smp: Bringing up secondary CPUs ...&lt;BR /&gt;[ 0.003394] Detected VIPT I-cache on CPU1&lt;BR /&gt;[ 0.003424] GICv3: CPU1: found redistributor 1 region 0:0x0000000050920000&lt;BR /&gt;[ 0.003459] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]&lt;BR /&gt;[ 0.004064] Detected VIPT I-cache on CPU2&lt;BR /&gt;[ 0.004091] GICv3: CPU2: found redistributor 100 region 0:0x0000000050980000&lt;BR /&gt;[ 0.004122] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]&lt;BR /&gt;[ 0.004696] Detected VIPT I-cache on CPU3&lt;BR /&gt;[ 0.004713] GICv3: CPU3: found redistributor 101 region 0:0x00000000509a0000&lt;BR /&gt;[ 0.004731] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]&lt;BR /&gt;[ 0.005280] Detected VIPT I-cache on CPU4&lt;BR /&gt;[ 0.005297] GICv3: CPU4: found redistributor 2 region 0:0x0000000050940000&lt;BR /&gt;[ 0.005320] CPU4: Booted secondary processor 0x0000000002 [0x410fd034]&lt;BR /&gt;[ 0.005856] Detected VIPT I-cache on CPU5&lt;BR /&gt;[ 0.005871] GICv3: CPU5: found redistributor 3 region 0:0x0000000050960000&lt;BR /&gt;[ 0.005890] CPU5: Booted secondary processor 0x0000000003 [0x410fd034]&lt;BR /&gt;[ 0.006417] Detected VIPT I-cache on CPU6&lt;BR /&gt;[ 0.006435] GICv3: CPU6: found redistributor 102 region 0:0x00000000509c0000&lt;BR /&gt;[ 0.006458] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]&lt;BR /&gt;[ 0.007005] Detected VIPT I-cache on CPU7&lt;BR /&gt;[ 0.007023] GICv3: CPU7: found redistributor 103 region 0:0x00000000509e0000&lt;BR /&gt;[ 0.007042] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]&lt;BR /&gt;[ 0.007111] smp: Brought up 1 node, 8 CPUs&lt;BR /&gt;[ 0.007117] SMP: Total of 8 processors activated.&lt;BR /&gt;[ 0.007120] CPU features: detected: 32-bit EL0 Support&lt;BR /&gt;[ 0.007124] CPU features: detected: CRC32 instructions&lt;BR /&gt;[ 0.014622] CPU: All CPU(s) started at EL2&lt;BR /&gt;[ 0.014652] alternatives: patching kernel code&lt;BR /&gt;[ 0.015663] devtmpfs: initialized&lt;BR /&gt;[ 0.022455] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns&lt;BR /&gt;[ 0.022474] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)&lt;BR /&gt;[ 0.030513] pinctrl core: initialized pinctrl subsystem&lt;BR /&gt;[ 0.031313] NET: Registered PF_NETLINK/PF_ROUTE protocol family&lt;BR /&gt;[ 0.032792] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations&lt;BR /&gt;[ 0.032945] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations&lt;BR /&gt;[ 0.033140] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations&lt;BR /&gt;[ 0.033523] thermal_sys: Registered thermal governor 'step_wise'&lt;BR /&gt;[ 0.033527] thermal_sys: Registered thermal governor 'user_space'&lt;BR /&gt;[ 0.034047] cpuidle: using governor menu&lt;BR /&gt;[ 0.034132] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.&lt;BR /&gt;[ 0.034265] ASID allocator initialised with 65536 entries&lt;BR /&gt;[ 0.034330] Serial: AMBA PL011 UART driver&lt;BR /&gt;[ 0.035103] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16&lt;BR /&gt;[ 0.035235] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.&lt;BR /&gt;[ 0.035289] arm-scmi firmware:scmi: SCMI Protocol v2.0 'NXP:S32G399A' Firmware version 0x0&lt;BR /&gt;[ 0.053489] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053501] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053505] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.053509] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages&lt;BR /&gt;[ 0.061144] vgaarb: loaded&lt;BR /&gt;[ 0.061308] SCSI subsystem initialized&lt;BR /&gt;[ 0.061448] usbcore: registered new interface driver usbfs&lt;BR /&gt;[ 0.061474] usbcore: registered new interface driver hub&lt;BR /&gt;[ 0.061502] usbcore: registered new device driver usb&lt;BR /&gt;[ 0.061811] pps_core: LinuxPPS API ver. 1 registered&lt;BR /&gt;[ 0.061814] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti &amp;lt;giometti@linux.it&amp;gt;&lt;BR /&gt;[ 0.061825] PTP clock support registered&lt;BR /&gt;[ 0.062666] clocksource: Switched to clocksource arch_sys_counter&lt;BR /&gt;[ 0.067633] NET: Registered PF_INET protocol family&lt;BR /&gt;[ 0.067820] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)&lt;BR /&gt;[ 0.069243] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)&lt;BR /&gt;[ 0.069284] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)&lt;BR /&gt;[ 0.069295] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)&lt;BR /&gt;[ 0.069491] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)&lt;BR /&gt;[ 0.070080] TCP: Hash tables configured (established 32768 bind 32768)&lt;BR /&gt;[ 0.070194] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.070266] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)&lt;BR /&gt;[ 0.070523] NET: Registered PF_UNIX/PF_LOCAL protocol family&lt;BR /&gt;[ 0.070895] RPC: Registered named UNIX socket transport module.&lt;BR /&gt;[ 0.070899] RPC: Registered udp transport module.&lt;BR /&gt;[ 0.070902] RPC: Registered tcp transport module.&lt;BR /&gt;[ 0.070904] RPC: Registered tcp NFSv4.1 backchannel transport module.&lt;BR /&gt;[ 0.070912] PCI: CLS 0 bytes, default 64&lt;BR /&gt;[ 0.071145] Unpacking initramfs...&lt;BR /&gt;[ 0.087310] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available&lt;BR /&gt;[ 0.088643] workingset: timestamp_bits=62 max_order=20 bucket_order=0&lt;BR /&gt;[ 0.089446] fuse: init (API version 7.34)&lt;BR /&gt;[ 0.089586] NET: Registered PF_ALG protocol family&lt;BR /&gt;[ 0.089635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)&lt;BR /&gt;[ 0.089641] io scheduler mq-deadline registered&lt;BR /&gt;[ 0.089645] io scheduler kyber registered&lt;BR /&gt;[ 0.091656] s32g-siul2-pinctrl 4009c240.siul2-pinctrl: Initialized s32cc pinctrl driver&lt;BR /&gt;[ 0.091989] arm-scmi firmware:scmi: Failed. SCMI protocol 128 not active.&lt;BR /&gt;[ 0.092097] arm-scmi firmware:scmi: Failed. SCMI protocol 129 not active.&lt;BR /&gt;[ 0.092841] gpio-482 (DP83TG720_PFE1_RESET): hogged as output/low&lt;BR /&gt;[ 0.095015] 401c8000.serial: ttyLF0 at MMIO 0x401c8000 (irq = 39, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.095065] printk: console [ttyLF0] enabled&lt;BR /&gt;[ 0.095281] 401cc000.serial: ttyLF1 at MMIO 0x401cc000 (irq = 40, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.095521] 402bc000.serial: ttyLF2 at MMIO 0x402bc000 (irq = 58, base_baud = 7812500) is a FSL_LINFLEX&lt;BR /&gt;[ 0.097051] s32cc_fccu 4030c000.fccu: FCCU status is 0 (normal)&lt;BR /&gt;[ 0.100152] spi-nor spi6.0: mt25qu512a (65536 Kbytes)&lt;BR /&gt;[ 1.555864] Freeing initrd memory: 33988K&lt;BR /&gt;[ 1.559028] 7 fixed-partitions partitions found on MTD device 0.spi&lt;BR /&gt;[ 1.559035] Creating 7 MTD partitions on "0.spi":&lt;BR /&gt;[ 1.559043] 0x000000000000-0x000004000000 : "Flash-Image"&lt;BR /&gt;[ 1.559440] 0x000000000000-0x000000280000 : "FIP"&lt;BR /&gt;[ 1.559652] 0x000000280000-0x000000290000 : "U-Boot-Env"&lt;BR /&gt;[ 1.559872] 0x000000290000-0x000001160000 : "Kernel"&lt;BR /&gt;[ 1.560093] 0x000001160000-0x000001190000 : "DTB"&lt;BR /&gt;[ 1.560305] 0x000001190000-0x0000030a0000 : "Rootfs"&lt;BR /&gt;[ 1.560520] 0x0000030a0000-0x000004000000 : "PFE-Firmware"&lt;BR /&gt;[ 1.561926] vcan: Virtual CAN interface driver&lt;BR /&gt;[ 1.561932] slcan: serial line CAN interface driver&lt;BR /&gt;[ 1.561934] slcan: 10 dynamic interface channels.&lt;BR /&gt;[ 1.561939] CAN device driver interface&lt;BR /&gt;[ 1.562211] e100: Intel(R) PRO/100 Network Driver&lt;BR /&gt;[ 1.562214] e100: Copyright(c) 1999-2006 Intel Corporation&lt;BR /&gt;[ 1.562252] e1000: Intel(R) PRO/1000 Network Driver&lt;BR /&gt;[ 1.562254] e1000: Copyright (c) 1999-2006 Intel Corporation.&lt;BR /&gt;[ 1.562283] e1000e: Intel(R) PRO/1000 Network Driver&lt;BR /&gt;[ 1.562285] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.&lt;BR /&gt;[ 1.562310] igb: Intel(R) Gigabit Ethernet Network Driver&lt;BR /&gt;[ 1.562313] igb: Copyright (c) 2007-2014 Intel Corporation.&lt;BR /&gt;[ 1.563229] hse-uio 40210000.mu0b: firmware not found&lt;BR /&gt;[ 1.563440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver&lt;BR /&gt;[ 1.563445] ehci-pci: EHCI PCI platform driver&lt;BR /&gt;[ 1.563582] usbcore: registered new interface driver uas&lt;BR /&gt;[ 1.563611] usbcore: registered new interface driver usb-storage&lt;BR /&gt;[ 1.565194] s32cc-rtc 40060000.rtc: registered as rtc0&lt;BR /&gt;[ 1.565216] s32cc-rtc 40060000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)&lt;BR /&gt;[ 1.565291] i2c_dev: i2c /dev entries driver&lt;BR /&gt;[ 1.565586] s32cc-wdt 4010c000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565715] s32cc-wdt 40200000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565833] s32cc-wdt 40204000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.565954] s32cc-wdt 40208000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566091] s32cc-wdt 40500000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566211] s32cc-wdt 40504000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566330] s32cc-wdt 40508000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566451] s32cc-wdt 4050c000.watchdog: S32CC Watchdog Timer Registered. timeout=30s (nowayout=0)&lt;BR /&gt;[ 1.566622] sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt;[ 1.566625] sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt;[ 1.566627] sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt;[ 1.566835] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....&lt;BR /&gt;[ 1.567158] hse 40211000.mu1b: interface mu1b not active&lt;BR /&gt;[ 1.567235] mmc0: CQHCI version 5.10&lt;BR /&gt;[ 1.567470] usbcore: registered new interface driver usbhid&lt;BR /&gt;[ 1.567475] usbhid: USB HID core driver&lt;BR /&gt;[ 1.580000] s32-adc 401f8000.adc: Device initialized successfully.&lt;BR /&gt;[ 1.592488] s32-adc 402e8000.adc: Device initialized successfully.&lt;BR /&gt;[ 1.592618] nxp_s32cc_ddr_perf 403e0000.ddr-perf: probing device&lt;BR /&gt;[ 1.592892] nxp_s32cc_ddr_perf 403e0000.ddr-perf: device initialized successfully&lt;BR /&gt;[ 1.593217] s32-siul2-nvmem 4009c000.nvram: Initialized s32cc siul2 nvmem driver&lt;BR /&gt;[ 1.593329] s32-siul2-nvmem 44010000.nvram: Initialized s32cc siul2 nvmem driver&lt;BR /&gt;[ 1.593423] arm-scmi firmware:scmi: Failed. SCMI protocol 130 not active.&lt;BR /&gt;[ 1.593926] NET: Registered PF_INET6 protocol family&lt;BR /&gt;[ 1.594618] Segment Routing with IPv6&lt;BR /&gt;[ 1.594643] In-situ OAM (IOAM) with IPv6&lt;BR /&gt;[ 1.594695] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver&lt;BR /&gt;[ 1.595059] NET: Registered PF_PACKET protocol family&lt;BR /&gt;[ 1.595163] can: controller area network core&lt;BR /&gt;[ 1.595195] NET: Registered PF_CAN protocol family&lt;BR /&gt;[ 1.595199] can: raw protocol&lt;BR /&gt;[ 1.595204] can: broadcast manager protocol&lt;BR /&gt;[ 1.595211] can: netlink gateway - max_hops=1&lt;BR /&gt;[ 1.595229] 8021q: 802.1Q VLAN Support v1.8&lt;BR /&gt;[ 1.595497] printk: console [ttyLF0]: printing thread started&lt;BR /&gt;[ 1.598195] mmc0: SDHCI controller on 402f0000.mmc [402f0000.mmc] using ADMA&lt;BR /&gt;[ 1.664495] i2c i2c-4: using pinctrl states for GPIO recovery&lt;BR /&gt;[ 1.664559] i2c i2c-4: using generic GPIOs for recovery&lt;BR /&gt;[ 1.664630] i2c i2c-4: IMX I2C adapter registered&lt;BR /&gt;[ 1.664676] i2c i2c-4: using dma1chan18 (tx) and dma1chan19 (rx) for DMA transfers&lt;BR /&gt;[ 1.665101] phy-s32cc-serdes 40480000.serdes: Using mode 3 for SerDes subsystem&lt;BR /&gt;[ 1.671265] phy-s32cc-serdes 40480000.serdes: Unstable RX detected on XPCS1&lt;BR /&gt;[ 1.671288] phy-s32cc-serdes 40480000.serdes: Unstable RX detected on XPCS0&lt;BR /&gt;[ 1.671629] phy-s32cc-serdes 44180000.serdes: Using mode 3 for SerDes subsystem&lt;BR /&gt;[ 1.677754] phy-s32cc-serdes 44180000.serdes: Unstable RX detected on XPCS1&lt;BR /&gt;[ 1.677788] phy-s32cc-serdes 44180000.serdes: Unstable RX detected on XPCS0&lt;BR /&gt;[ 1.677979] s32cc-dwmac 4033c000.ethernet: IRQ eth_wake_irq not found&lt;BR /&gt;[ 1.677984] s32cc-dwmac 4033c000.ethernet: IRQ eth_lpi not found&lt;BR /&gt;[ 1.678501] s32cc-dwmac 4033c000.ethernet: User ID: 0x10, Synopsys ID: 0x52&lt;BR /&gt;[ 1.678510] s32cc-dwmac 4033c000.ethernet: DWMAC4/5&lt;BR /&gt;[ 1.678518] s32cc-dwmac 4033c000.ethernet: DMA HW capability register supported&lt;BR /&gt;[ 1.678523] s32cc-dwmac 4033c000.ethernet: RX Checksum Offload Engine supported&lt;BR /&gt;[ 1.678527] s32cc-dwmac 4033c000.ethernet: TX Checksum insertion supported&lt;BR /&gt;[ 1.678531] s32cc-dwmac 4033c000.ethernet: Wake-Up On Lan supported&lt;BR /&gt;[ 1.678571] s32cc-dwmac 4033c000.ethernet: Enabled workarounds for s32g274a platform&lt;BR /&gt;[ 1.678576] s32cc-dwmac 4033c000.ethernet: Enable RX Mitigation via HW Watchdog Timer&lt;BR /&gt;[ 1.678592] s32cc-dwmac 4033c000.ethernet: device MAC address a2:5c:fc:e0:b8:25&lt;BR /&gt;[ 1.678599] s32cc-dwmac 4033c000.ethernet: Enabled L3L4 Flow TC (entries=8)&lt;BR /&gt;[ 1.678604] s32cc-dwmac 4033c000.ethernet: Enabled RFS Flow TC (entries=8)&lt;BR /&gt;[ 1.678620] s32cc-dwmac 4033c000.ethernet: Enabling HW TC (entries=256, max_off=256)&lt;BR /&gt;[ 1.678627] s32cc-dwmac 4033c000.ethernet: Using 32 bits DMA width&lt;BR /&gt;[ 1.680145] imx_usb 44064000.usb: No over current polarity defined&lt;BR /&gt;[ 1.685414] mmc0: Command Queue Engine enabled&lt;BR /&gt;[ 1.685425] mmc0: new HS400 Enhanced strobe MMC card at address 0001&lt;BR /&gt;[ 1.685861] mmcblk0: mmc0:0001 G1M15L 29.6 GiB&lt;BR /&gt;[ 1.687233] mmcblk0: p1&lt;BR /&gt;[ 1.687537] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB&lt;BR /&gt;[ 1.688432] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB&lt;BR /&gt;[ 1.689277] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (242:0)&lt;BR /&gt;[ 1.694637] ci_hdrc ci_hdrc.0: EHCI Host Controller&lt;BR /&gt;[ 1.694768] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1&lt;BR /&gt;[ 2.054667] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00&lt;BR /&gt;[ 2.054798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15&lt;BR /&gt;[ 2.054805] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1&lt;BR /&gt;[ 2.054811] usb usb1: Product: EHCI Host Controller&lt;BR /&gt;[ 2.054815] usb usb1: Manufacturer: Linux 5.15.119-rt65+ge18f05316cd9 ehci_hcd&lt;BR /&gt;[ 2.054820] usb usb1: SerialNumber: ci_hdrc.0&lt;BR /&gt;[ 2.055135] hub 1-0:1.0: USB hub found&lt;BR /&gt;[ 2.055161] hub 1-0:1.0: 1 port detected&lt;BR /&gt;[ 2.088531] Freeing unused kernel memory: 1408K&lt;BR /&gt;[ 2.088627] Run /init as init process&lt;BR /&gt;[ 2.088630] with arguments:&lt;BR /&gt;[ 2.088632] /init&lt;BR /&gt;[ 2.088633] with environment:&lt;BR /&gt;[ 2.088635] HOME=/&lt;BR /&gt;[ 2.088637] TERM=linux&lt;BR /&gt;[ 2.117160] systemd[1]: System time before build time, advancing clock.&lt;BR /&gt;[ 2.254744] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)&lt;BR /&gt;[ 2.255334] systemd[1]: Detected architecture arm64.&lt;BR /&gt;[ 2.686806] systemd[1]: Hostname set to &amp;lt;s32g399avtvmcu2&amp;gt;.&lt;BR /&gt;[ 2.686924] systemd[1]: Initializing machine ID from random generator.&lt;BR /&gt;[ 2.791909] systemd[109]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.&lt;BR /&gt;[ 2.966535] systemd[1]: Queued start job for default target Multi-User System.&lt;BR /&gt;[ 2.982461] systemd[1]: Created slice Slice /system/getty.&lt;BR /&gt;[ 3.295594] systemd[1]: Created slice Slice /system/modprobe.&lt;BR /&gt;[ 3.319291] systemd[1]: Created slice Slice /system/serial-getty.&lt;BR /&gt;[ 3.343078] systemd[1]: Created slice User and Session Slice.&lt;BR /&gt;[ 3.366922] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.&lt;BR /&gt;[ 3.394843] systemd[1]: Started Forward Password Requests to Wall Directory Watch.&lt;BR /&gt;[ 3.418899] systemd[1]: Reached target Path Units.&lt;BR /&gt;[ 3.438761] systemd[1]: Reached target Remote File Systems.&lt;BR /&gt;[ 3.458754] systemd[1]: Reached target Slice Units.&lt;BR /&gt;[ 3.478772] systemd[1]: Reached target Swaps.&lt;BR /&gt;[ 3.507344] systemd[1]: Listening on RPCbind Server Activation Socket.&lt;BR /&gt;[ 3.530828] systemd[1]: Reached target RPC Port Mapper.&lt;BR /&gt;[ 3.551207] systemd[1]: Listening on Syslog Socket.&lt;BR /&gt;[ 3.570892] systemd[1]: Listening on initctl Compatibility Named Pipe.&lt;BR /&gt;[ 3.597385] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).&lt;BR /&gt;[ 3.597680] systemd[1]: Listening on Journal Socket (/dev/log).&lt;BR /&gt;[ 3.631049] systemd[1]: Listening on Journal Socket.&lt;BR /&gt;[ 3.651176] systemd[1]: Listening on Network Service Netlink Socket.&lt;BR /&gt;[ 3.675080] systemd[1]: Listening on udev Control Socket.&lt;BR /&gt;[ 3.694947] systemd[1]: Listening on udev Kernel Socket.&lt;BR /&gt;[ 3.714969] systemd[1]: Listening on User Database Manager Socket.&lt;BR /&gt;[ 3.740627] systemd[1]: Mounting Huge Pages File System...&lt;BR /&gt;[ 3.763052] systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).&lt;BR /&gt;[ 3.764843] systemd[1]: Mounting Kernel Debug File System...&lt;BR /&gt;[ 3.798995] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).&lt;BR /&gt;[ 3.799261] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.119-rt65+ge18f05316cd9/modules.devname).&lt;BR /&gt;[ 3.801351] systemd[1]: Starting Load Kernel Module configfs...&lt;BR /&gt;[ 3.852723] systemd[1]: Starting Load Kernel Module drm...&lt;BR /&gt;[ 3.876741] systemd[1]: Starting Load Kernel Module fuse...&lt;BR /&gt;[ 3.900649] systemd[1]: Starting RPC Bind...&lt;BR /&gt;[ 3.918824] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).&lt;BR /&gt;[ 3.922277] systemd[1]: Starting Journal Service...&lt;BR /&gt;[ 3.955264] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.&lt;BR /&gt;[ 3.956958] systemd[1]: Mounting NFSD configuration filesystem...&lt;BR /&gt;[ 3.992932] systemd[1]: Starting Generate network units from Kernel command line...&lt;BR /&gt;[ 4.021205] systemd[1]: Starting Remount Root and Kernel File Systems...&lt;BR /&gt;[ 4.049077] systemd[1]: Starting Apply Kernel Variables...&lt;BR /&gt;[ 4.076648] systemd[1]: Starting Coldplug All udev Devices...&lt;BR /&gt;[ 4.106325] systemd[1]: Started RPC Bind.&lt;BR /&gt;[ 4.126994] systemd[1]: Started Journal Service.&lt;BR /&gt;[ 4.427064] systemd-journald[133]: Received client request to flush runtime journal.&lt;BR /&gt;[ 4.826451] pfeng: loading out-of-tree module taints kernel.&lt;BR /&gt;[ 4.834123] pfeng 46000000.pfe: PFEng ethernet driver loading ...&lt;BR /&gt;[ 4.834142] pfeng 46000000.pfe: Version: 1.5.0&lt;BR /&gt;[ 4.834146] pfeng 46000000.pfe: Driver commit hash: M4_DRIVER_COMMIT_HASH&lt;BR /&gt;[ 4.834150] pfeng 46000000.pfe: Multi instance support: disabled (standalone)&lt;BR /&gt;[ 4.834154] pfeng 46000000.pfe: Compiled by: 11.3.0&lt;BR /&gt;[ 4.834187] pfeng 46000000.pfe: Cbus addr 0x46000000 size 0x1000000&lt;BR /&gt;[ 4.834195] pfeng 46000000.pfe: nxp,fw-class-name: s32g_pfe_class.fw&lt;BR /&gt;[ 4.834201] pfeng 46000000.pfe: nxp,fw-util-name: s32g_pfe_util.fw&lt;BR /&gt;[ 4.834262] pfeng 46000000.pfe: netif name: pfe1&lt;BR /&gt;[ 4.834270] pfeng 46000000.pfe: DT mac addr: 00:01:ca:ca:ef:22&lt;BR /&gt;[ 4.834279] pfeng 46000000.pfe: netif(pfe1) linked phyif: 1&lt;BR /&gt;[ 4.834284] pfeng 46000000.pfe: netif(pfe1) mode: std&lt;BR /&gt;[ 4.834297] pfeng 46000000.pfe: netif(pfe1) HIFs: count 1 map 02&lt;BR /&gt;[ 4.834307] pfeng 46000000.pfe: SGMII AN enabled on EMAC1&lt;BR /&gt;[ 4.834315] pfeng 46000000.pfe: EMAC1 interface mode: 4&lt;BR /&gt;[ 4.839522] pfeng 46000000.pfe: HIF channels mask: 0x0002&lt;BR /&gt;[ 4.839586] pfeng 46000000.pfe: PFE port coherency enabled, mask 0x1e&lt;BR /&gt;[ 4.839873] pfeng 46000000.pfe: Clocks: sys=300MHz pe=600MHz&lt;BR /&gt;[ 4.839893] pfeng 46000000.pfe: Interface selected: EMAC0: 0xffffffff EMAC1: 0x4 EMAC2: 0xffffffff&lt;BR /&gt;[ 4.840581] pfeng 46000000.pfe: PFE controller reset done&lt;BR /&gt;[ 4.840660] pfeng 46000000.pfe: TX clock on EMAC1 for interface sgmii installed&lt;BR /&gt;[ 4.840703] pfeng 46000000.pfe: RX clock on EMAC1 for interface sgmii installed&lt;BR /&gt;[ 4.840842] pfeng 46000000.pfe: assigned reserved memory node pfebufs@34000000&lt;BR /&gt;[ 4.840885] pfeng 46000000.pfe: assigned reserved memory node pfebufs@34080000&lt;BR /&gt;[ 4.840960] pfeng 46000000.pfe: assigned reserved memory node pfebufs@83200000&lt;BR /&gt;[ 4.840993] pfeng 46000000.pfe: assigned reserved memory node pfebufs@835e0000&lt;BR /&gt;[ 4.841272] pfeng 46000000.pfe: Firmware: CLASS s32g_pfe_class.fw [42800 bytes]&lt;BR /&gt;[ 4.841279] pfeng 46000000.pfe: Firmware: UTIL s32g_pfe_util.fw [20716 bytes]&lt;BR /&gt;[ 4.841295] pfeng 46000000.pfe: PFE CBUS p0x46000000 mapped @ v0xffffffc00a000000 (0x1000000 bytes)&lt;BR /&gt;[ 4.841306] pfeng 46000000.pfe: Silicon S32G3&lt;BR /&gt;[ 4.841313] pfeng 46000000.pfe: Fail-Stop mode disabled&lt;BR /&gt;[ 4.844314] pfeng 46000000.pfe: PFE_ERRORS:Parity instance created&lt;BR /&gt;[ 4.844327] pfeng 46000000.pfe: PFE_ERRORS:Watchdog instance created&lt;BR /&gt;[ 4.844333] pfeng 46000000.pfe: PFE_ERRORS:Bus Error instance created&lt;BR /&gt;[ 4.844342] pfeng 46000000.pfe: PFE_ERRORS:FW Fail Stop instance created&lt;BR /&gt;[ 4.844348] pfeng 46000000.pfe: PFE_ERRORS:Host Fail Stop instance created&lt;BR /&gt;[ 4.844353] pfeng 46000000.pfe: PFE_ERRORS:Fail Stop instance created&lt;BR /&gt;[ 4.844358] pfeng 46000000.pfe: PFE_ERRORS:ECC Err instance created&lt;BR /&gt;[ 4.844372] pfeng 46000000.pfe: BMU1 buffer base: p0xc0000000&lt;BR /&gt;[ 4.844475] pfeng 46000000.pfe: BMU2 buffer base: p0x34000000 (0x80000 bytes)&lt;BR /&gt;[ 4.845766] pfeng 46000000.pfe: register IRQ 70 by name 'PFE BMU IRQ'&lt;BR /&gt;[ 4.845979] pfeng 46000000.pfe: Firmware .elf detected&lt;BR /&gt;[ 4.845985] pfeng 46000000.pfe: BMU_EMPTY_INT (BMU @ p0x(____ptrval____)). Pool ready.&lt;BR /&gt;[ 4.845987] pfeng 46000000.pfe: Uploading CLASS firmware&lt;BR /&gt;[ 4.845993] pfeng 46000000.pfe: BMU_EMPTY_INT (BMU @ p0x(____ptrval____)). Pool ready.&lt;BR /&gt;[ 4.845994] pfeng 46000000.pfe: Selected FW loading OPs to load 8 PEs in parallel&lt;BR /&gt;[ 4.865530] pfeng 46000000.pfe: pfe_ct.h file version"92367c0e25f21f49217a9b08168ad2c8"&lt;BR /&gt;[ 4.881090] pfeng 46000000.pfe: [FW VERSION] 1.7.1, Build: Jul 4 2023, 12:58:07 (nogitaaa), ID: 0x31454650&lt;BR /&gt;[ 4.881397] pfeng 46000000.pfe: EMAC timestamp external mode bitmap: 0&lt;BR /&gt;[ 4.881451] pfeng 46000000.pfe: Uploading UTIL firmware&lt;BR /&gt;[ 4.881457] pfeng 46000000.pfe: Selected FW loading OPs to load 1 PEs in parallel&lt;BR /&gt;[ 4.883940] pfeng 46000000.pfe: pfe_ct.h file version"92367c0e25f21f49217a9b08168ad2c8"&lt;BR /&gt;[ 4.884987] pfeng 46000000.pfe: FW feature: drv_run_on_g3&lt;BR /&gt;[ 4.884996] pfeng 46000000.pfe: FW feature: jumbo_frames&lt;BR /&gt;[ 4.885002] pfeng 46000000.pfe: FW feature: software_vlan_table&lt;BR /&gt;[ 4.885006] pfeng 46000000.pfe: FW feature: timestamping&lt;BR /&gt;[ 4.885011] pfeng 46000000.pfe: FW feature: qos_mapping&lt;BR /&gt;[ 4.885015] pfeng 46000000.pfe: FW feature: core_functionality&lt;BR /&gt;[ 4.885019] pfeng 46000000.pfe: FW feature: extended_features&lt;BR /&gt;[ 4.885026] pfeng 46000000.pfe: FW feature: flexible_router&lt;BR /&gt;[ 4.885030] pfeng 46000000.pfe: FW feature: validate_hif_csum&lt;BR /&gt;[ 4.885034] pfeng 46000000.pfe: FW feature: err051211_workaround&lt;BR /&gt;[ 4.885039] pfeng 46000000.pfe: FW feature: IPsec&lt;BR /&gt;[ 4.885043] pfeng 46000000.pfe: FW feature: l2_bridge_aging&lt;BR /&gt;[ 4.885047] pfeng 46000000.pfe: FW feature: receive_malformed&lt;BR /&gt;[ 4.885052] pfeng 46000000.pfe: FW feature: ptp_conf_check&lt;BR /&gt;[ 4.885057] pfeng 46000000.pfe: FW feature: vlan_conf_check&lt;BR /&gt;[ 4.885063] pfeng 46000000.pfe: FW feature: hash_load_spread&lt;BR /&gt;[ 4.885067] pfeng 46000000.pfe: FW feature: egress_vlan&lt;BR /&gt;[ 4.885071] pfeng 46000000.pfe: FW feature: ingress_vlan&lt;BR /&gt;[ 4.885075] pfeng 46000000.pfe: FW feature: safety&lt;BR /&gt;[ 4.889819] pfeng 46000000.pfe: VLAN ID incorrect or not set. Using default VLAN ID = 0x01.&lt;BR /&gt;[ 4.889845] pfeng 46000000.pfe: VLAN stats size incorrect or not set. Using default VLAN stats size = 20.&lt;BR /&gt;[ 4.889943] pfeng 46000000.pfe: Software vlan hash table @ p0x20001228&lt;BR /&gt;[ 4.890122] pfeng 46000000.pfe: Fall-back bridge domain @ 0x20000a7c (class)&lt;BR /&gt;[ 4.890127] pfeng 46000000.pfe: Default bridge domain @ 0x20000a74 (class)&lt;BR /&gt;[ 4.899269] pfeng 46000000.pfe: Routing table created, Hash Table @ p0xc00e0000, Pool @ p0xc00e8000 (65536 bytes)&lt;BR /&gt;[ 4.899527] pfeng 46000000.pfe: Feature err051211_workaround: DISABLED&lt;BR /&gt;[ 4.907423] pfeng 46000000.pfe: MDIO bus 0 disabled: Not found in DT&lt;BR /&gt;[ 5.043276] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0&lt;BR /&gt;[ 5.046156] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-1&lt;BR /&gt;[ 5.049389] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-2&lt;BR /&gt;[ 5.052581] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-3&lt;BR /&gt;[ 5.055786] s32cc-dwmac 4033c000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-4&lt;BR /&gt;[ 5.059344] s32cc-dwmac 4033c000.ethernet eth0: Enabling Safety Features&lt;BR /&gt;[ 5.059413] s32cc-dwmac 4033c000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported&lt;BR /&gt;[ 5.059690] s32cc-dwmac 4033c000.ethernet eth0: registered PTP clock&lt;BR /&gt;[ 5.061449] s32cc-dwmac 4033c000.ethernet eth0: FPE workqueue start&lt;BR /&gt;[ 5.061460] s32cc-dwmac 4033c000.ethernet eth0: configuring for fixed/sgmii link mode&lt;BR /&gt;[ 5.061671] s32cc-dwmac 4033c000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;[ 5.062309] 8021q: adding VLAN 0 to HW filter on device eth0&lt;BR /&gt;[ 5.128577] pfeng 46000000.pfe: MDIO bus 1 enabled&lt;BR /&gt;[ 5.128587] pfeng 46000000.pfe: MDIO bus 2 disabled: Not found in DT&lt;BR /&gt;[ 5.128594] pfeng 46000000.pfe: HIF0 not configured, skipped&lt;BR /&gt;[ 5.128874] pfeng 46000000.pfe: HIF1 enabled&lt;BR /&gt;[ 5.128880] pfeng 46000000.pfe: HIF2 not configured, skipped&lt;BR /&gt;[ 5.128884] pfeng 46000000.pfe: HIF3 not configured, skipped&lt;BR /&gt;[ 5.128941] pfeng 46000000.pfe pfe1 (uninitialized): Subscribe to HIF1&lt;BR /&gt;[ 5.128948] pfeng 46000000.pfe pfe1 (uninitialized): Host LLTX disabled&lt;BR /&gt;[ 5.129372] pfeng 46000000.pfe pfe1 (uninitialized): Enable HIF1&lt;BR /&gt;[ 5.129535] pfeng 46000000.pfe pfe1 (uninitialized): setting MAC addr: 00:01:ca:ca:ef:22&lt;BR /&gt;[ 5.129562] pfeng 46000000.pfe pfe1 (uninitialized): PTP HW addend 0x80000000, max_adj configured to 46566128 ppb&lt;BR /&gt;[ 5.129571] pfeng 46000000.pfe: IEEE1588: Input Clock: 200000000Hz, Output: 100000000Hz, Accuracy: 10.0ns&lt;BR /&gt;[ 5.130055] pfeng 46000000.pfe pfe1 (uninitialized): Registered PTP HW clock successfully on EMAC1&lt;BR /&gt;[ 5.130642] pfeng 46000000.pfe pfe1: registered&lt;BR /&gt;[ 5.298704] pfeng 46000000.pfe: HIF1 started&lt;BR /&gt;[ 5.608750] pfeng 46000000.pfe pfe1: PHY [PFEng Ethernet MDIO.1:0a] driver [TI DP83TG720CS1.1] (irq=POLL)&lt;BR /&gt;[ 5.608765] pfeng 46000000.pfe pfe1: configuring for inband/sgmii link mode&lt;BR /&gt;[ 5.608841] pfeng 46000000.pfe pfe1: Speed not supported&lt;BR /&gt;[ 6.126354] random: dbus-daemon: uninitialized urandom read (12 bytes read)&lt;BR /&gt;[ 6.134777] random: dbus-daemon: uninitialized urandom read (12 bytes read)&lt;BR /&gt;[ 6.247041] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 8.880643] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 8.910226] random: ssh-keygen: uninitialized urandom read (48 bytes read)&lt;BR /&gt;[ 11.790668] random: crng init done&lt;BR /&gt;&lt;A href="mailto:root@s32g399avtvmcu2:~" target="_blank"&gt;root@s32g399avtvmcu2:~#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@s32g399avtvmcu2:~# lsmod&lt;BR /&gt;Module Size Used by&lt;BR /&gt;pfeng 565248 0&lt;BR /&gt;&lt;A href="mailto:root@s32g399avtvmcu2:~" target="_blank"&gt;root@s32g399avtvmcu2:~#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;grep the dmesg, only a few lines are llce related&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;root@s32g399avtvmcu2:~# dmesg | grep -i llc&lt;BR /&gt;&lt;A href="mailto:root@s32g399avtvmcu2:~" target="_blank"&gt;root@s32g399avtvmcu2:~#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 07:10:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1931715#M10194</guid>
      <dc:creator>uiv12187</dc:creator>
      <dc:date>2024-08-14T07:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE_CAN kernel modules did not show up with bsp38</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1932716#M10213</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210722"&gt;@uiv12187&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the post.&lt;/P&gt;
&lt;P&gt;Seems the llce kernel modules are not loaded.&lt;/P&gt;
&lt;P&gt;Would you mind sharing your full contents of conf/local.conf? (for example, a snapshot)&lt;/P&gt;
&lt;P&gt;And check if the corresponding ko files are existed under /lib/modules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 06:11:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1932716#M10213</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-08-15T06:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE_CAN kernel modules did not show up with bsp38</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1935131#M10375</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for immediate Response. as per your guidance i verified&amp;nbsp;/lib/modules/kernel/drivers/ path llce can modules are not loaded only pfe modules loaded. one more point here i want to add presently i am created custom ramfs image. in this image i am able to enable pfe and gmac but i am not able to load llce can firmware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/lib/modules/kernel/drivers/ :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;root@s32g399avtvmcu2:/lib/modules/5.15.119-rt65+ge18f05316cd9/kernel/drivers/net/ethernet/nxp# ls&lt;BR /&gt;pfe&lt;BR /&gt;root@s32g399avtvmcu2:/lib/modules/5.15.119-rt65+ge18f05316cd9/kernel/drivers/net/ethernet/nxp#&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;local.conf content bellow i copied please go through:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here machine name and distro name i customised&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 's32g399avtvmcu2'(s32g3ardb3)&lt;BR /&gt;DISTRO ?= 'eea'&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;HALT,${TMPDIR},100M,1K \&lt;BR /&gt;HALT,${DL_DIR},100M,1K \&lt;BR /&gt;HALT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;HALT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG:append:pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "2"&lt;/P&gt;&lt;P&gt;# Parallelism Options&lt;BR /&gt;BB_NUMBER_THREADS = "8"&lt;BR /&gt;PARALLEL_MAKE = "-j 6"&lt;BR /&gt;DL_DIR = "/home/uiv12187/fsl-auto-yocto-bsp38/downloads"&lt;BR /&gt;SSTATE_DIR = "/home/uiv12187/fsl-auto-yocto-bsp38/sstate-cache"&lt;BR /&gt;INHERIT += "own-mirrors"&lt;BR /&gt;SOURCE_MIRROR_URL ?= "&lt;A href="http://git.freescale.com/source/" target="_blank"&gt;http://git.freescale.com/source/&lt;/A&gt;"&lt;BR /&gt;# use xz to compress sstate&lt;BR /&gt;SSTATE_PKG_SUFFIX = "txz"&lt;BR /&gt;SSTATE_PKG_TARZIPPROG = "xz"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;NXP_FIRMWARE_LOCAL_DIR = "/home/uiv12187/fsl-auto-yocto-bsp38/firmware"&lt;BR /&gt;#llce-can&lt;BR /&gt;DISTRO_FEATURES:append = " llce-fw-load llce-can"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 10:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1935131#M10375</guid>
      <dc:creator>uiv12187</dc:creator>
      <dc:date>2024-08-19T10:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE_CAN kernel modules did not show up with bsp38</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1935909#M10387</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210722"&gt;@uiv12187&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I have tested it on my local RDB3 with BSP38, with the following two lines added to the default local.conf, no issue found from my side&lt;/P&gt;
&lt;P&gt;DISTRO_FEATURES:append = " llce-fw-load llce-can"&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/YOUR_OWN_PATH_TO_LLCE_FIRMARE"&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Note that the llce firmware(dte.bin, frpe.bin, etc.) are directly put under the directory $NXP_FIRMWARE_LOCAL_DIR.&lt;/P&gt;
&lt;P&gt;I hope it will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 06:52:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1935909#M10387</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-08-20T06:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE_CAN kernel modules did not show up with bsp38</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1961403#M10930</link>
      <description>&lt;P&gt;I Resolved Issue by adding llce can kernel modules manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 06:53:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-kernel-modules-did-not-show-up-with-bsp38/m-p/1961403#M10930</guid>
      <dc:creator>uiv12187</dc:creator>
      <dc:date>2024-09-25T06:53:34Z</dc:date>
    </item>
  </channel>
</rss>

