This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi:
I use TDA4VH SERDES4 to ptovide 4 lans SGMII signal for 4 Realtek RTL8211FS ethernet SGMII PHY chips.
Now I can communicate with RTL8211FS PHY by MDIO. But the Link between main_cpsw0 and PHY
is not up. SEDES PLL sometimes can be locked, but not always. I use TI SDK "ti-processor-sdk-linux-am69-sk-10_00_07_06"
kernel. Could you help me to review my DTS file setting?
Thank you very much~
My dts setting:
// SPDX-License-Identifier: GPL-2.0 /* * DT Overlay for CPSW9G in SGMII mode using ROVY-M2-M-SGMII with ROVY-EVM board * * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ * Copyright 2024 Technexion Ltd. * * Author: Alex Fang <alex.fang@technexion.com> * */ /dts-v1/; /plugin/; #include <dt-bindings/mux/ti-serdes.h> #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/phy/phy.h> #include <dt-bindings/phy/phy-cadence.h> #include "k3-pinctrl.h" &{/} { model = "TechNexion ROVY-4VH and EVM baseboard with 4xSGMII"; aliases { ethernet1 = "/bus@100000/ethernet@c000000/ethernet-ports/port@5"; ethernet2 = "/bus@100000/ethernet@c000000/ethernet-ports/port@6"; ethernet3 = "/bus@100000/ethernet@c000000/ethernet-ports/port@7"; ethernet4 = "/bus@100000/ethernet@c000000/ethernet-ports/port@8"; }; }; &serdes_ln_ctrl { idle-states = <J784S4_SERDES0_LANE0_PCIE1_LANE0>, <J784S4_SERDES0_LANE1_PCIE1_LANE1>, <J784S4_SERDES0_LANE2_PCIE3_LANE0>, <J784S4_SERDES0_LANE3_USB>, <J784S4_SERDES1_LANE0_PCIE0_LANE0>, <J784S4_SERDES1_LANE1_PCIE0_LANE1>, <J784S4_SERDES1_LANE2_PCIE2_LANE0>, <J784S4_SERDES1_LANE3_PCIE2_LANE1>, <J784S4_SERDES2_LANE0_IP4_UNUSED>, <J784S4_SERDES2_LANE1_IP4_UNUSED>, <J784S4_SERDES2_LANE2_IP4_UNUSED>, <J784S4_SERDES2_LANE3_IP4_UNUSED>, <J784S4_SERDES4_LANE0_QSGMII_LANE5>, <J784S4_SERDES4_LANE1_QSGMII_LANE6>, <J784S4_SERDES4_LANE2_QSGMII_LANE7>, <J784S4_SERDES4_LANE3_QSGMII_LANE8>; }; &serdes_wiz4 { status = "okay"; }; &serdes4 { #address-cells = <1>; #size-cells = <0>; status = "okay"; serdes4_sgmii_link: phy@0 { reg = <0>; resets = <&serdes_wiz4 1>, <&serdes_wiz4 2>, <&serdes_wiz4 3>, <&serdes_wiz4 4>; cdns,phy-type = <PHY_TYPE_SGMII>; cdns,num-lanes = <4>; #phy-cells = <0>; }; }; &main_cpsw0 { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&mdio_pins_default>; }; &main_cpsw0_port1 { status = "disabled"; }; &main_cpsw0_port2 { status = "disabled"; }; &main_cpsw0_port3 { status = "disabled"; }; &main_cpsw0_port4 { status = "disabled"; }; &main_cpsw0_port5 { status = "okay"; phy-mode = "sgmii"; mac-address = [00 00 00 00 00 00]; phys = <&cpsw0_phy_gmii_sel 5>, <&serdes4_sgmii_link>; phy-names = "mac", "serdes"; phy-handle = <&main_cpsw0_phy0>; }; &main_cpsw0_port6 { status = "okay"; phy-mode = "sgmii"; mac-address = [00 00 00 00 00 00]; phys = <&cpsw0_phy_gmii_sel 6>, <&serdes4_sgmii_link>; phy-names = "mac", "serdes"; phy-handle = <&main_cpsw0_phy1>; }; &main_cpsw0_port7 { status = "okay"; phy-mode = "sgmii"; mac-address = [00 00 00 00 00 00]; phys = <&cpsw0_phy_gmii_sel 7>, <&serdes4_sgmii_link>; phy-names = "mac", "serdes"; phy-handle = <&main_cpsw0_phy2>; }; &main_cpsw0_port8 { status = "okay"; phy-mode = "sgmii"; mac-address = [00 00 00 00 00 00]; phys = <&cpsw0_phy_gmii_sel 8>, <&serdes4_sgmii_link>; phy-names = "mac", "serdes"; phy-handle = <&main_cpsw0_phy3>; }; &main_cpsw0_mdio { status = "okay"; bus_freq = <1000000>; #address-cells = <1>; #size-cells = <0>; main_cpsw0_phy0: ethernet-phy@4 { reg = <4>; reset-gpios = <&pca9554_sgmii 0 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy1: ethernet-phy@5 { reg = <5>; reset-gpios = <&pca9554_sgmii 1 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy2: ethernet-phy@6 { reg = <6>; reset-gpios = <&pca9554_sgmii 2 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy3: ethernet-phy@7 { reg = <7>; reset-gpios = <&pca9554_sgmii 3 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; }; &main_pmx0 { mdio_pins_default: mdio-pins-default { pinctrl-single,pins = < J784S4_IOPAD(0x05c, PIN_INPUT, 4) /* (AC36) MCASP2_AXR0.MDIO1_MDIO */ J784S4_IOPAD(0x058, PIN_INPUT, 4) /* (AE37) MCASP2_AFSX.MDIO1_MDC */ >; }; }; &main_i2c5 { /* I2C_E */ #address-cells = <1>; #size-cells = <0>; clock-frequency = <400000>; pca9554_sgmii: pca9554_sgmii@27 { compatible = "nxp,pca9554"; reg = <0x27>; gpio-controller; #gpio-cells = <2>; status = "okay"; }; };
SEDES PLL Lock success:
SEDES PLL Lock fail:
Best Regards
Alex Fang
Hi,
Device tree configuration looks fine.
One info, no need to mention "serdes4_sgmii_link" for all CPSW Ports, Once mention for Port-5 is sufficient.
Can you please share the whole A72 Log in case of successful PLL lock and unsuccessful PLL lock scenario for review of flow.
Also, make sure that no overlays added with same SerDes4 configuration.
Best Regards,
Sudheer
Hi Sudheer:
SEDES PLL isn't locked LOG:
### BEGIN LOG - DATE: 241007, TIME: 180509 ### U-Boot SPL 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:55 -0700) EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') SPL initial stack usage: 13456 bytes Trying to boot from MMC2 Loading Environment from nowhere... OK Starting ATF on ARM64 core... U-Boot SPL 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:39 -0700) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') Trying to boot from MMC2 U-Boot 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:39 -0700) SoC: J784S4 SR1.0 GP Model: Texas Instruments J784S4 EVM EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 Board: J784S4-EVM rev E1 DRAM: 2 GiB (effective 32 GiB) idle-statesCore: 112 devices, 34 uclasses, devicetree: separate Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 Loading Environment from nowhere... OK In: serial@2840000 Out: serial@2840000 Err: serial@2840000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 990 bytes read in 22 ms (43.9 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... GPIO: 'gpio@22_17' not found Command 'gpio' failed: Error -22 GPIO: 'gpio@22_16' not found Command 'gpio' failed: Error -22 k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 1 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 31 ms (2.5 MiB/s) Load Remote Processor 4 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 5 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 31 ms (2.5 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 82136 bytes: Success! 10489056 bytes read in 41 ms (244 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 42 ms (238.2 MiB/s) Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 41 ms (244 MiB/s) Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 42 ms (238.2 MiB/s) Load Remote Processor 11 with data@addr=0x82000000 10489056 bytes: Success! 20351488 bytes read in 858 ms (22.6 MiB/s) 125717 bytes read in 31 ms (3.9 MiB/s) Working FDT set to 88000000 14208 bytes read in 26 ms (533.2 KiB/s) 5067 bytes read in 26 ms (189.5 KiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK Working FDT set to 8fede000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.6.32-g6de6e418c80e-dirty (alex@ubuntu) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #6 SMP PREEMPT Fri Oct 4 00:34:52 PDT 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: TechNexion ROVY-4VH and EVM baseboard with 4xSGMII [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002840000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000 [ 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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000 [ 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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000 [ 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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000 [ 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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000 [ 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] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000 [ 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] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000 [ 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] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff] [ 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-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff] [ 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 20 pages/cpu s42920 r8192 d30808 u81920 [ 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] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02840000 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) systemd.hostname=am69-sk root=PARTUUID=d0717fb3-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] Built 1 zonelists, mobility grouping on. Total pages: 8257536 [ 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: 30771492K/33554432K available (12032K kernel code, 1250K rwdata, 4032K rodata, 2432K init, 502K bss, 947932K 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 @880800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880060000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000 [ 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.008417] Console: colour dummy device 80x25 [ 0.012989] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023661] pid_max: default: 32768 minimum: 301 [ 0.028415] LSM: initializing lsm=capability,integrity [ 0.033766] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.041562] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.050762] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.058015] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.065850] rcu: Hierarchical SRCU implementation. [ 0.070747] rcu: Max phase no-delay instances is 1000. [ 0.076236] Platform MSI: msi-controller@1820000 domain created [ 0.082415] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.091843] EFI services will not be available. [ 0.096676] smp: Bringing up secondary CPUs ... [ 0.109738] Detected PIPT I-cache on CPU1 [ 0.109778] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.109792] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000 [ 0.109822] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.118257] Detected PIPT I-cache on CPU2 [ 0.118285] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000 [ 0.118298] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000 [ 0.118322] CPU2: Booted secondary processor 0x0000000002 [0x411fd080] [ 0.126744] Detected PIPT I-cache on CPU3 [ 0.126775] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000 [ 0.126787] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000 [ 0.126810] CPU3: Booted secondary processor 0x0000000003 [0x411fd080] [ 0.135282] Detected PIPT I-cache on CPU4 [ 0.135338] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000 [ 0.135352] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000 [ 0.135384] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.143845] Detected PIPT I-cache on CPU5 [ 0.143879] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000 [ 0.143892] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000 [ 0.143916] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.152340] Detected PIPT I-cache on CPU6 [ 0.152379] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000 [ 0.152392] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000 [ 0.152415] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.160850] Detected PIPT I-cache on CPU7 [ 0.160890] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000 [ 0.160904] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000 [ 0.160929] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.160980] smp: Brought up 1 node, 8 CPUs [ 0.341967] SMP: Total of 8 processors activated. [ 0.346773] CPU features: detected: 32-bit EL0 Support [ 0.352028] CPU features: detected: CRC32 instructions [ 0.357321] CPU: All CPU(s) started at EL2 [ 0.361510] alternatives: applying system-wide alternatives [ 0.368131] devtmpfs: initialized [ 0.382493] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.392468] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.418440] pinctrl core: initialized pinctrl subsystem [ 0.424055] DMI not present or invalid. [ 0.428297] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.435495] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.443510] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.452217] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.460430] audit: initializing netlink subsys (disabled) [ 0.466034] audit: type=2000 audit(0.316:1): state=initialized audit_enabled=0 res=1 [ 0.466236] thermal_sys: Registered thermal governor 'step_wise' [ 0.473960] thermal_sys: Registered thermal governor 'power_allocator' [ 0.480116] cpuidle: using governor menu [ 0.490856] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.497876] ASID allocator initialised with 65536 entries [ 0.514476] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts [ 0.525901] Modules: 27664 pages in range for non-PLT usage [ 0.525904] Modules: 519184 pages in range for PLT usage [ 0.531981] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.544350] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.550755] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.557689] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.564096] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.571031] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.577433] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.584369] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.591466] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected [ 0.600487] iommu: Default domain type: Translated [ 0.605386] iommu: DMA domain TLB invalidation policy: strict mode [ 0.611826] SCSI subsystem initialized [ 0.615807] usbcore: registered new interface driver usbfs [ 0.621425] usbcore: registered new interface driver hub [ 0.626864] usbcore: registered new device driver usb [ 0.632279] pps_core: LinuxPPS API ver. 1 registered [ 0.637351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.646689] PTP clock support registered [ 0.650809] EDAC MC: Ver: 3.0.0 [ 0.654227] scmi_core: SCMI protocol bus registered [ 0.659339] FPGA manager framework [ 0.662845] Advanced Linux Sound Architecture Driver Initialized. [ 0.669467] vgaarb: loaded [ 0.672371] clocksource: Switched to clocksource arch_sys_counter [ 0.678720] VFS: Disk quotas dquot_6.6.0 [ 0.682745] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.692913] NET: Registered PF_INET protocol family [ 0.698176] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.711001] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.720029] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.727964] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.737042] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.745431] TCP: Hash tables configured (established 262144 bind 65536) [ 0.752290] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.759639] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.767515] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.773599] RPC: Registered named UNIX socket transport module. [ 0.779657] RPC: Registered udp transport module. [ 0.784461] RPC: Registered tcp transport module. [ 0.789264] RPC: Registered tcp-with-tls transport module. [ 0.794867] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.801449] NET: Registered PF_XDP protocol family [ 0.806354] PCI: CLS 0 bytes, default 64 [ 0.811237] Initialise system trusted keyrings [ 0.815875] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 0.822624] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.828729] NFS: Registering the id_resolver key type [ 0.833909] Key type id_resolver registered [ 0.838181] Key type id_legacy registered [ 0.842282] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.849131] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.869727] Key type asymmetric registered [ 0.873913] Asymmetric key parser 'x509' registered [ 0.878921] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.886482] io scheduler mq-deadline registered [ 0.891108] io scheduler kyber registered [ 0.895221] io scheduler bfq registered [ 0.901494] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.907464] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.913500] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.919749] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.925580] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.931666] pinctrl-single 104200.pinctrl: 20 pins, size 80 [ 0.937420] pinctrl-single 104280.pinctrl: 8 pins, size 32 [ 0.943469] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.953197] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.965464] loop: module loaded [ 0.969254] megasas: 07.725.01.00-rc1 [ 0.974811] tun: Universal TUN/TAP device driver, 1.6 [ 0.980551] VFIO - User Level meta-driver version: 0.3 [ 0.986487] usbcore: registered new interface driver usb-storage [ 0.992986] i2c_dev: i2c /dev entries driver [ 0.998022] sdhci: Secure Digital Host Controller Interface driver [ 1.004340] sdhci: Copyright(c) Pierre Ossman [ 1.008919] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.015131] ledtrig-cpu: registered to indicate activity on CPUs [ 1.021451] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.028438] usbcore: registered new interface driver usbhid [ 1.034134] usbhid: USB HID core driver [ 1.038932] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 1.047672] optee: probing for conduit method. [ 1.052229] optee: revision 4.1 (012cdca4) [ 1.068694] optee: dynamic shared memory is enabled [ 1.078243] random: crng init done [ 1.081772] optee: initialized driver [ 1.086623] NET: Registered PF_PACKET protocol family [ 1.091827] Key type dns_resolver registered [ 1.099614] registered taskstats version 1 [ 1.104010] Loading compiled-in X.509 certificates [ 1.115282] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') [ 1.163398] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.174063] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.184765] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.216021] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz [ 1.222304] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz [ 1.228316] pca953x 2-0023: supply vcc not found, using dummy regulator [ 1.235152] pca953x 2-0023: using no AI [ 1.260675] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz [ 1.266716] pca953x 3-0021: supply vcc not found, using dummy regulator [ 1.273520] pca953x 3-0021: using no AI [ 1.300947] pca953x 3-0022: supply vcc not found, using dummy regulator [ 1.307752] pca953x 3-0022: using no AI [ 1.312229] pca953x 3-0024: supply vcc not found, using dummy regulator [ 1.319028] pca953x 3-0024: using no AI [ 1.323454] omap_i2c 2020000.i2c: bus 3 rev0.12 at 400 kHz [ 1.329473] pca953x 4-0026: supply vcc not found, using dummy regulator [ 1.336279] pca953x 4-0026: using no AI [ 1.360881] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz [ 1.366917] pca953x 5-0027: supply vcc not found, using dummy regulator [ 1.373728] pca953x 5-0027: using no AI [ 1.400667] omap_i2c 2050000.i2c: bus 5 rev0.12 at 400 kHz [ 1.406387] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created [ 1.414919] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created [ 1.424169] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created [ 1.432842] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created [ 1.446926] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 1.454411] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32) [ 1.464241] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328 [ 1.474121] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.480886] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.490197] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315 [ 1.500386] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.507148] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.515175] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 276, base_baud = 6000000) is a 8250 [ 1.524760] 2840000.serial: ttyS2 at MMIO 0x2840000 (irq = 277, base_baud = 3000000) is a 8250 [ 1.533607] printk: console [ttyS2] enabled [ 1.533607] printk: console [ttyS2] enabled [ 1.542060] printk: bootconsole [ns16550a0] disabled [ 1.542060] printk: bootconsole [ns16550a0] disabled [ 1.557078] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available [ 1.564512] spi-nor: probe of spi0.0 failed with error -22 [ 1.570174] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0x46000000 common->ss_base=0x86600000 [ 1.616381] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.629966] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver RTL8211F Gigabit Ethernet [ 1.639535] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.652345] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.659551] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.665720] pps pps0: new PPS source ptp0 [ 1.669846] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 1.679814] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0xc000000 common->ss_base=0x86a00000 [ 1.728376] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 2.601567] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver RTL8211F Gigabit Ethernet [ 2.610954] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver RTL8211F Gigabit Ethernet [ 2.620329] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver RTL8211F Gigabit Ethernet [ 2.629702] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver RTL8211F Gigabit Ethernet [ 2.639127] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA03102, cpsw version 0x6BA82902 Ports: 9 quirks:00000000 [ 2.651825] Alex:sgmii_base=86a00100 ss_base=86a00000 port_id=1 [ 2.657759] Alex:sgmii_base=86a00200 ss_base=86a00000 port_id=2 [ 2.663677] Alex:sgmii_base=86a00300 ss_base=86a00000 port_id=3 [ 2.669586] Alex:sgmii_base=86a00400 ss_base=86a00000 port_id=4 [ 2.675493] Alex:sgmii_base=86a00500 ss_base=86a00000 port_id=5 [ 3.033540] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0 [ 3.042306] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 3.042430] mmc0: CQHCI version 5.10 [ 3.049120] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 3.059212] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 3.066051] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100 [ 3.072859] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 3.079662] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100 [ 3.090940] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 3.273586] mmc0: Failed to initialize a non-removable card [ 3.363123] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 3.374649] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock [ 3.384868] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 3.392360] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 3.400446] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 3.408526] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.421021] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00 [ 4.427330] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.432840] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 4.442318] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] [ 4.449214] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400 [ 4.455211] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 4.464948] pci 0000:00:00.0: supports D1 [ 4.468947] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 4.476519] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.484621] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.491233] pci 0000:00:00.0: PCI bridge to [bus 01] [ 4.496245] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 4.503029] pcieport 0000:00:00.0: PME: Signaling with IRQ 543 [ 4.508965] pcieport 0000:00:00.0: AER: enabled with IRQ 543 [ 4.514848] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.522332] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.530415] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.538495] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.548613] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00 [ 5.554885] pci_bus 0001:00: root bus resource [bus 00-ff] [ 5.560369] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 5.570001] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] [ 5.576877] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400 [ 5.582872] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 5.592636] pci 0001:00:00.0: supports D1 [ 5.596636] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 5.602393] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit] [ 5.609252] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs) [ 5.620791] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 5.628886] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 5.635497] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit] [ 5.642794] pci 0001:00:00.0: PCI bridge to [bus 01] [ 5.647791] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 5.654542] pcieport 0001:00:00.0: PME: Signaling with IRQ 545 [ 5.660491] pcieport 0001:00:00.0: AER: enabled with IRQ 545 [ 5.666890] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8) [ 5.677123] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16) [ 5.687229] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0x46000000 common->ss_base=0x88a00000 [ 5.736375] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 5.749950] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver RTL8211F Gigabit Ethernet [ 5.759517] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 5.772322] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 5.779530] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.785673] pps pps0: new PPS source ptp1 [ 5.789800] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 5.804309] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.813609] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0xc000000 common->ss_base=0x88e00000 [ 5.860378] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 6.733563] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver RTL8211F Gigabit Ethernet [ 6.742944] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver RTL8211F Gigabit Ethernet [ 6.752319] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver RTL8211F Gigabit Ethernet [ 6.761692] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver RTL8211F Gigabit Ethernet [ 6.771083] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA03102, cpsw version 0x6BA82902 Ports: 9 quirks:00000000 [ 6.783752] Alex:sgmii_base=88e00100 ss_base=88e00000 port_id=1 [ 6.789659] Alex:sgmii_base=88e00200 ss_base=88e00000 port_id=2 [ 6.795566] Alex:sgmii_base=88e00300 ss_base=88e00000 port_id=3 [ 6.801472] Alex:sgmii_base=88e00400 ss_base=88e00000 port_id=4 [ 6.807378] Alex:sgmii_base=88e00500 ss_base=88e00000 port_id=5 [ 6.814595] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.820854] Alex:sgmii_base=88e00600 ss_base=88e00000 port_id=6 [ 6.826835] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.833089] Alex:sgmii_base=88e00700 ss_base=88e00000 port_id=7 [ 6.839060] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.845314] Alex:sgmii_base=88e00800 ss_base=88e00000 port_id=8 [ 6.851285] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.857547] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.5 [ 6.864724] am65-cpsw-nuss c000000.ethernet: ALE Table size 512 [ 6.870998] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0 [ 6.886655] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 82 [ 6.897452] mmc1: CQHCI version 5.10 [ 6.899776] clk: Disabling unused clocks [ 6.915983] ALSA device list: [ 6.919015] No soundcards found. [ 6.938963] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 6.946573] Waiting for root device PARTUUID=d0717fb3-02... [ 8.778815] mmc1: Skipping voltage switch [ 8.929502] mmc1: new high speed SDHC card at address e624 [ 8.935313] mmcblk1: mmc1:e624 SC16G 14.8 GiB [ 8.945144] mmcblk1: p1 p2 [ 9.010077] EXT4-fs (mmcblk1p2): recovery complete [ 9.015552] EXT4-fs (mmcblk1p2): mounted filesystem 5e75bbf9-7c37-4c64-a37c-cc8f4961ba69 r/w with ordered data mode. Quota mode: none. [ 9.027645] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 9.037028] devtmpfs: mounted [ 9.040840] Freeing unused kernel memory: 2432K [ 9.045450] Run /sbin/init as init process [ 9.436753] systemd[1]: System time before build time, advancing clock. [ 9.679468] NET: Registered PF_INET6 protocol family [ 9.685118] Segment Routing with IPv6 [ 9.688790] In-situ OAM (IOAM) with IPv6 [ 9.730990] 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) [ 9.762461] systemd[1]: Detected architecture arm64. Welcome to Arago 2023.10! [ 9.824500] systemd[1]: Hostname set to <am69-sk>. [ 9.927466] systemd-sysv-generator[149]: 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. [ 10.076600] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 10.102065] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 10.155341] 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. [ 10.201610] 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. [ 10.254432] systemd[1]: Queued start job for default target Graphical Interface. [ 10.303845] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 10.325635] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 10.349389] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 10.373228] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 10.396524] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 10.420475] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 10.444534] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 10.464420] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 10.484422] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 10.504429] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 10.582468] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 10.608491] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 10.634058] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 10.656518] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 10.680671] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 10.700576] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 10.720602] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 10.740637] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 10.764644] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 10.784528] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 10.804566] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 10.856602] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 10.878657] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 10.944603] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 10.964598] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 10.982728] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 11.007150] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 11.030577] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 11.054510] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 11.078710] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 11.288958] fuse: init (API version 7.39) [ 11.308870] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 11.344813] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 11.364591] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 11.392781] systemd[1]: Starting Journal Service... Starting Journal Service... [ 11.419432] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 11.442981] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line... [ 11.471113] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 11.495176] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 11.520585] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind.[ 11.528582] EXT4-fs (mmcblk1p2): re-mounted 5e75bbf9-7c37-4c64-a37c-cc8f4961ba69 r/w. Quota mode: none. [ 11.549654] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 11.897583] systemd-journald[171]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /media/ram... Mounting /var/volatile... [ 12.122460] audit: type=1334 audit(1651167747.688:2): prog-id=5 op=LOAD [ 12.129152] audit: type=1334 audit(1651167747.696:3): prog-id=6 op=LOAD Starting Rule-based Manage…for Device Events and Files... [ OK ] Finished Coldplug All udev Devices. [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create Volatile Files and Directories. [ OK ] Found device /dev/ttyS2.[ 12.346927] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 12.357591] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode [ 12.364895] remoteproc remoteproc0: 64800000.dsp is available [ 12.370718] remoteproc remoteproc0: attaching to 64800000.dsp [ 12.379114] remoteproc remoteproc0: unsupported resource 65538 [ 12.385801] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode [ 12.392451] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node c71-dma-memory@a8000000 [ 12.402111] virtio_rpmsg_bus virtio0: rpmsg host is online [ 12.407639] rproc-virtio rproc-virtio.6.auto: registered virtio0 (type 7) [ 12.409039] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 12.414470] remoteproc remoteproc0: remote processor 64800000.dsp is now attached [ 12.422188] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 12.436594] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000 Starting Network Time Synchronization...[ 12.445955] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode [ 12.457481] remoteproc remoteproc1: 65800000.dsp is available [ 12.463305] remoteproc remoteproc1: attaching to 65800000.dsp [ 12.469323] remoteproc remoteproc1: unsupported resource 65538 Starting Record System Boot/Shutdown in UTMP 12.475423] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode 0m... [ 12.487561] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node c71-dma-memory@a9000000 [ 12.497583] virtio_rpmsg_bus virtio1: rpmsg host is online [ 12.500777] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 12.503133] rproc-virtio rproc-virtio.9.auto: registered virtio1 (type 7) [ 12.510640] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 12.517325] remoteproc remoteproc1: remote processor 65800000.dsp is now attached [ 12.524484] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000 [ 12.540711] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode [ 12.547435] remoteproc remoteproc2: 66800000.dsp is available [ 12.553236] remoteproc remoteproc2: attaching to 66800000.dsp [ 12.553519] CAN device driver interface [ 12.559287] remoteproc remoteproc2: unsupported resource 65538 [ OK ] Finished Record System Boot/Shutdow[ 12.568922] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode n in UTMP. [ 12.581004] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node c71-dma-memory@aa000000 [ 12.591794] at24 0-0050: supply vcc not found, using dummy regulator [ 12.591916] virtio_rpmsg_bus virtio2: rpmsg host is online [ 12.598237] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd [ 12.603679] rproc-virtio rproc-virtio.10.auto: registered virtio2 (type 7) [ 12.611127] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 12.611293] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 12.617985] remoteproc remoteproc2: remote processor 66800000.dsp is now attached [ 12.630432] platform 41000000.r5f: configured R5F for IPC-only mode [ 12.637515] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000 [ 12.644437] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.651407] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode [ 12.659907] remoteproc remoteproc3: 41000000.r5f is available [ 12.661304] mc: Linux media interface: v0.10 [ 12.667241] remoteproc remoteproc4: 67800000.dsp is available [ 12.674199] remoteproc remoteproc3: attaching to 41000000.r5f [ 12.676918] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 12.679511] remoteproc remoteproc4: attaching to 67800000.dsp [ 12.684392] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 12.689795] remoteproc remoteproc4: unsupported resource 65538 [ 12.695278] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.702033] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode [ 12.709708] virtio_rpmsg_bus virtio3: rpmsg host is online [ 12.710944] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 12.710967] tidss 4a00000.dss: [drm] No compatible format found [ 12.710973] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes [ 12.714421] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node c71-dma-memory@ab000000 [ 12.720194] rproc-virtio rproc-virtio.11.auto: registered virtio3 (type 7) [ 12.729282] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd [ 12.729879] virtio_rpmsg_bus virtio4: rpmsg host is online [ 12.729898] rproc-virtio rproc-virtio.12.auto: registered virtio4 (type 7) [ 12.729902] remoteproc remoteproc4: remote processor 67800000.dsp is now attached [ 12.735899] remoteproc remoteproc3: remote processor 41000000.r5f is now attached [ 12.770450] m_can_platform 40528000.can: m_can device registered (irq=667, version=32) [ 12.777248] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd [ 12.777275] platform 5c00000.r5f: configured R5F for IPC-only mode [ 12.777464] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.841534] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe [ 12.841564] remoteproc remoteproc5: 5c00000.r5f is available [ 12.848724] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe [ 12.854286] remoteproc remoteproc5: attaching to 5c00000.r5f [ 12.861803] m_can_platform 40568000.can: m_can device registered (irq=668, version=32) [ 12.868258] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 12.876581] m_can_platform 26a1000.can: m_can device registered (irq=669, version=32) [ 12.881635] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.899093] virtio_rpmsg_bus virtio5: rpmsg host is online [ 12.899715] videodev: Linux video capture interface: v2.00 [ 12.904656] rproc-virtio rproc-virtio.13.auto: registered virtio5 (type 7) [ 12.907067] m_can_platform 40528000.can mcu_mcan0: renamed from can0 [ 12.909662] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd [ 12.909768] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe [ 12.921474] systemd-journald[171]: Oldest entry in /run/log/journal/82bcb8f3cde3423891f747960dd9c92f/system.journal is older than the configured file retention duration (1month), suggesting rotation. [ 12.923291] remoteproc remoteproc5: remote processor 5c00000.r5f is now attached [ 12.924074] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 12.924082] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 12.924086] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 12.924089] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 12.930832] systemd-journald[171]: /run/log/journal/82bcb8f3cde3423891f747960dd9c92f/system.journal: Journal header limits reached or header out-of-date, rotating. [ 12.938085] platform 5d00000.r5f: configured R5F for IPC-only mode [ OK ] Started Network Time Synchronizatio[ 13.025253] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 n. [ 13.025267] scsi host0: ufshcd [ 13.040223] remoteproc remoteproc6: 5d00000.r5f is available [ 13.040773] m_can_platform 26a1000.can main_mcan16: renamed from can2 [ 13.054757] remoteproc remoteproc6: attaching to 5d00000.r5f [ OK ] Reached target System Initializatio[ 13.061065] platform 5d00000.r5f: R5F core initialized in IPC-only mode n. [ 13.072883] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node r5f-dma-memory@a3000000 [ 13.081104] m_can_platform 40568000.can mcu_mcan1: renamed from can1 [ 13.083280] virtio_rpmsg_bus virtio6: rpmsg host is online [ 13.084680] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller [ 13.084699] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 1 [ 13.084836] xhci-hcd xhci-hcd.15.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010 [ 13.084876] xhci-hcd xhci-hcd.15.auto: irq 671, io mem 0x06010000 [ 13.085019] xhci-hcd xhci-hcd.15.auto: xHCI Host Controller [ 13.085025] xhci-hcd xhci-hcd.15.auto: new USB bus registered, assigned bus number 2 [ 13.085032] xhci-hcd xhci-hcd.15.auto: Host supports USB 3.0 SuperSpeed [ 13.085377] hub 1-0:1.0: USB hub found [ 13.085392] hub 1-0:1.0: 1 port detected [ 13.085581] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 13.085814] hub 2-0:1.0: USB hub found [ 13.085827] hub 2-0:1.0: 1 port detected [ 13.095274] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd [ 13.100109] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7) [ 13.107971] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe [ 13.117261] remoteproc remoteproc6: remote processor 5d00000.r5f is now attached [ 13.151298] platform 5e00000.r5f: configured R5F for IPC-only mode [ 13.151546] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 13.162850] scsi 0:0:0:49488: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 13.164057] remoteproc remoteproc7: 5e00000.r5f is available [ 13.170048] scsi 0:0:0:49476: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 13.174872] remoteproc remoteproc7: attaching to 5e00000.r5f [ 13.188748] scsi 0:0:0:49456: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 13.196824] platform 5e00000.r5f: R5F core initialized in IPC-only mode [ 13.253629] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a4000000 [ OK ] Started Daily Cleanup of Temporary [ 13.263521] virtio_rpmsg_bus virtio7: rpmsg host is online Directories. [ 13.270765] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd [ 13.274323] rproc-virtio rproc-virtio.16.auto: registered virtio7 (type 7) [ 13.283195] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe [ 13.289867] remoteproc remoteproc7: remote processor 5e00000.r5f is now attached [ 13.304511] platform 5f00000.r5f: configured R5F for IPC-only mode [ 13.304761] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000 [ OK ] Reached target System Time Set.[ 13.319105] remoteproc remoteproc8: 5f00000.r5f is available [ 13.329982] remoteproc remoteproc8: attaching to 5f00000.r5f [ 13.336234] platform 5f00000.r5f: R5F core initialized in IPC-only mode [ 13.342865] rproc-virtio rproc-virtio.17.auto: assigned reserved memory node r5f-dma-memory@a5000000 [ 13.344388] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 13.352613] virtio_rpmsg_bus virtio8: rpmsg host is online [ 13.364060] rproc-virtio rproc-virtio.17.auto: registered virtio8 (type 7) [ 13.366446] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xd [ OK ] Started Daily rotation of log files[ 13.370935] remoteproc remoteproc8: remote processor 5f00000.r5f is now attached . [ 13.391498] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xe [ 13.399336] platform 5900000.r5f: configured R5F for IPC-only mode [ 13.405690] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000 [ 13.407977] vdec 4210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 [ 13.414194] remoteproc remoteproc9: 5900000.r5f is available [ 13.423854] vdec 4210000.video-codec: request_firmware, fail: -2 [ 13.429537] remoteproc remoteproc9: attaching to 5900000.r5f [ 13.435524] vdec 4210000.video-codec: wave5_vpu_load_firmware, fail: -2 [ 13.441696] platform 5900000.r5f: R5F core initialized in IPC-only mode [ 13.448329] vdec: probe of 4210000.video-codec failed with error -2 [ 13.454418] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a6000000 [ 13.455115] virtio_rpmsg_bus virtio9: rpmsg host is online [ 13.472212] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xd [ 13.475356] rproc-virtio rproc-virtio.18.auto: registered virtio9 (type 7) [ 13.477174] vdec 4220000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 [ 13.477185] vdec 4220000.video-codec: request_firmware, fail: -2 [ 13.477188] vdec 4220000.video-codec: wave5_vpu_load_firmware, fail: -2 [ 13.482819] vdec: probe of 4220000.video-codec failed with error -2 [ 13.482917] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xe [ 13.489661] remoteproc remoteproc9: remote processor 5900000.r5f is now attached [ 13.489976] platform 5a00000.r5f: configured R5F for IPC-only mode [ 13.517533] hub 1-1:1.0: USB hub found [ 13.518972] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000 [ 13.525863] hub 1-1:1.0: 6 ports detected [ 13.534009] remoteproc remoteproc10: 5a00000.r5f is available [ 13.560912] remoteproc remoteproc10: attaching to 5a00000.r5f [ OK ] Reached target Timer Units. [ 13.567133] platform 5a00000.r5f: R5F core initialized in IPC-only mode [ 13.578718] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a7000000 [ 13.588440] virtio_rpmsg_bus virtio10: rpmsg host is online [ OK ] Listening on Avahi mDNS/DNS-SD Stac[ 13.594057] rproc-virtio rproc-virtio.19.auto: registered virtio10 (type 7) k Activation Socket. [ 13.598153] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xd [ 13.606557] remoteproc remoteproc10: remote processor 5a00000.r5f is now attached [ OK ] Listening on D-Bus System Message B[ 13.628013] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xe us Socket. [ 13.648579] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd Starting Docker Socket for the API... [ 13.673334] hub 2-1:1.0: USB hub found [ 13.677142] hub 2-1:1.0: 4 ports detected [ OK ] Listening on dropbear.socket. [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket. Starting Weston socket... Starting D-Bus System Message Bus... Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ OK ] Listening on Weston socket. [ OK ] Finished Reboot and dump vmcore via kexec. [ 13.836435] usb 1-1.3: new high-speed USB device number 3 using xhci-hcd [ OK ] Reached target Socket Units. [ OK ] Started D-Bus System Message Bus. [ OK ] Reached target Basic System. [ 13.925230] dbus-broker-lau[436]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 13.942056] hub 1-1.3:1.0: USB hub found [ 13.946022] hub 1-1.3:1.0: 6 ports detected [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. [ 14.020441] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd Starting DEMO... [ 14.047902] hub 2-1.3:1.0: USB hub found Starting Print notice about GPLv3 packages[ 14.051935] hub 2-1.3:1.0: 4 ports detected ... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Telephony service... Starting PulseAudio Sound System... Starting Expand the rootfs…ll size of the boot device.... [ OK ] Started Seva Launcher Service. [ OK ] Started strongSwan IPsec I…IKEv2[ 14.107015] audit: type=1334 audit(1727717668.253:4): prog-id=7 op=LOAD daemon using ipsec.conf. [ 14.118647] audit: type=1334 audit(1727717668.269:5): prog-id=8 op=LOAD [ 14.124431] usb 1-1.5: new high-speed USB device number 4 using xhci-hcd Starting User Login Management... [ OK ] Started TEE Supplicant. Starting Telnet Server... [ OK ] Started ti-apps-launcher service. [ OK ] Finished IPv6 Packet Filtering [ 14.234078] hid-generic 0003:0451:82FF.0001: device has no listeners, quitting Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Finished Telnet Server. [ OK ] Reached target Preparation for Network. Starting Network Configuration... [ 14.312414] usb 1-1.3.5: new high-speed USB device number 5 using xhci-hcd [ OK ] Created slice Slice /system/systemd-fsck. [ 14.418092] hid-generic 0003:0451:82FF.0002: device has no listeners, quitting [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1... [ OK ] Started User Login Management. [ OK ] Started DEMO. [ OK ] Started Telephony service. [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [ 14.848165] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 14.892226] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 14.899739] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ OK ] Finished Expand the rootfs…full size of the boot device.. [ 15.349630] Bluetooth: Core ver 2.22 [ 15.353280] NET: Registered PF_BLUETOOTH protocol family [ 15.358592] Bluetooth: HCI device and connection manager initialized [ 15.364954] Bluetooth: HCI socket layer initialized [ 15.369830] Bluetooth: L2CAP socket layer initialized [ 15.374884] Bluetooth: SCO socket layer initialized [ OK ] Started Network Configuration. Starting Network Name Resolution... [ OK ] Finished File System Check on /dev/mmcblk1p1. Mounting /run/media/boot-mmcblk1p1... [ 15.972404] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:07] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 15.983029] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/sgmii link mode [ 15.990858] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 15.997903] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00800 [ OK ] Started PulseAudio Sound System. [ 16.276392] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:06] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.287005] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode [ 16.294840] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.301888] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00700 [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... Starting containerd container runtime... [ OK ] Started Netperf Benchmark Server. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Finished Enable and configure wl18xx bluetooth stack. [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... Starting Weston, a Wayland…ositor, as a system service... [ 16.600396] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:05] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.611013] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/sgmii link mode [ 16.618848] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.625905] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00600 [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Finished Synchronize System and HW clocks. [ 16.936400] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:04] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.947091] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode [ 16.954927] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.961974] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00500 [ 17.100393] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 17.111212] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 17.119560] Alex:am65_cpsw_nuss_mac_config extra_modes=0 interface=11 [ 17.336763] audit: type=1334 audit(1727717671.485:6): prog-id=9 op=LOAD [ 17.343430] audit: type=1334 audit(1727717671.489:7): prog-id=10 op=LOAD Starting User Database Manager... [ OK ] Started User Database Manager. [ OK ] Mounted /run/media/boot-mmcblk1p1. [ OK ] Created slice User Slice of UID 1000. Starting User Runtime Directory /run/user/1000... [ OK ] Finished User Runtime Directory /run/user/1000. Starting User Manager for UID 1000... [ 18.172751] audit: type=1006 audit(1727717672.321:8): pid=578 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 18.185295] audit: type=1300 audit(1727717672.321:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed963ae8 a2=4 a3=ffffb4d78020 items=0 ppid=1 pid=578 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) [ 18.211775] audit: type=1327 audit(1727717672.321:8): proctitle="(systemd)" [ OK ] Started User Manager for UID 1000. [ OK ] Started Session c1 of User weston 19.360279] audit: type=1006 audit(1727717673.505:9): pid=568 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 0m. [ 19.374926] audit: type=1300 audit(1727717673.505:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed963ae8 a2=4 a3=ffffb4d78020 items=0 ppid=1 pid=568 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) [ 19.401531] audit: type=1327 audit(1727717673.505:9): proctitle="(weston)" [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c2 of User weston 20.194362] audit: type=1006 audit(1727717674.341:10): pid=591 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1 0m. [ 20.209448] audit: type=1300 audit(1727717674.341:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed963ae8 a2=4 a3=ffffb4d78020 items=0 ppid=1 pid=591 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=3 comm="(weston)" exe="/lib/systemd/systemd" key=(null) [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c3 of User weston. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c4 of User weston. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c5 of User weston. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemc[ 20.422507] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control rx/tx tl status weston.service' for details. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project am69-sk - Arago 2023.10 am69-sk - am69-sk login: [ 24.061474] kauditd_printk_skb: 10 callbacks suppressed [ 24.061768] audit: type=1701 audit(1727717678.209:14): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=493 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=11 res=1 [ 24.082528] audit: type=1334 audit(1727717678.229:15): prog-id=11 op=LOAD [ 24.089332] audit: type=1334 audit(1727717678.237:16): prog-id=12 op=LOAD ROOT *************************************************************** *************************************************************** NOTICE: This file system contains the following GPL-3.0 packages: ^C adwaita-icon-theme-symbolic autoconf bash-dev bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gnu-config grep grub-common grub-editenv grub-efi gzip hidapi less libasm1 libatomic-dev libatomic1 libbfd libdebuginfod1 libdw1 libelf1 libgcc-s-dev libgcc1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libopcodes libqt5charts-examples libqt5charts-plugins libqt5charts-qmlplugins libqt5charts5 libqt5sensors-plugins libqt5sensors-qmlplugins libqt5sensors5 libqt5serialport-examples libqt5serialport-plugins libqt5serialport-qmlplugins libqt5serialport5 libqt5svg-examples libqt5svg-plugins libqt5svg-qmlplugins libqt5svg5 libqt5virtualkeyboard-plugins libqt5virtualkeyboard-qmlplugins libqt5virtualkeyboard5 libqt5webchannel-plugins libqt5webchannel-qmlplugins libqt5webchannel5 libreadline-dev libreadline8 libstdc++-dev libstdc++6 libunistring2 m4-dev m4 make nettle parted piglit qt3d-plugins qt3d-qmlplugins qt3d qtbase-examples qtbase-plugins qtbase-qmlplugins qtbase qtconnectivity-plugins qtconnectivity-qmlplugins qtconnectivity qtdeclarative-plugins qtdeclarative-qmlplugins qtdeclarative-tools qtdeclarative qtgraphicaleffects-qmlplugins qtlocation-examples qtlocation-plugins qtlocation-qmlplugins qtlocation qtmultimedia-examples qtmultimedia-plugins qtmultimedia-qmlplugins qtmultimedia qtquick3d-plugins qtquick3d-qmlplugins qtquick3d qtquics-qmlplugins.control qtquics2-plugins.control qtquics2-qmlplugins.control qtquics2.control qtscript-examples qtscript-plugins qtscript-qmlplugins qtscript qtwayland-examples qtwayland-plugins qtwayland-qmlplugins qtwayland tar which If you do not wish to distribute GPL-3.0 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ 28.240455] audit: type=1334 audit(1727717682.389:17): prog-id=12 op=UNLOAD [ 28.247431] audit: type=1334 audit(1727717682.389:18): prog-id=11 op=UNLOAD _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project am69-sk - Arago 2023.10 am69-sk - am69-sk login: root [ 31.425550] audit: type=1006 audit(1727717685.573:19): pid=1011 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1 [ 31.438001] audit: type=1300 audit(1727717685.573:19): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffed963ae8 a2=1 a3=0 items=0 ppid=1 pid=1011 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 31.463448] audit: type=1327 audit(1727717685.573:19): proctitle="(systemd)" [ 31.470509] audit: type=1334 audit(1727717685.581:20): prog-id=13 op=LOAD [ 31.477300] audit: type=1300 audit(1727717685.581:20): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffee8b4790 a2=78 a3=0 items=0 ppid=1 pid=1011 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 31.502731] audit: type=1327 audit(1727717685.581:20): proctitle="(systemd)" [ 31.509777] audit: type=1334 audit(1727717685.585:21): prog-id=13 op=UNLOAD [ 31.516731] audit: type=1300 audit(1727717685.585:21): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=ffff9942a020 a2=0 a3=ffff9942a7e0 items=0 ppid=1 pid=1011 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 31.542932] audit: type=1327 audit(1727717685.585:21): proctitle="(systemd)" [ 31.550002] audit: type=1334 audit(1727717685.585:22): prog-id=14 op=LOAD root@am69-sk:~# cd /boot/ root@am69-sk:/boot# ./j7_devmem2_cpsw9g_check_status.sh Platform: J7 TDA4VM Command: k3conf MDIO_ALIVE_REG (0x0c000f08) = 0x000000F1 bit 0 : Yes bit 4 : Yes bit 5 : Yes bit 6 : Yes bit 7 : Yes MDIO_LINK_REG (0x0c000f0c) = 0x00000040 bit 6 : Yes please input your port: 1-8 7 CTRLMMR_ENET 7 CTRL (0x0010405c) = 0x00000003 PORT_MODE_SEL : 3h SGMII RGMII_ID_MODE : 0h Internal Transmit Desaly CPSW SS RGMII 7 STATUS (0x0c000048) = 0x00000000 FULLDUPLEX : 0h Half duplex SPEED : 0h 10Mbps LINK : 0h Links is down CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000 SGMII1_LINK : 0h No CPSW_SS_SGMII_CONTROL_REG_ 7 (0x0c000710) = 0x00000000 TEST_PATTERN_EN : 0h operation MASTER : 0h Slave Mode LOOPBACK : 0h Not in internal loopback mode MR_NP_LOADED : 0h -------- FAST_LINK_TIMER : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode MA_AN_RESTART : 0h Write 1h and tehn 0h to this bit caused the auto negotiation MR_AN_ENABLE : 0h wirte 1 to this bit enbales the auto negotiation progess CPSW_SS_SGMII_STATUS_REG_ 7 (0x0c000714) = 0x00000000 LOCK : 0h SEDES PLL isn't locked MR_AN_COMPLETE : 0h no AUTO Negotiation is not complete AN_EEROR : 0h no negotiation error LINK : 0h link is not up root@am69-sk:/boot# ### END LOG - DATE: 241007, TIME: 180659 ###
SEDES PLL is locked LOG:
### BEGIN LOG - DATE: 241007, TIME: 180945 ### U-Boot SPL 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:55 -0700) EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') SPL initial stack usage: 13456 bytes Trying to boot from MMC2 Loading Environment from nowhere... OK Starting ATF on ARM64 core... U-Boot SPL 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:39 -0700) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') Trying to boot from MMC2 U-Boot 2023.04-g84a5582c53-dirty (Aug 30 2024 - 01:07:39 -0700) SoC: J784S4 SR1.0 GP Model: Texas Instruments J784S4 EVM EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 Board: J784S4-EVM rev E1 DRAM: 2 GiB (effective 32 GiB) idle-statesCore: 112 devices, 34 uclasses, devicetree: separate Flash: 0 Bytes MMC: mmc@4f80000: 0, mmc@4fb0000: 1 Loading Environment from nowhere... OK In: serial@2840000 Out: serial@2840000 Err: serial@2840000 am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000 EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -1 Net: eth0: ethernet@46000000port@1 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device SD/MMC found on device 1 Failed to load 'boot.scr' 990 bytes read in 23 ms (42 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... GPIO: 'gpio@22_17' not found Command 'gpio' failed: Error -22 GPIO: 'gpio@22_16' not found Command 'gpio' failed: Error -22 k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 1 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 2 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 3 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 4 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 31 ms (2.5 MiB/s) Load Remote Processor 5 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 30 ms (2.6 MiB/s) Load Remote Processor 6 with data@addr=0x82000000 82136 bytes: Success! 82136 bytes read in 31 ms (2.5 MiB/s) Load Remote Processor 7 with data@addr=0x82000000 82136 bytes: Success! 10489056 bytes read in 41 ms (244 MiB/s) Load Remote Processor 8 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 42 ms (238.2 MiB/s) Load Remote Processor 9 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 41 ms (244 MiB/s) Load Remote Processor 10 with data@addr=0x82000000 10489056 bytes: Success! 10489056 bytes read in 42 ms (238.2 MiB/s) Load Remote Processor 11 with data@addr=0x82000000 10489056 bytes: Success! 20351488 bytes read in 858 ms (22.6 MiB/s) 125717 bytes read in 31 ms (3.9 MiB/s) Working FDT set to 88000000 14208 bytes read in 26 ms (533.2 KiB/s) 5067 bytes read in 26 ms (189.5 KiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK Working FDT set to 8fede000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.6.32-g6de6e418c80e-dirty (alex@ubuntu) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #6 SMP PREEMPT Fri Oct 4 00:34:52 PDT 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: TechNexion ROVY-4VH and EVM baseboard with 4xSGMII [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002840000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000f90000000..0x0000000fffffffff (1835008 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 [ 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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000 [ 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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000 [ 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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000 [ 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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000 [ 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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000 [ 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] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000 [ 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] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000 [ 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] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a6000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable r5f-memory@a6100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a7000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable r5f-memory@a7100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9000000..0x00000000a90fffff (1024 KiB) nomap non-reusable c71-dma-memory@a9000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000a9100000..0x00000000a9ffffff (15360 KiB) nomap non-reusable c71-memory@a9100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000aa0fffff (1024 KiB) nomap non-reusable c71-dma-memory@aa000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000aa100000..0x00000000aaffffff (15360 KiB) nomap non-reusable c71-memory@aa100000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab000000..0x00000000ab0fffff (1024 KiB) nomap non-reusable c71-dma-memory@ab000000 [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x00000000ab100000..0x00000000abffffff (15360 KiB) nomap non-reusable c71-memory@ab100000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff] [ 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-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff] [ 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 20 pages/cpu s42920 r8192 d30808 u81920 [ 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] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02840000 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) systemd.hostname=am69-sk root=PARTUUID=d0717fb3-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] Built 1 zonelists, mobility grouping on. Total pages: 8257536 [ 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: 30771492K/33554432K available (12032K kernel code, 1250K rwdata, 4032K rodata, 2432K init, 502K bss, 947932K 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 @880800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880060000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880070000 [ 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.008419] Console: colour dummy device 80x25 [ 0.012990] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023661] pid_max: default: 32768 minimum: 301 [ 0.028414] LSM: initializing lsm=capability,integrity [ 0.033767] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.041564] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.050751] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.058005] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1. [ 0.065843] rcu: Hierarchical SRCU implementation. [ 0.070739] rcu: Max phase no-delay instances is 1000. [ 0.076222] Platform MSI: msi-controller@1820000 domain created [ 0.082415] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.091840] EFI services will not be available. [ 0.096674] smp: Bringing up secondary CPUs ... [ 0.109740] Detected PIPT I-cache on CPU1 [ 0.109780] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.109793] GICv3: CPU1: using allocated LPI pending table @0x0000000880080000 [ 0.109823] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.118250] Detected PIPT I-cache on CPU2 [ 0.118277] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000 [ 0.118290] GICv3: CPU2: using allocated LPI pending table @0x0000000880090000 [ 0.118313] CPU2: Booted secondary processor 0x0000000002 [0x411fd080] [ 0.126719] Detected PIPT I-cache on CPU3 [ 0.126750] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000 [ 0.126762] GICv3: CPU3: using allocated LPI pending table @0x00000008800a0000 [ 0.126785] CPU3: Booted secondary processor 0x0000000003 [0x411fd080] [ 0.135251] Detected PIPT I-cache on CPU4 [ 0.135307] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000 [ 0.135321] GICv3: CPU4: using allocated LPI pending table @0x00000008800b0000 [ 0.135352] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.143808] Detected PIPT I-cache on CPU5 [ 0.143843] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000 [ 0.143856] GICv3: CPU5: using allocated LPI pending table @0x00000008800c0000 [ 0.143879] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.152305] Detected PIPT I-cache on CPU6 [ 0.152342] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000 [ 0.152355] GICv3: CPU6: using allocated LPI pending table @0x00000008800d0000 [ 0.152379] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.160814] Detected PIPT I-cache on CPU7 [ 0.160854] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000 [ 0.160867] GICv3: CPU7: using allocated LPI pending table @0x00000008800e0000 [ 0.160891] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.160941] smp: Brought up 1 node, 8 CPUs [ 0.341922] SMP: Total of 8 processors activated. [ 0.346728] CPU features: detected: 32-bit EL0 Support [ 0.351984] CPU features: detected: CRC32 instructions [ 0.357274] CPU: All CPU(s) started at EL2 [ 0.361464] alternatives: applying system-wide alternatives [ 0.368072] devtmpfs: initialized [ 0.382393] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.392369] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.418616] pinctrl core: initialized pinctrl subsystem [ 0.424232] DMI not present or invalid. [ 0.428477] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.435669] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.443672] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.452371] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.460583] audit: initializing netlink subsys (disabled) [ 0.466186] audit: type=2000 audit(0.316:1): state=initialized audit_enabled=0 res=1 [ 0.466373] thermal_sys: Registered thermal governor 'step_wise' [ 0.474113] thermal_sys: Registered thermal governor 'power_allocator' [ 0.480268] cpuidle: using governor menu [ 0.491007] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.498025] ASID allocator initialised with 65536 entries [ 0.514653] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts [ 0.526077] Modules: 27664 pages in range for non-PLT usage [ 0.526080] Modules: 519184 pages in range for PLT usage [ 0.532151] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.544522] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.550926] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.557861] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.564268] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.571203] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.577606] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.584541] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.591643] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected [ 0.600667] iommu: Default domain type: Translated [ 0.605570] iommu: DMA domain TLB invalidation policy: strict mode [ 0.612010] SCSI subsystem initialized [ 0.615991] usbcore: registered new interface driver usbfs [ 0.621608] usbcore: registered new interface driver hub [ 0.627049] usbcore: registered new device driver usb [ 0.632462] pps_core: LinuxPPS API ver. 1 registered [ 0.637535] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.646873] PTP clock support registered [ 0.650988] EDAC MC: Ver: 3.0.0 [ 0.654404] scmi_core: SCMI protocol bus registered [ 0.659518] FPGA manager framework [ 0.663024] Advanced Linux Sound Architecture Driver Initialized. [ 0.669645] vgaarb: loaded [ 0.672554] clocksource: Switched to clocksource arch_sys_counter [ 0.678899] VFS: Disk quotas dquot_6.6.0 [ 0.682925] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.693075] NET: Registered PF_INET protocol family [ 0.698337] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.711156] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.720188] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.728122] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.737202] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.745591] TCP: Hash tables configured (established 262144 bind 65536) [ 0.752452] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.759801] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.767668] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.773753] RPC: Registered named UNIX socket transport module. [ 0.779812] RPC: Registered udp transport module. [ 0.784617] RPC: Registered tcp transport module. [ 0.789420] RPC: Registered tcp-with-tls transport module. [ 0.795023] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.801606] NET: Registered PF_XDP protocol family [ 0.806511] PCI: CLS 0 bytes, default 64 [ 0.811398] Initialise system trusted keyrings [ 0.816032] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 0.822777] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.828875] NFS: Registering the id_resolver key type [ 0.834067] Key type id_resolver registered [ 0.838339] Key type id_legacy registered [ 0.842441] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.849290] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.869895] Key type asymmetric registered [ 0.874081] Asymmetric key parser 'x509' registered [ 0.879088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.886649] io scheduler mq-deadline registered [ 0.891276] io scheduler kyber registered [ 0.895387] io scheduler bfq registered [ 0.901675] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.907646] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.913680] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.919932] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.925765] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.931851] pinctrl-single 104200.pinctrl: 20 pins, size 80 [ 0.937606] pinctrl-single 104280.pinctrl: 8 pins, size 32 [ 0.943649] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.953351] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.965647] loop: module loaded [ 0.969407] megasas: 07.725.01.00-rc1 [ 0.975011] tun: Universal TUN/TAP device driver, 1.6 [ 0.980713] VFIO - User Level meta-driver version: 0.3 [ 0.986626] usbcore: registered new interface driver usb-storage [ 0.993127] i2c_dev: i2c /dev entries driver [ 0.998157] sdhci: Secure Digital Host Controller Interface driver [ 1.004494] sdhci: Copyright(c) Pierre Ossman [ 1.009075] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.015288] ledtrig-cpu: registered to indicate activity on CPUs [ 1.021615] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.028592] usbcore: registered new interface driver usbhid [ 1.034285] usbhid: USB HID core driver [ 1.039080] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 1.047786] optee: probing for conduit method. [ 1.052342] optee: revision 4.1 (012cdca4) [ 1.068816] optee: dynamic shared memory is enabled [ 1.078371] random: crng init done [ 1.081903] optee: initialized driver [ 1.086745] NET: Registered PF_PACKET protocol family [ 1.091944] Key type dns_resolver registered [ 1.099722] registered taskstats version 1 [ 1.104119] Loading compiled-in X.509 certificates [ 1.115315] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') [ 1.163311] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.173981] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.184681] ti-sci-clk 44083000.system-controller:clock-controller: get-parent failed for dev=157, clk=34, ret=-19 [ 1.215940] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz [ 1.222207] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz [ 1.228223] pca953x 2-0023: supply vcc not found, using dummy regulator [ 1.235059] pca953x 2-0023: using no AI [ 1.260856] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz [ 1.266910] pca953x 3-0021: supply vcc not found, using dummy regulator [ 1.273713] pca953x 3-0021: using no AI [ 1.301126] pca953x 3-0022: supply vcc not found, using dummy regulator [ 1.307930] pca953x 3-0022: using no AI [ 1.312406] pca953x 3-0024: supply vcc not found, using dummy regulator [ 1.319206] pca953x 3-0024: using no AI [ 1.323637] omap_i2c 2020000.i2c: bus 3 rev0.12 at 400 kHz [ 1.329666] pca953x 4-0026: supply vcc not found, using dummy regulator [ 1.336472] pca953x 4-0026: using no AI [ 1.361058] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz [ 1.367085] pca953x 5-0027: supply vcc not found, using dummy regulator [ 1.373893] pca953x 5-0027: using no AI [ 1.400848] omap_i2c 2050000.i2c: bus 5 rev0.12 at 400 kHz [ 1.406567] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created [ 1.415099] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created [ 1.424345] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created [ 1.433023] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created [ 1.447113] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 1.454597] ti-udma 311a0000.dma-controller: Channels: 48 (bchan: 0, tchan: 16, rchan: 32) [ 1.464427] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328 [ 1.474307] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 1.481071] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.490383] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315 [ 1.500572] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 1.507333] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64 [ 1.515355] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 276, base_baud = 6000000) is a 8250 [ 1.524925] 2840000.serial: ttyS2 at MMIO 0x2840000 (irq = 277, base_baud = 3000000) is a 8250 [ 1.533775] printk: console [ttyS2] enabled [ 1.533775] printk: console [ttyS2] enabled [ 1.542231] printk: bootconsole [ns16550a0] disabled [ 1.542231] printk: bootconsole [ns16550a0] disabled [ 1.557248] cadence-qspi 47040000.spi: error -ENODEV: No Rx DMA available [ 1.564689] spi-nor: probe of spi0.0 failed with error -22 [ 1.570348] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0x46000000 common->ss_base=0x86600000 [ 1.616559] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.630182] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver RTL8211F Gigabit Ethernet [ 1.639750] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 1.652568] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 1.659775] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 1.665906] pps pps0: new PPS source ptp0 [ 1.670030] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 1.679987] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0xc000000 common->ss_base=0x86a00000 [ 1.728554] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 2.601747] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver RTL8211F Gigabit Ethernet [ 2.611132] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver RTL8211F Gigabit Ethernet [ 2.620507] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver RTL8211F Gigabit Ethernet [ 2.629878] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver RTL8211F Gigabit Ethernet [ 2.639302] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA03102, cpsw version 0x6BA82902 Ports: 9 quirks:00000000 [ 2.651999] Alex:sgmii_base=86a00100 ss_base=86a00000 port_id=1 [ 2.657933] Alex:sgmii_base=86a00200 ss_base=86a00000 port_id=2 [ 2.663852] Alex:sgmii_base=86a00300 ss_base=86a00000 port_id=3 [ 2.669766] Alex:sgmii_base=86a00400 ss_base=86a00000 port_id=4 [ 2.675679] Alex:sgmii_base=86a00500 ss_base=86a00000 port_id=5 [ 3.033707] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0 [ 3.042396] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 3.042528] mmc0: CQHCI version 5.10 [ 3.049222] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 3.059317] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 3.066136] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100 [ 3.072941] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 3.079742] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100 [ 3.091128] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit [ 3.273836] mmc0: Failed to initialize a non-removable card [ 3.363424] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 3.374946] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock [ 3.385182] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges: [ 3.392672] j721e-pcie 2900000.pcie: IO 0x0010001000..0x0010010fff -> 0x0010001000 [ 3.400754] j721e-pcie 2900000.pcie: MEM 0x0010011000..0x0017ffffff -> 0x0010011000 [ 3.408834] j721e-pcie 2900000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 4.421227] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00 [ 4.427522] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.433014] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x10001000-0x10010fff]) [ 4.442493] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff] [ 4.449395] pci 0000:00:00.0: [104c:b012] type 01 class 0x060400 [ 4.455398] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 4.465136] pci 0000:00:00.0: supports D1 [ 4.469135] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 4.476699] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 4.484797] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 4.491411] pci 0000:00:00.0: PCI bridge to [bus 01] [ 4.496435] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 4.503213] pcieport 0000:00:00.0: PME: Signaling with IRQ 543 [ 4.509183] pcieport 0000:00:00.0: AER: enabled with IRQ 543 [ 4.515074] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges: [ 4.522559] j721e-pcie 2910000.pcie: IO 0x0018001000..0x0018010fff -> 0x0018001000 [ 4.530641] j721e-pcie 2910000.pcie: MEM 0x0018011000..0x001fffffff -> 0x0018011000 [ 4.538721] j721e-pcie 2910000.pcie: IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000 [ 5.548924] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00 [ 5.555184] pci_bus 0001:00: root bus resource [bus 00-ff] [ 5.560658] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x18001000-0x18010fff]) [ 5.570291] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff] [ 5.577167] pci 0001:00:00.0: [104c:b012] type 01 class 0x060400 [ 5.583162] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits [ 5.592917] pci 0001:00:00.0: supports D1 [ 5.596917] pci 0001:00:00.0: PME# supported from D0 D1 D3hot [ 5.602674] pci 0001:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit] [ 5.609534] pci 0001:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs) [ 5.621063] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 5.629159] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 5.635772] pci 0001:00:00.0: BAR 7: assigned [mem 0x18400000-0x193fffff 64bit] [ 5.643069] pci 0001:00:00.0: PCI bridge to [bus 01] [ 5.648068] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22 [ 5.654811] pcieport 0001:00:00.0: PME: Signaling with IRQ 545 [ 5.660751] pcieport 0001:00:00.0: AER: enabled with IRQ 545 [ 5.667142] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8) [ 5.677368] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16) [ 5.687457] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0x46000000 common->ss_base=0x88a00000 [ 5.736556] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 5.750104] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver RTL8211F Gigabit Ethernet [ 5.759671] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000 [ 5.772472] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4 [ 5.779679] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 5.785792] pps pps0: new PPS source ptp1 [ 5.789916] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1 [ 5.804474] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 5.813752] Alex:am65_cpsw_nuss_probe res->name=cpsw_nuss res->start=0xc000000 common->ss_base=0x88e00000 [ 5.860557] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 6.733746] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver RTL8211F Gigabit Ethernet [ 6.743127] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver RTL8211F Gigabit Ethernet [ 6.752501] davinci_mdio c000f00.mdio: phy[6]: device c000f00.mdio:06, driver RTL8211F Gigabit Ethernet [ 6.761873] davinci_mdio c000f00.mdio: phy[7]: device c000f00.mdio:07, driver RTL8211F Gigabit Ethernet [ 6.771262] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA03102, cpsw version 0x6BA82902 Ports: 9 quirks:00000000 [ 6.783931] Alex:sgmii_base=88e00100 ss_base=88e00000 port_id=1 [ 6.789837] Alex:sgmii_base=88e00200 ss_base=88e00000 port_id=2 [ 6.795743] Alex:sgmii_base=88e00300 ss_base=88e00000 port_id=3 [ 6.801649] Alex:sgmii_base=88e00400 ss_base=88e00000 port_id=4 [ 6.807554] Alex:sgmii_base=88e00500 ss_base=88e00000 port_id=5 [ 6.814762] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.821022] Alex:sgmii_base=88e00600 ss_base=88e00000 port_id=6 [ 6.827001] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.833256] Alex:sgmii_base=88e00700 ss_base=88e00000 port_id=7 [ 6.839225] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.845477] Alex:sgmii_base=88e00800 ss_base=88e00000 port_id=8 [ 6.851448] am65-cpsw-nuss c000000.ethernet: Use random MAC address [ 6.857711] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.5 [ 6.864840] am65-cpsw-nuss c000000.ethernet: ALE Table size 512 [ 6.871079] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0 [ 6.886693] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 82 [ 6.897413] mmc1: CQHCI version 5.10 [ 6.899840] clk: Disabling unused clocks [ 6.915626] ALSA device list: [ 6.918655] No soundcards found. [ 6.937112] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit [ 6.944668] Waiting for root device PARTUUID=d0717fb3-02... [ 8.664390] mmc1: Skipping voltage switch [ 8.802180] mmc1: new high speed SDHC card at address e624 [ 8.808001] mmcblk1: mmc1:e624 SC16G 14.8 GiB [ 8.817892] mmcblk1: p1 p2 [ 8.898373] EXT4-fs (mmcblk1p2): recovery complete [ 8.903852] EXT4-fs (mmcblk1p2): mounted filesystem 5e75bbf9-7c37-4c64-a37c-cc8f4961ba69 r/w with ordered data mode. Quota mode: none. [ 8.915948] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 8.925463] devtmpfs: mounted [ 8.929255] Freeing unused kernel memory: 2432K [ 8.933875] Run /sbin/init as init process [ 9.325255] systemd[1]: System time before build time, advancing clock. [ 9.568097] NET: Registered PF_INET6 protocol family [ 9.573729] Segment Routing with IPv6 [ 9.577399] In-situ OAM (IOAM) with IPv6 [ 9.619651] 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) [ 9.651103] systemd[1]: Detected architecture arm64. Welcome to Arago 2023.10! [ 9.716660] systemd[1]: Hostname set to <am69-sk>. [ 9.819549] systemd-sysv-generator[150]: 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. [ 9.941971] systemd[1]: Configuration file /lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 9.967524] systemd[1]: Configuration file /lib/systemd/system/seva-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 10.021323] 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. [ 10.067977] 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. [ 10.121263] systemd[1]: Queued start job for default target Graphical Interface. [ 10.168010] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 10.189779] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 10.213582] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 10.237396] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 10.260712] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 10.284659] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 10.308721] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 10.328602] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 10.348601] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 10.368611] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 10.429849] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 10.456666] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 10.482277] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 10.504703] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 10.528862] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 10.548756] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 10.568788] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 10.588821] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 10.612807] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 10.632702] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 10.652744] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 10.688806] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 10.710777] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 10.734772] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 10.756803] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 10.775008] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 10.824889] systemd[1]: Starting Create List of Static Device Nodes... Starting Create List of Static Device Nodes... [ 10.850671] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 10.892869] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 10.914756] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 11.130759] fuse: init (API version 7.39) [ 11.141003] systemd[1]: Starting Start psplash boot splash screen... Starting Start psplash boot splash screen... [ 11.176845] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 11.196718] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 11.212353] systemd[1]: Starting Journal Service... Starting Journal Service... [ 11.237162] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 11.259212] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line... [ 11.287381] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 11.311328] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 11.336797] systemd[1]: Started RPC Bind. [ 11.336872] EXT4-fs (mmcblk1p2): re-mounted 5e75bbf9-7c37-4c64-a37c-cc8f4961ba69 r/w. Quota mode: none. [ OK ] Started RPC Bind. [ 11.365906] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Create List of Static Device Nodes. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [FAILED] Failed to start Start psplash boot splash screen. See 'systemctl status psplash-start.service' for details. [DEPEND] Dependency failed for Star…progress communication helper. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 11.717677] systemd-journald[169]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /media/ram... Mounting /var/volatile... [ 11.930633] audit: type=1334 audit(1651167747.604:2): prog-id=5 op=LOAD [ 11.937327] audit: type=1334 audit(1651167747.612:3): prog-id=6 op=LOAD Starting Rule-based Manage…for Device Events and Files... [ OK ] Finished Coldplug All udev Devices. [ OK ] Mounted /media/ram. [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Load/Save Random Seed. [ OK ] Finished Create Volatile Files and Directories. [ OK ] Found device /dev/ttyS2. [ 12.186978] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000 [ 12.197529] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode Starting Network Time Synchronization... [ 12.204685] remoteproc remoteproc0: 64800000.dsp is available [ 12.215971] remoteproc remoteproc0: attaching to 64800000.dsp [ 12.222354] remoteproc remoteproc0: unsupported resource 65538 Starting Record System Boot/Shutdown in UTMP 12.228566] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode 0m... [ 12.240585] rproc-virtio rproc-virtio.6.auto: assigned reserved memory node c71-dma-memory@a8000000 [ 12.250733] virtio_rpmsg_bus virtio0: rpmsg host is online [ 12.254951] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 12.256288] rproc-virtio rproc-virtio.6.auto: registered virtio0 (type 7) [ 12.263872] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 12.270475] remoteproc remoteproc0: remote processor 64800000.dsp is now attached [ 12.277688] k3-dsp-rproc 65800000.dsp: assigned reserved memory node c71-dma-memory@a9000000 [ 12.293842] k3-dsp-rproc 65800000.dsp: configured DSP for IPC-only mode [ 12.300640] remoteproc remoteproc1: 65800000.dsp is available [ 12.301754] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1) [ 12.306429] remoteproc remoteproc1: attaching to 65800000.dsp [ 12.318244] platform 41000000.r5f: configured R5F for IPC-only mode [ 12.324044] remoteproc remoteproc1: unsupported resource 65538 [ 12.330320] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.336092] k3-dsp-rproc 65800000.dsp: DSP initialized in IPC-only mode [ 12.344433] CAN device driver interface [ 12.344963] remoteproc remoteproc2: 41000000.r5f is available [ 12.345013] remoteproc remoteproc2: attaching to 41000000.r5f [ 12.346156] platform 41000000.r5f: R5F core initialized in IPC-only mode [ 12.346176] rproc-virtio rproc-virtio.10.auto: assigned reserved memory node r5f-dma-memory@a0000000 [ 12.346628] virtio_rpmsg_bus virtio1: rpmsg host is online [ 12.346647] rproc-virtio rproc-virtio.10.auto: registered virtio1 (type 7) [ 12.346653] remoteproc remoteproc2: remote processor 41000000.r5f is now attached [ 12.348112] platform 5c00000.r5f: configured R5F for IPC-only mode [ 12.348265] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.350651] rproc-virtio rproc-virtio.9.auto: assigned reserved memory node c71-dma-memory@a9000000 [ 12.352669] remoteproc remoteproc3: 5c00000.r5f is available [ 12.352722] remoteproc remoteproc3: attaching to 5c00000.r5f [ 12.353232] platform 5c00000.r5f: R5F core initialized in IPC-only mode [ 12.353242] rproc-virtio rproc-virtio.11.auto: assigned reserved memory node r5f-dma-memory@a2000000 [ 12.353578] virtio_rpmsg_bus virtio2: rpmsg host is online [ 12.353596] rproc-virtio rproc-virtio.11.auto: registered virtio2 (type 7) [ 12.353600] remoteproc remoteproc3: remote processor 5c00000.r5f is now attached [ 12.353800] platform 5d00000.r5f: configured R5F for IPC-only mode [ 12.353954] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000 [ 12.354888] remoteproc remoteproc4: 5d00000.r5f is available [ 12.360692] virtio_rpmsg_bus virtio3: rpmsg host is online [ 12.362999] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd [ 12.363409] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 12.365187] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd [ 12.365285] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 12.366104] remoteproc remoteproc4: attaching to 5d00000.r5f [ 12.367154] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd [ 12.367250] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe [ 12.372771] rproc-virtio rproc-virtio.9.auto: registered virtio3 (type 7) [ 12.382307] platform 5d00000.r5f: R5F core initialized in IPC-only mode [ 12.387309] remoteproc remoteproc1: remote processor 65800000.dsp is now attached [ 12.387778] k3-dsp-rproc 66800000.dsp: assigned reserved memory node c71-dma-memory@aa000000 [ 12.394194] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a3000000 [ 12.402139] k3-dsp-rproc 66800000.dsp: configured DSP for IPC-only mode [ 12.408311] virtio_rpmsg_bus virtio4: rpmsg host is online [ 12.424952] remoteproc remoteproc5: 66800000.dsp is available [ 12.424976] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd [ 12.425239] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe [ 12.430875] rproc-virtio rproc-virtio.12.auto: registered virtio4 (type 7) [ 12.436301] remoteproc remoteproc5: attaching to 66800000.dsp [ 12.442845] remoteproc remoteproc4: remote processor 5d00000.r5f is now attached [ 12.445795] platform 5e00000.r5f: configured R5F for IPC-only mode [ 12.447339] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c [ 12.452162] remoteproc remoteproc5: unsupported resource 65538 [ 12.452652] at24 0-0050: supply vcc not found, using dummy regulator [ 12.457652] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000 [ 12.464513] k3-dsp-rproc 66800000.dsp: DSP initialized in IPC-only mode [ 12.472257] remoteproc remoteproc6: 5e00000.r5f is available [ 12.477888] rproc-virtio rproc-virtio.13.auto: assigned reserved memory node c71-dma-memory@aa000000 [ 12.478233] mc: Linux media interface: v0.10 [ 12.484803] m_can_platform 40528000.can: m_can device registered (irq=660, version=32) [ 12.485865] m_can_platform 40568000.can: m_can device registered (irq=661, version=32) [ 12.485946] remoteproc remoteproc6: attaching to 5e00000.r5f [ 12.487123] m_can_platform 26a1000.can: m_can device registered (irq=662, version=32) [ 12.492086] virtio_rpmsg_bus virtio5: rpmsg host is online [ 12.497650] platform 5e00000.r5f: R5F core initialized in IPC-only mode [ 12.504571] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd [ 12.504911] rproc-virtio rproc-virtio.13.auto: registered virtio5 (type 7) [ 12.504919] remoteproc remoteproc5: remote processor 66800000.dsp is now attached [ 12.511622] rproc-virtio rproc-virtio.14.auto: assigned reserved memory node r5f-dma-memory@a4000000 [ 12.512162] virtio_rpmsg_bus virtio6: rpmsg host is online [ 12.514257] k3-dsp-rproc 67800000.dsp: assigned reserved memory node c71-dma-memory@ab000000 [ 12.519312] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe [ 12.519323] k3-dsp-rproc 67800000.dsp: configured DSP for IPC-only mode [ 12.519467] remoteproc remoteproc7: 67800000.dsp is available [ 12.519509] remoteproc remoteproc7: attaching to 67800000.dsp [ 12.519730] remoteproc remoteproc7: unsupported resource 65538 [ 12.525895] k3-dsp-rproc 67800000.dsp: DSP initialized in IPC-only mode [ 12.525925] rproc-virtio rproc-virtio.15.auto: assigned reserved memory node c71-dma-memory@ab000000 [ 12.526469] virtio_rpmsg_bus virtio7: rpmsg host is online [ 12.526991] rproc-virtio rproc-virtio.14.auto: registered virtio6 (type 7) [ 12.526999] remoteproc remoteproc6: remote processor 5e00000.r5f is now attached [ 12.532078] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd [ 12.539560] rproc-virtio rproc-virtio.15.auto: registered virtio7 (type 7) [ 12.546603] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe [ 12.553295] remoteproc remoteproc7: remote processor 67800000.dsp is now attached [ 12.559996] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd [ 12.591660] platform 5f00000.r5f: configured R5F for IPC-only mode [ 12.597918] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe [ 12.603112] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000 [ 12.615606] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0 [ 12.625816] remoteproc remoteproc8: 5f00000.r5f is available [ 12.630313] tidss 4a00000.dss: [drm] No compatible format found [ 12.637973] remoteproc remoteproc8: attaching to 5f00000.r5f [ 12.639029] videodev: Linux video capture interface: v2.00 [ 12.643873] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes [ 12.644135] systemd-journald[169]: Oldest entry in /run/log/journal/82bcb8f3cde3423891f747960dd9c92f/system.journal is older than the configured file retention duration (1month), suggesting rotation. [ 12.644150] systemd-journald[169]: /run/log/journal/82bcb8f3cde3423891f747960dd9c92f/system.journal: Journal header limits reached or header out-of-date, rotating. [ 12.651093] platform 5f00000.r5f: R5F core initialized in IPC-only mode [ 12.668354] m_can_platform 40528000.can mcu_mcan0: renamed from can0 [ 12.671138] rproc-virtio rproc-virtio.16.auto: assigned reserved memory node r5f-dma-memory@a5000000 [ 12.671593] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 12.671600] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 12.671604] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 12.671607] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 12.820939] xhci-hcd xhci-hcd.17.auto: xHCI Host Controller [ 12.829965] virtio_rpmsg_bus virtio8: rpmsg host is online [ 12.834839] xhci-hcd xhci-hcd.17.auto: new USB bus registered, assigned bus number 1 [ 12.841762] rproc-virtio rproc-virtio.16.auto: registered virtio8 (type 7) [ 12.842311] virtio_rpmsg_bus virtio8: creating channel ti.ipc4.ping-pong addr 0xd [ 12.842402] virtio_rpmsg_bus virtio8: creating channel rpmsg_chrdev addr 0xe [ 12.849341] xhci-hcd xhci-hcd.17.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010 [ 12.851435] scsi host0: ufshcd [ 12.856614] remoteproc remoteproc8: remote processor 5f00000.r5f is now attached [ 12.863547] xhci-hcd xhci-hcd.17.auto: irq 671, io mem 0x06010000 [ 12.872346] platform 5900000.r5f: configured R5F for IPC-only mode [ 12.877879] m_can_platform 40568000.can mcu_mcan1: renamed from can1 [ 12.879294] xhci-hcd xhci-hcd.17.auto: xHCI Host Controller [ 12.885730] platform 5900000.r5f: assigned reserved memory node r5f-dma-memory@a6000000 [ 12.891705] xhci-hcd xhci-hcd.17.auto: new USB bus registered, assigned bus number 2 [ 12.899280] remoteproc remoteproc9: 5900000.r5f is available [ 12.906754] xhci-hcd xhci-hcd.17.auto: Host supports USB 3.0 SuperSpeed [ 12.913930] remoteproc remoteproc9: attaching to 5900000.r5f [ 12.919329] scsi 0:0:0:49488: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 12.919952] hub 1-0:1.0: USB hub found [ 12.920565] scsi 0:0:0:49476: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 12.921608] scsi 0:0:0:49456: Well-known LUN MICRON MT032GASAO1U21 0203 PQ: 0 ANSI: 6 [ 12.925922] platform 5900000.r5f: R5F core initialized in IPC-only mode [ 12.931138] hub 1-0:1.0: 1 port detected [ 12.936614] rproc-virtio rproc-virtio.18.auto: assigned reserved memory node r5f-dma-memory@a6000000 [ 12.941386] m_can_platform 26a1000.can main_mcan16: renamed from can2 [ 12.943167] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 12.961066] virtio_rpmsg_bus virtio9: rpmsg host is online [ 12.975473] hub 2-0:1.0: USB hub found [ 12.981714] virtio_rpmsg_bus virtio9: creating channel ti.ipc4.ping-pong addr 0xd [ 12.981743] rproc-virtio rproc-virtio.18.auto: registered virtio9 (type 7) [ 12.981749] remoteproc remoteproc9: remote processor 5900000.r5f is now attached [ 12.988080] hub 2-0:1.0: 1 port detected [ 12.988249] platform 5a00000.r5f: configured R5F for IPC-only mode [ 12.988485] platform 5a00000.r5f: assigned reserved memory node r5f-dma-memory@a7000000 [ 12.997550] virtio_rpmsg_bus virtio9: creating channel rpmsg_chrdev addr 0xe [ 13.008828] remoteproc remoteproc10: 5a00000.r5f is available [ 13.212573] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 13.219794] remoteproc remoteproc10: attaching to 5a00000.r5f [ 13.222767] vdec 4210000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 [ 13.222778] vdec 4210000.video-codec: request_firmware, fail: -2 [ 13.222781] vdec 4210000.video-codec: wave5_vpu_load_firmware, fail: -2 [ 13.223152] vdec: probe of 4210000.video-codec failed with error -2 [ OK ] Finished Record System Boot/Shutdow[ 13.323242] platform 5a00000.r5f: R5F core initialized in IPC-only mode n in UTMP. [ 13.324509] vdec 4220000.video-codec: Direct firmware load for cnm/wave521c_k3_codec_fw.bin failed with error -2 [ 13.335266] rproc-virtio rproc-virtio.19.auto: assigned reserved memory node r5f-dma-memory@a7000000 [ 13.347059] vdec 4220000.video-codec: request_firmware, fail: -2 [ 13.356669] virtio_rpmsg_bus virtio10: rpmsg host is online [ 13.361726] vdec 4220000.video-codec: wave5_vpu_load_firmware, fail: -2 [ 13.367304] rproc-virtio rproc-virtio.19.auto: registered virtio10 (type 7) [ 13.373770] virtio_rpmsg_bus virtio10: creating channel ti.ipc4.ping-pong addr 0xd [ 13.373871] virtio_rpmsg_bus virtio10: creating channel rpmsg_chrdev addr 0xe [ 13.374669] vdec: probe of 4220000.video-codec failed with error -2 [ 13.380834] remoteproc remoteproc10: remote processor 5a00000.r5f is now attached [ 13.382724] hub 1-1:1.0: USB hub found [ OK ] Started Network Time Synchronizatio[ 13.413205] hub 1-1:1.0: 6 ports detected n. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ 13.512712] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd [ OK ] Reached target System Time Set. [ OK ] Started Daily rotation of log files[ 13.541587] hub 2-1:1.0: USB hub found . [ 13.549891] hub 2-1:1.0: 4 ports detected [ OK ] Reached target Timer Units. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting Docker Socket for the API... [ OK ] Listening on dropbear.socket. [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket. Starting Weston socket... Starting D-Bus System Message Bus... [ 13.704581] usb 1-1.3: new high-speed USB device number 3 using xhci-hcd Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Docker Socket for the API. [ OK ] Listening on Weston socket. [ OK ] Finished Reboot and dump vmcore via kexec. [ OK ] Started D-Bus System Message Bus. [ 13.788891] dbus-broker-lau[453]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ OK ] Created slice Slice /system/systemd[ 13.810136] hub 1-1.3:1.0: USB hub found -fsck. [ 13.816180] hub 1-1.3:1.0: 6 ports detected [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. [ 13.888618] usb 2-1.3: new SuperSpeed USB device number 3 using xhci-hcd [ OK ] Started Job spooling tools.[ 13.915701] hub 2-1.3:1.0: USB hub found [ 13.922955] hub 2-1.3:1.0: 4 ports detected [ OK ] Started Periodic Command Scheduler. Starting DEMO... Starting Print notice about GPLv3 packages[ 13.993598] usb 1-1.5: new high-speed USB device number 4 using xhci-hcd ... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Telephony service... Starting PulseAudio Sound System... Starting Expand the rootfs…ll size of the boot device.... [ OK ] Started Seva Launcher Service. [ OK ] Started strongSwan IPsec I…IKEv[ 14.050633] audit: type=1334 audit(1727717728.881:4): prog-id=7 op=LOAD 2 daemon using ipsec.conf. [ 14.059862] audit: type=1334 audit(1727717728.889:5): prog-id=8 op=LOAD Starting User Login Management... [ OK ] Started TEE Supplicant. Starting Telnet Server... [ OK ] Started ti-apps-launcher service. [ OK ] Finished Telnet Server. [ OK ] Found device /dev/mmcblk1p1. Starting File System Check on /dev/mmcblk1p1[ 14.108447] hid-generic 0003:0451:82FF.0001: device has no listeners, quitting ... [ OK ] Finished IPv6 Packet Filtering Framework. [ OK ] Finished IPv4 Packet Filtering Framework. [ OK ] Reached target Preparation for Network. Starting Network Configuration... [ 14.188574] usb 1-1.3.5: new high-speed USB device number 5 using xhci-hcd [ OK ] Started DEMO. [ 14.309595] hid-generic 0003:0451:82FF.0002: device has no listeners, quitting [ OK ] Started User Login Management. [ OK ] Started Telephony service. [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [ 14.737417] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 14.843705] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 14.851220] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ OK ] Finished Expand the rootfs…full size of the boot device.. [ 15.347456] Bluetooth: Core ver 2.22 [ 15.351122] NET: Registered PF_BLUETOOTH protocol family [ 15.356439] Bluetooth: HCI device and connection manager initialized [ 15.362798] Bluetooth: HCI socket layer initialized [ 15.367672] Bluetooth: L2CAP socket layer initialized [ 15.372732] Bluetooth: SCO socket layer initialized [ OK ] Finished File System Check on /dev/mmcblk1p1. Mounting /run/media/boot-mmcblk1p1... [ OK ] Started Network Configuration. Starting Network Name Resolution... [ 15.888598] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:07] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 15.899219] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/sgmii link mode [ 15.907047] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 15.914089] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00800 [ OK ] Started PulseAudio Sound System. [ 16.204581] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:06] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.215198] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode [ 16.223030] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.230075] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00700 [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... Starting Enable and configure wl18xx bluetooth stack... Starting containerd container runtime... [ OK ] Started Netperf Benchmark Server. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Finished Enable and configure wl18xx bluetooth stack. [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... Starting Weston, a Wayland…ositor, as a system service... [ 16.536576] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:05] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.547195] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/sgmii link mode [ 16.555023] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.562065] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00600 [ OK ] Started Avahi mDNS/DNS-SD Stack. [ 16.840580] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:04] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 16.851187] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode [ 16.859012] Alex:am65_cpsw_nuss_mac_config extra_modes=537395216 interface=4 [ 16.866054] Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE sgmii_base=0x88e00500 [ 17.008577] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 17.019369] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode [ 17.027714] Alex:am65_cpsw_nuss_mac_config extra_modes=0 interface=11 [ OK ] Mounted /run/media/boot-mmcblk1p1. [ OK ] Finished Synchronize System and HW clocks. [ 17.416584] audit: type=1334 audit(1727717732.245:6): prog-id=9 op=LOAD [ 17.423218] audit: type=1334 audit(1727717732.253:7): prog-id=10 op=LOAD Starting User Database Manager... [ OK ] Started User Database Manager. [ OK ] Created slice User Slice of UID 1000. Starting User Runtime Directory /run/user/1000... [ OK ] Finished User Runtime Directory /run/user/1000. Starting User Manager for UID 1000... [ 18.330568] audit: type=1006 audit(1727717733.161:8): pid=585 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 18.343102] audit: type=1300 audit(1727717733.161:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffceb9e728 a2=4 a3=ffff88778020 items=0 ppid=1 pid=585 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) [ 18.369575] audit: type=1327 audit(1727717733.161:8): proctitle="(systemd)" [ OK ] Started User Manager for UID 1000. [ OK ] Started Session c1 of User weston 19.448888] audit: type=1006 audit(1727717734.281:9): pid=575 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 0m. [ 19.463203] audit: type=1300 audit(1727717734.281:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffceb9e728 a2=4 a3=ffff88778020 items=0 ppid=1 pid=575 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) [ 19.489807] audit: type=1327 audit(1727717734.281:9): proctitle="(weston)" [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c2 of User weston 20.283275] audit: type=1006 audit(1727717735.113:10): pid=598 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=3 res=1 0m. [ 20.297825] audit: type=1300 audit(1727717735.113:10): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffceb9e728 a2=4 a3=ffff88778020 items=0 ppid=1 pid=598 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=3 comm="(weston)" exe="/lib/systemd/systemd" key=(null) [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c3 of User weston. [ 20.358721] am65-cpsw-nuss c000000.ethernet eth3: Link is Up - 1Gbps/Full - flow control rx/tx [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c4 of User weston. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. Starting Weston, a Wayland…ositor, as a system service... [ OK ] Started Session c5 of User weston. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. [FAILED] Failed to start Weston, a …mpositor, as a system service. See 'systemctl status weston.service' for details. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project am69-sk - Arago 2023.10 am69-sk - am69-sk login: [ 23.985977] kauditd_printk_skb: 10 callbacks suppressed [ 23.985986] audit: type=1701 audit(1727717738.817:14): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=515 comm="ti-apps-launche" exe="/usr/bin/ti-apps-launcher" sig=11 res=1 [ 24.006763] audit: type=1334 audit(1727717738.837:15): prog-id=11 op=LOAD [ 24.013565] audit: type=1334 audit(1727717738.845:16): prog-id=12 op=LOAD *************************************************************** *************************************************************** NOTICE: This file system contains the following GPL-3.0 packages: adwaita-icon-theme-symbolic autoconf bash-dev bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gnu-config grep grub-common grub-editenv grub-efi gzip hidapi less libasm1 libatomic-dev libatomic1 libbfd libdebuginfod1 libdw1 libelf1 libgcc-s-dev libgcc1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libopcodes libqt5charts-examples libqt5charts-plugins libqt5charts-qmlplugins libqt5charts5 libqt5sensors-plugins libqt5sensors-qmlplugins libqt5sensors5 libqt5serialport-examples libqt5serialport-plugins libqt5serialport-qmlplugins libqt5serialport5 libqt5svg-examples libqt5svg-plugins libqt5svg-qmlplugins libqt5svg5 libqt5virtualkeyboard-plugins libqt5virtualkeyboard-qmlplugins libqt5virtualkeyboard5 libqt5webchannel-plugins libqt5webchannel-qmlplugins libqt5webchannel5 libreadline-dev libreadline8 libstdc++-dev libstdc++6 libunistring2 m4-dev m4 make nettle parted piglit qt3d-plugins qt3d-qmlplugins qt3d qtbase-examples qtbase-plugins qtbase-qmlplugins qtbase qtconnectivity-plugins qtconnectivity-qmlplugins qtconnectivity qtdeclarative-plugins qtdeclarative-qmlplugins qtdeclarative-tools qtdeclarative qtgraphicaleffects-qmlplugins qtlocation-examples qtlocation-plugins qtlocation-qmlplugins qtlocation qtmultimedia-examples qtmultimedia-plugins qtmultimedia-qmlplugins qtmultimedia qtquick3d-plugins qtquick3d-qmlplugins qtquick3d qtquics-qmlplugins.control qtquics2-plugins.control qtquics2-qmlplugins.control qtquics2.control qtscript-examples qtscript-plugins qtscript-qmlplugins qtscript qtwayland-examples qtwayland-plugins qtwayland-qmlplugins qtwayland tar which If you do not wish to distribute GPL-3.0 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** am69-sk login: root [ 28.820792] audit: type=1006 audit(1727717743.653:17): pid=1026 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1 [ 28.833253] audit: type=1300 audit(1727717743.653:17): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffceb9e728 a2=1 a3=0 items=0 ppid=1 pid=1026 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 28.858690] audit: type=1327 audit(1727717743.653:17): proctitle="(systemd)" [ 28.865758] audit: type=1334 audit(1727717743.653:18): prog-id=13 op=LOAD [ 28.872566] audit: type=1300 audit(1727717743.653:18): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe4f2bd90 a2=78 a3=0 items=0 ppid=1 pid=1026 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=7 comm="systemd" exe="/lib/systemd/systemd" key=(null) [ 28.897996] audit: type=1327 audit(1727717743.653:18): proctitle="(systemd)" [ 28.905043] audit: type=1334 audit(1727717743.665:19): prog-id=13 op=UNLOAD [ 29.012658] kauditd_printk_skb: 8 callbacks suppressed [ 29.012664] audit: type=1334 audit(1727717743.845:22): prog-id=12 op=UNLOAD [ 29.024775] audit: type=1334 audit(1727717743.845:23): prog-id=11 op=UNLOAD root@am69-sk:~# cd /boot/ root@am69-sk:/boot# ./j7_devmem2_cpsw9g_check_status.sh Platform: J7 TDA4VM Command: k3conf MDIO_ALIVE_REG (0x0c000f08) = 0x000000F1 bit 0 : Yes bit 4 : Yes bit 5 : Yes bit 6 : Yes bit 7 : Yes MDIO_LINK_REG (0x0c000f0c) = 0x00000040 bit 6 : Yes please input your port: 1-8 7 CTRLMMR_ENET 7 CTRL (0x0010405c) = 0x00000003 PORT_MODE_SEL : 3h SGMII RGMII_ID_MODE : 0h Internal Transmit Desaly CPSW SS RGMII 7 STATUS (0x0c000048) = 0x00000000 FULLDUPLEX : 0h Half duplex SPEED : 0h 10Mbps LINK : 0h Links is down CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000 SGMII1_LINK : 0h No CPSW_SS_SGMII_CONTROL_REG_ 7 (0x0c000710) = 0x00000001 TEST_PATTERN_EN : 0h operation MASTER : 0h Slave Mode LOOPBACK : 0h Not in internal loopback mode MR_NP_LOADED : 0h -------- FAST_LINK_TIMER : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode MA_AN_RESTART : 0h Write 1h and tehn 0h to this bit caused the auto negotiation MR_AN_ENABLE : 1h wirte 1 enable the auto-negotiation process CPSW_SS_SGMII_STATUS_REG_ 7 (0x0c000714) = 0x0000003C LOCK : 1h SERDES PLL is locked. MR_AN_COMPLETE : 1h AUTO negotiation completed. AN_EEROR : 0h no negotiation error LINK : 0h link is not up root@am69-sk:/boot# ### END LOG - DATE: 241007, TIME: 181102 ###
Thank you!
Best Regards
Alex Fang
Hi,
From logs it seems like In non PLL locking case, Port Auto-negotiation is not enabled.
Can you please check PHY configuration under MDIO node.
&main_cpsw0_mdio { status = "okay"; bus_freq = <1000000>; #address-cells = <1>; #size-cells = <0>; main_cpsw0_phy0: ethernet-phy@4 { reg = <4>; reset-gpios = <&pca9554_sgmii 0 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy1: ethernet-phy@5 { reg = <5>; reset-gpios = <&pca9554_sgmii 1 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy2: ethernet-phy@6 { reg = <6>; reset-gpios = <&pca9554_sgmii 2 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; main_cpsw0_phy3: ethernet-phy@7 { reg = <7>; reset-gpios = <&pca9554_sgmii 3 GPIO_ACTIVE_LOW>; reset-assert-us = <35000>; reset-deassert-us = <75000>; rtl821x,aldps-disable; rtl821x,clkout-disable; realtek,phy-mode-eee-disable; }; };
One info, no need to mention "serdes4_sgmii_link" for all CPSW Ports, Once mention for Port-5 is sufficient.
Also, can you please check by removing the "serdes4_sgmii_link" from all ports and have it from Port-5 alone.
Along with above, can you please dump Port-5, Port-6, Port-8 register information as well.
Best Regards,
Sudheer
Hi Sudheer:
I tried to remove ""serdes4_sgmii_link" " from "main_cpsw0_port6~8". It still can't LINK UP.
Port-5 register:
Port-6 register:
Port-7 register:
Port-8 register:
Hi,
Can you add print in Driver (in "am65_cpsw_nuss_mac_config" API from "am65-cpsw-nuss.c" file) and check whether SGMII registers are updating or not?
Best Regards,
Sudheer
Hi Sudheer:
I tried to dump the registers(
Do I need to check the SEDES PLL to figure out why it can't be locked?
Best Regards
Alex Fang
Hi,
How you are printing the values?
Have you used readl after write to confirm, write is success or not? It should be set for Advertise (MR_ADV should set with bit 1) and SGMII_CONTROL also bit0 should set.
Best Regards,
Sudheer
Hi Doredla:
Yes, I use readl to read the value of register before writing MR_ADV and SGMII_CONTROL and read it again after writing MR_ADV and SGMII_CONTROL.
static void am65_cpsw_nuss_mac_config(struct phylink_config *config, unsigned int mode, const struct phylink_link_state *state) { u32 reg_tmp,reg_tmp1; struct am65_cpsw_slave_data *slave = container_of(config, struct am65_cpsw_slave_data, phylink_config); struct am65_cpsw_port *port = container_of(slave, struct am65_cpsw_port, slave); struct am65_cpsw_common *common = port->common; printk("Alex:am65_cpsw_nuss_mac_config extra_modes=%llu interface=%u\n",common->pdata.extra_modes,state->interface); if (common->pdata.extra_modes & BIT(state->interface)) { if (state->interface == PHY_INTERFACE_MODE_SGMII) { reg_tmp=readl(port->sgmii_base + AM65_CPSW_SGMII_MR_ADV_ABILITY_REG); printk("Alex:PHY_INTERFACE_MODE_SGMII[Origin]:AM65_CPSW_SGMII_MR_ADV_ABILITY_REG address=0x%x value=%lu\n",port->sgmii_base+AM65_CPSW_SGMII_MR_ADV_ABILITY_REG,reg_tmp); writel(ADVERTISE_SGMII, port->sgmii_base + AM65_CPSW_SGMII_MR_ADV_ABILITY_REG); reg_tmp=readl(port->sgmii_base + AM65_CPSW_SGMII_MR_ADV_ABILITY_REG); printk("Alex:PHY_INTERFACE_MODE_SGMII[Current]:AM65_CPSW_SGMII_MR_ADV_ABILITY_REG address=0x%x value=%lu\n",port->sgmii_base+AM65_CPSW_SGMII_MR_ADV_ABILITY_REG,reg_tmp); cpsw_sl_ctl_set(port->slave.mac_sl, CPSW_SL_CTL_EXT_EN); } else { cpsw_sl_ctl_clr(port->slave.mac_sl, CPSW_SL_CTL_EXT_EN); printk("Alex:PHY_INTERFACE_MODE_SGMII not\n"); } if (state->interface == PHY_INTERFACE_MODE_USXGMII) { cpsw_sl_ctl_set(port->slave.mac_sl, CPSW_SL_CTL_XGIG | CPSW_SL_CTL_XGMII_EN); printk("Alex:PHY_INTERFACE_MODE_USXGMII\n"); } else { cpsw_sl_ctl_clr(port->slave.mac_sl, CPSW_SL_CTL_XGIG | CPSW_SL_CTL_XGMII_EN); printk("Alex:PHY_INTERFACE_MODE_USXGMII not\n"); } reg_tmp=readl(port->sgmii_base + AM65_CPSW_SGMII_CONTROL_REG); printk("Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE[Before] AM65_CPSW_SGMII_CONTROL_REG address=0x%x value=%lu\n",port->sgmii_base + AM65_CPSW_SGMII_CONTROL_REG, reg_tmp); writel(AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE, port->sgmii_base + AM65_CPSW_SGMII_CONTROL_REG); reg_tmp=readl(port->sgmii_base + AM65_CPSW_SGMII_CONTROL_REG); printk("Alex:AM65_CPSW_SGMII_CONTROL_MR_AN_ENABLE[After] AM65_CPSW_SGMII_CONTROL_REG address=0x%x value=%lu\n",port->sgmii_base + AM65_CPSW_SGMII_CONTROL_REG, reg_tmp); } }
I notice eth3 sometimes can successfully enable MR_ADV and SGMII_CONTROL and others(eth1/2/4) are failed.
When eth3 successfully enables MR_ADV and SGMII_CONTROL, the LINK is still not up but SERDES PLL is locked and
AUTO negotiation is completed.
Best Regards
Alex Fang
Hi Alex,
I notice eth3 sometimes can successfully enable MR_ADV and SGMII_CONTROL and others(eth1/2/4) are failed.
It should be success for all other configured ports.
Also, Make sure that PHY is configured in SGMII Master Mode, default MAC is configured in Slave Mode.
Best Regards,
Sudheer
Hi Sudheer:
Do I have any way to check the mode status of my MAC? Thank you~
Best Regards
Alex Fang
Hi,
Do I have any way to check the mode status of my MAC? Thank you~
SGMII control register has bit filed for Master Mode, If that is "0" then MAC is configured in slave mode, and if it was set then MAC is in Master Mode.
Best Regards,
Sudheer
Hi Sudheer:
Where I can find the completed information? I can't find it in TI SDK package.
Thank you~
Best Regards
Alex Fang
Hi Alex,
Where I can find the completed information? I can't find it in TI SDK package.
Register Spec is available in TRM not in SDK Documentation page.
https://www.ti.com/lit/zip/spruj52
Best Regards,
Sudheer
Hi Sudheer:
I check "SPRUJ52 - J84S4 AM69A TRM.pdf", but the Table 12-2174 you posted is not in the document?
Best Regards
Alex Fang
Hi,
I check "SPRUJ52 - J84S4 AM69A TRM.pdf", but the Table 12-2174 you posted is not in the document?
Register spec is from Excel file not PDF. From Excel file please go to cpsw9g sheet and check for SGMII Control and status registers.
What I have posted is from different SoC's, bit fields and address was same as TDA4VH.
Best Regards,
Sudheer
Hi Sudheer:
Could you provide the document for me? Thank you~
Best Regards
Alex Fang
Hi Alex,
Could you provide the document for me? Thank you~
What ever the document capture I have shared in NDA document. Can't be shared.
You can refer to Excel file present in TRM Link downloaded Zip fille. Excel file has the register information.
Best Regards,
Sudheer
Hi Sudheer:
I tried to check the SGMII signal from SERDES4. There is no signal on the pin.
Have you ever enabled SGMII on SERDES4 of TDA4VH?
Best Regards
Alex Fang
Hi,
I tried to check the SGMII signal from SERDES4. There is no signal on the pin.
Have you ever enabled SGMII on SERDES4 of TDA4VH?
We don't have Hardware with the provision of using SerDes4.
TI EVM has only provision for SerDes2. so, default TI SDK also supports SerDes2 connected Ports configuration (Port-1/Port-7 or Port-2/Port-8).
But, many customers are enabled SerDes4 and verified on custom boards.
Best Regards,
Sudheer