Other Parts Discussed in Thread: DP83867E, DP83867IR, DP83867CR
Tool/software:
Hi,
We are now using custom hardware, the AM6422 CPU, and the two Ethernet ports of ICSSG0, emac0 and emac1. Currently, the PHY chip recognizes them, but does not recognize the network disconnection during the network cable plug-in and unplugging process.We use the Linux operating system, the SDK version is ti-processor-sdk-linux-am64xx-evm-08.06.00.42, and the Linux kernel version is linux-5.10.168+gitAUTOINC+2c23e6c538-g2c23e6c538,uboot version is u-boot-2021.01+gitAUTOINC+2ee8efd654-g2ee8efd654.I submitted the device tree file and then submitted the corresponding startup information. Please help me analyze it. Thank you very much!I suspect that he has the same problem as the ICSSG0 MII Ethernet I mentioned before.
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; #include <dt-bindings/phy/phy.h> #include <dt-bindings/mux/ti-serdes.h> #include <dt-bindings/leds/common.h> #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/net/ti-dp83867.h> #include "k3-am642.dtsi" / { compatible = "ti,am642-evm", "ti,am642"; model = "Texas Instruments AM642 EVM"; chosen { stdout-path = "serial2:115200n8"; bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; }; aliases { ethernet0 = &icssg0_emac0; ethernet1 = &icssg0_emac1; }; memory@80000000 { device_type = "memory"; /* 2G RAM */ reg = <0x00000000 0x80000000 0x00000000 0x80000000>; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; ranges; secure_ddr: optee@9e800000 { reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */ alignment = <0x1000>; no-map; }; main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 { compatible = "shared-dma-pool"; reg = <0x00 0xa0000000 0x00 0x100000>; no-map; }; main_r5fss0_core0_memory_region: r5f-memory@a0100000 { compatible = "shared-dma-pool"; reg = <0x00 0xa0100000 0x00 0xf00000>; no-map; }; // main_r5fss0_core1_dma_memory_region: r5f-dma-memory@a1000000 { // compatible = "shared-dma-pool"; // reg = <0x00 0xa1000000 0x00 0x100000>; // no-map; // }; // // main_r5fss0_core1_memory_region: r5f-memory@a1100000 { // compatible = "shared-dma-pool"; // reg = <0x00 0xa1100000 0x00 0xf00000>; // no-map; // }; main_r5fss1_core0_dma_memory_region: r5f-dma-memory@a2000000 { compatible = "shared-dma-pool"; reg = <0x00 0xa2000000 0x00 0x100000>; no-map; }; main_r5fss1_core0_memory_region: r5f-memory@a2100000 { compatible = "shared-dma-pool"; reg = <0x00 0xa2100000 0x00 0xf00000>; no-map; }; // main_r5fss1_core1_dma_memory_region: r5f-dma-memory@a3000000 { // compatible = "shared-dma-pool"; // reg = <0x00 0xa3000000 0x00 0x100000>; // no-map; // }; // // main_r5fss1_core1_memory_region: r5f-memory@a3100000 { // compatible = "shared-dma-pool"; // reg = <0x00 0xa3100000 0x00 0xf00000>; // no-map; // }; mcu_m4fss_dma_memory_region: m4f-dma-memory@a4000000 { compatible = "shared-dma-pool"; reg = <0x00 0xa4000000 0x00 0x100000>; no-map; }; mcu_m4fss_memory_region: m4f-memory@a4100000 { compatible = "shared-dma-pool"; reg = <0x00 0xa4100000 0x00 0xf00000>; no-map; }; rtos_ipc_memory_region: ipc-memories@a5000000 { reg = <0x00 0xa5000000 0x00 0x00800000>; alignment = <0x1000>; no-map; }; }; // transceiver1: can-phy0 { // compatible = "ti,tcan1042"; // #phy-cells = <0>; // max-bitrate = <5000000>; // }; // // transceiver2: can-phy1 { // compatible = "ti,tcan1042"; // #phy-cells = <0>; // max-bitrate = <5000000>; // }; icssg0_eth: icssg0-eth { compatible = "ti,am642-icssg-prueth"; pinctrl-names = "default"; pinctrl-0 = <&icssg0_rgmii1_pins_default &icssg0_rgmii2_pins_default>; sram = <&oc_sram>; ti,prus = <&pru0_0>, <&rtu0_0>, <&tx_pru0_0>, <&pru0_1>, <&rtu0_1>, <&tx_pru0_1>; firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf", "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf", "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf", "ti-pruss/am65x-sr2-pru1-prueth-fw.elf", "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf", "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf"; ti,pruss-gp-mux-sel = <2>, /* MII mode */ <2>, <2>, <2>, /* MII mode */ <2>, <2>; mii-g-rt = <&icssg0_mii_g_rt>; mii-rt = <&icssg0_mii_rt>; iep = <&icssg0_iep0>, <&icssg0_iep1>; interrupt-parent = <&icssg0_intc>; interrupts = <24 0 2>, <25 1 3>; interrupt-names = "tx_ts0", "tx_ts1"; dmas = <&main_pktdma 0xc100 15>, /* egress slice 0 */ <&main_pktdma 0xc101 15>, /* egress slice 0 */ <&main_pktdma 0xc102 15>, /* egress slice 0 */ <&main_pktdma 0xc103 15>, /* egress slice 0 */ <&main_pktdma 0xc104 15>, /* egress slice 1 */ <&main_pktdma 0xc105 15>, /* egress slice 1 */ <&main_pktdma 0xc106 15>, /* egress slice 1 */ <&main_pktdma 0xc107 15>, /* egress slice 1 */ <&main_pktdma 0x4100 15>, /* ingress slice 0 */ <&main_pktdma 0x4101 15>, /* ingress slice 1 */ <&main_pktdma 0x4102 0>, /* mgmnt rsp slice 0 */ <&main_pktdma 0x4103 0>; /* mgmnt rsp slice 1 */ dma-names = "tx0-0", "tx0-1", "tx0-2", "tx0-3", "tx1-0", "tx1-1", "tx1-2", "tx1-3", "rx0", "rx1", "rxmgm0", "rxmgm1"; icssg0_emac0: ethernet-mii0 { status = "okay"; phy-handle = <&icssg0_phy1>; phy-mode = "rgmii-rxid"; syscon-rgmii-delay = <&main_conf 0x4100>; /* Filled in by bootloader */ local-mac-address = [12 e1 7d f8 a3 e7]; }; icssg0_emac1: ethernet-mii1 { status = "okay"; phy-handle = <&icssg0_phy2>; phy-mode = "rgmii-rxid"; syscon-rgmii-delay = <&main_conf 0x4104>; /* Filled in by bootloader */ local-mac-address = [12 e1 7d f8 a3 e6]; }; }; // leds { // compatible = "gpio-leds"; // pinctrl-names = "default"; // pinctrl-0 = <&usr_led_pins_default>; // // led-0 { // label = "am64-evm:green:heartbeat"; // gpios = <&main_gpio1 44 GPIO_ACTIVE_HIGH>; // linux,default-trigger = "heartbeat"; // function = LED_FUNCTION_HEARTBEAT; // default-state = "off"; // }; // }; }; &main_r5fss0_core0 { mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core0>; memory-region = <&main_r5fss0_core0_dma_memory_region>, <&main_r5fss0_core0_memory_region>; }; //&main_r5fss0_core1 { // mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core1>; // memory-region = <&main_r5fss0_core1_dma_memory_region>, // <&main_r5fss0_core1_memory_region>; //}; &main_r5fss1_core0 { mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core0>; memory-region = <&main_r5fss1_core0_dma_memory_region>, <&main_r5fss1_core0_memory_region>; }; //&main_r5fss1_core1 { // mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core1>; // memory-region = <&main_r5fss1_core1_dma_memory_region>, // <&main_r5fss1_core1_memory_region>; //}; &mcu_m4fss { mboxes = <&mailbox0_cluster6 &mbox_m4_0>; memory-region = <&mcu_m4fss_dma_memory_region>, <&mcu_m4fss_memory_region>; }; &main_pmx0 { main_mmc1_pins_default: main-mmc1-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x0294, PIN_INPUT, 0) /* (J19) MMC1_CMD */ AM64X_IOPAD(0x0290, PIN_INPUT, 0) /* (#N/A) MMC1_CLKLB */ AM64X_IOPAD(0x028c, PIN_INPUT, 0) /* (L20) MMC1_CLK */ AM64X_IOPAD(0x0288, PIN_INPUT, 0) /* (K21) MMC1_DAT0 */ AM64X_IOPAD(0x0284, PIN_INPUT, 0) /* (L21) MMC1_DAT1 */ AM64X_IOPAD(0x0280, PIN_INPUT, 0) /* (K19) MMC1_DAT2 */ AM64X_IOPAD(0x027c, PIN_INPUT, 0) /* (K18) MMC1_DAT3 */ AM64X_IOPAD(0x0298, PIN_INPUT, 0) /* (D19) MMC1_SDCD */ >; }; main_uart0_pins_default: main-uart0-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x0230, PIN_INPUT, 0) /* (D15) UART0_RXD */ AM64X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (C16) UART0_TXD */ >; }; main_uart1_pins_default: main-uart1-pins-default { pinctrl-single,pins = < // AM64X_IOPAD(0x0248, PIN_INPUT, 0) /* (D16) UART1_CTSn */ // AM64X_IOPAD(0x024c, PIN_OUTPUT, 0) /* (E16) UART1_RTSn */ AM64X_IOPAD(0x0240, PIN_INPUT, 0) /* (E15) UART1_RXD */ AM64X_IOPAD(0x0244, PIN_OUTPUT, 0) /* (E14) UART1_TXD */ >; }; main_uart2_pins_default: main-uart2-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x01A8, PIN_INPUT, 10) /* (V1) UART2_RXD */ AM64X_IOPAD(0x023c, PIN_OUTPUT, 3) /* (A16) UART2_TXD UART0_RTSn*/ >; }; main_uart3_pins_default: main-uart3-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x01AC, PIN_INPUT, 10) /* (W1) UART3_RXD PRG0_PRU0_GPO19*/ AM64X_IOPAD(0x024c, PIN_OUTPUT, 4) /* (E16) UART3_TXD UART1_RTSn*/ >; }; // main_uart4_pins_default: main-uart4-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x01DC, PIN_INPUT, 10) /* (W4) UART4_RXD PRG0_PRU1_GPO11*/ // AM64X_IOPAD(0x01cc, PIN_OUTPUT, 10) /* (W5) UART4_TXD PRG0_PRU1_GPO7*/ // >; // }; // main_uart5_pins_default: main-uart5-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x01E4, PIN_INPUT, 10) /* (T6) UART5_RXD PRG0_PRU1_GPO13*/ // AM64X_IOPAD(0x01B4, PIN_OUTPUT, 10) /* (W2) UART5_TXD PRG0_PRU1_GPO1*/ // >; // }; // main_uart6_pins_default: main-uart6-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x01E8, PIN_INPUT, 10) /* (U6) UART6_RXD PRG0_PRU1_GPO14*/ // AM64X_IOPAD(0x01C0, PIN_OUTPUT, 10) /* (W3) UART6_TXD PRG0_PRU1_GPO4*/ // >; // }; // mcu_uart0_pins_default: main-uart6-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x0038, PIN_INPUT, 0) /* (C9) UART0_RXD */ // AM64X_IOPAD(0x003C, PIN_OUTPUT, 0) /* (D9) UART0_TXD */ // >; // }; // main_i2c0_pins_default: main-i2c0-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x0260, PIN_INPUT_PULLUP, 0) /* (A18) I2C1_SCL */ // AM64X_IOPAD(0x0264, PIN_INPUT_PULLUP, 0) /* (B18) I2C1_SDA */ // >; // }; // main_i2c1_pins_default: main-i2c1-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x0268, PIN_INPUT_PULLUP, 0) /* (C18) I2C1_SCL */ // AM64X_IOPAD(0x026c, PIN_INPUT_PULLUP, 0) /* (B19) I2C1_SDA */ // >; // }; // mdio1_pins_default: mdio1-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x01fc, PIN_OUTPUT, 4) /* (R2) PRG0_PRU1_GPO19.MDIO0_MDC */ // AM64X_IOPAD(0x01f8, PIN_INPUT, 4) /* (P5) PRG0_PRU1_GPO18.MDIO0_MDIO */ // >; // }; di_do_pins_default: di-do-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x00D0, PIN_INPUT, 7) /* (AA7) PRG1_PRU0_GPO6 GPIO0_51 */ AM64X_IOPAD(0x00c8, PIN_INPUT, 7) /* (Y8) PRG1_PRU0_GPO4 GPIO0_49 */ AM64X_IOPAD(0x00C4, PIN_INPUT, 7) /* (V8) PRG1_PRU0_GPO3 GPIO0_48 */ AM64X_IOPAD(0x00C0, PIN_INPUT, 7) /* (W8) PRG1_PRU0_GPO2 GPIO0_47 */ AM64X_IOPAD(0x00B8, PIN_OUTPUT, 7) /* (Y7) PRG1_PRU0_GPO0 GPIO0_45 */ AM64X_IOPAD(0x00BC, PIN_OUTPUT, 7) /* (U8) PRG1_PRU0_GPO1 GPIO0_46 */ >; }; // rgmii1_pins_default: rgmii1-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x011c, PIN_INPUT, 4) /* (AA13) PRG1_PRU1_GPO5.RGMII1_RD0 */ // AM64X_IOPAD(0x0128, PIN_INPUT, 4) /* (U12) PRG1_PRU1_GPO8.RGMII1_RD1 */ // AM64X_IOPAD(0x0150, PIN_INPUT, 4) /* (Y13) PRG1_PRU1_GPO18.RGMII1_RD2 */ // AM64X_IOPAD(0x0154, PIN_INPUT, 4) /* (V12) PRG1_PRU1_GPO19.RGMII1_RD3 */ // AM64X_IOPAD(0x00d8, PIN_INPUT, 4) /* (W13) PRG1_PRU0_GPO8.RGMII1_RXC */ // AM64X_IOPAD(0x00cc, PIN_INPUT, 4) /* (V13) PRG1_PRU0_GPO5.RGMII1_RX_CTL */ // AM64X_IOPAD(0x0124, PIN_OUTPUT, 4) /* (V15) PRG1_PRU1_GPO7.RGMII1_TD0 */ // AM64X_IOPAD(0x012c, PIN_OUTPUT, 4) /* (V14) PRG1_PRU1_GPO9.RGMII1_TD1 */ // AM64X_IOPAD(0x0130, PIN_OUTPUT, 4) /* (W14) PRG1_PRU1_GPO10.RGMII1_TD2 */ // AM64X_IOPAD(0x014c, PIN_OUTPUT, 4) /* (AA14) PRG1_PRU1_GPO17.RGMII1_TD3 */ // AM64X_IOPAD(0x00e0, PIN_OUTPUT, 4) /* (U14) PRG1_PRU0_GPO10.RGMII1_TXC */ // AM64X_IOPAD(0x00dc, PIN_OUTPUT, 4) /* (U15) PRG1_PRU0_GPO9.RGMII1_TX_CTL */ // >; // }; // // rgmii2_pins_default: rgmii2-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x0108, PIN_INPUT, 4) /* (W11) PRG1_PRU1_GPO0.RGMII2_RD0 */ // AM64X_IOPAD(0x010c, PIN_INPUT, 4) /* (V11) PRG1_PRU1_GPO1.RGMII2_RD1 */ // AM64X_IOPAD(0x0110, PIN_INPUT, 4) /* (AA12) PRG1_PRU1_GPO2.RGMII2_RD2 */ // AM64X_IOPAD(0x0114, PIN_INPUT, 4) /* (Y12) PRG1_PRU1_GPO3.RGMII2_RD3 */ // AM64X_IOPAD(0x0120, PIN_INPUT, 4) /* (U11) PRG1_PRU1_GPO6.RGMII2_RXC */ // AM64X_IOPAD(0x0118, PIN_INPUT, 4) /* (W12) PRG1_PRU1_GPO4.RGMII2_RX_CTL */ // AM64X_IOPAD(0x0134, PIN_OUTPUT, 4) /* (AA10) PRG1_PRU1_GPO11.RGMII2_TD0 */ // AM64X_IOPAD(0x0138, PIN_OUTPUT, 4) /* (V10) PRG1_PRU1_GPO12.RGMII2_TD1 */ // AM64X_IOPAD(0x013c, PIN_OUTPUT, 4) /* (U10) PRG1_PRU1_GPO13.RGMII2_TD2 */ // AM64X_IOPAD(0x0140, PIN_OUTPUT, 4) /* (AA11) PRG1_PRU1_GPO14.RGMII2_TD3 */ // AM64X_IOPAD(0x0148, PIN_OUTPUT, 4) /* (Y10) PRG1_PRU1_GPO16.RGMII2_TXC */ // AM64X_IOPAD(0x0144, PIN_OUTPUT, 4) /* (Y11) PRG1_PRU1_GPO15.RGMII2_TX_CTL */ // >; // }; icssg0_mdio0_pins_default: icssg0_mdio_pins_default { pinctrl-single,pins = < AM64X_IOPAD(0x0204, PIN_OUTPUT, 0) /* (P3) PRG0_MDIO0_MDC */ AM64X_IOPAD(0x0200, PIN_INPUT, 0) /* (P2) PRG0_MDIO0_MDIO */ >; }; icssg0_rgmii1_pins_default: icssg0-rgmii1-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x0160, PIN_INPUT, 2) /* (Y1) PRG0_PRU0_GPO0.PRG0_RGMII1_RD0 */ AM64X_IOPAD(0x0164, PIN_INPUT, 2) /* (R4) PRG0_PRU0_GPO1.PRG0_RGMII1_RD1 */ AM64X_IOPAD(0x0168, PIN_INPUT, 2) /* (U2) PRG0_PRU0_GPO2.PRG0_RGMII1_RD2 */ AM64X_IOPAD(0x016c, PIN_INPUT, 2) /* (V2) PRG0_PRU0_GPO3.PRG0_RGMII1_RD3 */ AM64X_IOPAD(0x0178, PIN_INPUT, 2) /* (T3) PRG0_PRU0_GPO6.PRG0_RGMII1_RXC */ AM64X_IOPAD(0x0170, PIN_INPUT, 2) /* (AA2) PRG0_PRU0_GPO4.PRG0_RGMII1_RX_CTL */ AM64X_IOPAD(0x018c, PIN_OUTPUT, 2) /* (Y3) PRG0_PRU0_GPO11.PRG0_RGMII1_TD0 */ AM64X_IOPAD(0x0190, PIN_OUTPUT, 2) /* (AA3) PRG0_PRU0_GPO12.PRG0_RGMII1_TD1 */ AM64X_IOPAD(0x0194, PIN_OUTPUT, 2) /* (R6) PRG0_PRU0_GPO13.PRG0_RGMII1_TD2 */ AM64X_IOPAD(0x0198, PIN_OUTPUT, 2) /* (V4) PRG0_PRU0_GPO14.PRG0_RGMII1_TD3 */ AM64X_IOPAD(0x01a0, PIN_OUTPUT, 2) /* (U4) PRG0_PRU0_GPO16.PRG0_RGMII1_TXC */ AM64X_IOPAD(0x019c, PIN_OUTPUT, 2) /* (T5) PRG0_PRU0_GPO15.PRG0_RGMII1_TX_CTL */ >; }; icssg0_rgmii2_pins_default: icssg0-rgmii2-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x01b0, PIN_INPUT, 2) /* (Y2) PRG0_PRU1_GPO0.PRG0_RGMII2_RD0 */ AM64X_IOPAD(0x01b4, PIN_INPUT, 2) /* (W2) PRG0_PRU1_GPO1.PRG0_RGMII2_RD1 */ AM64X_IOPAD(0x01b8, PIN_INPUT, 2) /* (V3) PRG0_PRU1_GPO2.PRG0_RGMII2_RD2 */ AM64X_IOPAD(0x01bc, PIN_INPUT, 2) /* (T4) PRG0_PRU1_GPO3.PRG0_RGMII2_RD3 */ AM64X_IOPAD(0x01c8, PIN_INPUT, 2) /* (R5) PRG0_PRU1_GPO6.PRG0_RGMII2_RXC */ AM64X_IOPAD(0x01c0, PIN_INPUT, 2) /* (W3) PRG0_PRU1_GPO4.PRG0_RGMII2_RX_CTL */ AM64X_IOPAD(0x01dc, PIN_OUTPUT, 2) /* (W4) PRG0_PRU1_GPO11.PRG0_RGMII2_TD0 */ AM64X_IOPAD(0x01e0, PIN_OUTPUT, 2) /* (Y4) PRG0_PRU1_GPO12.PRG0_RGMII2_TD1 */ AM64X_IOPAD(0x01e4, PIN_OUTPUT, 2) /* (T6) PRG0_PRU1_GPO13.PRG0_RGMII2_TD2 */ AM64X_IOPAD(0x01e8, PIN_OUTPUT, 2) /* (U6) PRG0_PRU1_GPO14.PRG0_RGMII2_TD3 */ AM64X_IOPAD(0x01f0, PIN_OUTPUT, 2) /* (AA4) PRG0_PRU1_GPO16.PRG0_RGMII2_TXC */ AM64X_IOPAD(0x01ec, PIN_OUTPUT, 2) /* (U5) PRG0_PRU1_GPO15.PRG0_RGMII2_TX_CTL */ >; }; ospi0_pins_default: ospi0-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x0000, PIN_OUTPUT, 0) /* (N20) OSPI0_CLK */ AM64X_IOPAD(0x002c, PIN_OUTPUT, 0) /* (L19) OSPI0_CSn0 */ AM64X_IOPAD(0x000c, PIN_INPUT, 0) /* (M19) OSPI0_D0 */ AM64X_IOPAD(0x0010, PIN_INPUT, 0) /* (M18) OSPI0_D1 */ AM64X_IOPAD(0x0014, PIN_INPUT, 0) /* (M20) OSPI0_D2 */ AM64X_IOPAD(0x0018, PIN_INPUT, 0) /* (M21) OSPI0_D3 */ AM64X_IOPAD(0x001c, PIN_INPUT, 0) /* (P21) OSPI0_D4 */ AM64X_IOPAD(0x0020, PIN_INPUT, 0) /* (P20) OSPI0_D5 */ AM64X_IOPAD(0x0024, PIN_INPUT, 0) /* (N18) OSPI0_D6 */ AM64X_IOPAD(0x0028, PIN_INPUT, 0) /* (M17) OSPI0_D7 */ AM64X_IOPAD(0x0008, PIN_INPUT, 0) /* (N19) OSPI0_DQS */ >; }; // main_mcan0_pins_default: main-mcan0-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x0254, PIN_INPUT, 0) /* (B17) MCAN0_RX */ // AM64X_IOPAD(0x0250, PIN_OUTPUT, 0) /* (A17) MCAN0_TX */ // >; // }; // // main_mcan1_pins_default: main-mcan1-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x025c, PIN_INPUT, 0) /* (D17) MCAN1_RX */ // AM64X_IOPAD(0x0258, PIN_OUTPUT, 0) /* (C17) MCAN1_TX */ // >; // }; // usr_led_pins_default: usr-led-pins-default { // pinctrl-single,pins = < // AM64X_IOPAD(0x210, PIN_OUTPUT, 7) /* (D13) PRG1_PRU0_GPO15.GPIO1_44 */ // >; // }; }; &main_gpio0 { pinctrl-names = "default"; pinctrl-0 = <&di_do_pins_default>; status = "okay"; }; &main_gpio1 { status = "disable"; }; &main_uart0 { pinctrl-names = "default"; pinctrl-0 = <&main_uart0_pins_default>; }; /* main_uart1 is reserved for firmware usage */ &main_uart1 { pinctrl-names = "default"; pinctrl-0 = <&main_uart1_pins_default>; }; &main_uart2 { pinctrl-names = "default"; pinctrl-0 = <&main_uart2_pins_default>; }; &main_uart3 { pinctrl-names = "default"; pinctrl-0 = <&main_uart3_pins_default>; }; &main_uart4 { // pinctrl-names = "default"; // pinctrl-0 = <&main_uart4_pins_default>; status = "disabled"; }; &main_uart5 { // pinctrl-names = "default"; // pinctrl-0 = <&main_uart5_pins_default>; status = "disabled"; }; &main_uart6 { // pinctrl-names = "default"; // pinctrl-0 = <&main_uart6_pins_default>; status = "disabled"; }; &mcu_uart0 { // pinctrl-names = "default"; // pinctrl-0 = <&mcu_uart0_pins_default>; status = "disabled"; }; &mcu_uart1 { status = "disabled"; }; &main_i2c1 { status = "disabled"; // status = "okay"; // pinctrl-names = "default"; // pinctrl-0 = <&main_i2c1_pins_default>; // clock-frequency = <400000>; // ds1340: rtc@68 { // compatible = "dallas,ds1340"; // reg = <0x68>; //// trickle-resistor-ohms = <250>; // }; }; /* mcu_gpio0 is reserved for mcu firmware usage */ &mcu_gpio0 { status = "reserved"; }; &mcu_i2c0 { status = "disabled"; }; &main_i2c0 { status = "disabled"; // pinctrl-names = "default"; // pinctrl-0 = <&main_i2c0_pins_default>; // clock-frequency = <400000>; // eeprom@50 { // compatible = "atmel,24c02"; // reg = <0x50>; // pagesize = <8>; // }; }; &main_i2c2 { status = "disabled"; }; &main_i2c3 { status = "disabled"; }; &mcu_i2c1 { status = "disabled"; }; &mcu_spi0 { status = "disabled"; }; &mcu_spi1 { status = "disabled"; }; &main_spi0 { status = "disabled"; }; &sdhci0 { /* emmc */ bus-width = <8>; non-removable; ti,driver-strength-ohm = <50>; disable-wp; }; &sdhci1 { /* SD/MMC */ pinctrl-names = "default"; bus-width = <4>; pinctrl-0 = <&main_mmc1_pins_default>; ti,driver-strength-ohm = <50>; disable-wp; no-1-8-v; }; &serdes_wiz0 { status = "disabled"; }; &cpsw3g { status = "disabled"; // pinctrl-names = "default"; // pinctrl-0 = <&mdio1_pins_default // &rgmii1_pins_default // &rgmii2_pins_default>; //// cpts@3d000 { //// ti,pps = <7 1>; //// }; }; //&cpsw_port1 { // phy-mode = "rgmii-rxid"; // phy-handle = <&cpsw3g_phy0>; //}; // //&cpsw_port2 { // phy-mode = "rgmii-rxid"; // phy-handle = <&cpsw3g_phy1>; //}; &cpsw3g_mdio { status = "disabled"; // cpsw3g_phy0: ethernet-phy@1 { // reg = <1>; // ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>; // ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; // }; // // cpsw3g_phy1: ethernet-phy@0 { // reg = <0>; // ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>; // ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; // }; }; //#define TS_OFFSET(pa, val) (0x4+(pa)*4) (0x10000 | val) // //×ync_router { // pinctrl-names = "default"; // pinctrl-0 = <&mcu_cpts_pps>; // // /* Example of the timesync routing */ // mcu_cpts_pps: mcu-cpts-pps { // pinctrl-single,pins = < // /* pps [cpts genf1] in22 -> out37 [cpts hw8_push] */ // TS_OFFSET(37, 22) // /* pps [cpts genf1] in22 -> out25 [SYNC1_OUT pin] */ // TS_OFFSET(25, 22) // >; // }; //}; /* set R5F subsystem 0 to single-CPU mode */ &main_r5fss0 { ti,cluster-mode = <2>; }; &main_r5fss1 { ti,cluster-mode = <2>; }; &mailbox0_cluster2 { mbox_main_r5fss0_core0: mbox-main-r5fss0-core0 { ti,mbox-rx = <0 0 2>; ti,mbox-tx = <1 0 2>; }; // mbox_main_r5fss0_core1: mbox-main-r5fss0-core1 { // ti,mbox-rx = <2 0 2>; // ti,mbox-tx = <3 0 2>; // }; }; &mailbox0_cluster3 { status = "disabled"; }; &mailbox0_cluster4 { mbox_main_r5fss1_core0: mbox-main-r5fss1-core0 { ti,mbox-rx = <0 0 2>; ti,mbox-tx = <1 0 2>; }; // mbox_main_r5fss1_core1: mbox-main-r5fss1-core1 { // ti,mbox-rx = <2 0 2>; // ti,mbox-tx = <3 0 2>; // }; }; &mailbox0_cluster5 { status = "disabled"; }; &mailbox0_cluster6 { mbox_m4_0: mbox-m4-0 { ti,mbox-rx = <0 0 2>; ti,mbox-tx = <1 0 2>; }; }; &mailbox0_cluster7 { status = "disabled"; }; &serdes_ln_ctrl { idle-states = <AM64_SERDES0_LANE0_PCIE0>; }; &serdes0 { status = "disabled"; }; &pcie0_rc { status = "disabled"; }; &pcie0_ep { status = "disabled"; }; &tscadc0 { /* ADC is reserved for R5 usage */ status = "reserved"; }; &ospi0 { pinctrl-names = "default"; pinctrl-0 = <&ospi0_pins_default>; flash@0{ compatible = "jedec,spi-nor"; reg = <0x0>; spi-tx-bus-width = <8>; spi-rx-bus-width = <8>; spi-max-frequency = <25000000>; cdns,tshsl-ns = <60>; cdns,tsd2d-ns = <60>; cdns,tchsh-ns = <60>; cdns,tslch-ns = <60>; cdns,read-delay = <4>; cdns,phy-mode; #address-cells = <1>; #size-cells = <1>; }; }; &main_mcan0 { status = "disabled"; // pinctrl-names = "default"; // pinctrl-0 = <&main_mcan0_pins_default>; // phys = <&transceiver1>; }; &main_mcan1 { status = "disabled"; // pinctrl-names = "default"; // pinctrl-0 = <&main_mcan1_pins_default>; // phys = <&transceiver2>; }; &icssg0_mdio { status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&icssg0_mdio0_pins_default>; icssg0_phy1: ethernet-phy@0 { reg = <0>; ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>; ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; }; icssg0_phy2: ethernet-phy@1 { reg = <1>; ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>; ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; }; }; &icssg1_mdio { status = "disabled"; };
U-Boot SPL 2021.01-00001-g7e12ed6f28-dirty (Oct 21 2024 - 16:22:38 +0800) EEPROM not available at 80, trying to read at 81 Reading on-board EEPROM at 0x51 failed -1 Resetting on cold boot to workaround ErrataID:i2331 resetting ... U-Boot SPL 2021.01-00001-g7e12ed6f28-dirty (Oct 21 2024 - 16:22:38 +0800) EEPROM not available at 80, trying to read at 81 Reading on-board EEPROM at 0x51 failed -1 SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar') SPL initial stack usage: 13424 bytes Trying to boot from MMC2 Authentication passed Authentication passed Authentication passed Authentication passed Starting ATF on ARM64 core... NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty NOTICE: BL31: Built : 13:45:56, Feb 27 2023 I/TC: I/TC: OP-TEE version: 3.20.0 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Mon Feb 27 13:46:53 UTC 2023 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot U-Boot SPL 2021.01-00001-g7e12ed6f28-dirty (Oct 21 2024 - 16:15:59 +0800) EEPROM not available at 80, trying to read at 81 Reading on-board EEPROM at 0x51 failed -1 SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar') Trying to boot from MMC2 Authentication passed Authentication passed U-Boot 2021.01-00001-g7e12ed6f28-dirty (Oct 21 2024 - 16:15:59 +0800) SoC: AM64X SR2.0 HS-FS Model: Texas Instruments AM642 EVM EEPROM not available at 80, trying to read at 81 Reading on-board EEPROM at 0x51 failed -1 DRAM: 2 GiB NAND: 0 MiB MMC: mmc@fa10000: 0, mmc@fa00000: 1 Loading Environment from MMC... *** Warning - bad CRC, using default environment In: serial@2800000 Out: serial@2800000 Err: serial@2800000 EEPROM not available at 80, trying to read at 81 Reading on-board EEPROM at 0x51 failed -1 Net: eth0: ethernet@8000000port@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' 1490 bytes read in 2 ms (727.5 KiB/s) Loaded env from uEnv.txt Importing environment from mmc1 ... Running uenvcmd ... 1 bytes read in 1 ms (1000 Bytes/s) Already setup. 19079680 bytes read in 788 ms (23.1 MiB/s) 38264 bytes read in 4 ms (9.1 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 000000008fef3000, end 000000008fffffff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.10.168-g2c23e6c538 (byf@byf-virtual-machine) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #3 SMP PREEMPT Wed Oct 9 15:29:20 CST 2024 [ 0.000000] Machine model: Texas Instruments AM642 EVM [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') [ 0.000000] printk: bootconsole [ns16550a0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff] [ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a0ffffff] [ 0.000000] node 0: [mem 0x00000000a1000000-0x00000000a1ffffff] [ 0.000000] node 0: [mem 0x00000000a2000000-0x00000000a2ffffff] [ 0.000000] node 0: [mem 0x00000000a3000000-0x00000000a3ffffff] [ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a57fffff] [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] cma: Reserved 512 MiB at 0x00000000dd000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=fc40000.spi.0:1m(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=a974ccb8-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1431624K/2097152K available (11200K kernel code, 1160K rwdata, 4304K rodata, 1856K init, 433K bss, 141240K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 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=2 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000 [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000005] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008529] Console: colour dummy device 80x25 [ 0.013122] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023795] pid_max: default: 32768 minimum: 301 [ 0.028620] LSM: Security Framework initializing [ 0.033408] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.040985] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.050937] rcu: Hierarchical SRCU implementation. [ 0.056196] Platform MSI: msi-controller@1820000 domain created [ 0.062527] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.071781] EFI services will not be available. [ 0.076666] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.090267] Detected VIPT I-cache on CPU1 [ 0.090309] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000 [ 0.090324] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000 [ 0.090393] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.090524] smp: Brought up 1 node, 2 CPUs [ 0.119907] SMP: Total of 2 processors activated. [ 0.124719] CPU features: detected: 32-bit EL0 Support [ 0.129993] CPU features: detected: CRC32 instructions [ 0.143991] CPU: All CPU(s) started at EL2 [ 0.148198] alternatives: patching kernel code [ 0.154003] devtmpfs: initialized [ 0.163937] KASLR disabled due to lack of seed [ 0.168746] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.178721] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.205111] pinctrl core: initialized pinctrl subsystem [ 0.211179] DMI not present or invalid. [ 0.215906] NET: Registered protocol family 16 [ 0.222405] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.229804] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.237915] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.246697] thermal_sys: Registered thermal governor 'step_wise' [ 0.246706] thermal_sys: Registered thermal governor 'power_allocator' [ 0.253314] cpuidle: using governor menu [ 0.264289] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.271300] ASID allocator initialised with 65536 entries [ 0.301317] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.308195] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.315045] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.321895] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.330158] cryptd: max_cpu_qlen set to 1000 [ 0.338064] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected [ 0.347550] iommu: Default domain type: Translated [ 0.352976] SCSI subsystem initialized [ 0.357276] mc: Linux media interface: v0.10 [ 0.361672] videodev: Linux video capture interface: v2.00 [ 0.367363] pps_core: LinuxPPS API ver. 1 registered [ 0.372435] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.381780] PTP clock support registered [ 0.385818] EDAC MC: Ver: 3.0.0 [ 0.389876] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100 [ 0.396790] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100 [ 0.403616] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100 [ 0.411045] FPGA manager framework [ 0.414646] Advanced Linux Sound Architecture Driver Initialized. [ 0.422072] clocksource: Switched to clocksource arch_sys_counter [ 0.428632] VFS: Disk quotas dquot_6.6.0 [ 0.432722] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.446224] NET: Registered protocol family 2 [ 0.450983] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.460088] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.468880] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.477107] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.484867] TCP: Hash tables configured (established 16384 bind 16384) [ 0.491804] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.498717] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.506238] NET: Registered protocol family 1 [ 0.511396] RPC: Registered named UNIX socket transport module. [ 0.517492] RPC: Registered udp transport module. [ 0.522300] RPC: Registered tcp transport module. [ 0.527107] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.533697] NET: Registered protocol family 44 [ 0.538254] PCI: CLS 0 bytes, default 64 [ 0.543097] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.555979] Initialise system trusted keyrings [ 0.560831] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.571824] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.578595] NFS: Registering the id_resolver key type [ 0.583854] Key type id_resolver registered [ 0.588134] Key type id_legacy registered [ 0.592321] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.599174] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.606965] 9p: Installing v9fs 9p2000 file system support [ 0.656007] Key type asymmetric registered [ 0.660217] Asymmetric key parser 'x509' registered [ 0.665266] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.672836] io scheduler mq-deadline registered [ 0.677472] io scheduler kyber registered [ 0.683830] pinctrl-single 4084000.pinctrl: 33 pins, size 132 [ 0.690299] pinctrl-single f4000.pinctrl: 180 pins, size 720 [ 0.697219] pinctrl-single a40000.timesync-router: 512 pins, size 2048 [ 0.713072] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.735681] brd: module loaded [ 0.747188] loop: module loaded [ 0.751411] megasas: 07.714.04.00-rc1 [ 0.759376] tun: Universal TUN/TAP device driver, 1.6 [ 0.765228] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.771654] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.777771] sky2: driver version 1.30 [ 0.782541] VFIO - User Level meta-driver version: 0.3 [ 0.789015] i2c /dev entries driver [ 0.793760] sdhci: Secure Digital Host Controller Interface driver [ 0.800127] sdhci: Copyright(c) Pierre Ossman [ 0.805260] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.812170] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818778] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.827089] optee: probing for conduit method. I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.831682] optee: revision 3.20 (8e74d476) [ 0.848317] optee: dynamic shared memory is enabled [ 0.858107] optee: initialized driver [ 0.864298] NET: Registered protocol family 17 [ 0.869076] 9pnet: Installing 9P2000 support [ 0.873557] Key type dns_resolver registered [ 0.878437] Loading compiled-in X.509 certificates [ 0.898580] ti-sci 44043000.dmsc: lpm region is required for suspend but not provided. [ 0.906763] ti-sci 44043000.dmsc: ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar') [ 0.957490] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0 [ 0.963999] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 [ 0.971126] ti-sci-intr bus@f4000:bus@4000000:interrupt-controller1: Interrupt Router 5 domain created [ 0.980907] ti-sci-intr bus@f4000:interrupt-controller0: Interrupt Router 3 domain created [ 0.989735] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.006823] ti-udma 485c0100.dma-controller: Number of rings: 68 [ 1.014466] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6) [ 1.024695] ti-udma 485c0000.dma-controller: Number of rings: 288 [ 1.040134] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15) [ 1.051212] printk: console [ttyS2] disabled [ 1.055675] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 16, base_baud = 3000000) is a 8250 [ 1.064442] printk: console [ttyS2] enabled [ 1.064442] printk: console [ttyS2] enabled [ 1.072884] printk: bootconsole [ns16550a0] disabled [ 1.072884] printk: bootconsole [ns16550a0] disabled [ 1.084588] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 17, base_baud = 3000000) is a 8250 [ 1.094824] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 18, base_baud = 3000000) is a 8250 [ 1.104992] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 19, base_baud = 3000000) is a 8250 [ 1.118477] spi-nor spi0.0: s28hs512t (65536 Kbytes) [ 1.123497] 7 cmdlinepart partitions found on MTD device fc40000.spi.0 [ 1.130027] Creating 7 MTD partitions on "fc40000.spi.0": [ 1.135426] 0x000000000000-0x000000100000 : "ospi.tiboot3" [ 1.142300] 0x000000100000-0x000000300000 : "ospi.tispl" [ 1.148855] 0x000000300000-0x000000700000 : "ospi.u-boot" [ 1.155502] 0x000000700000-0x000000740000 : "ospi.env" [ 1.161906] 0x000000740000-0x000000780000 : "ospi.env.backup" [ 1.168917] 0x000000800000-0x000003fc0000 : "ospi.rootfs" [ 1.175580] 0x000003fc0000-0x000004000000 : "ospi.phypattern" [ 1.190440] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0 [ 1.201021] mmc0: CQHCI version 5.10 [ 1.206026] mmc1: CQHCI version 5.10 [ 1.213782] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present! [ 1.232344] ALSA device list: [ 1.235354] No soundcards found. [ 1.251339] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.251344] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.267008] Waiting for root device PARTUUID=a974ccb8-02... [ 1.305820] mmc1: new high speed SDHC card at address aaaa [ 1.312184] mmcblk1: mmc1:aaaa SC16G 14.8 GiB [ 1.321635] mmcblk1: p1 p2 [ 1.357218] mmc0: Command Queue Engine enabled [ 1.361707] mmc0: new HS200 MMC card at address 0001 [ 1.367502] mmcblk0: mmc0:0001 G1M15L 29.6 GiB [ 1.372283] mmcblk0boot0: mmc0:0001 G1M15L partition 1 31.5 MiB [ 1.378584] mmcblk0boot1: mmc0:0001 G1M15L partition 2 31.5 MiB [ 1.380093] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 1.384759] mmcblk0rpmb: mmc0:0001 G1M15L partition 3 4.00 MiB, chardev (237:0) [ 1.392680] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 1.409848] devtmpfs: mounted [ 1.414295] Freeing unused kernel memory: 1856K [ 1.418958] Run /sbin/init as init process [ 1.756407] systemd[1]: System time before build time, advancing clock. [ 1.861000] NET: Registered protocol family 10 [ 1.866699] Segment Routing with IPv6 [ 1.927478] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 1.949678] systemd[1]: Detected architecture arm64. Welcome to Arago 2021.09! [ 1.993181] systemd[1]: Set hostname to <am64xx-evm>. [ 2.359548] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.374443] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring. [ 2.425226] systemd[1]: /lib/systemd/system/irqbalanced.service:6: Unknown key name 'ConditionCPUs' in section 'Unit', ignoring. [ 2.469902] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly. [ 2.650041] random: systemd: uninitialized urandom read (16 bytes read) [ 2.661561] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 2.682309] random: systemd: uninitialized urandom read (16 bytes read) [ 2.691347] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 2.714315] random: systemd: uninitialized urandom read (16 bytes read) [ 2.723251] systemd[1]: Created slice system-syslog\x2dng.slice. [ OK ] Created slice system-syslog\x2dng.slice. [ 2.748516] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 2.770752] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 2.794667] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 2.818629] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 2.834393] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 2.854377] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 2.870427] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 2.908979] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 2.930563] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 2.958595] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 2.982804] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 3.010562] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. [ 3.019578] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.043149] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.059349] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 3.083227] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.106899] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.136558] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.160340] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.188338] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.214918] systemd[1]: Mounting Temporary Directory (/tmp)... Mounting Temporary Directory (/tmp)... [ 3.237345] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 3.268197] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 3.283141] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 3.300861] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.336572] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.360801] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 3.389761] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null) [ 3.392477] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 3.416869] cryptodev: loading out-of-tree module taints kernel. [ 3.432569] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind.[ 3.440003] cryptodev: driver 1.10 loaded. [ 3.452504] 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 ] Started Create list of sta… nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage 3.653573] random: systemd-journal: uninitialized urandom read (16 bytes read) 0m... [ 3.674610] random: systemd: uninitialized urandom read (16 bytes read) [ 3.681403] systemd-journald[172]: Received client request to flush runtime journal. Starting Apply Kernel Variables... [ 3.699895] random: systemd-journal: uninitialized urandom read (16 bytes read) Starting Create Static Device Nodes in /dev... [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /media/ram... Mounting /var/volatile... Starting udev Kernel Device Manager... [ 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 udev Coldplug all Devices. Starting udev Wait for Complete Device Initialization... [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Set. [ OK ] Reached target System Time Synchronized. [ 4.827403] random: systemd: uninitialized urandom read (16 bytes read) [ 4.998130] random: crng init done [ 5.001556] random: 64 urandom warning(s) missed due to ratelimiting [ OK ] Started Load/Save Random Seed. [ 5.148021] davinci_mdio 30032400.mdio: Configuring MDIO in manual mode [ 5.206195] davinci_mdio 30032400.mdio: davinci mdio revision 1.7, bus freq 1000000 [ 5.219977] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000 [ 5.243633] davinci_mdio 30032400.mdio: phy[0]: device 30032400.mdio:00, driver TI DP83867 [ 5.256365] davinci_mdio 30032400.mdio: phy[1]: device 30032400.mdio:01, driver TI DP83867 [ 5.273908] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode [ 5.298346] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device [ 5.325227] remoteproc remoteproc0: 5000000.m4fss is available [ 5.341018] remoteproc remoteproc0: powering up 5000000.m4fss [ 5.350145] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 86084 [ 5.374788] remoteproc0#vdev0buffer: assigned reserved memory node m4f-dma-memory@a4000000 [ 5.387041] virtio_rpmsg_bus virtio0: rpmsg host is online [ 5.395670] remoteproc0#vdev0buffer: registered virtio0 (type 7) [ 5.404231] remoteproc remoteproc0: remote processor 5000000.m4fss is now up [ 5.414296] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd [ 5.424482] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe [ 5.442005] platform 78000000.r5f: configured R5F for remoteproc mode [ 5.468405] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000 [ 5.511134] remoteproc remoteproc1: 78000000.r5f is available [ 5.530006] remoteproc remoteproc1: powering up 78000000.r5f [ 5.535933] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 86352 [ 5.550550] remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000 [ 5.559647] virtio_rpmsg_bus virtio1: rpmsg host is online [ 5.569583] remoteproc1#vdev0buffer: registered virtio1 (type 7) [ 5.579876] remoteproc remoteproc1: remote processor 78000000.r5f is now up [ 5.593442] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe [ 5.611998] platform 78400000.r5f: configured R5F for remoteproc mode [ 5.655525] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000 [ 5.667650] remoteproc remoteproc3: 30034000.pru is available [ 5.691762] remoteproc remoteproc2: 78400000.r5f is available [ 5.708661] remoteproc remoteproc4: 30004000.rtu is available [ 5.748590] remoteproc remoteproc2: powering up 78400000.r5f [ 5.754527] remoteproc remoteproc2: Booting fw image am64-main-r5f1_0-fw, size 93260 [ 5.767992] remoteproc remoteproc5: 3000a000.txpru is available [ 5.776126] remoteproc2#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000 [ 5.790010] virtio_rpmsg_bus virtio2: rpmsg host is online [ 5.795782] remoteproc2#vdev0buffer: registered virtio2 (type 7) [ 5.806181] remoteproc remoteproc2: remote processor 78400000.r5f is now up [ 5.818234] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe [ 5.876030] remoteproc remoteproc6: 30038000.pru is available [ 5.931106] remoteproc remoteproc7: 30006000.rtu is available [ 5.975070] remoteproc remoteproc8: 3000c000.txpru is available [ 6.027962] remoteproc remoteproc9: 300b4000.pru is available [ 6.133726] remoteproc remoteproc10: 30084000.rtu is available [ 6.223979] remoteproc remoteproc11: 3008a000.txpru is available [ 6.273692] remoteproc remoteproc12: 300b8000.pru is available [ 6.375955] remoteproc remoteproc13: 30086000.rtu is available [ 6.475835] remoteproc remoteproc14: 3008c000.txpru is available [ 7.803422] TI DP83867 30032400.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=30032400.mdio:00, irq=POLL) [ 7.820626] TI DP83867 30032400.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=30032400.mdio:01, irq=POLL) [ 7.831454] icssg-prueth icssg0-eth: TI PRU ethernet driver initialized: dual EMAC mode [ 7.972330] usbcore: registered new interface driver usbfs [ 7.979517] usbcore: registered new interface driver hub [ 7.985103] usbcore: registered new device driver usb [ OK ] Created slice system-systemd\x2dfsck.slice. [ OK ] Found device /dev/mmcblk1p1. [ OK ] Started udev Wait for Complete Device Initialization. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Reached target System Initialization. [ OK ] Started Daily rotation of log files. [ OK ] Started Timer service to update the IP on OLED each 10s. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ 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. Starting Reboot and dump vmcore via kexec... Starting File System Check on /dev/mmcblk1p1... [ OK ] Listening on Docker Socket for the API. [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. [ OK ] Started Job spooling tools. [ OK ] Started Periodic Command Scheduler. [ OK ] Started D-Bus System Message Bus. Starting Ethernet Bridge Filtering Tables... Starting Print notice about GPLv3 packages... Starting IPv6 Packet Filtering Framework... Starting IPv4 Packet Filtering Framework... [ OK ] Started irqbalance daemon. Starting Matrix GUI... Starting startwlanap... Starting startwlansta... Starting System Logger Daemon "default" instance... Starting Login Service... [ OK ] Started TEE Supplicant. Starting telnetd.service... [ OK ] Started IPv6 Packet Filtering Framework. [ OK ] Started IPv4 Packet Filtering Framework. [ OK ] Started Matrix GUI. [ OK ] Started startwlanap. [ OK ] Started startwlansta. [ OK ] Reached target Network (Pre). Starting Network Service... [ OK ] Started File System Check on /dev/mmcblk1p1. [ OK ] Started Ethernet Bridge Filtering Tables. [ OK ] Started telnetd.service. Mounting /run/media/mmcblk1p1... Starting LSB: Expand Rootfs of boot device... Starting syslog.service... [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [ 9.466889] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ OK ] Mounted /run/media/mmcblk1p1. [ 9.543797] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ OK ] Started Network Service. Starting Wait for Network to be Configured... Starting Network Name Resolution... [ 9.683531] remoteproc remoteproc6: powering up 30038000.pru [ 9.724571] remoteproc remoteproc6: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 38496 [ 9.763802] remoteproc remoteproc6: unsupported resource 5 [ 9.796598] remoteproc remoteproc6: remote processor 30038000.pru is now up [ 9.832083] remoteproc remoteproc7: powering up 30006000.rtu [ OK ] Started System Logger Daemon "default" instance. [ 9.884486] remoteproc remoteproc7: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 30104 [ 9.897547] remoteproc remoteproc7: remote processor 30006000.rtu is now up [ 9.906606] remoteproc remoteproc8: powering up 3000c000.txpru [ OK ] Started syslog.service. [ 9.955278] remoteproc remoteproc8: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 35836 [ 9.982298] remoteproc remoteproc8: remote processor 3000c000.txpru is now up [ 10.042188] icssg-prueth icssg0-eth: settime timeout [ 10.061742] pps pps0: new PPS source ptp1 [ 10.098297] net eth1: started [ 10.170882] remoteproc remoteproc3: powering up 30034000.pru [ OK ] Started LSB: Expand Rootfs of boot [ 10.251377] remoteproc remoteproc3: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 38224 device. [ 10.343433] remoteproc remoteproc3: unsupported resource 5 [ OK ] Started Login Service. [ 10.401175] remoteproc remoteproc3: remote processor 30034000.pru is now up [ 10.437349] remoteproc remoteproc4: powering up 30004000.rtu [ 10.485019] remoteproc remoteproc4: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 30872 [ 10.508922] remoteproc remoteproc4: remote processor 30004000.rtu is now up [ 10.548195] remoteproc remoteproc5: powering up 3000a000.txpru [ 10.574982] remoteproc remoteproc5: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 37328 [ 10.644218] remoteproc remoteproc5: remote processor 3000a000.txpru is now up [ 10.704947] net eth0: started [ 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... [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Simple Network Ma…ent Protocol (SNMP) Daemon.... Starting Permit User Sessions... [ OK ] Started Vsftpd ftp daemon. [ OK ] Started Enable and configure wl18xx bluetooth stack. [ OK ] Started Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS1. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started Avahi mDNS/DNS-SD Stack. [FAILED] Failed to start Synchronize System and HW clocks. See 'systemctl status sync-clocks.service' for details. [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon.. *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash bc binutils cifs-utils coreutils-stdbuf coreutils cpio cpp-symlinks cpp dosfstools elfutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext gstreamer1.0-libav gzip hidapi less libasm1 libbfd libdw1 libelf1 libgdbm-compat4 libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmpc3 libmpfr6 libreadline8 libunistring2 m4 make nettle parted tar which If you do not wish to distribute GPLv3 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 *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project am64xx-evm ttyS2 Arago 2021.09 am64xx-evm ttyS2 am64xx-evm login: root root@am64xx-evm:~# ifconfig eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 ether 1c:63:49:1d:28:16 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 ether 12:e1:7d:f8:a3:e6 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 82 bytes 6220 (6.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 82 bytes 6220 (6.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@am64xx-evm:~# [ 132.967170] Initializing XFRM netlink socket [ 136.247947] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 136.273240] Bridge firewalling registered [ 138.076754] process 'docker/tmp/qemu-check286139569/check' started with executable stack root@am64xx-evm:~# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Full 100baseT/Full 1000baseT/Full Supported pause frame use: No Supports auto-negotiation: Yes Supported FEC modes: Not reported Advertised link modes: 10baseT/Full 100baseT/Full 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Speed: 10Mb/s Duplex: Half Auto-negotiation: on master-slave cfg: preferred slave master-slave status: unknown Port: Twisted Pair PHYAD: 0 Transceiver: external MDI-X: Unknown Current message level: 0x00007fff (32767) drv probe link timer ifdown ifup rx_err tx_err tx_queued intr tx_done rx_status pktdata hw wol Link detected: no root@am64xx-evm:~# ifconfig docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:be:42:34:be txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 ether 1c:63:49:1d:28:16 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 ether 12:e1:7d:f8:a3:e6 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 82 bytes 6220 (6.0 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 82 bytes 6220 (6.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@am64xx-evm:~# dmesg | grep eth0 [ 10.704947] net eth0: started root@am64xx-evm:~# dmesg | grep eth1 [ 10.098297] net eth1: started root@am64xx-evm:~# phytool print eth0/0/0 ieee-phy: reg:BMCR(0x00) val:0x1140 flags: -reset -loopback +aneg-enable -power-down -isolate -aneg-restart -collision-test speed: 1000-full root@am64xx-evm:~# phytool print eth1/1/0 ieee-phy: reg:BMCR(0x00) val:0x1140 flags: -reset -loopback +aneg-enable -power-down -isolate -aneg-restart -collision-test speed: 1000-full