Tool/software:
hi,ti expert:
We found that sdk9.1 could not communicate after changing the mac address,After checking, we found that linux sent requests, carrying mac addresses are always old。
Also, the driver on the linux side does not appear to have finished loading。
my operation:
1. boot (I found main-r5fss-cpsw9g-virt-mac0/1: deferred probe pending,detail see linux_boot_log)
2. set ip
3. ping pc is ok
4. ifconfig eth2 down
5. ifconfig eth2 hw ether 1E:ED:19:27:1A:B4
6. ifconfig eth2 up (I found ETHFW: REGISTER_MAC use old mac, detail see operation_log)
7. ping pc is failed
some infomatione as folw:
- hardware
j784s4_evm and eth ext-board
- sdk
sdk9.1
- img
boot-adas-j784s4-evm.tar.gz
tisdk-adas-image-j784s4-evm.tar.xz
- uEnv.txt
# This uEnv.txt file can contain additional environment settings that you # want to set in U-Boot at boot time. This can be simple variables such # as the serverip or custom variables. The format of this file is: # variable=value # NOTE: This file will be evaluated after the bootcmd is run and the # bootcmd must be set to load this file if it exists (this is the # default on all newer U-Boot images. This also means that some # variables such as bootdelay cannot be changed by this file since # it is not evaluated until the bootcmd is run. psdk_setup_file=.psdk_setup check_psdk_setup=load mmc 1:1 ${loadaddr} ${psdk_setup_file} # Reset to the default environment do_psdk_setup=env default -f -a; saveenv # Update the Linux hostname based on board_name # The SK also requires an additional dtbo to boot. Prepend it to name_overlays depending on board_name uenvcmd=if test ${boot_fit} -eq 1; then setenv name_overlays $name_overlays_fit; fi; if test "$board_name" = "am69-sk"; then ; setenv args_all $args_all systemd.hostname=am69a-sk ; if test ${boot_fit} -eq 1; then setenv name_overlays ti/k3-am69-sk-ddr-mem-carveout.dtbo $name_overlays; else; setenv name_overlays k3-am69-sk-ddr-mem-carveout.dtbo $name_overlays ; fi; fi # Setting the right U-Boot environment variables dorprocboot=1 name_overlays=k3-j784s4-evm-virt-mac-client.dtbo k3-j784s4-vision-apps.dtbo # Name overlays when booting from fit image name_overlays_fit=ti/k3-j784s4-evm-virt-mac-client.dtbo ti/k3-j784s4-vision-apps.dtbo
- linux_boot_log
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g5892b80d6b (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Nov 27 16:11:04 UTC 2023
[ 0.000000] Machine model: Texas Instruments J784S4 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-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 vision-apps-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 vision-apps-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 vision-apps-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 vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, 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 vision-apps-r5f-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 vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 48 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@ac000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000af000000, size 48 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@af000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@b2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b2100000, size 5 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@b2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@b4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b4100000, size 5 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@b4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_2-dma-memory@b6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b6100000, size 5 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_2-memory@b6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_3-dma-memory@b8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000b8100000, size 5 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-c71_3-memory@b8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ba000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@ba000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000be000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-queues@be000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000be800000, size 24 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-r5f-virtual-eth-buffers@be800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 2048 MiB
[ 0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000980000000, size 1792 MiB
[ 0.000000] OF: reserved mem: initialized node linux-cma-buffers@980000000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a8ffffff]
[ 0.000000] node 0: [mem 0x00000000a9000000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000b2603fff]
[ 0.000000] node 0: [mem 0x00000000b2604000-0x00000000b3ffffff]
[ 0.000000] node 0: [mem 0x00000000b4000000-0x00000000b4603fff]
[ 0.000000] node 0: [mem 0x00000000b4604000-0x00000000b5ffffff]
[ 0.000000] node 0: [mem 0x00000000b6000000-0x00000000b6603fff]
[ 0.000000] node 0: [mem 0x00000000b6604000-0x00000000b7ffffff]
[ 0.000000] node 0: [mem 0x00000000b8000000-0x00000000b8603fff]
[ 0.000000] node 0: [mem 0x00000000b8604000-0x00000000b9ffffff]
[ 0.000000] node 0: [mem 0x00000000ba000000-0x00000000bfffffff]
[ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] node 0: [mem 0x0000000900000000-0x0000000fffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] pcpu-alloc: s38376 r8192 d31256 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8257534
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=39ebe661-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 27523768K/33554424K available (12352K kernel code, 1266K rwdata, 4028K rodata, 2112K init, 432K bss, 4195648K reserved, 1835008K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 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 @93c800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x000000093c050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000093c060000
[ 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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008412] Console: colour dummy device 80x25
[ 0.012979] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.023651] pid_max: default: 32768 minimum: 301
[ 0.028389] LSM: Security Framework initializing
[ 0.033200] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.041009] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.050087] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057483] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.063747] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.071132] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.077435] rcu: Hierarchical SRCU implementation.
[ 0.082331] rcu: Max phase no-delay instances is 1000.
[ 0.087815] Platform MSI: msi-controller@1820000 domain created
[ 0.094005] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.103432] EFI services will not be available.
[ 0.108261] smp: Bringing up secondary CPUs ...
[ 0.121326] Detected PIPT I-cache on CPU1
[ 0.121379] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.121392] GICv3: CPU1: using allocated LPI pending table @0x000000093c070000
[ 0.121422] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.129867] Detected PIPT I-cache on CPU2
[ 0.129905] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.129918] GICv3: CPU2: using allocated LPI pending table @0x000000093c080000
[ 0.129940] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.138346] Detected PIPT I-cache on CPU3
[ 0.138387] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.138399] GICv3: CPU3: using allocated LPI pending table @0x000000093c090000
[ 0.138422] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.146879] Detected PIPT I-cache on CPU4
[ 0.146955] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.146968] GICv3: CPU4: using allocated LPI pending table @0x000000093c0a0000
[ 0.146999] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.155454] Detected PIPT I-cache on CPU5
[ 0.155503] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.155516] GICv3: CPU5: using allocated LPI pending table @0x000000093c0b0000
[ 0.155538] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.163961] Detected PIPT I-cache on CPU6
[ 0.164013] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.164026] GICv3: CPU6: using allocated LPI pending table @0x000000093c0c0000
[ 0.164050] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.172472] Detected PIPT I-cache on CPU7
[ 0.172525] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.172539] GICv3: CPU7: using allocated LPI pending table @0x000000093c0d0000
[ 0.172562] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.172607] smp: Brought up 1 node, 8 CPUs
[ 0.353591] SMP: Total of 8 processors activated.
[ 0.358396] CPU features: detected: 32-bit EL0 Support
[ 0.363653] CPU features: detected: CRC32 instructions
[ 0.368946] CPU: All CPU(s) started at EL2
[ 0.373135] alternatives: applying system-wide alternatives
[ 0.379768] devtmpfs: initialized
[ 0.393323] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.403302] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.431026] pinctrl core: initialized pinctrl subsystem
[ 0.436684] DMI not present or invalid.
[ 0.440933] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.448245] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.456267] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.464984] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.473217] audit: initializing netlink subsys (disabled)
[ 0.478838] audit: type=2000 audit(0.340:1): state=initialized audit_enabled=0 res=1
[ 0.479030] thermal_sys: Registered thermal governor 'step_wise'
[ 0.486756] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.492978] cpuidle: using governor menu
[ 0.503720] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.510743] ASID allocator initialised with 65536 entries
[ 0.526000] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
[ 0.534696] KASLR disabled due to lack of seed
[ 0.542060] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.549009] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.555415] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.562350] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.568753] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.575687] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.582090] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.589025] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.596099] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.605567] iommu: Default domain type: Translated
[ 0.610553] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.617078] SCSI subsystem initialized
[ 0.620974] libata version 3.00 loaded.
[ 0.621046] usbcore: registered new interface driver usbfs
[ 0.626666] usbcore: registered new interface driver hub
[ 0.632105] usbcore: registered new device driver usb
[ 0.637446] pps_core: LinuxPPS API ver. 1 registered
[ 0.642518] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.651857] PTP clock support registered
[ 0.655937] EDAC MC: Ver: 3.0.0
[ 0.659602] FPGA manager framework
[ 0.663104] Advanced Linux Sound Architecture Driver Initialized.
[ 0.669734] clocksource: Switched to clocksource arch_sys_counter
[ 0.676074] VFS: Disk quotas dquot_6.6.0
[ 0.680102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.690075] Carveout Heap: Exported 960 MiB at 0x0000000900000000
[ 0.696355] NET: Registered PF_INET protocol family
[ 0.701689] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.714440] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.723473] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.731403] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.740489] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.748896] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.755765] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.763111] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.770987] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.777044] RPC: Registered named UNIX socket transport module.
[ 0.783099] RPC: Registered udp transport module.
[ 0.787902] RPC: Registered tcp transport module.
[ 0.792705] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.799291] NET: Registered PF_XDP protocol family
[ 0.804192] PCI: CLS 0 bytes, default 64
[ 0.808819] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.818032] Initialise system trusted keyrings
[ 0.822673] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 0.831187] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.837384] NFS: Registering the id_resolver key type
[ 0.842559] Key type id_resolver registered
[ 0.846830] Key type id_legacy registered
[ 0.850948] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.857797] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.884387] Key type asymmetric registered
[ 0.888571] Asymmetric key parser 'x509' registered
[ 0.893578] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.901201] io scheduler mq-deadline registered
[ 0.905832] io scheduler kyber registered
[ 0.912023] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 0.917985] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 0.924029] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 0.930086] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 0.935905] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 0.942104] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.951500] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.962551] loop: module loaded
[ 0.966450] megasas: 07.719.03.00-rc1
[ 0.971664] tun: Universal TUN/TAP device driver, 1.6
[ 0.977150] thunder_xcv, ver 1.0
[ 0.980463] thunder_bgx, ver 1.0
[ 0.983775] nicpf, ver 1.0
[ 0.986622] e1000: Intel(R) PRO/1000 Network Driver
[ 0.991604] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.997486] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.002556] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.008618] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.014132] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.019832] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.026235] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.032346] sky2: driver version 1.30
[ 1.036496] VFIO - User Level meta-driver version: 0.3
[ 1.042092] usbcore: registered new interface driver usb-storage
[ 1.048554] i2c_dev: i2c /dev entries driver
[ 1.053468] sdhci: Secure Digital Host Controller Interface driver
[ 1.059791] sdhci: Copyright(c) Pierre Ossman
[ 1.064391] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.070665] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.076903] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.083643] usbcore: registered new interface driver usbhid
[ 1.089337] usbhid: USB HID core driver
[ 1.093756] optee: probing for conduit method.
[ 1.098310] optee: revision 4.0 (2a5b1d12)
[ 1.114700] optee: dynamic shared memory is enabled
[ 1.124083] optee: initialized driver
[ 1.128883] Initializing XFRM netlink socket
[ 1.133266] NET: Registered PF_PACKET protocol family
[ 1.138467] Key type dns_resolver registered
[ 1.143011] registered taskstats version 1
[ 1.147212] Loading compiled-in X.509 certificates
[ 1.157653] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.197222] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.203474] pca953x 0-0020: supply vcc not found, using dummy regulator
[ 1.210292] pca953x 0-0020: using no AI
[ 1.238367] pca953x 0-0022: supply vcc not found, using dummy regulator
[ 1.245170] pca953x 0-0022: using AI
[ 1.249462] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.255249] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.263782] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.273025] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.281672] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.293723] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.300491] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.309655] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.319533] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.326292] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.335196] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.345341] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.352099] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.359955] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 214, base_baud = 6000000) is a 8250
[ 1.369345] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 215, base_baud = 3000000) is a 8250
[ 1.378195] printk: console [ttyS2] enabled
[ 1.386637] printk: bootconsole [ns16550a0] disabled
[ 1.437737] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.446588] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.454854] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.467706] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.474911] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.481052] pps pps0: new PPS source ptp0
[ 1.485189] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 1.537734] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.546368] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 1.554460] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 1.567194] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 1.573449] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 1.580567] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 1.586675] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:250000000, add_val:3 pps:0
[ 1.596771] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 1.605518] mmc0: CQHCI version 5.10
[ 1.646296] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.737881] mmc0: Command Queue Engine enabled
[ 1.742321] mmc0: new HS200 MMC card at address 0001
[ 1.747613] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.753206] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.758797] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.764283] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.888951] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
[ 1.894911] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
[ 1.903147] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 1.909933] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 1.916706] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 1.923477] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
[ 1.930250] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 1.937021] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
[ 1.945405] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 1.955366] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 1.967104] spi-nand spi0.0: Winbond SPI NAND was found.
[ 1.972412] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
[ 1.980725] 7 fixed-partitions partitions found on MTD device spi0.0
[ 1.987070] Creating 7 MTD partitions on "spi0.0":
[ 1.991866] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
[ 1.998614] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
[ 2.005568] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
[ 2.013206] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
[ 2.019361] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
[ 2.026143] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
[ 2.063362] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
[ 2.072163] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.077245] 7 fixed-partitions partitions found on MTD device 47050000.spi.0
[ 2.084280] Creating 7 MTD partitions on "47050000.spi.0":
[ 2.089753] 0x000000000000-0x000000080000 : "qspi.tiboot3"
[ 2.095777] 0x000000080000-0x000000280000 : "qspi.tispl"
[ 2.101605] 0x000000280000-0x000000680000 : "qspi.u-boot"
[ 2.107498] 0x000000680000-0x0000006c0000 : "qspi.env"
[ 2.113137] 0x0000006c0000-0x000000700000 : "qspi.env.backup"
[ 2.119403] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
[ 2.125308] 0x000003fc0000-0x000004000000 : "qspi.phypattern"
[ 2.169740] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.178564] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.186831] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.199692] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.206899] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.213039] pps pps0: new PPS source ptp1
[ 2.217191] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
[ 2.227060] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.273741] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.282412] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 2.290505] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.303245] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 2.309500] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 2.316618] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 2.322737] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 2.332483] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
[ 2.340375] mmc1: CQHCI version 5.10
[ 2.340396] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 2.351179] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 2.358458] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 2.366206] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 2.373515] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 2.380832] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 2.384811] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.398097] ALSA device list:
[ 2.401058] No soundcards found.
[ 2.404642] Waiting for root device PARTUUID=39ebe661-02...
[ 2.442448] mmc1: new ultra high speed SDR104 SDXC card at address 0001
[ 2.449419] mmcblk1: mmc1:0001 EC2QT 59.6 GiB
[ 2.455163] mmcblk1: p1 p2
[ 2.501772] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 2.510311] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 2.519647] devtmpfs: mounted
[ 2.523373] Freeing unused kernel memory: 2112K
[ 2.528000] Run /sbin/init as init process
[ 2.532087] with arguments:
[ 2.532088] /sbin/init
[ 2.532090] with environment:
[ 2.532092] HOME=/
[ 2.532094] TERM=linux
[ 2.687857] systemd[1]: System time before build time, advancing clock.
[ 2.724361] NET: Registered PF_INET6 protocol family
[ 2.729933] Segment Routing with IPv6
[ 2.733594] In-situ OAM (IOAM) with IPv6
[ 2.763746] 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)
[ 2.795215] systemd[1]: Detected architecture arm64.
[ 2.870331] systemd[1]: Hostname set to <j784s4-evm>.
[ 2.880653] systemd[1]: Initializing machine ID from random generator.
[ 3.017170] systemd-sysv-generator[194]: SysV service '/etc/init.d/netopeer2-server' 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.
[ 3.041980] systemd-sysv-generator[194]: SysV service '/etc/init.d/sysrepo' 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.
[ 3.065748] systemd-sysv-generator[194]: SysV service '/etc/init.d/thermal-zone-init' 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.
[ 3.198898] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 3.242704] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 3.292015] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.341150] systemd[1]: Created slice Slice /system/getty.
[ 3.363034] systemd[1]: Created slice Slice /system/modprobe.
[ 3.386813] systemd[1]: Created slice Slice /system/serial-getty.
[ 3.410633] systemd[1]: Created slice User and Session Slice.
[ 3.433890] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.457846] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.481914] systemd[1]: Reached target Path Units.
[ 3.497802] systemd[1]: Reached target Remote File Systems.
[ 3.517782] systemd[1]: Reached target Slice Units.
[ 3.533799] systemd[1]: Reached target Swaps.
[ 3.579524] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 3.605859] systemd[1]: Reached target RPC Port Mapper.
[ 3.628850] systemd[1]: Listening on Process Core Dump Socket.
[ 3.649885] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.674046] systemd[1]: Listening on Journal Audit Socket.
[ 3.693954] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.713975] systemd[1]: Listening on Journal Socket.
[ 3.730018] systemd[1]: Listening on Network Service Netlink Socket.
[ 3.754042] systemd[1]: Listening on udev Control Socket.
[ 3.773914] systemd[1]: Listening on udev Kernel Socket.
[ 3.793932] systemd[1]: Listening on User Database Manager Socket.
[ 3.829947] systemd[1]: Mounting Huge Pages File System...
[ 3.848134] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.871908] systemd[1]: Mounting Kernel Debug File System...
[ 3.885992] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 3.904201] systemd[1]: Mounting Temporary Directory /tmp...
[ 3.924499] systemd[1]: Starting Create List of Static Device Nodes...
[ 3.947953] systemd[1]: Starting Load Kernel Module configfs...
[ 3.967853] systemd[1]: Starting Load Kernel Module drm...
[ 3.984005] systemd[1]: Starting Load Kernel Module fuse...
[ 3.992999] fuse: init (API version 7.37)
[ 4.016405] systemd[1]: Starting Start psplash boot splash screen...
[ 4.041201] systemd[1]: Starting RPC Bind...
[ 4.053920] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 4.069542] systemd[1]: Starting Journal Service...
[ 4.089928] systemd[1]: Starting Load Kernel Modules...
[ 4.101934] cryptodev: loading out-of-tree module taints kernel.
[ 4.108789] cryptodev: driver 1.12 loaded.
[ 4.110686] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.140411] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.150721] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[ 4.176535] systemd[1]: Starting Coldplug All udev Devices...
[ 4.202131] systemd[1]: Started RPC Bind.
[ 4.222136] systemd[1]: Started Journal Service.
[ 4.539621] systemd-journald[214]: Received client request to flush runtime journal.
[ 4.816029] audit: type=1334 audit(1651167747.124:2): prog-id=5 op=LOAD
[ 4.822668] audit: type=1334 audit(1651167747.132:3): prog-id=6 op=LOAD
[ 5.017826] CAN device driver interface
[ 5.022725] random: crng init done
[ 5.076811] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 5.078181] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 5.079296] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 5.080610] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 5.081302] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 5.084726] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 5.105155] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 5.128435] j721e-pcie-host 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[ 5.154652] j721e-pcie-host 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000
[ 5.163540] j721e-pcie-host 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[ 5.172097] j721e-pcie-host 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 5.184926] PVR_K: 292: Device: 4e20000000.gpu
[ 5.190003] mc: Linux media interface: v0.10
[ 5.190039] PVR_K: 292: Read BVNC 36.53.104.796 from HW device registers
[ 5.206405] PVR_K: 292: RGX Device registered BVNC 36.53.104.796 with 1 core in the system
[ 5.216394] [drm] Initialized pvr 23.2.6460340 20170530 for 4e20000000.gpu on minor 0
[ 5.228512] videodev: Linux video capture interface: v2.00
[ 5.247282] k3-dsp-rproc 64800000.dsp: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
[ 5.247806] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
[ 5.268524] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
[ 5.268644] platform 41000000.r5f: configured R5F for IPC-only mode
[ 5.276742] remoteproc remoteproc0: 64800000.dsp is available
[ 5.282222] platform 41000000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[ 5.287236] remoteproc remoteproc0: attaching to 64800000.dsp
[ 5.297399] remoteproc remoteproc1: 41000000.r5f is available
[ 5.302311] remoteproc remoteproc0: unsupported resource 65538
[ 5.307867] remoteproc remoteproc1: attaching to 41000000.r5f
[ 5.309283] m_can_platform 40528000.can: m_can device registered (irq=585, version=32)
[ 5.311314] m_can_platform 40568000.can: m_can device registered (irq=586, version=32)
[ 5.312361] m_can_platform 26a1000.can: m_can device registered (irq=587, version=32)
[ 5.313817] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
[ 5.320243] platform 41000000.r5f: R5F core initialized in IPC-only mode
[ 5.332322] rproc-virtio rproc-virtio.7.auto: assigned reserved memory node vision-apps-c71-dma-memory@b2000000
[ 5.335466] rproc-virtio rproc-virtio.8.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a0000000
[ 5.343654] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 5.347786] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
[ 5.350895] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 5.356564] rproc-virtio rproc-virtio.7.auto: registered virtio0 (type 7)
[ 5.372723] rproc-virtio rproc-virtio.8.auto: registered virtio1 (type 7)
[ 5.372797] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 5.373000] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 5.376771] remoteproc remoteproc0: remote processor 64800000.dsp is now attached
[ 5.382241] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
[ 5.389928] k3-dsp-rproc 65800000.dsp: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
[ 5.395083] platform 41400000.r5f: configured R5F for remoteproc mode
[ 5.403753] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode
[ 5.448161] platform 41400000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a1000000
[ 5.454447] remoteproc remoteproc2: 65800000.dsp is available
[ 5.465164] remoteproc remoteproc3: 41400000.r5f is available
[ 5.470456] remoteproc remoteproc2: attaching to 65800000.dsp
[ 5.480402] remoteproc remoteproc3: loading /lib/firmware/j784s4-mcu-r5f0_1-fw failed with error -22
[ 5.493418] remoteproc remoteproc2: unsupported resource 65538
[ 5.496650] remoteproc remoteproc3: Direct firmware load for j784s4-mcu-r5f0_1-fw failed with error -22
[ 5.496673] remoteproc remoteproc3: powering up 41400000.r5f
[ 5.505205] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode
[ 5.512049] remoteproc remoteproc3: loading /lib/firmware/j784s4-mcu-r5f0_1-fw failed with error -22
[ 5.517846] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node vision-apps-c71_1-dma-memory@b4000000
[ 5.524309] remoteproc remoteproc3: Direct firmware load for j784s4-mcu-r5f0_1-fw failed with error -22
[ 5.534690] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 5.543769] remoteproc remoteproc3: request_firmware failed: -22
[ 5.553134] platform 5c00000.r5f: configured R5F for IPC-only mode
[ 5.553872] rproc-virtio rproc-virtio.9.auto: registered virtio2 (type 7)
[ 5.553880] remoteproc remoteproc2: remote processor 65800000.dsp is now attached
[ 5.558725] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
[ 5.566117] platform 5c00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[ 5.571237] k3-dsp-rproc 66800000.dsp: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
[ 5.580041] remoteproc remoteproc4: 5c00000.r5f is available
[ 5.585886] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode
[ 5.592801] remoteproc remoteproc4: attaching to 5c00000.r5f
[ 5.601742] remoteproc remoteproc5: 66800000.dsp is available
[ 5.602630] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 5.602639] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 5.602642] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 5.602646] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 5.611944] platform 5c00000.r5f: R5F core initialized in IPC-only mode
[ 5.616978] remoteproc remoteproc5: attaching to 66800000.dsp
[ 5.619521] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
[ 5.624050] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a2000000
[ 5.629208] scsi host0: ufshcd
[ 5.629428] remoteproc remoteproc5: unsupported resource 65538
[ 5.629478] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode
[ 5.629489] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node vision-apps-c71_2-dma-memory@b6000000
[ 5.629835] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 5.629849] rproc-virtio rproc-virtio.11.auto: registered virtio3 (type 7)
[ 5.629853] remoteproc remoteproc5: remote processor 66800000.dsp is now attached
[ 5.630588] k3-dsp-rproc 67800000.dsp: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
[ 5.630862] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode
[ 5.630997] remoteproc remoteproc6: 67800000.dsp is available
[ 5.631042] remoteproc remoteproc6: attaching to 67800000.dsp
[ 5.631184] remoteproc remoteproc6: unsupported resource 65538
[ 5.631225] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode
[ 5.631231] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node vision-apps-c71_3-dma-memory@b8000000
[ 5.631619] virtio_rpmsg_bus virtio4: rpmsg host is online
[ 5.631634] rproc-virtio rproc-virtio.12.auto: registered virtio4 (type 7)
[ 5.631637] remoteproc remoteproc6: remote processor 67800000.dsp is now attached
[ 5.634190] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
[ 5.637657] virtio_rpmsg_bus virtio5: rpmsg host is online
[ 5.645441] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xd
[ 5.645772] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
[ 5.655810] rproc-virtio rproc-virtio.10.auto: registered virtio5 (type 7)
[ 5.711929] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 5.714137] remoteproc remoteproc4: remote processor 5c00000.r5f is now attached
[ 5.721757] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[ 5.731460] platform 5d00000.r5f: configured R5F for IPC-only mode
[ 5.737545] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[ 5.743774] platform 5d00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[ 5.867511] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
[ 5.871176] remoteproc remoteproc7: 5d00000.r5f is available
[ 5.917491] remoteproc remoteproc7: attaching to 5d00000.r5f
[ 5.923556] platform 5d00000.r5f: R5F core initialized in IPC-only mode
[ 5.927302] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
[ 5.935387] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a4000000
[ 5.956957] virtio_rpmsg_bus virtio6: rpmsg host is online
[ 5.963040] rproc-virtio rproc-virtio.13.auto: registered virtio6 (type 7)
[ 5.963570] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xd
[ 5.969930] remoteproc remoteproc7: remote processor 5d00000.r5f is now attached
[ 5.984710] platform 5e00000.r5f: configured R5F for IPC-only mode
[ 5.991191] platform 5e00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
[ 6.000774] remoteproc remoteproc8: 5e00000.r5f is available
[ 6.002671] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
[ 6.006486] remoteproc remoteproc8: attaching to 5e00000.r5f
[ 6.022295] platform 5e00000.r5f: R5F core initialized in IPC-only mode
[ 6.028911] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a5000000
[ 6.039521] virtio_rpmsg_bus virtio7: rpmsg host is online
[ 6.045033] rproc-virtio rproc-virtio.14.auto: registered virtio7 (type 7)
[ 6.045915] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xd
[ 6.052011] remoteproc remoteproc8: remote processor 5e00000.r5f is now attached
[ 6.066506] platform 5f00000.r5f: configured R5F for IPC-only mode
[ 6.072287] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
[ 6.078326] platform 5f00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
[ 6.097702] remoteproc remoteproc9: 5f00000.r5f is available
[ 6.103391] remoteproc remoteproc9: attaching to 5f00000.r5f
[ 6.109274] platform 5f00000.r5f: R5F core initialized in IPC-only mode
[ 6.115890] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a6000000
[ 6.125496] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
[ 6.126456] virtio_rpmsg_bus virtio8: rpmsg host is online
[ 6.136002] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xd
[ 6.141443] rproc-virtio rproc-virtio.15.auto: registered virtio8 (type 7)
[ 6.155329] remoteproc remoteproc9: remote processor 5f00000.r5f is now attached
[ 6.164177] platform 5900000.r5f: configured R5F for IPC-only mode
[ 6.170539] platform 5900000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
[ 6.179937] remoteproc remoteproc10: 5900000.r5f is available
[ 6.185715] remoteproc remoteproc10: attaching to 5900000.r5f
[ 6.191711] platform 5900000.r5f: R5F core initialized in IPC-only mode
[ 6.193851] j721e-pcie-host 2900000.pcie: PCI host bridge to bus 0000:00
[ 6.198329] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a7000000
[ 6.205011] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 6.215634] virtio_rpmsg_bus virtio9: rpmsg host is online
[ 6.220639] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[ 6.220644] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[ 6.220677] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[ 6.221973] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xd
[ 6.226144] rproc-virtio rproc-virtio.16.auto: registered virtio9 (type 7)
[ 6.235595] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 6.242455] remoteproc remoteproc10: remote processor 5900000.r5f is now attached
[ 6.248550] pci 0000:00:00.0: supports D1
[ 6.255649] platform 5a00000.r5f: configured R5F for IPC-only mode
[ 6.262332] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 6.264577] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 6.272099] platform 5a00000.r5f: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
[ 6.279644] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 6.283818] remoteproc remoteproc11: 5a00000.r5f is available
[ 6.289630] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 6.295402] remoteproc remoteproc11: attaching to 5a00000.r5f
[ 6.303696] pcieport 0000:00:00.0: PME: Signaling with IRQ 600
[ 6.312560] platform 5a00000.r5f: R5F core initialized in IPC-only mode
[ 6.319175] pcieport 0000:00:00.0: AER: enabled with IRQ 600
[ 6.324717] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node vision-apps-r5f-dma-memory@a8000000
[ 6.325193] virtio_rpmsg_bus virtio10: rpmsg host is online
[ 6.330040] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[ 6.331389] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xd
[ 6.331685] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0x15
[ 6.331931] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0x15
[ 6.332163] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0x15
[ 6.332263] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0x15
[ 6.332375] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0x15
[ 6.332642] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0x15
[ 6.332845] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0x15
[ 6.333209] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
[ 6.333449] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0x15
[ 6.334037] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0x15
[ 6.334390] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.335477] rproc-virtio rproc-virtio.17.auto: registered virtio10 (type 7)
[ 6.335499] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.335581] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.335994] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.336099] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.336682] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.336874] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.341319] j721e-pcie-host 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000
[ 6.343981] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.347898] remoteproc remoteproc11: remote processor 5a00000.r5f is now attached
[ 6.361238] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.363725] j721e-pcie-host 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000
[ 6.363741] j721e-pcie-host 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[ 6.462544] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.notifyservice addr 0x72
[ 6.571268] virtio_rpmsg_bus virtio5: creating channel ti.ethfw.ethdevice addr 0x71
[ 6.579050] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xe
[ 6.595416] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: 1 Virtual Switch Port(s), 1 Virtual MAC Only Port(s)
[ 6.607007] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: Virt Port: 0, Type: Switch Port, Iface: eth2, Token: 0
[ 6.618752] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: Virt Port: 4, Type: MAC Port, Iface: eth3, Token: 400
[ 6.748727] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
[ 6.773475] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
[ 7.569915] j721e-pcie-host 2910000.pcie: PCI host bridge to bus 0001:00
[ 7.576624] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.582105] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[ 7.591744] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[ 7.591777] pci 0001:00:00.0: [104c:b013] type 01 class 0x060400
[ 7.604609] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[ 7.614384] pci 0001:00:00.0: supports D1
[ 7.623804] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 7.630945] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
[ 7.637818] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
[ 7.649779] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 7.660859] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 7.667501] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit]
[ 7.674804] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 7.680116] pcieport 0001:00:00.0: PME: Signaling with IRQ 608
[ 7.686161] pcieport 0001:00:00.0: AER: enabled with IRQ 608
[ 9.121326] audit: type=1334 audit(1651167751.428:4): prog-id=7 op=LOAD
[ 9.127957] audit: type=1334 audit(1651167751.436:5): prog-id=8 op=LOAD
[ 10.443004] Bluetooth: Core ver 2.22
[ 10.446658] NET: Registered PF_BLUETOOTH protocol family
[ 10.451978] Bluetooth: HCI device and connection manager initialized
[ 10.451995] Bluetooth: HCI socket layer initialized
[ 10.463214] Bluetooth: L2CAP socket layer initialized
[ 10.468266] Bluetooth: SCO socket layer initialized
[ 10.496990] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.509264] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.598879] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: started virt port: 4 on interface eth3
[ 10.622543] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: started virt port: 0 on interface eth2
[ 10.645037] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 10.654414] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[ 10.676140] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 10.685626] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 11.355343] audit: type=1334 audit(1651167753.664:6): prog-id=9 op=LOAD
[ 11.361971] audit: type=1334 audit(1651167753.672:7): prog-id=10 op=LOAD
[ 11.836604] audit: type=1006 audit(1651167754.144:8): pid=804 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 11.849141] audit: type=1300 audit(1651167754.144:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc80290c8 a2=4 a3=ffff8cfbe020 items=0 ppid=1 pid=804 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 11.875606] audit: type=1327 audit(1651167754.144:8): proctitle="(systemd)"
[ 12.529551] audit: type=1006 audit(1651167754.836:9): pid=798 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 12.541912] audit: type=1300 audit(1651167754.836:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc80290c8 a2=4 a3=ffff8cfbe020 items=0 ppid=1 pid=798 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 12.568123] audit: type=1327 audit(1651167754.836:9): proctitle="(weston)"
[ 18.854472] platform a000000.dp-bridge: deferred probe pending
[ 18.860309] platform dp0-connector: deferred probe pending
[ 18.865789] platform main-r5fss-cpsw9g-virt-mac1: deferred probe pending
[ 18.872480] platform main-r5fss-cpsw9g-virt-mac0: deferred probe pending
[ 18.879170] platform 4800000.dsi: deferred probe pending
[ 18.884474] platform regulator-dp0-prw: deferred probe pending
[ 18.890296] platform regulator-dp1-prw: deferred probe pending
[ 111.467082] audit: type=1006 audit(1651167853.776:10): pid=835 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 111.479449] audit: type=1300 audit(1651167853.776:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc80290c8 a2=1 a3=ffff8cfbe020 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 111.505761] audit: type=1327 audit(1651167853.776:10): proctitle="(systemd)"
[ 111.512820] audit: type=1334 audit(1651167853.784:11): prog-id=11 op=LOAD
[ 111.519610] audit: type=1300 audit(1651167853.784:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffef6887d0 a2=78 a3=0 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 111.544953] audit: type=1327 audit(1651167853.784:11): proctitle="(systemd)"
[ 111.551999] audit: type=1334 audit(1651167853.788:12): prog-id=11 op=UNLOAD
[ 111.558951] audit: type=1334 audit(1651167853.788:13): prog-id=12 op=LOAD
[ 111.565739] audit: type=1300 audit(1651167853.788:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffef688870 a2=78 a3=0 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[ 111.591380] audit: type=1327 audit(1651167853.788:13): proctitle="(systemd)"
- operation_log
root@j784s4-evm:~# ping 172.16.0.111
PING 172.16.0.111 (172.16.0.111): 56 data bytes
64 bytes from 172.16.0.111: seq=0 ttl=128 time=0.296 ms
64 bytes from 172.16.0.111: seq=1 ttl=128 time=0.229 ms
64 bytes from 172.16.0.111: seq=2 ttl=128 time=0.328 ms
64 bytes from 172.16.0.111: seq=3 ttl=128 time=0.297 ms
64 bytes from 172.16.0.111: seq=4 ttl=128 time=0.370 ms
^C
--- 172.16.0.111 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.229/0.304/0.370 ms
root@j784s4-evm:~#
root@j784s4-evm:~# ifconfig eth2 down
[MCU2_0] 324.061811 s: ETHFW: DEREGISTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=70:6e:ab:16:0a:23 flowIdx=114,0
[MCU2_0] 324.062708 s: ETHFW: DEREGISTER_MAC | S2C | status=0
[MCU2_0] 324.062815 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:01 vlanId=65535
[MCU2_0] 324.063024 s: filterDelMacSharedCb: Address found: 33:33:0:0:0:1
[MCU2_0] 324.063064 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.063142 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:01 vlanId=65535
[MCU2_0] 324.063351 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:1
[MCU2_0] 324.063385 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.063458 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:ff:16:0a:23 vlanId=65535
[MCU2_0] 324.063700 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.063782 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:00 vlanId=65535
[MCU2_0] 324.064035 s: filterDelMacSharedCb: Address found: 1:80:c2:0:0:0
[MCU2_0] 324.064070 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.064145 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:[ 315.646929] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: stopped virt port: 0 on interface: eth2
00:00:03 vlanId=65535
[MCU2_0] 324.064413 s: filterDelMacSharedCb: Address found: 1:80:c2:0:0:3
[MCU2_0] 324.064447 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.064521 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:0e vlanId=65535
[MCU2_0] 324.064558 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.064677 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:fb vlanId=65535
[MCU2_0] 324.064909 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.064988 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:01:00:03 vlanId=65535
[MCU2_0] 324.065221 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.065292 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fb vlanId=65535
[MCU2_0] 324.065603 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:fb
[MCU2_0] 324.065689 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 324.065765 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fc vlanId=65535
[MCU2_0] 324.066106 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:fc
[MCU2_0] 324.066142 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
root@j784s4-evm:~#
root@j784s4-evm:~# ifconfig eth2 hw ether 1E:ED:19:27:1A:B4
root@j784s4-evm:~# ifconfig eth2 up
[MCU2_0] 345.894440 s: ETHFW: REGISTER_MAC | C2S | core=0 end[ 337.375753] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: started virt port: 0 on interface eth2
pt=1026 token=0 macAdd=70:6e:ab:16:0a:23 flowIdx=114,0
[MCU2_0[ 337.390641] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
] 345.900156 s: Cpsw_ioctlInternal: Registered MAC address (ALE entry=9, policer entry=1)
[MCU2_0] 345.900195 s:
[MCU2_0] 345.901751 s: ETHFW: REGISTER_MAC | S2C | status=0
[MCU2_0] 345.916711 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 345.916830 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:1
[MCU2_0] 345.922422 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.928449 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 345.928554 s: filterAddMacSharedCb: Address found: 33:33:0:0:0:1
[MCU2_0] 345.934180 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.934283 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:ff:27:1a:b4 vlanId=65535 flowIdx=114,0
[MCU2_0] 345.939977 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.940068 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 345.940193 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:fb
[MCU2_0] 345.945863 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.945950 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:00 vlanId=65535 flowIdx=114,0
[MCU2_0] 345.946062 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:0
[MCU2_0] 345.951697 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.951784 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 345.951902 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:3
[MCU2_0] 345.957526 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.957656 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:0e vlanId=65535 flowIdx=114,0
[MCU2_0] 345.957700 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 345.968786 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fc vlanId=65535 flowIdx=114,0
[MCU2_0] 345.968930 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:fc
[MCU2_0] 345.974578 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
root@j784s4-evm:~# [MCU2_0] 347.412021 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 347.417796 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 347.417917 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:01:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 347.423678 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~# ping 172.16.0.111
PING 172.16.0.111 (172.16.0.111): 56 data bytes
^C
--- 172.16.0.111 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~# ping 172.16.0.111
PING 172.16.0.111 (172.16.0.111): 56 data bytes
^C
--- 172.16.0.111 ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~# ifconfig eth2 down
[MCU2_0] 389.197949 s: ETHFW: DEREGISTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=70:6e:ab:16:0a:23 flowIdx=114,0
[MCU2_0] 389.198838 s: ETHFW: DEREGISTER_MAC | S2C | status=0
[MCU2_0] 389.198951 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:01 vlanId=65535
[MCU2_0] 389.199151 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:1
[MCU2_0] 389.199192 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.199271 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:01 vlanId=65535
[MCU2_0] 389.199476 s: filterDelMacSharedCb: Address found: 33:33:0:0:0:1
[MCU2_0] 389.199512 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.199586 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:ff:27:1a:b4 vlanId=65535
[MCU2_0] 389.199832 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.199916 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fb vlanId=65535
[MCU2_0] 389.200157 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:fb
[MCU2_0] 389.200193 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.200269 s: ETHFW: D[ 380.782978] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: stopped virt port: 0 on interface: eth2
EL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:00 vlanId=65535
[MCU2_0] 389.200527 s: filterDelMacSharedCb: Address found: 1:80:c2:0:0:0
[MCU2_0] 389.200563 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.200685 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:03 vlanId=65535
[MCU2_0] 389.200974 s: filterDelMacSharedCb: Address found: 1:80:c2:0:0:3
[MCU2_0] 389.201012 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.201090 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:0e vlanId=65535
[MCU2_0] 389.201128 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.201201 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fc vlanId=65535
[MCU2_0] 389.201494 s: filterDelMacSharedCb: Address found: 1:0:5e:0:0:fc
[MCU2_0] 389.201529 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.201602 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:fb vlanId=65535
[MCU2_0] 389.201896 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
[MCU2_0] 389.201977 s: ETHFW: DEL_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:01:00:03 vlanId=65535
[MCU2_0] 389.202238 s: ETHFW: DEL_FILTER_MAC | S2C | status=0
root@j784s4-evm:~# ifconfig eth2 hw ether 70:6e:ab:16:0a:23
root@j784s4-evm:~# ifconfig eth2 up
[MCU2_0] 406.178346 s: ETHFW: REGISTER_MAC | C2S | core=0 end[ 397.659303] ti_cpsw_proxy_client virtio5.ti.ethfw.ethdevice.-1.113: started virt port: 0 on interface eth2
pt=1026 token=0 macAdd=70:6e:ab:16:0a:23 flowIdx=114,0
[ 397.671857] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[MCU2_0] 406.184050 s: Cpsw_ioctlInternal: Registered MAC address (ALE entry=9, policer entry=1)
[MCU2_0] 406.184087 s:
[MCU2_0] 406.185303 s: ETHFW: REGISTER_MAC | S2C | status=0
[MCU2_0] 406.197929 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 406.198045 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:1
[MCU2_0] 406.203677 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.209035 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 406.209142 s: filterAddMacSharedCb: Address found: 33:33:0:0:0:1
[MCU2_0] 406.214767 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.214868 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:ff:16:0a:23 vlanId=65535 flowIdx=114,0
[MCU2_0] 406.220542 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.220670 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 406.220796 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:fb
[MCU2_0] 406.226445 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.226534 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:00 vlanId=65535 flowIdx=114,0
[MCU2_0] 406.226693 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:0
[MCU2_0] 406.232312 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.232399 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 406.232518 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:3
[MCU2_0] 406.238168 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.238255 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:0e vlanId=65535 flowIdx=114,0
[MCU2_0] 406.238296 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 406.244779 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fc vlanId=65535 flowIdx=114,0
[MCU2_0] 406.244921 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:fc
[MCU2_0] 406.250573 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
root@j784s4-evm:~#
root@j784s4-evm:~# ifconfig eth2 down[MCU2_0] 407.956041 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 407.961850 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 407.961964 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:01:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 407.967731 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~#
root@j784s4-evm:~# ping 172.16.0.111
PING 172.16.0.111 (172.16.0.111): 56 data bytes
64 bytes from 172.16.0.111: seq=0 ttl=128 time=0.373 ms
64 bytes from 172.16.0.111: seq=1 ttl=128 time=0.270 ms
64 bytes from 172.16.0.111: seq=2 ttl=128 time=0.326 ms
64 bytes from 172.16.0.111: seq=3 ttl=128 time=0.168 ms
^C
--- 172.16.0.111 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.168/0.284/0.373 ms
- ethfw_log
[MCU2_0] 4.522794 s: ### CPU Frequency = 1000000000 Hz
[MCU2_0] 4.522817 s: CPU is running FreeRTOS
[MCU2_0] 4.522832 s: APP: Init ... !!!
[MCU2_0] 4.522865 s: SCICLIENT: Init ... !!!
[MCU2_0] 4.522983 s: SCICLIENT: DMSC FW version [9.1.2--v09.01.02 (Kool Koala)]
[MCU2_0] 4.523010 s: SCICLIENT: DMSC FW revision 0x9
[MCU2_0] 4.523031 s: SCICLIENT: DMSC FW ABI revision 3.1
[MCU2_0] 4.523051 s: SCICLIENT: Init ... Done !!!
[MCU2_0] 4.523070 s: UDMA: Init ... !!!
[MCU2_0] 4.523913 s: UDMA: Init ... Done !!!
[MCU2_0] 4.523942 s: UDMA: Init for CSITX/CSIRX ... !!!
[MCU2_0] 4.524356 s: UDMA: Init for CSITX/CSIRX ... Done !!!
[MCU2_0] 4.524383 s: MEM: Init ... !!!
[MCU2_0] 4.524405 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ bb000000 of size 8388608 bytes !!!
[MCU2_0] 4.524446 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 60000000 of size 262144 bytes !!!
[MCU2_0] 4.524481 s: MEM: Init ... Done !!!
[MCU2_0] 4.524497 s: IPC: Init ... !!!
[MCU2_0] 4.524528 s: IPC: 11 CPUs participating in IPC !!!
[MCU2_0] 4.524556 s: IPC: Waiting for HLOS to be ready ... !!!
[MCU2_0] 14.163728 s: IPC: HLOS is ready !!!
[MCU2_0] 14.170905 s: IPC: Init ... Done !!!
[MCU2_0] 14.170941 s: APP: Syncing with 10 CPUs ... !!!
[MCU2_0] 14.857663 s: APP: Syncing with 10 CPUs ... Done !!!
[MCU2_0] 14.857690 s: REMOTE_SERVICE: Init ... !!!
[MCU2_0] 14.858407 s: REMOTE_SERVICE: Init ... Done !!!
[MCU2_0] 14.858441 s: ETHFW: Init ... !!!
[MCU2_0] 14.964851 s: ETHFW: Warning: Using 6 random MAC address(es)
[MCU2_0] 14.964885 s: ETHFW: Warning: Using 6 MAC address(es) from static pool
[MCU2_0] 14.965013 s: ETHFW: CPSW recovery is not enabled
[MCU2_0] 14.965061 s: ETHFW: Shared multicasts:
[MCU2_0] 14.965092 s: ETHFW: 01:00:5e:00:00:01
[MCU2_0] 14.965116 s: ETHFW: 01:00:5e:00:00:fb
[MCU2_0] 14.965139 s: ETHFW: 01:00:5e:00:00:fc
[MCU2_0] 14.965162 s: ETHFW: 33:33:00:00:00:01
[MCU2_0] 14.965185 s: ETHFW: 33:33:ff:1d:92:c2
[MCU2_0] 14.965208 s: ETHFW: 01:80:c2:00:00:00
[MCU2_0] 14.965231 s: ETHFW: 01:80:c2:00:00:03
[MCU2_0] 14.965250 s: ETHFW: Reserved multicasts:
[MCU2_0] 14.965275 s: ETHFW: 01:80:c2:00:00:0e
[MCU2_0] 14.965299 s: ETHFW: 01:1b:19:00:00:00
[MCU2_0] 14.965411 s: EnetMcm: CPSW_9G on MAIN NAVSS
[MCU2_0] 14.975761 s: PHY 16 is alive
[MCU2_0] 14.975793 s: PHY 17 is alive
[MCU2_0] 14.975810 s: PHY 18 is alive
[MCU2_0] 14.975827 s: PHY 19 is alive
[MCU2_0] 14.976285 s: EnetPhy_bindDriver: PHY 16: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
[MCU2_0] 14.976321 s:
[MCU2_0] 14.976720 s: EnetPhy_bindDriver: PHY 17: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
[MCU2_0] 14.976752 s:
[MCU2_0] 14.977137 s: EnetPhy_bindDriver: PHY 18: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
[MCU2_0] 14.977168 s:
[MCU2_0] 14.977550 s: EnetPhy_bindDriver: PHY 19: OUI:0001c1 Model:27 Ver:00 <-> 'vsc8514' : OK
[MCU2_0] 14.977579 s:
[MCU2_0] 14.980417 s: ETHFW: 0 VLAN entries added in ALE table
[MCU2_0] 14.980566 s:
[MCU2_0] ETHFW Version : 0.04.00
[MCU2_0] 14.980596 s: ETHFW Build Date: Dec 7, 2023
[MCU2_0] 14.980620 s: ETHFW Build Time: 14:59:24
[MCU2_0] 14.980638 s: ETHFW Commit SHA: 6e876030
[MCU2_0] 14.980673 s: ETHFW: Init ... DONE !!!
[MCU2_0] 14.980862 s: unibase-1.1.4-jacinto
[MCU2_0] 14.981321 s: Starting lwIP, local interface IP is dhcp-enabled
[MCU2_0] 14.986889 s: ETHFW: Host MAC address: 70:f8:3e:dd:b6:57
[MCU2_0] 14.988081 s: ETHFW: Enable gPTP on MAC port 3 (tilld3)
[MCU2_0] 14.988116 s: ETHFW: Enable gPTP on MAC port 5 (tilld5)
[MCU2_0] 14.988186 s: ETHFW: TimeSync PTP enabled
[MCU2_0] 14.988207 s: ETHFW: Remove server Init ... !!!
[MCU2_0] 14.988262 s: ETHFW: Virtual port configuration:
[MCU2_0] 14.988685 s: ETHFW: CpswProxyServer: initialization completed (core: mcu2_0)
[MCU2_0] 14.988720 s: ETHFW: Remove server Init ... DONE !!!
[MCU2_0] 14.989517 s: [LWIPIF_LWIP] Enet LLD netif initialized successfully
[MCU2_0] 14.989570 s: Added interface 'ti0', IP is 0.0.0.0
[MCU2_0] 15.038624 s: FVID2: Init ... !!!
[MCU2_0] 15.038680 s: FVID2: Init ... Done !!!
[MCU2_0] 15.038700 s: SCICLIENT: Sciclient_pmSetModuleState module=275 state=2
[MCU2_0] 15.038797 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.038831 s: DSS: Init ... !!!
[MCU2_0] 15.038847 s: DSS: Display type is eDP !!!
[MCU2_0] 15.038864 s: DSS: M2M Path is enabled !!!
[MCU2_0] 15.038881 s: DSS: SoC init ... !!!
[MCU2_0] 15.038896 s: SCICLIENT: Sciclient_pmSetModuleState module=218 state=0
[MCU2_0] 15.038952 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.038974 s: SCICLIENT: Sciclient_pmSetModuleState module=404 state=2
[MCU2_0] 15.039024 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039044 s: SCICLIENT: Sciclient_pmSetModuleState module=217 state=2
[MCU2_0] 15.039131 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039152 s: SCICLIENT: Sciclient_pmSetModuleState module=404 state=2
[MCU2_0] 15.039204 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039224 s: SCICLIENT: Sciclient_pmSetModuleState module=217 state=2
[MCU2_0] 15.039271 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039291 s: SCICLIENT: Sciclient_pmSetModuleState module=218 state=0
[MCU2_0] 15.039338 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039358 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=218 clk=3 freq=148500000
[MCU2_0] 15.039449 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success
[MCU2_0] 15.039470 s: SCICLIENT: Sciclient_pmModuleClkRequest module=218 clk=3 state=2 flag=2
[MCU2_0] 15.039534 s: SCICLIENT: Sciclient_pmModuleClkRequest success
[MCU2_0] 15.039556 s: SCICLIENT: Sciclient_pmSetModuleState module=218 state=2
[MCU2_0] 15.039654 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.039680 s: DSS: SoC init ... Done !!!
[MCU2_0] 15.039697 s: DSS: Board init ... !!!
[MCU2_0] 15.039712 s: DSS: Board init ... Done !!!
[MCU2_0] 15.058258 s: DSS: Init ... Done !!!
[MCU2_0] 15.058298 s: VHWA: VPAC Init ... !!!
[MCU2_0] 15.058316 s: SCICLIENT: Sciclient_pmSetModuleState module=399 state=2
[MCU2_0] 15.058425 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.058449 s: VHWA: LDC Init ... !!!
[MCU2_0] 15.060117 s: VHWA: LDC Init ... Done !!!
[MCU2_0] 15.060153 s: VHWA: MSC Init ... !!!
[MCU2_0] 15.066046 s: VHWA: MSC Init ... Done !!!
[MCU2_0] 15.066083 s: VHWA: NF Init ... !!!
[MCU2_0] 15.066948 s: VHWA: NF Init ... Done !!!
[MCU2_0] 15.066978 s: VHWA: VISS Init ... !!!
[MCU2_0] 15.072363 s: VHWA: VISS Init ... Done !!!
[MCU2_0] 15.072405 s: VHWA: VPAC Init ... Done !!!
[MCU2_0] 15.072436 s: VX_ZONE_INIT:Enabled
[MCU2_0] 15.072454 s: VX_ZONE_ERROR:Enabled
[MCU2_0] 15.072471 s: VX_ZONE_WARNING:Enabled
[MCU2_0] 15.073863 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target MCU2-0
[MCU2_0] 15.073967 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_NF
[MCU2_0] 15.074058 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_LDC1
[MCU2_0] 15.074148 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_MSC1
[MCU2_0] 15.074232 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_MSC2
[MCU2_0] 15.074368 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target VPAC_VISS1
[MCU2_0] 15.074470 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE1
[MCU2_0] 15.074570 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE2
[MCU2_0] 15.074732 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DISPLAY1
[MCU2_0] 15.074880 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DISPLAY2
[MCU2_0] 15.075008 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CSITX
[MCU2_0] 15.075133 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE3
[MCU2_0] 15.075236 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE4
[MCU2_0] 15.075346 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE5
[MCU2_0] 15.075446 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE6
[MCU2_0] 15.075547 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE7
[MCU2_0] 15.075718 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE8
[MCU2_0] 15.075840 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M1
[MCU2_0] 15.075940 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M2
[MCU2_0] 15.076035 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M3
[MCU2_0] 15.076124 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target DSS_M2M4
[MCU2_0] 15.076225 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CSITX2
[MCU2_0] 15.076366 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE9
[MCU2_0] 15.076465 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE10
[MCU2_0] 15.076559 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE11
[MCU2_0] 15.076731 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:66] Added target CAPTURE12
[MCU2_0] 15.076769 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
[MCU2_0] 15.076793 s: APP: OpenVX Target kernel init ... !!!
[MCU2_0] 15.084205 s: APP: OpenVX Target kernel init ... Done !!!
[MCU2_0] 15.084242 s: CSI2RX: Init ... !!!
[MCU2_0] 15.084259 s: SCICLIENT: Sciclient_pmSetModuleState module=189 state=2
[MCU2_0] 15.084335 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084359 s: SCICLIENT: Sciclient_pmSetModuleState module=72 state=2
[MCU2_0] 15.084444 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084464 s: SCICLIENT: Sciclient_pmSetModuleState module=73 state=2
[MCU2_0] 15.084532 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084552 s: SCICLIENT: Sciclient_pmSetModuleState module=74 state=2
[MCU2_0] 15.084666 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084693 s: SCICLIENT: Sciclient_pmSetModuleState module=212 state=2
[MCU2_0] 15.084774 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084795 s: SCICLIENT: Sciclient_pmSetModuleState module=213 state=2
[MCU2_0] 15.084850 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.084870 s: SCICLIENT: Sciclient_pmSetModuleState module=214 state=2
[MCU2_0] 15.084924 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085095 s: CSI2RX: Init ... Done !!!
[MCU2_0] 15.085115 s: CSI2TX: Init ... !!!
[MCU2_0] 15.085130 s: SCICLIENT: Sciclient_pmSetModuleState module=189 state=2
[MCU2_0] 15.085185 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085206 s: SCICLIENT: Sciclient_pmSetModuleState module=75 state=2
[MCU2_0] 15.085264 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085284 s: SCICLIENT: Sciclient_pmSetModuleState module=76 state=2
[MCU2_0] 15.085346 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085366 s: SCICLIENT: Sciclient_pmSetModuleState module=402 state=2
[MCU2_0] 15.085416 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085436 s: SCICLIENT: Sciclient_pmSetModuleState module=403 state=2
[MCU2_0] 15.085495 s: SCICLIENT: Sciclient_pmSetModuleState success
[MCU2_0] 15.085562 s: CSI2TX: Init ... Done !!!
[MCU2_0] 15.085580 s: ISS: Init ... !!!
[MCU2_0] 15.085604 s: IssSensor_Init ... Done !!!
[MCU2_0] 15.085721 s: IttRemoteServer_Init ... Done !!!
[MCU2_0] 15.085745 s: ISS: Init ... Done !!!
[MCU2_0] 15.085762 s: VISS REMOTE SERVICE: Init ... !!!
[MCU2_0] 15.085808 s: VISS REMOTE SERVICE: Init ... Done !!!
[MCU2_0] 15.085828 s: UDMA Copy: Init ... !!!
[MCU2_0] 15.086765 s: UDMA Copy: Init ... Done !!!
[MCU2_0] 15.086831 s: APP: Init ... Done !!!
[MCU2_0] 15.086852 s: APP: Run ... !!!
[MCU2_0] 15.086867 s: IPC: Starting echo test ...
[MCU2_0] 15.088093 s: APP: Run ... Done !!!
[MCU2_0] 15.089843 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[.] mcu3_1[.] mcu4_0[.] mcu4_1[.] c7x_1[.] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.089924 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[.] mcu4_0[.] mcu4_1[.] c7x_1[.] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.089993 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[.] mcu4_1[.] c7x_1[.] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.090062 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[.] c7x_1[.] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.090131 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[P] c7x_1[.] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.090196 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[P] c7x_1[P] c7x_2[.] c7x_3[.] c7x_4[.]
[MCU2_0] 15.090262 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[P] c7x_1[P] c7x_2[P] c7x_3[.] c7x_4[.]
[MCU2_0] 15.090327 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[P] c7x_1[P] c7x_2[P] c7x_3[P] c7x_4[.]
[MCU2_0] 15.090392 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] mcu3_0[P] mcu3_1[P] mcu4_0[P] mcu4_1[P] c7x_1[P] c7x_2[P] c7x_3[P] c7x_4[P]
[MCU2_0] 15.116850 s: ETHFW: VIRT_PORT_INFO | C2S | core=0 endpt=1026
[MCU2_0] 15.116888 s: ETHFW: VIRT_PORT_INFO | S2C | switchPortMask=1 macPortMask=10
[MCU2_0] 15.116980 s: ETHFW: ATTACH_EXT | C2S | core=0 endpt=1026 virtPort=0
[MCU2_0] 15.117134 s: ETHFW: ATTACH_EXT | S2C | token=0 rxMtu=1522 features=8 flow=114,0 rxPsil=0x4a00 txPsil=0xca00 macAddr=70:6e:ab:16:0a:23
[MCU2_0] 15.117232 s: ETHFW: ATTACH_EXT | C2S | core=0 endpt=1026 virtPort=4
[MCU2_0] 15.117325 s: ETHFW: ATTACH_EXT | S2C | token=400 rxMtu=1522 features=0 flow=114,1 rxPsil=0x4a00 txPsil=0xca01 macAddr=70:17:9c:f2:07:f4
[MCU2_0] 15.980701 s: INF:cbase:cb_rawsock_open:dmaTxChId=-1 dmaRxChId=-1 nTxPkts=0 nRxPkts=0 pktSize=0
[MCU2_0] INF:gptp:gptpnet_init:Open lldtsync OK!
[MCU2_0] INF:gptp:000010-500154:domainIndex=0, GM changed old=00:00:00:00:00:00:00:00, new=70:F8:3E:FF:FE:DD:B6:57
[MCU2_0] INF:gptp:set_phase_offsetGM:domainNumber=0, New adjustment(New GM?)
[MCU2_0] 18.278162 s: CpswMacPort_checkSgmiiStatus: MAC 5: SGMII link parter config port: link up: 1-Gbps Full-Duplex
[MCU2_0] 18.278210 s:
[MCU2_0] 18.278237 s: Cpsw_handleLinkUp: Port 5: Link up: 1-Gbps Full-Duplex
[MCU2_0] 18.278261 s:
[MCU2_0] 18.980687 s: INF:gptp:index=2 speed=1000, duplex=full, ptpdev=tilld5
[MCU2_0] 19.121954 s: ETHFW: REGISTER_MAC | C2S | core=0 endpt=1026 token=400 macAdd=70:17:9c:f2:07:f4 flowIdx=114,1
[MCU2_0] 19.124875 s: ETHFW: REGISTER_MAC | S2C | status=0
[MCU2_0] 19.135838 s: ETHFW: REGISTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=70:6e:ab:16:0a:23 flowIdx=114,0
[MCU2_0] 19.141459 s: Cpsw_ioctlInternal: Registered MAC address (ALE entry=9, policer entry=1)
[MCU2_0] 19.141495 s:
[MCU2_0] 19.148541 s: ETHFW: REGISTER_MAC | S2C | status=0
[MCU2_0] 19.158486 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 19.161313 s: filterAddMacSharedCb: Address found: 33:33:0:0:0:1
[MCU2_0] 19.166933 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.167036 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:01 vlanId=65535 flowIdx=114,0
[MCU2_0] 19.169857 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:1
[MCU2_0] 19.175468 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.175577 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:ff:16:0a:23 vlanId=65535 flowIdx=114,0
[MCU2_0] 19.181530 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.245113 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:00 vlanId=65535 flowIdx=114,0
[MCU2_0] 19.247954 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:0
[MCU2_0] 19.253566 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.253693 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 19.256500 s: filterAddMacSharedCb: Address found: 1:80:c2:0:0:3
[MCU2_0] 19.262161 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.262264 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:80:c2:00:00:0e vlanId=65535 flowIdx=114,0
[MCU2_0] 19.262305 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 19.391710 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 19.397449 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 20.565365 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=33:33:00:01:00:03 vlanId=65535 flowIdx=114,0
[MCU2_0] 20.571131 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 210.286146 s: ETHFW: REGISTER_IPv4 | C2S | core=0 endpt=1026 token=0 ipAddr=172.16.0.1 macAdd=70:6e:ab:16:0a:23
[MCU2_0] 210.286198 s: ETHFW: REGISTER_IPv4 | S2C | status=0
[MCU2_0] 210.286371 s: ETHFW: ADD_FILTER_MAC | C2S | core=0 endpt=1026 token=0 macAdd=01:00:5e:00:00:fb vlanId=65535 flowIdx=114,0
[MCU2_0] 210.289240 s: filterAddMacSharedCb: Address found: 1:0:5e:0:0:fb
[MCU2_0] 210.294953 s: ETHFW: ADD_FILTER_MAC | S2C | status=0
[MCU2_0] 210.295061 s: ETHFW: DEREGISTER_IPv4 | C2S | core=0 endpt=1026 token=0 ipAddr=172.16.0.1
[MCU2_0] 210.295096 s: ETHFW: DEREGISTER_IPv4 | S2C | status=0