AM6442: GOOSE can not work in PRP Non-Offload

Part Number: AM6442

I configured the PRP redundancy mode through this webpage:3.2.2.8. HSR PRP Non-Offload — Processor SDK AM64X Documentation 

The test revealed that layer 3 messages can pass through the PRP port normally, but GOOSE messages cannot be sent out through the PRP port.
I can capture GOOSE messages on the device's logical port prp0, but I cannot capture GOOSE messages on the physical ports eth0 and eth1, and the peer also cannot receive GOOSE messages. Other layer 3 messages are normal. Switching to RSTP mode allows normal sending and receiving of GOOSE messages.

The process is as follows:

1.Run system command

ip link set $ifa down
ip link set $ifb down
ip link set dev $ifa address $mac
ip link set dev $ifb address $mac
ip link add name $if type hsr slave1 $ifa slave2 $ifb supervision 45 proto 1

ip addr add $ip/24 dev $if
ip link set $if up

ip link set $ifa up
ip link set $ifb up

 

2.Send GOOSE messages, and run tcpdump -i prp0, show as follows:

listening on prp0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
08:29:02.881703 00:00:54:68:00:00 (oui Unknown) > 01:0c:cd:01:00:02 (oui Unknown), ethertype Unknown (0x88b8), length 206:
        0x0000:  0002 00bc 0000 0000 6181 b180 1a50 334c  ........a....P3L
        0x0010:  4430 2f4c 4c4e 3024 474f 2453 4554 476f  D0/LLN0$GO$SETGo
        0x0020:  6f73 6543 425f 3281 020f a082 1750 334c  oseCB_2......P3L
        0x0030:  4430 2f4c 4c4e 3024 5345 5447 6f6f 7365  D0/LLN0$SETGoose
        0x0040:  4453 5f31 831a 5033 4c44 302f 4c4c 4e30  DS_1..P3LD0/LLN0
        0x0050:  2447 4f24 5345 5447 6f6f 7365 4342 5f32  $GO$SETGooseCB_2
        0x0060:  8408 695b 59f7 ca42 9767 8501 0186 020e  ..i[Y..B.g......
        0x0070:  4387 0100 8802 2710 8901 008a 0103 ab3c  C.....'........<
        0x0080:  a212 8301 0084 0303 0000 9108 695b 59e0  ............i[Y.
        0x0090:  fa48 7367 a212 8301 0084 0303 0000 9108  .Hsg............
        0x00a0:  695b 59e0 fa48 7367 a212 8301 0084 0303  i[Y..Hsg........
        0x00b0:  0000 9108 695b 59b0 34cb d167            ....i[Y.4..g
08:29:04.873897 00:00:54:68:00:00 (oui Unknown) > 01:0c:cd:01:00:02 (oui Unknown), ethertype Unknown (0x88b8), length 206:
        0x0000:  0002 00bc 0000 0000 6181 b180 1a50 334c  ........a....P3L
        0x0010:  4430 2f4c 4c4e 3024 474f 2453 4554 476f  D0/LLN0$GO$SETGo
        0x0020:  6f73 6543 425f 3281 020f a082 1750 334c  oseCB_2......P3L
        0x0030:  4430 2f4c 4c4e 3024 5345 5447 6f6f 7365  D0/LLN0$SETGoose
        0x0040:  4453 5f31 831a 5033 4c44 302f 4c4c 4e30  DS_1..P3LD0/LLN0
        0x0050:  2447 4f24 5345 5447 6f6f 7365 4342 5f32  $GO$SETGooseCB_2
        0x0060:  8408 695b 59f7 ca42 9767 8501 0186 020e  ..i[Y..B.g......
        0x0070:  4487 0100 8802 2710 8901 008a 0103 ab3c  D.....'........<
        0x0080:  a212 8301 0084 0303 0000 9108 695b 59e0  ............i[Y.
        0x0090:  fa48 7367 a212 8301 0084 0303 0000 9108  .Hsg............
        0x00a0:  695b 59e0 fa48 7367 a212 8301 0084 0303  i[Y..Hsg........
        0x00b0:  0000 9108 695b 59b0 34cb d167            ....i[Y.4..g

3.Run tcpdump -i eth0, but there is no GOOSE message.

listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
08:30:56.697372 00:00:54:68:00:00 (oui Unknown) > 01:15:4e:00:01:2d (oui Unknown), ethertype Unknown (0x88fb), length 66:
        0x0000:  0001 8c26 1406 0000 5468 0000 0000 0000  ...&....Th......
        0x0010:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0020:  0000 0000 0000 0000 0000 0000 0000 0a48  ...............H
        0x0030:  b034 88fb                                .4..
08:30:58.745328 00:00:54:68:00:00 (oui Unknown) > 01:15:4e:00:01:2d (oui Unknown), ethertype Unknown (0x88fb), length 66:
        0x0000:  0001 8c27 1406 0000 5468 0000 0000 0000  ...'....Th......
        0x0010:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0020:  0000 0000 0000 0000 0000 0000 0000 0a49  ...............I
        0x0030:  b034 88fb                                .4..

 

 

  • Hi 

    Since this project is urgent  and have delayed product release in customer site, please prioritize this because there is no response over 3 days.

    BTW it is our TOP customer in China.

    Thanks

    Zekun

  • Hi Zekun, Steven,

    Apologies for the delayed response. The thread was originally incorrectly assigned and the thread on this same issue that I was working on didn't receive a response for several days AM6422: GOOSE can not work in PRP Non-Offload . Since it appears both threads are the same, I have closed the other thread and will continue working on this thread.

    Information carried over from the other thread:

    1.SDK version: version9

    2. Using custom AM64x for schneider-electric

    3. Using CPSW Ethernet

    My understanding is that GOOSE messages require a multicast filter to be setup. I don't see in the setup steps here that any multicast filter is setup for GOOSE messages? 

    How to add multicast filters: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.html#multicast-add-delete

    -Daolin

  • Adding and deleting multicast filters have no effect; GOOSE still cannot be sent. In RSTP and DUAL modes, GOOSE transmission and reception are normal, and no multicast filters have been set.

  • [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.90-rt30-senux (oe-user@oe-host) (aarch64-senux-linux-gcc (GCC) 11.2.1 20220111, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Wed May 15 09:10:33 UTC 2024
    [    0.000000] Machine model: P3PLUS EP based on Texas Instruments AM642 EVM
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009e600000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node libfpp-shared-memory@9e600000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000b7ffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e5fffff]
    [    0.000000]   node   0: [mem 0x000000009e600000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000b7ffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000b7ffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000b5000000
    [    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.4
    [    0.000000] percpu: Embedded 18 pages/cpu s33664 r8192 d31872 u73728
    [    0.000000] pcpu-alloc: s33664 r8192 d31872 u73728 alloc=18*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 225792
    [    0.000000] Kernel command line: ubi.mtd=nand.linux-os_a ubi.mtd=nand.linux-fs_a ubi.mtd=nand.fw_a ubi.mtd=nand.config ubi.mtd=nand.data root=ubi1:linux-fs rootfstype=ubifs isolcpus=1 nohz_full=1 rcu_nocbs=1 btld_res=050505 g_ether.host_addr=00:00:54:68:00:03
    [    0.000000] Unknown kernel command line parameters "btld_res=050505", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 737192K/917504K available (9216K kernel code, 1058K rwdata, 2020K rodata, 1536K init, 410K bss, 147544K reserved, 32768K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000083f5e50
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    0.000000] NO_HZ: Full dynticks CPUs: 1.
    [    0.000000] rcu: 	Offload RCU callbacks from CPUs: 1.
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000337] Console: colour dummy device 80x25
    [    0.001171] printk: console [tty0] enabled
    [    0.001225] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.001238] pid_max: default: 32768 minimum: 301
    [    0.001324] LSM: Security Framework initializing
    [    0.001504] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.001523] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.004322] rcu: Hierarchical SRCU implementation.
    [    0.004334] rcu: 	Max phase no-delay instances is 400.
    [    0.004410] printk: console [tty0] printing thread started
    [    0.005296] Platform MSI: msi-controller@1820000 domain created
    [    0.005668] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.005818] EFI services will not be available.
    [    0.006333] smp: Bringing up secondary CPUs ...
    [    0.007936] Detected VIPT I-cache on CPU1
    [    0.008091] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.008111] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.008172] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.008342] smp: Brought up 1 node, 2 CPUs
    [    0.008351] SMP: Total of 2 processors activated.
    [    0.008358] CPU features: detected: 32-bit EL0 Support
    [    0.008364] CPU features: detected: CRC32 instructions
    [    0.008514] CPU: All CPU(s) started at EL2
    [    0.008516] alternatives: applying system-wide alternatives
    [    0.009932] devtmpfs: initialized
    [    0.023886] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.023917] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.025933] pinctrl core: initialized pinctrl subsystem
    [    0.026893] DMI not present or invalid.
    [    0.027557] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.029116] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.029327] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.029470] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.029596] audit: initializing netlink subsys (disabled)
    [    0.030729] thermal_sys: Registered thermal governor 'step_wise'
    [    0.031095] ASID allocator initialised with 65536 entries
    [    0.038210] audit: type=2000 audit(0.029:1): state=initialized audit_enabled=0 res=1
    [    0.042570] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f4000/pinctrl@a40000/mcu-cpts-pps
    [    0.047695] KASLR disabled due to lack of seed
    [    0.055318] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.055334] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.055339] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.055343] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.055348] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.055351] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.055356] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.055359] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.057665] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    0.058774] iommu: Default domain type: Translated 
    [    0.058786] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.059303] SCSI subsystem initialized
    [    0.059713] usbcore: registered new interface driver usbfs
    [    0.059766] usbcore: registered new interface driver hub
    [    0.059808] usbcore: registered new device driver usb
    [    0.060474] pps_core: LinuxPPS API ver. 1 registered
    [    0.060480] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.060499] PTP clock support registered
    [    0.060793] EDAC MC: Ver: 3.0.0
    [    0.063606] clocksource: Switched to clocksource arch_sys_counter
    [    0.064111] VFS: Disk quotas dquot_6.6.0
    [    0.064162] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.072474] NET: Registered PF_INET protocol family
    [    0.073062] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.074754] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes, linear)
    [    0.074801] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.074818] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.074952] TCP bind hash table entries: 8192 (order: 7, 655360 bytes, linear)
    [    0.076000] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.076263] UDP hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    0.076350] UDP-Lite hash table entries: 512 (order: 3, 49152 bytes, linear)
    [    0.076850] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.076927] PCI: CLS 0 bytes, default 64
    [    0.078392] Initialise system trusted keyrings
    [    0.078917] workingset: timestamp_bits=46 max_order=18 bucket_order=0
    [    0.087020] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.130790] NET: Registered PF_ALG protocol family
    [    0.130822] Key type asymmetric registered
    [    0.130828] Asymmetric key parser 'x509' registered
    [    0.130913] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.131181] io scheduler mq-deadline registered
    [    0.131188] io scheduler kyber registered
    [    0.135491] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    0.136763] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    0.139797] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.148096] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.160871] loop: module loaded
    [    0.198181] tun: Universal TUN/TAP device driver, 1.6
    [    0.198537] CAN device driver interface
    [    0.199990] VFIO - User Level meta-driver version: 0.3
    [    0.201959] usbcore: registered new interface driver usb-storage
    [    0.202364] i2c_dev: i2c /dev entries driver
    [    0.203245] am64-vmon-vsys 4100000.mcu-esm: ti,3P3-under-voltage is 0x22 
    [    0.203264] am64-vmon-vsys 4100000.mcu-esm: CTRLMMR_MCU_POK_VDDSHV_MAIN_3P3_UV value is 0x80000022 
    [    0.203284] am64-vmon-vsys 4100000.mcu-esm: CTRLMMR_MCU_POK_VDDA_PMIC_IN_CTRL value is 0x80000000 
    [    0.203298] am64-vmon-vsys 4100000.mcu-esm: read back ctrl_mcu_prg_pp0_ctrl is 0x00028010 
    [    0.203305] am64-vmon-vsys 4100000.mcu-esm: check ctrl_mcu_prg_pp0_status is 0x00000000 
    [    0.203311] am64-vmon-vsys 4100000.mcu-esm: vmon_vsys_pmic_in normal 
    [    0.203317] am64-vmon-vsys 4100000.mcu-esm: read back ctrl_mcu_prg_pp1_ctrl is 0x00028020 
    [    0.203323] am64-vmon-vsys 4100000.mcu-esm: 3P3 voltage in normal 
    [    0.203330] am64-vmon-vsys 4100000.mcu-esm: ctrlmmr init ok 
    [    0.203336] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_raw is 0x00000000 
    [    0.203343] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_intr_en_set is 0x00020080 
    [    0.203350] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_intr_pri is 0x00020080 
    [    0.203357] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_pin_en_set is 0x00020080 
    [    0.203364] am64-vmon-vsys 4100000.mcu-esm: enable global interrupt, check esm_en is 0x0000000F 
    [    0.203371] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_raw is 0x00000000 
    [    0.203377] am64-vmon-vsys 4100000.mcu-esm: check group[2].esm_sts is 0x00000000 
    [    0.203384] am64-vmon-vsys 4100000.mcu-esm: esm_high_pri is 0xFFFFFFFF 
    [    0.203389] am64-vmon-vsys 4100000.mcu-esm: esm_high is 0x00000000 
    [    0.204565] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.204933] SPI driver fb_uc1618 has no spi_device_id for ultrachip,uc1618
    [    0.206704] optee: probing for conduit method.
    [    0.206745] optee: revision 3.15 (728777ac)
    [    0.207418] optee: initialized driver
    [    0.209276] Initializing XFRM netlink socket
    [    0.209321] NET: Registered PF_PACKET protocol family
    [    0.209329] can: controller area network core
    [    0.209445] NET: Registered PF_CAN protocol family
    [    0.209452] can: SAE J1939
    [    0.209460] can: isotp protocol
    [    0.209525] Key type dns_resolver registered
    [    0.210128] registered taskstats version 1
    [    0.210135] Loading compiled-in X.509 certificates
    [    0.225105] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.265295] clk: failed to reparent clk:42:2 to clk:42:3: -22
    [    0.266390] clk: failed to reparent clk:43:2 to clk:43:3: -22
    [    0.267789] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [    0.267812] gpmc_mem_init: disabling cs 0 mapped at 0x11000000-0x12000000
    [    0.270858] omap_i2c 20000000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.272773] rtc-pcf2131-i2c 1-0053: pcf2131_probe
    [    0.285967] rtc-pcf2131-i2c 1-0053: registered as rtc0
    [    0.286407] rtc-pcf2131-i2c 1-0053: setting system clock to 2026-01-09T08:27:42 UTC (1767947262)
    [    0.286875] at24 1-0054: supply vcc not found, using dummy regulator
    [    0.287413] at24 1-0054: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
    [    0.287905] lm75 1-0048: supply vs not found, using dummy regulator
    [    0.288845] hwmon hwmon0: temp1_input not attached to any thermal zone
    [    0.288861] lm75 1-0048: hwmon0: sensor 'lm75'
    [    0.288953] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.290479] omap_i2c 20020000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.292360] at24 3-0050: supply vcc not found, using dummy regulator
    [    0.321034] at24 3-0051: supply vcc not found, using dummy regulator
    [    0.348825] at24 3-0054: supply vcc not found, using dummy regulator
    [    0.376481] at24 3-0055: supply vcc not found, using dummy regulator
    [    0.404337] at24 3-0056: supply vcc not found, using dummy regulator
    [    0.405083] at24 3-0056: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
    [    0.405431] at24 3-0057: supply vcc not found, using dummy regulator
    [    0.406177] at24 3-0057: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
    [    0.406263] omap_i2c 20030000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.406701] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.406937] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.407339] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.412384] pwm-backlight backlight: supply power not found, using dummy regulator
    [    0.413639] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    0.415484] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    0.417865] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    0.429211] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    0.433015] pwm-regulator: Setting 5000000-5000000uV
    [    0.434197] pwm-regulator: Setting 5000000-5000000uV
    [    0.435684] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 306, base_baud = 3000000) is a 8250
    [    0.436017] printk: console [ttyS2] enabled
    [    0.437128] printk: console [ttyS2] printing thread started
    [    0.438637] gp_enable_timers, gptimer: GP Timer initialized and started (25000000 Hz, IRQ 15)
    [    0.440008] gp_enable_timers, gptimer: GP Timer initialized and started (25000000 Hz, IRQ 16)
    [    0.440271] gptimer: minor:0x7f | MAJOR:0xa
    [    0.494512] spi-nor spi0.0: is25wp064 (8192 Kbytes)
    [    0.494894] 12 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    0.494905] Creating 12 MTD partitions on "fc40000.spi.0":
    [    0.494916] 0x000000000000-0x0000000b0000 : "nor.tiboot3"
    [    0.496993] 0x0000000b0000-0x0000001b0000 : "nor.tispl"
    [    0.498948] 0x0000001b0000-0x000000340000 : "nor.u-boot"
    [    0.500822] 0x000000340000-0x000000380000 : "nor.env"
    [    0.510115] 0x000000380000-0x0000003f0000 : "nor.spare.1"
    [    0.511940] 0x0000003f0000-0x000000400000 : "nor.invalid"
    [    0.513829] 0x000000400000-0x0000004b0000 : "nor.tiboot3.backup"
    [    0.515781] 0x0000004b0000-0x0000005b0000 : "nor.tispl.backup"
    [    0.517568] 0x0000005b0000-0x000000740000 : "nor.u-boot.backup"
    [    0.528712] 0x000000740000-0x000000780000 : "nor.env.backup"
    [    0.530472] 0x000000780000-0x0000007f0000 : "nor.spare.2"
    [    0.532300] 0x0000007f0000-0x000000800000 : "nor.misc"
    [    0.583865] spi-nor spi3.1: mr25h10 (128 Kbytes)
    [    0.588422] m_can_platform 20701000.can: m_can device registered (irq=316, version=32)
    [    0.605989] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    0.695748] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xa3
    [    0.695766] nand: Winbond W29N08GZ
    [    0.695771] nand: 1024 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    [    0.695828] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
    [    0.696026] 9 fixed-partitions partitions found on MTD device omap2-nand.0
    [    0.696033] Creating 9 MTD partitions on "omap2-nand.0":
    [    0.696043] 0x000000000000-0x000002800000 : "nand.linux-os_a"
    [    0.716826] 0x000002800000-0x000009800000 : "nand.linux-fs_a"
    [    0.773396] 0x000009800000-0x000011800000 : "nand.fw_a"
    [    0.834927] 0x000011800000-0x000014000000 : "nand.linux-os_b"
    [    0.856010] 0x000014000000-0x00001b000000 : "nand.linux-fs_b"
    [    0.917951] 0x00001b000000-0x000023000000 : "nand.fw_b"
    [    0.989622] 0x000023000000-0x000028000000 : "nand.config"
    [    1.019452] 0x000028000000-0x00003ff00000 : "nand.data"
    [    1.204210] 0x00003ff00000-0x000040000000 : "nand.invalid"
    [    1.206883] davinci_gpio 4201000.gpio: [davinci_gpio_probe][201]
    [    1.217696] davinci_gpio 600000.gpio: [davinci_gpio_probe][201]
    [    1.218876] gpio-467 (ep_global_reset): hogged as output/high
    [    1.218895] gpio-470 (mac1irqn): hogged as output/high
    [    1.222860] davinci_gpio 601000.gpio: [davinci_gpio_probe][201]
    [    1.224070] gpio-368 (mac2irqn): hogged as output/high
    [    1.239340] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 533, base_baud = 3000000) is a 8250
    [    1.240162] fb_uc1618 spi2.0: fbtft_property_value: width = 128
    [    1.240180] fb_uc1618 spi2.0: fbtft_property_value: height = 128
    [    1.240188] fb_uc1618 spi2.0: fbtft_property_value: buswidth = 8
    [    1.240195] fb_uc1618 spi2.0: fbtft_property_value: backlight = 7
    [    1.240203] fb_uc1618 spi2.0: fbtft_property_value: debug = 0
    [    1.240210] fb_uc1618 spi2.0: fbtft_property_value: rotate = 180
    [    1.490651] LCD Type is [1], read_buf is [0xcb]
    [    1.490788] Use LCD contrast in nor
    [    1.490791] LCD contrast set to [65]
    [    1.895547] graphics fb0: fb_uc1618 frame buffer, 128x128, 16 KiB video memory, 16 KiB buffer memory, fps=40, spi2.0 at 20 MHz
    [    1.896177] sfp sfp-a: Host maximum power 1.0W
    [    1.896528] sfp sfp-a: No tx_disable pin: SFP modules will always be emitting.
    [    1.897177] sfp sfp-b: Host maximum power 1.0W
    [    1.897498] sfp sfp-b: No tx_disable pin: SFP modules will always be emitting.
    [    1.898400] am65-cpsw-nuss 8000000.ethernet: enter[am65_cpsw_nuss_probe][2977]pdev->name is 8000000.ethernet,id is FFFFFFFF
    [    1.898459] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_probe][2987] get phy1-reset gpios OK!
    [    1.898467] am65-cpsw-nuss 8000000.ethernet: status is 0
    [    1.898488] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_probe][3004] get phy2-reset gpios OK!
    [    1.898496] am65-cpsw-nuss 8000000.ethernet: status is 0
    [    1.899379] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.933625] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.944766] TI DP83822 8000f00.mdio:02: [dp83822_read_straps][645]dp83822->fx_enabled is 0, dp83822->fx_sd_enable is 0 
    [    1.944787] TI DP83822 8000f00.mdio:02: [dp83822_probe][671]phydev->port is 0
    [    1.947191] TI DP83822 8000f00.mdio:03: [dp83822_read_straps][645]dp83822->fx_enabled is 0, dp83822->fx_sd_enable is 0 
    [    1.947213] TI DP83822 8000f00.mdio:03: [dp83822_probe][671]phydev->port is 0
    [    1.947978] davinci_mdio 8000f00.mdio: phy[2]: device 8000f00.mdio:02, driver TI DP83822
    [    1.947986] davinci_mdio 8000f00.mdio: phy[3]: device 8000f00.mdio:03, driver TI DP83822
    [    1.948045] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.948056] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_init_slave_ports][2080]
    [    1.948323] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_init_slave_ports][2175]mac_add is 1C:63:49:1D:1E:4B
    [    1.948436] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.948443] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.956524] pps pps0: new PPS source ptp1
    [    1.957786] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.984569] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    2.002321] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_probe][3133]port[1] name is port1 
    [    2.002344] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_probe][3133]port[2] name is port2 
    [    2.002352] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_probe][3136]complete cpsw nuss probe
    [    2.018406] input: matrix-keypad as /devices/platform/matrix-keypad/input/input0
    [    2.020248] am64-vmon-vsys 420000.main-esm: get signal gpios OK!
    [    2.020267] am64-vmon-vsys 420000.main-esm: gpio control status is 0
    [    2.021178] am64-vmon-vsys 420000.main-esm: IRQ request OK,ID is 537 
    [    2.021192] am64-vmon-vsys 420000.main-esm: check group[1].esm_raw is 0x00000000 
    [    2.021199] am64-vmon-vsys 420000.main-esm: check group[1].esm_intr_en_set is 0x00000040 
    [    2.021206] am64-vmon-vsys 420000.main-esm: check group[1].esm_intr_pri is 0x00000040 
    [    2.021213] am64-vmon-vsys 420000.main-esm: enable global interrupt, check esm_en is 0x0000000F 
    [    2.021220] am64-vmon-vsys 420000.main-esm: check group[1].esm_raw is 0x00000000 
    [    2.021227] am64-vmon-vsys 420000.main-esm: check group[1].esm_sts is 0x00000000 
    [    2.021233] am64-vmon-vsys 420000.main-esm: esm_high_pri is 0xFFFFFFFF 
    [    2.021239] am64-vmon-vsys 420000.main-esm: esm_high is 0x00000000 
    [    2.021865] gpio-wdt watchdog: enter[gpio_wdt_probe][122]pdev->name is watchdog
    [    2.021917] gpio-wdt watchdog: [gpio_wdt_probe][150]gpio_en get OK! 
    [    2.021925] gpio-wdt watchdog: status is 0
    [    2.021944] gpio-wdt watchdog: [gpio_wdt_probe][165]gpio_cl get OK! 
    [    2.021951] gpio-wdt watchdog: status is 0
    [    2.024169] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present!
    [    2.026515] ubi0: attaching mtd13
    [    2.135556] ubi0: scanning is finished
    [    2.139920] ubi0: attached mtd13 (name "nand.linux-os_a", size 40 MiB)
    [    2.139942] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [    2.139950] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [    2.139955] ubi0: VID header offset: 512 (aligned 512), data offset: 2048
    [    2.139961] ubi0: good PEBs: 320, bad PEBs: 0, corrupted PEBs: 0
    [    2.139967] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    2.139973] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1626532923
    [    2.139980] ubi0: available PEBs: 0, total reserved PEBs: 320, PEBs reserved for bad PEB handling: 160
    [    2.140029] ubi1: attaching mtd14
    [    2.145640] ubi0: background thread "ubi_bgt0d" started, PID 165
    [    2.439465] ubi1: scanning is finished
    [    2.444440] ubi1: attached mtd14 (name "nand.linux-fs_a", size 112 MiB)
    [    2.444463] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [    2.444470] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [    2.444476] ubi1: VID header offset: 512 (aligned 512), data offset: 2048
    [    2.444482] ubi1: good PEBs: 896, bad PEBs: 0, corrupted PEBs: 0
    [    2.444487] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    2.444493] ubi1: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 2144969776
    [    2.444501] ubi1: available PEBs: 0, total reserved PEBs: 896, PEBs reserved for bad PEB handling: 160
    [    2.444552] ubi2: attaching mtd15
    [    2.449662] ubi1: background thread "ubi_bgt1d" started, PID 166
    [    2.779121] ubi2: scanning is finished
    [    2.799390] ubi2: attached mtd15 (name "nand.fw_a", size 128 MiB)
    [    2.799413] ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [    2.799420] ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [    2.799426] ubi2: VID header offset: 512 (aligned 512), data offset: 2048
    [    2.799433] ubi2: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0
    [    2.799438] ubi2: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    2.799444] ubi2: max/mean erase counter: 7/3, WL threshold: 4096, image sequence number: 1890084456
    [    2.799451] ubi2: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 160
    [    2.799506] ubi3: attaching mtd19
    [    2.804646] ubi2: background thread "ubi_bgt2d" started, PID 167
    [    3.003463] ubi3: scanning is finished
    [    3.018070] ubi3: attached mtd19 (name "nand.config", size 80 MiB)
    [    3.018090] ubi3: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [    3.018098] ubi3: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [    3.018104] ubi3: VID header offset: 512 (aligned 512), data offset: 2048
    [    3.018110] ubi3: good PEBs: 640, bad PEBs: 0, corrupted PEBs: 0
    [    3.018115] ubi3: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    3.018121] ubi3: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 1317582697
    [    3.018127] ubi3: available PEBs: 0, total reserved PEBs: 640, PEBs reserved for bad PEB handling: 160
    [    3.018183] ubi4: attaching mtd20
    [    3.023629] ubi3: background thread "ubi_bgt3d" started, PID 168
    [    4.017738] ubi4: scanning is finished
    [    4.044331] ubi4: attached mtd20 (name "nand.data", size 383 MiB)
    [    4.044354] ubi4: PEB size: 131072 bytes (128 KiB), LEB size: 129024 bytes
    [    4.044362] ubi4: min./max. I/O unit sizes: 2048/2048, sub-page size 512
    [    4.044367] ubi4: VID header offset: 512 (aligned 512), data offset: 2048
    [    4.044373] ubi4: good PEBs: 3064, bad PEBs: 0, corrupted PEBs: 0
    [    4.044379] ubi4: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    4.044385] ubi4: max/mean erase counter: 7/3, WL threshold: 4096, image sequence number: 763078370
    [    4.044393] ubi4: available PEBs: 0, total reserved PEBs: 3064, PEBs reserved for bad PEB handling: 160
    [    4.044843] clk: Disabling unused clocks
    [    4.044982] ubi4: background thread "ubi_bgt4d" started, PID 169
    [    4.053632] first value 00000000
    [    4.070762] UBIFS (ubi1:0): Mounting in unauthenticated mode
    [    4.137542] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "linux-fs", R/O mode
    [    4.137566] UBIFS (ubi1:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [    4.137577] UBIFS (ubi1:0): FS size: 93026304 bytes (88 MiB, 721 LEBs), max 896 LEBs, journal size 9033728 bytes (8 MiB, 71 LEBs)
    [    4.151797] UBIFS (ubi1:0): reserved for root: 0 bytes (0 KiB)
    [    4.151805] UBIFS (ubi1:0): media format: w4/r0 (latest is w5/r0), UUID 31DE6C8B-E4D4-4ED1-9A69-CE140CF62FB2, small LPT model
    [    4.152471] VFS: Mounted root (ubifs filesystem) readonly on device 0:20.
    [    4.153660] devtmpfs: mounted
    [    4.155040] Freeing unused kernel memory: 1536K
    [    4.155166] Run /sbin/init as init process
    [    4.155169]   with arguments:
    [    4.155172]     /sbin/init
    [    4.155174]   with environment:
    [    4.155176]     HOME=/
    [    4.155179]     TERM=linux
    [    4.155181]     btld_res=050505
    [    4.717572] NET: Registered PF_INET6 protocol family
    [    4.719450] Segment Routing with IPv6
    [    4.719500] In-situ OAM (IOAM) with IPv6
    [    4.790229] 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=unified)
    [    4.792090] systemd[1]: Detected architecture arm64.
    [    4.825890] systemd[1]: Hostname set to <p3plus>.
    [    5.216334] systemd-sysv-generator[182]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    5.236695] systemd[173]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
    [    5.787223] systemd[1]: Queued start job for default target Multi-User System.
    [    5.815863] systemd[1]: Created slice Slice /system/getty.
    [    5.833758] systemd[1]: Created slice Slice /system/modprobe.
    [    5.850661] systemd[1]: Created slice Slice /system/serial-getty.
    [    5.867992] systemd[1]: Created slice User and Session Slice.
    [    5.884501] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    5.903472] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.923262] systemd[1]: Reached target Path Units.
    [    5.936966] systemd[1]: Reached target Remote File Systems.
    [    5.950936] systemd[1]: Reached target Slice Units.
    [    5.963995] systemd[1]: Reached target Swaps.
    [    5.980805] systemd[1]: Listening on Syslog Socket.
    [    5.994560] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    6.012510] systemd[1]: Listening on Journal Audit Socket.
    [    6.028051] systemd[1]: Listening on Journal Socket (/dev/log).
    [    6.044220] systemd[1]: Listening on Journal Socket.
    [    6.061395] systemd[1]: Listening on udev Control Socket.
    [    6.076965] systemd[1]: Listening on udev Kernel Socket.
    [    6.092527] systemd[1]: Listening on User Database Manager Socket.
    [    6.126123] systemd[1]: Mounting Huge Pages File System...
    [    6.149084] systemd[1]: Mounting POSIX Message Queue File System...
    [    6.187366] systemd[1]: Mounting Kernel Debug File System...
    [    6.202860] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.233311] systemd[1]: Mounting Temporary Directory /tmp...
    [    6.269787] systemd[1]: Starting Create List of Static Device Nodes...
    [    6.286164] systemd[1]: Bind mount volatile /var/log was skipped because of a failed condition check (ConditionPathExists=/var/log).
    [    6.314797] systemd[1]: Starting Load Kernel Module configfs...
    [    6.346769] systemd[1]: Starting Load Kernel Module drm...
    [    6.375682] systemd[1]: Starting Load Kernel Module fuse...
    [    6.402277] systemd[1]: Starting File System Check on Root Device...
    [    6.420915] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    6.420946] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    6.437677] systemd[1]: Starting Journal Service...
    [    6.488850] systemd[1]: Starting Load Kernel Modules...
    [    6.531128] systemd[1]: Starting Generate network units from Kernel command line...
    [    6.572956] systemd[1]: Starting Coldplug All udev Devices...
    [    6.590376] systemd[1]: Bind mount volatile /var/cache was skipped because of a failed condition check (ConditionPathExists=/var/cache).
    [    6.590855] systemd[1]: Bind mount volatile /var/lib was skipped because of a failed condition check (ConditionPathExists=/var/lib).
    [    6.591034] systemd[1]: Bind mount volatile /var/spool was skipped because of a failed condition check (ConditionPathExists=/var/spool).
    [    6.595301] systemd[1]: Bind mount volatile /srv was skipped because of a failed condition check (ConditionPathIsReadWrite=/var/volatile).
    [    6.659369] systemd[1]: Mounted Huge Pages File System.
    [    6.711857] systemd[1]: Mounted POSIX Message Queue File System.
    [    6.741036] systemd[1]: Mounted Kernel Debug File System.
    [    6.771128] using random self ethernet address
    [    6.771150] using random host ethernet address
    [    6.771159] using host ethernet address: 00:00:54:68:00:03
    [    6.772351] usb0: HOST MAC 00:00:54:68:00:03
    [    6.772365] usb0: MAC 5a:52:01:06:f3:94
    [    6.772430] using random self ethernet address
    [    6.772440] using random host ethernet address
    [    6.772559] g_ether gadget.0: Ethernet Gadget, version: Memorial Day 2008
    [    6.772568] g_ether gadget.0: g_ether ready
    [    6.775234] systemd[1]: Mounted Temporary Directory /tmp.
    [    6.813771] systemd[1]: Finished Create List of Static Device Nodes.
    [    6.850862] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    6.852449] systemd[1]: Finished Load Kernel Module configfs.
    [    6.883259] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    6.884546] systemd[1]: Finished Load Kernel Module drm.
    [    6.923125] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    6.924530] systemd[1]: Finished Load Kernel Module fuse.
    [    6.954057] systemd[1]: Finished File System Check on Root Device.
    [    6.979078] systemd[1]: Finished Load Kernel Modules.
    [    7.021434] systemd[1]: Finished Generate network units from Kernel command line.
    [    7.058432] systemd[1]: FUSE Control File System was skipped because of a failed condition check (ConditionPathExists=/sys/fs/fuse/connections).
    [    7.084644] systemd[1]: Mounting Kernel Configuration File System...
    [    7.160848] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    7.208873] systemd[1]: Starting Apply Kernel Variables...
    [    7.242160] systemd[1]: Mounted Kernel Configuration File System.
    [    7.377958] systemd[1]: Finished Apply Kernel Variables.
    [    7.410639] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 204
    [    7.431121] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    7.463395] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    7.472071] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
    [    7.519148] systemd[1]: Starting Load/Save Random Seed...
    [    7.570335] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
    [    7.583461] systemd[1]: Starting Create Static Device Nodes in /dev...
    [    7.644233] systemd[1]: systemd-random-seed.service: Main process exited, code=exited, status=1/FAILURE
    [    7.648309] systemd[1]: systemd-random-seed.service: Failed with result 'exit-code'.
    [    7.656008] systemd[1]: Failed to start Load/Save Random Seed.
    [    7.710051] systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
    [    7.752772] systemd[1]: Finished Create Static Device Nodes in /dev.
    [    7.771962] systemd[1]: Reached target Preparation for Local File Systems.
    [    7.808396] systemd[1]: Mounting /mnt/p3_data...
    [    7.839240] systemd[1]: Mounting /mnt/ubifs/fw...
    [    7.884474] UBIFS (ubi4:0): Mounting in unauthenticated mode
    [    7.892309] systemd[1]: Mounting /mnt/ubifs/linux_os...
    [    7.901109] UBIFS (ubi2:0): Mounting in unauthenticated mode
    [    7.906623] UBIFS (ubi4:0): background thread "ubifs_bgt4_0" started, PID 211
    [    7.915718] UBIFS (ubi2:0): background thread "ubifs_bgt2_0" started, PID 212
    [    7.966918] systemd[1]: Starting Rule-based Manager for Device Events and Files...
    [    7.997536] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    8.029735] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 214
    [    8.059779] systemd[1]: Started Journal Service.
    [    8.178555] UBIFS (ubi4:0): UBIFS: mounted UBI device 4, volume 0, name "data"
    [    8.178580] UBIFS (ubi4:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [    8.186025] UBIFS (ubi4:0): FS size: 372750336 bytes (355 MiB, 2889 LEBs), max 3064 LEBs, journal size 9033728 bytes (8 MiB, 71 LEBs)
    [    8.186039] UBIFS (ubi4:0): reserved for root: 0 bytes (0 KiB)
    [    8.186045] UBIFS (ubi4:0): media format: w4/r0 (latest is w5/r0), UUID 85CF4FF0-93BE-41DE-B3D7-591035666AF4, small LPT model
    [    8.244113] UBIFS (ubi2:0): UBIFS: mounted UBI device 2, volume 0, name "fw"
    [    8.244138] UBIFS (ubi2:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [    8.244148] UBIFS (ubi2:0): FS size: 109541376 bytes (104 MiB, 849 LEBs), max 1024 LEBs, journal size 9033728 bytes (8 MiB, 71 LEBs)
    [    8.244159] UBIFS (ubi2:0): reserved for root: 0 bytes (0 KiB)
    [    8.244165] UBIFS (ubi2:0): media format: w4/r0 (latest is w5/r0), UUID A9BDB7AE-27C2-41C8-878C-0074EA0687C8, small LPT model
    [    8.266911] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "linux-os"
    [    8.266943] UBIFS (ubi0:0): LEB size: 129024 bytes (126 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
    [    8.266954] UBIFS (ubi0:0): FS size: 18837504 bytes (17 MiB, 146 LEBs), max 320 LEBs, journal size 5548032 bytes (5 MiB, 43 LEBs)
    [    8.266965] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    8.266972] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 0E87546B-71FF-4492-9234-9ABCA3E7DE73, small LPT model
    [    8.341276] systemd-journald[192]: Received client request to flush runtime journal.
    [   11.582883] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [   11.583389] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [   11.593180] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [   11.694857] mtdblock: MTD device 'nand.linux-os_a' is NAND, please consider using UBI block devices instead.
    [   11.765084] mtdblock: MTD device 'nand.linux-fs_a' is NAND, please consider using UBI block devices instead.
    [   11.786080] mtdblock: MTD device 'nand.fw_a' is NAND, please consider using UBI block devices instead.
    [   11.866556] mtdblock: MTD device 'nand.linux-os_b' is NAND, please consider using UBI block devices instead.
    [   11.893926] mtdblock: MTD device 'nand.linux-fs_b' is NAND, please consider using UBI block devices instead.
    [   11.952665] mtdblock: MTD device 'nand.fw_b' is NAND, please consider using UBI block devices instead.
    [   12.053942] mtdblock: MTD device 'nand.data' is NAND, please consider using UBI block devices instead.
    [   12.104165] mtdblock: MTD device 'nand.invalid' is NAND, please consider using UBI block devices instead.
    [   12.142685] mtdblock: MTD device 'nand.config' is NAND, please consider using UBI block devices instead.
    [   12.799024] k3-m4-rproc 5000000.m4fss: device does not reserved memory regions, ret = -22
    [   12.799049] k3-m4-rproc 5000000.m4fss: reserved memory init failed, ret = -22
    [   12.810634] remoteproc remoteproc0: releasing 5000000.m4fss
    [   12.810666] k3-m4-rproc: probe of 5000000.m4fss failed with error -22
    [   13.095559] platform 78000000.r5f: configured R5F for remoteproc mode
    [   13.102330] k3_r5_rproc bus@f4000:r5fss@78000000: split-mode not permitted, force configuring for single-cpu mode
    [   13.107773] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   13.108329] remoteproc remoteproc0: 78000000.r5f is available
    [   13.133007] remoteproc remoteproc0: powering up 78000000.r5f
    [   13.133503] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 93536
    [   13.141388] platform 78400000.r5f: configured R5F for remoteproc mode
    [   13.142432] k3_r5_rproc bus@f4000:r5fss@78400000: split-mode not permitted, force configuring for single-cpu mode
    [   13.142890] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   13.143318] remoteproc remoteproc1: 78400000.r5f is available
    [   13.152609] remoteproc remoteproc1: powering up 78400000.r5f
    [   13.153003] remoteproc remoteproc1: Booting fw image am64-main-r5f1_0-fw, size 49504
    [   13.166409] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [   13.166775] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [   13.166788] remoteproc remoteproc0: remote processor 78000000.r5f is now up
    [   13.195083] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   13.195320] rproc-virtio rproc-virtio.2.auto: registered virtio1 (type 7)
    [   13.195329] remoteproc remoteproc1: remote processor 78400000.r5f is now up
    [   13.295302] cdns-torrent-phy f000000.serdes: No available link subnodes found
    [   13.295324] cdns-torrent-phy: probe of f000000.serdes failed with error -22
    [   15.839748] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   15.840786] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   15.857853] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   17.057685] random: crng init done
    [   17.355315] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth0 
    [   17.418116] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   17.424983] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   17.425013] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   17.431310] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   17.431334] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   17.437970] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   17.450613] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   17.451556] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   17.468829] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   17.481519] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   17.489098] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   17.501746] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   17.502253] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   17.502262] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   17.513926] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   17.513957] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   17.514436] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   17.525527] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   17.528095] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   17.541022] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   17.549040] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   17.565805] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   17.583954] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:02] driver [TI DP83822] (irq=POLL)
    [   17.583990] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [   17.692111] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth1 
    [   17.696289] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   17.704932] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   17.704960] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   17.714075] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   17.714101] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   17.714567] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   17.720308] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   17.730471] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   17.742097] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   17.757962] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   17.774398] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   17.777303] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   17.780267] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   17.780293] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   17.784634] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   17.784658] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   17.785123] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   17.798850] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   17.805699] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   17.810261] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   17.824003] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   17.839907] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   17.855186] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:03] driver [TI DP83822] (irq=POLL)
    [   17.855220] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rmii link mode
    [   20.707201] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   20.707285] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   23.197998] systemd-journald[192]: Time jumped backwards, rotating.
    [   57.219083] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [   57.234962] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth0 
    [   57.238993] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   57.239485] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   57.239493] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   57.245362] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   57.245526] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   57.252902] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   57.255731] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   57.260700] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   57.267107] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   57.274330] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   57.283082] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   57.289147] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   57.290955] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   57.290980] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   57.295481] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   57.295657] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   57.300932] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   57.304530] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   57.310160] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   57.320938] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   57.326073] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   57.335710] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   57.345951] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:02] driver [TI DP83822] (irq=POLL)
    [   57.345988] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [   57.412695] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth1 
    [   57.416204] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   57.418995] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   57.419159] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   57.421454] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   57.421473] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   57.427724] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   57.433414] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   57.438302] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   57.447514] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   57.453791] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   57.462962] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   57.465847] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   57.466335] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   57.466343] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   57.474392] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   57.474414] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   57.476789] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   57.481193] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   57.488243] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   57.496173] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   57.502232] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   57.512809] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   57.526005] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:03] driver [TI DP83822] (irq=POLL)
    [   57.526041] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rmii link mode
    [   57.904345] esm_open!
    [   58.112178] application fasync![8][1]
    [   60.451223] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   60.451327] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   73.811943] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [   73.975804] device eth1 entered promiscuous mode
    [   73.975927] audit: type=1700 audit(1767947299.174:2): dev=eth1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [   73.988808] device eth0 entered promiscuous mode
    [   73.990979] audit: type=1700 audit(1767947299.174:2): dev=eth0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [   73.998691] audit: type=1300 audit(1767947299.174:2): arch=c00000b7 syscall=211 success=yes exit=92 a0=6 a1=ffffd37295a8 a2=0 a3=ffffb098f840 items=4 ppid=369 pid=438 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip" exe="/sbin/ip.iproute2" key=(null)
    [   73.998735] audit: type=1307 audit(1767947299.174:2): cwd="/mnt/ubifs/fw/app"
    [   73.998749] audit: type=1302 audit(1767947299.174:2): item=0 name=(null) inode=1176 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [   73.998763] audit: type=1302 audit(1767947299.174:2): item=1 name=(null) inode=7457 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [   73.998780] audit: type=1302 audit(1767947299.174:2): item=2 name=(null) inode=7457 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [   73.998796] audit: type=1302 audit(1767947299.174:2): item=3 name=(null) inode=7458 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [   73.998811] audit: type=1327 audit(1767947299.174:2): proctitle=6970006C696E6B00616464006E616D65007265643000747970650068737200736C61766531006574683100736C617665320065746830007375706572766973696F6E0034350070726F746F0031
    [   74.103852] red0: Slave A (eth1) is not up; please bring it up to get a fully working HSR network
    [   74.103883] red0: Slave B (eth0) is not up; please bring it up to get a fully working HSR network
    [   74.159876] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth1 
    [   74.168714] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   74.169209] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   74.169218] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   74.176325] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   74.176348] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   74.181075] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   74.182864] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   74.187537] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   74.189827] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   74.193304] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   74.197692] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   74.198179] TI DP83822 8000f00.mdio:03: enter[dp83822_config_init][432]mdiobus 38:30
    [   74.200816] TI DP83822 8000f00.mdio:03: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   74.200839] TI DP83822 8000f00.mdio:03: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   74.204072] TI DP83822 8000f00.mdio:03: read back MII_BMCR is 2100
    [   74.204094] TI DP83822 8000f00.mdio:03: PHY id is 2000A240,mdio.addr is 3
    [   74.204560] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR is 8023
    [   74.207976] TI DP83822 8000f00.mdio:03: MII_DP83822_PHYCR read back is 8023
    [   74.211673] TI DP83822 8000f00.mdio:03: MII_DP83822_RCSR set value is F1
    [   74.216127] TI DP83822 8000f00.mdio:03: MII_DP83822_MLEDCR is B
    [   74.220017] TI DP83822 8000f00.mdio:03: MII_DP83822_IOCTRL1 set value is 100
    [   74.222300] TI DP83822 8000f00.mdio:03: MII_DP83822_CTRL_2 set value is 100
    [   74.227828] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:03] driver [TI DP83822] (irq=POLL)
    [   74.227862] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rmii link mode
    [   74.269365] am65-cpsw-nuss 8000000.ethernet: [am65_cpsw_nuss_ndo_slave_open][590]open slave eth0 
    [   74.273962] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   74.274453] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   74.274461] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   74.278766] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   74.278788] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   74.279253] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   74.282337] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   74.286551] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   74.288827] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   74.294492] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   74.296732] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   74.297211] TI DP83822 8000f00.mdio:02: enter[dp83822_config_init][432]mdiobus 38:30
    [   74.299070] TI DP83822 8000f00.mdio:02: [dp83822_config_init][467]dp83822->fx_enabled is 0 
    [   74.299095] TI DP83822 8000f00.mdio:02: FIX 100MHz,MII_BMCR BMCR_SPEED100|BMCR_FULLDPLX(0x2100)
    [   74.302877] TI DP83822 8000f00.mdio:02: read back MII_BMCR is 2100
    [   74.302898] TI DP83822 8000f00.mdio:02: PHY id is 2000A240,mdio.addr is 2
    [   74.303364] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR is 8022
    [   74.305209] TI DP83822 8000f00.mdio:02: MII_DP83822_PHYCR read back is 8022
    [   74.309952] TI DP83822 8000f00.mdio:02: MII_DP83822_RCSR set value is F1
    [   74.312211] TI DP83822 8000f00.mdio:02: MII_DP83822_MLEDCR is 20B
    [   74.315712] TI DP83822 8000f00.mdio:02: MII_DP83822_IOCTRL1 set value is 100
    [   74.320204] TI DP83822 8000f00.mdio:02: MII_DP83822_CTRL_2 set value is 100
    [   74.325965] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:02] driver [TI DP83822] (irq=POLL)
    [   74.325998] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rmii link mode
    [   75.539581] audit: type=1325 audit(1767947300.679:3): table=filter family=2 entries=0 op=xt_register pid=446 comm="iptables"
    [   77.411350] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   77.414288] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   77.414543] IPv6: ADDRCONF(NETDEV_CHANGE): red0: link becomes ready
    [   79.015726] kauditd_printk_skb: 71 callbacks suppressed
    [   79.015750] audit: type=1325 audit(1767947304.223:27): table=filter family=2 entries=27 op=xt_replace pid=490 comm="iptables"
    [   79.019191] audit: type=1300 audit(1767947304.223:27): arch=c00000b7 syscall=208 success=yes exit=0 a0=a a1=0 a2=40 a3=2f8b3540 items=0 ppid=369 pid=490 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null)
    [   79.022895] audit: type=1327 audit(1767947304.223:27): proctitle=69707461626C6573002D4100494E505554002D690075736230002D7000756470002D2D64706F727400313233002D6A00414343455054
    [   79.167767] audit: type=1325 audit(1767947304.377:28): table=filter family=2 entries=28 op=xt_replace pid=493 comm="iptables"
    [   79.170575] audit: type=1300 audit(1767947304.377:28): arch=c00000b7 syscall=208 success=yes exit=0 a0=a a1=0 a2=40 a3=1334710 items=0 ppid=369 pid=493 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null)
    [   79.172998] audit: type=1327 audit(1767947304.377:28): proctitle=69707461626C6573002D4100494E505554002D690075736230002D7000756470002D2D64706F72740033373032002D6A00414343455054
    [   79.311463] audit: type=1325 audit(1767947304.521:29): table=filter family=2 entries=29 op=xt_replace pid=494 comm="iptables"
    [   79.315021] audit: type=1300 audit(1767947304.521:29): arch=c00000b7 syscall=208 success=yes exit=0 a0=a a1=0 a2=40 a3=39a81d0 items=0 ppid=369 pid=494 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null)
    [   79.317286] audit: type=1327 audit(1767947304.521:29): proctitle=69707461626C6573002D4100494E505554002D690075736230002D7000746370002D2D64706F72740038303830002D6A00414343455054
    [   79.463155] audit: type=1325 audit(1767947304.666:30): table=filter family=2 entries=30 op=xt_replace pid=495 comm="iptables"
    [  104.956625] sched: RT throttling activated
    [  111.981910] IPv6: ADDRCONF(NETDEV_CHANGE): can0: link becomes ready
    [  112.915780] can: raw protocol
    [  134.371697] red0: VLAN not yet supported
    [  176.902819] device red0 entered promiscuous mode
    [  176.903414] kauditd_printk_skb: 23 callbacks suppressed
    [  176.903439] audit: type=1700 audit(1767947402.116:38): dev=red0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [  176.917940] audit: type=1300 audit(1767947402.116:38): arch=c00000b7 syscall=208 success=yes exit=0 a0=4 a1=107 a2=1 a3=ffffc04777e0 items=0 ppid=755 pid=1148 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="tcpdump" exe="/usr/bin/tcpdump" key=(null)
    [  176.921713] audit: type=1327 audit(1767947402.116:38): proctitle=74637064756D70002D690072656430
    [  181.091055] device red0 left promiscuous mode
    [  181.091313] audit: type=1700 audit(1767947406.304:39): dev=red0 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
    

    There is kernel log when the device started in PRP mode.

  • Hi Steven,

    1.SDK version: version9

    Is it possible for you to transition to testing with SDK 11.x? My understanding is that there have been updates regarding HSR/PRP software since SDK 9.x.

    Additionally, in order to debug this problem, I will need a way to recreate the test. Can you share the application you are using to generate GOOSE packets?

    -Daolin

  • after we integrated two patches from EOC team,  goose over PRP is OK. 

    so the case can be closed now, thanks for your support.

  • Hi Guowei

    Thanks for the updates, just quick check with you.

    EOC team is TI's support team or Schneider internal team? Want to check with SDK development team if these 2 patches are integrated correctly. 

    Thanks

    Zekun

  • EOC is Schneider internal team and we are working most of the time with   from TI 

    patches should be applied correctly as it is coming from TI

    PATCH1:

    From 916175d80a6136e1b3785adef6b73e65d2d56eaa Mon Sep 17 00:00:00 2001
    From: WingMan Kwok <w-kwok2@ti.com>
    Date: Thu, 9 May 2024 17:43:11 +0530
    Subject: [PATCH 1/4] net: hsr: Add VLAN support

    Add support for creating VLAN interfaces over HSR/PRP interface.

    PATCH2:

    From 7c2c6221d29ba79f1333ef18be4296f0ad542556 Mon Sep 17 00:00:00 2001
    From: Murali Karicheri <m-karicheri2@ti.com>
    Date: Thu, 9 May 2024 17:43:12 +0530
    Subject: [PATCH 2/4] net: hsr: Add VLAN CTAG filter support

    This patch adds support for VLAN ctag based filtering at slave devices.
    The slave ethernet device may be capable of filtering ethernet packets
    based on VLAN ID. This requires that when the VLAN interface is created
    over an HSR/PRP interface, it passes the VID information to the
    associated slave ethernet devices so that it updates the hardware
    filters to filter ethernet frames based on VID. This patch adds the
    required functions to propagate the vid information to the slave
    devices.

  • Thanks a lot!

    Close this one.