I am working on porting device trees from a device that was originally brought up on the 08.00.00.21 SDK
So far I am able to boot and use the Ethernet device, but I do not see any PCI devices in `lspci` or in /sys
Diff for 08.00.00.21 SDK
commit 5c7ecc0b095a5c2be28efd8685755df3c11b669d Author: Jay Dolan <jay.dolan@accesio.com> Date: Thu Aug 4 05:47:43 2022 -0700 Make changes needed to generate bootable image for eNET * Provided by Paras. Changes needed to make bootable image diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts index 1c773044a7b8..aff77fb5ff86 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts @@ -140,7 +140,6 @@ vdd_mmc1: fixed-regulator-sd { regulator-boot-on; enable-active-high; vin-supply = <&vsys_3v3>; - gpio = <&exp1 6 GPIO_ACTIVE_HIGH>; }; vddb: fixedregulator-vddb { @@ -155,14 +154,31 @@ vddb: fixedregulator-vddb { leds { compatible = "gpio-leds"; + pinctrl-names = "default"; + pinctrl-0 = <&mygpio1_pins_default>; led-0 { - label = "am64-evm:red:heartbeat"; - gpios = <&exp1 16 GPIO_ACTIVE_HIGH>; + label = "kernel heartbeat"; + gpios = <&main_gpio0 40 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ linux,default-trigger = "heartbeat"; function = LED_FUNCTION_HEARTBEAT; default-state = "off"; }; + + led-1 { + label = "sd-card activity"; + gpios = <&main_gpio0 37 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ + linux,default-trigger = "mmc1"; + default-state = "off"; + }; + + led-2 { + label = "cpu-0 activity"; + gpios = <&main_gpio0 34 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ + linux,default-trigger = "mmc0"; + default-state = "off"; + }; + }; mdio_mux: mux-controller { @@ -190,19 +206,6 @@ cpsw3g_phy3: ethernet-phy@3 { }; }; - transceiver1: can-phy0 { - compatible = "ti,tcan1042"; - #phy-cells = <0>; - max-bitrate = <5000000>; - standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>; - }; - - transceiver2: can-phy1 { - compatible = "ti,tcan1042"; - #phy-cells = <0>; - max-bitrate = <5000000>; - standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>; - }; icssg1_eth: icssg1-eth { compatible = "ti,am642-icssg-prueth"; @@ -330,8 +333,6 @@ AM64X_IOPAD(0x0290, PIN_INPUT, 0) /* MMC1_CLKLB */ main_uart0_pins_default: main-uart0-pins-default { pinctrl-single,pins = < - AM64X_IOPAD(0x0238, PIN_INPUT, 0) /* (B16) UART0_CTSn */ - AM64X_IOPAD(0x023c, PIN_OUTPUT, 0) /* (A16) UART0_RTSn */ AM64X_IOPAD(0x0230, PIN_INPUT, 0) /* (D15) UART0_RXD */ AM64X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (C16) UART0_TXD */ >; @@ -400,36 +401,6 @@ AM64X_IOPAD(0x02a8, PIN_OUTPUT, 0) /* (E19) USB0_DRVVBUS */ >; }; - 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 */ - >; - }; - icssg1_mdio1_pins_default: icssg1-mdio1-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x015c, PIN_OUTPUT, 0) /* (Y6) PRG1_MDIO0_MDC */ @@ -454,11 +425,26 @@ AM64X_IOPAD(0x00f4, PIN_INPUT, 2) /* (Y9) PRG1_PRU0_GPO15.PRG1_RGMII1_TX_CTL */ >; }; - main_ecap0_pins_default: main-ecap0-pins-default { + mygpio1_pins_default: mygpio1_pins_default { pinctrl-single,pins = < - AM64X_IOPAD(0x0270, PIN_INPUT, 0) /* (D18) ECAP0_IN_APWM_OUT */ + AM64X_IOPAD(0x008c, PIN_OUTPUT, 7) /* (T21) GPMC0_WEn.GPIO0_34 */ + AM64X_IOPAD(0x0098, PIN_OUTPUT, 7) /* (W19) GPMC0_WAIT0.GPIO0_37 */ + AM64X_IOPAD(0x00a4, PIN_OUTPUT, 7) /* (N17) GPMC0_DIR.GPIO0_40 */ >; }; + + main_spi4_pins_default: main-spi4-pins-default { + pinctrl-single,pins = < + AM64X_IOPAD(0x0238, PIN_INPUT, 6) /* (B16) UART0_CTSn.SPI4_CLK */ + AM64X_IOPAD(0x024c, PIN_INPUT, 6) /* (E16) UART1_RTSn.SPI4_CS0 */ + AM64X_IOPAD(0x0250, PIN_INPUT, 6) /* (A17) MCAN0_TX.SPI4_CS1 */ + AM64X_IOPAD(0x0254, PIN_INPUT, 6) /* (B17) MCAN0_RX.SPI4_CS2 */ + AM64X_IOPAD(0x0270, PIN_INPUT, 6) /* (D18) ECAP0_IN_APWM_OUT.SPI4_CS3 */ + AM64X_IOPAD(0x023c, PIN_INPUT, 6) /* (A16) UART0_RTSn.SPI4_D0 */ + AM64X_IOPAD(0x0248, PIN_INPUT, 6) /* (D16) UART1_CTSn.SPI4_D1 */ + >; + + }; }; &main_uart0 { @@ -521,20 +507,7 @@ exp1: gpio@22 { "TP87", "TP86", "TP89", "TP91"; }; - /* osd9616p0899-10 */ - display@3c { - compatible = "solomon,ssd1306fb-i2c"; - reg = <0x3c>; - reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>; - vbat-supply = <&vddb>; - solomon,height = <16>; - solomon,width = <96>; - solomon,com-seq; - solomon,com-invdir; - solomon,page-offset = <0>; - solomon,prechargep1 = <2>; - solomon,prechargep2 = <13>; - }; + }; /* mcu_gpio0 is reserved for mcu firmware usage */ @@ -571,6 +544,44 @@ eeprom@0 { }; }; +&main_spi4 { + pinctrl-names = "default"; + pinctrl-0 = <&main_spi4_pins_default>; + ti,spi-num-cs = <4>; + status="okay"; + + + spidev0:spidev@0 { + + spi-max-frequency = <24000000>; + reg = <0>; + compatible = "linux,spidev"; + }; + + spidev1:spidev@1 { + + spi-max-frequency = <24000000>; + reg = <1>; + compatible = "linux,spidev"; + }; + + spidev2:spidev@2 { + + spi-max-frequency = <24000000>; + reg = <2>; + compatible = "linux,spidev"; + }; + + spidev3:spidev@3 { + + spi-max-frequency = <24000000>; + reg = <3>; + compatible = "linux,spidev"; + }; + +}; + + &sdhci0 { /* emmc */ bus-width = <8>; @@ -705,7 +716,6 @@ serdes0_pcie_link: phy@0 { }; &pcie0_rc { - reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>; phys = <&serdes0_pcie_link>; phy-names = "pcie-phy"; num-lanes = <1>; @@ -723,38 +733,6 @@ &tscadc0 { 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 { - pinctrl-names = "default"; - pinctrl-0 = <&main_mcan0_pins_default>; - phys = <&transceiver1>; -}; - -&main_mcan1 { - pinctrl-names = "default"; - pinctrl-0 = <&main_mcan1_pins_default>; - phys = <&transceiver2>; -}; &icssg0_mdio { status = "disabled"; @@ -768,9 +746,3 @@ icssg1_phy1: ethernet-phy@0 { reg = <0xf>; }; }; - -&ecap0 { - /* PWM is available on Pin 1 of header J12 */ - pinctrl-names = "default"; - pinctrl-0 = <&main_ecap0_pins_default>; -};
Diff for 09.00.00.03 SDK
diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi index c36428a30a9b..ede7652aa705 100644 --- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi @@ -879,7 +879,7 @@ pcie0_rc: pcie@f102000 { ranges = <0x01000000 0x00 0x68001000 0x00 0x68001000 0x00 0x0010000>, <0x02000000 0x00 0x68011000 0x00 0x68011000 0x00 0x7fef000>; dma-ranges = <0x02000000 0x0 0x0 0x0 0x0 0x00000010 0x0>; - status = "disabled"; + status = "okay"; }; pcie0_ep: pcie-ep@f102000 { diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts index 5d6bbe9afcdf..f8ec4add498d 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts @@ -152,8 +152,7 @@ vdd_mmc1: fixed-regulator-sd { regulator-boot-on; enable-active-high; vin-supply = <&vsys_3v3>; - gpio = <&exp1 6 GPIO_ACTIVE_HIGH>; - }; + }; vddb: fixedregulator-vddb { compatible = "regulator-fixed"; @@ -167,14 +166,31 @@ vddb: fixedregulator-vddb { leds { compatible = "gpio-leds"; +pinctrl-names = "default"; + pinctrl-0 = <&mygpio1_pins_default>; led-0 { - label = "am64-evm:red:heartbeat"; - gpios = <&exp1 16 GPIO_ACTIVE_HIGH>; + label = "kernel heartbeat"; + gpios = <&main_gpio0 40 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ linux,default-trigger = "heartbeat"; function = LED_FUNCTION_HEARTBEAT; default-state = "off"; }; + + led-1 { + label = "sd-card activity"; + gpios = <&main_gpio0 37 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ + linux,default-trigger = "mmc1"; + default-state = "off"; + }; + + led-2 { + label = "cpu-0 activity"; + gpios = <&main_gpio0 34 GPIO_ACTIVE_HIGH>; /*Not 465 that is 425+40 */ + linux,default-trigger = "mmc0"; + default-state = "off"; + }; + }; mdio_mux: mux-controller { @@ -204,20 +220,7 @@ cpsw3g_phy3: ethernet-phy@3 { }; }; - transceiver1: can-phy0 { - compatible = "ti,tcan1042"; - #phy-cells = <0>; - max-bitrate = <5000000>; - standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>; - }; - - transceiver2: can-phy1 { - compatible = "ti,tcan1042"; - #phy-cells = <0>; - max-bitrate = <5000000>; - standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>; - }; - + icssg1_eth: icssg1-eth { compatible = "ti,am642-icssg-prueth"; pinctrl-names = "default"; @@ -262,7 +265,8 @@ icssg1_eth: icssg1-eth { <&main_pktdma 0x4203 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"; + "rx0", "rx1", + "rxmgm0", "rxmgm1"; ethernet-ports { #address-cells = <1>; @@ -270,7 +274,7 @@ ethernet-ports { icssg1_emac0: port@0 { reg = <0>; phy-handle = <&icssg1_phy1>; - phy-mode = "rgmii-id"; + phy-mode = "rgmii-rxid"; ti,syscon-rgmii-delay = <&main_conf 0x4110>; /* Filled in by bootloader */ local-mac-address = [00 00 00 00 00 00]; @@ -303,9 +307,7 @@ AM64X_IOPAD(0x0290, PIN_INPUT, 0) /* MMC1_CLKLB */ main_uart0_pins_default: main-uart0-pins-default { pinctrl-single,pins = < - AM64X_IOPAD(0x0238, PIN_INPUT, 0) /* (B16) UART0_CTSn */ - AM64X_IOPAD(0x023c, PIN_OUTPUT, 0) /* (A16) UART0_RTSn */ - AM64X_IOPAD(0x0230, PIN_INPUT, 0) /* (D15) UART0_RXD */ + AM64X_IOPAD(0x0230, PIN_INPUT, 0) /* (D15) UART0_RXD */ AM64X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (C16) UART0_TXD */ >; }; @@ -373,42 +375,6 @@ AM64X_IOPAD(0x02a8, PIN_OUTPUT, 0) /* (E19) USB0_DRVVBUS */ >; }; - 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_ecap0_pins_default: main-ecap0-pins-default { - pinctrl-single,pins = < - AM64X_IOPAD(0x0270, PIN_INPUT, 0) /* (D18) ECAP0_IN_APWM_OUT */ - >; - }; - - 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 */ - >; - }; - icssg1_mdio1_pins_default: icssg1-mdio1-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x015c, PIN_OUTPUT, 0) /* (Y6) PRG1_MDIO0_MDC */ @@ -433,6 +399,26 @@ AM64X_IOPAD(0x00f4, PIN_INPUT, 2) /* (Y9) PRG1_PRU0_GPO15.PRG1_RGMII1_TX_CTL */ >; }; + mygpio1_pins_default: mygpio1_pins_default { + pinctrl-single,pins = < + AM64X_IOPAD(0x008c, PIN_OUTPUT, 7) /* (T21) GPMC0_WEn.GPIO0_34 */ + AM64X_IOPAD(0x0098, PIN_OUTPUT, 7) /* (W19) GPMC0_WAIT0.GPIO0_37 */ + AM64X_IOPAD(0x00a4, PIN_OUTPUT, 7) /* (N17) GPMC0_DIR.GPIO0_40 */ + >; + }; + + main_spi4_pins_default: main-spi4-pins-default { + pinctrl-single,pins = < + AM64X_IOPAD(0x0238, PIN_INPUT, 6) /* (B16) UART0_CTSn.SPI4_CLK */ + AM64X_IOPAD(0x024c, PIN_INPUT, 6) /* (E16) UART1_RTSn.SPI4_CS0 */ + AM64X_IOPAD(0x0250, PIN_INPUT, 6) /* (A17) MCAN0_TX.SPI4_CS1 */ + AM64X_IOPAD(0x0254, PIN_INPUT, 6) /* (B17) MCAN0_RX.SPI4_CS2 */ + AM64X_IOPAD(0x0270, PIN_INPUT, 6) /* (D18) ECAP0_IN_APWM_OUT.SPI4_CS3 */ + AM64X_IOPAD(0x023c, PIN_INPUT, 6) /* (A16) UART0_RTSn.SPI4_D0 */ + AM64X_IOPAD(0x0248, PIN_INPUT, 6) /* (D16) UART1_CTSn.SPI4_D1 */ + >; + }; + icssg1_iep0_pins_default: icssg1-iep0-pins-default { pinctrl-single,pins = < AM64X_IOPAD(0x0104, PIN_OUTPUT, 2) /* (W7) PRG1_PRU0_GPO19.PRG1_IEP0_EDC_SYNC_OUT0 */ @@ -474,20 +460,7 @@ exp1: gpio@22 { "TP87", "TP86", "TP89", "TP91"; }; - /* osd9616p0899-10 */ - display@3c { - compatible = "solomon,ssd1306fb-i2c"; - reg = <0x3c>; - reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>; - vbat-supply = <&vddb>; - solomon,height = <16>; - solomon,width = <96>; - solomon,com-seq; - solomon,com-invdir; - solomon,page-offset = <0>; - solomon,prechargep1 = <2>; - solomon,prechargep2 = <13>; - }; + }; /* mcu_gpio0 is reserved for mcu firmware usage */ @@ -509,6 +482,44 @@ eeprom@0 { }; }; +&main_spi4 { + pinctrl-names = "default"; + pinctrl-0 = <&main_spi4_pins_default>; + ti,spi-num-cs = <4>; + status="okay"; + + + spidev0:spidev@0 { + + spi-max-frequency = <24000000>; + reg = <0>; + compatible = "linux,spidev"; + }; + + spidev1:spidev@1 { + + spi-max-frequency = <24000000>; + reg = <1>; + compatible = "linux,spidev"; + }; + + spidev2:spidev@2 { + + spi-max-frequency = <24000000>; + reg = <2>; + compatible = "linux,spidev"; + }; + + spidev3:spidev@3 { + + spi-max-frequency = <24000000>; + reg = <3>; + compatible = "linux,spidev"; + }; + +}; + + &sdhci0 { /* emmc */ bus-width = <8>; @@ -577,64 +588,6 @@ &tscadc0 { 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>; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "ospi.tiboot3"; - reg = <0x0 0x100000>; - }; - - partition@100000 { - label = "ospi.tispl"; - reg = <0x100000 0x200000>; - }; - - partition@300000 { - label = "ospi.u-boot"; - reg = <0x300000 0x400000>; - }; - - partition@700000 { - label = "ospi.env"; - reg = <0x700000 0x40000>; - }; - - partition@740000 { - label = "ospi.env.backup"; - reg = <0x740000 0x40000>; - }; - - partition@800000 { - label = "ospi.rootfs"; - reg = <0x800000 0x37c0000>; - }; - - partition@3fc0000 { - label = "ospi.phypattern"; - reg = <0x3fc0000 0x40000>; - }; - }; - }; -}; &mailbox0_cluster2 { mbox_main_r5fss0_core0: mbox-main-r5fss0-core0 { @@ -725,7 +678,6 @@ serdes0_pcie_link: phy@0 { &pcie0_rc { status = "okay"; - reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>; phys = <&serdes0_pcie_link>; phy-names = "pcie-phy"; num-lanes = <1>; @@ -735,27 +687,16 @@ &pcie0_ep { phys = <&serdes0_pcie_link>; phy-names = "pcie-phy"; num-lanes = <1>; + status = "disabled"; }; -&ecap0 { - status = "okay"; - /* PWM is available on Pin 1 of header J12 */ - pinctrl-names = "default"; - pinctrl-0 = <&main_ecap0_pins_default>; -}; - -&main_mcan0 { - status = "okay"; - pinctrl-names = "default"; - pinctrl-0 = <&main_mcan0_pins_default>; - phys = <&transceiver1>; +&tscadc0 { + /* ADC is reserved for R5 usage */ + status = "reserved"; }; -&main_mcan1 { +&icssg0_mdio { status = "okay"; - pinctrl-names = "default"; - pinctrl-0 = <&main_mcan1_pins_default>; - phys = <&transceiver2>; }; &icssg1_mdio {
Serial output when booting 09.00.00.03 generated kernel
U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000) EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -121 Resetting on cold boot to workaround ErrataID:i2331 Please resend tiboot3.bin in case of UART/DFU boot resetting ... U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000) EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -121 SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') SPL initial stack usage: 13376 bytes Trying to boot from MMC2 Authentication passed Authentication passed Authentication passed Authentication passed Loading Environment from MMC... *** Warning - No MMC card found, using default environment Starting ATF on ARM64 core... NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty NOTICE: BL31: Built : 00:42:57, Jan 13 2023 I/TC: I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 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 0x0009 '9.0.5--v09.00.05 (Kool Koala)') 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 2023.04-00001-g4446269d4e-dirty (Sep 04 2023 - 20:20:00 -0700) EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -121 SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') Trying to boot from MMC2 Authentication passed Authentication passed U-Boot 2023.04-00001-g4446269d4e-dirty (Sep 04 2023 - 20:20:00 -0700) SoC: AM64X SR2.0 HS-FS Model: Texas Instruments AM642 EVM EEPROM not available at 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -121 DRAM: 2 GiB Core: 59 devices, 29 uclasses, devicetree: separate 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 0x50, trying to read at 0x51 Reading on-board EEPROM at 0x51 failed -121 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' Failed to load 'uEnv.txt' 20593152 bytes read in 885 ms (22.2 MiB/s) 56621 bytes read in 36 ms (1.5 MiB/s) Working FDT set to 88000000 ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Working FDT set to 88000000 Loading Device Tree to 000000008feef000, end 000000008fffffff ... OK Working FDT set to 8feef000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.33-00004-gc6e380a5a5b1-dirty (jdolan@dalaptop) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #1 SMP PREEMPT Tue Sep 12 20:07:06 PDT 2023 [ 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 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-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-0x00000000a57fffff] [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 [ 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 19 pages/cpu s38376 r8192 d31256 u77824 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=662364e8-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: 1888836K/2097152K available (12480K kernel code, 1294K rwdata, 4040K rodata, 2176K init, 498K bss, 175548K reserved, 32768K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU 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] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008599] Console: colour dummy device 80x25 [ 0.013197] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023876] pid_max: default: 32768 minimum: 301 [ 0.028662] LSM: Security Framework initializing [ 0.033535] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.041119] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.051145] cblist_init_generic: Setting adjustable number of callback queues. [ 0.058621] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.064931] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.071359] rcu: Hierarchical SRCU implementation. [ 0.076269] rcu: Max phase no-delay instances is 1000. [ 0.081934] Platform MSI: msi-controller@1820000 domain created [ 0.088337] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.098384] EFI services will not be available. [ 0.103356] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot [ 0.117010] Detected VIPT I-cache on CPU1 [ 0.117153] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000 [ 0.117174] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000 [ 0.117236] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.117366] smp: Brought up 1 node, 2 CPUs [ 0.146752] SMP: Total of 2 processors activated. [ 0.151565] CPU features: detected: 32-bit EL0 Support [ 0.156838] CPU features: detected: CRC32 instructions [ 0.162164] CPU: All CPU(s) started at EL2 [ 0.166350] alternatives: applying system-wide alternatives [ 0.174074] devtmpfs: initialized [ 0.187041] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.197062] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.205442] pinctrl core: initialized pinctrl subsystem [ 0.211495] DMI not present or invalid. [ 0.216216] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.223624] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.231086] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.239210] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.247422] audit: initializing netlink subsys (disabled) [ 0.253326] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1 [ 0.253993] thermal_sys: Registered thermal governor 'step_wise' [ 0.261261] thermal_sys: Registered thermal governor 'power_allocator' [ 0.267683] cpuidle: using governor menu [ 0.278626] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.285645] ASID allocator initialised with 65536 entries [ 0.305007] KASLR disabled due to lack of seed [ 0.318431] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.325402] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.331812] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.338750] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.345154] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.352091] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.358496] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.365433] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.374135] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected [ 0.384878] iommu: Default domain type: Translated [ 0.389893] iommu: DMA domain TLB invalidation policy: strict mode [ 0.396660] SCSI subsystem initialized [ 0.401045] usbcore: registered new interface driver usbfs [ 0.406711] usbcore: registered new interface driver hub [ 0.412175] usbcore: registered new device driver usb [ 0.417933] pps_core: LinuxPPS API ver. 1 registered [ 0.423019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.432371] PTP clock support registered [ 0.436518] EDAC MC: Ver: 3.0.0 [ 0.440997] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100 [ 0.447979] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100 [ 0.454841] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100 [ 0.462284] FPGA manager framework [ 0.465909] Advanced Linux Sound Architecture Driver Initialized. [ 0.473375] clocksource: Switched to clocksource arch_sys_counter [ 0.479962] VFS: Disk quotas dquot_6.6.0 [ 0.484036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498516] NET: Registered PF_INET protocol family [ 0.503850] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.513583] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.522422] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.530374] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.538598] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.546630] TCP: Hash tables configured (established 16384 bind 16384) [ 0.553592] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.560540] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.568110] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.574517] RPC: Registered named UNIX socket transport module. [ 0.580630] RPC: Registered udp transport module. [ 0.585442] RPC: Registered tcp transport module. [ 0.590249] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.596842] NET: Registered PF_XDP protocol family [ 0.601782] PCI: CLS 0 bytes, default 64 [ 0.606673] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.616841] Initialise system trusted keyrings [ 0.621771] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.635543] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.642495] NFS: Registering the id_resolver key type [ 0.647762] Key type id_resolver registered [ 0.652043] Key type id_legacy registered [ 0.656226] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.663082] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.670911] 9p: Installing v9fs 9p2000 file system support [ 0.719103] Key type asymmetric registered [ 0.723301] Asymmetric key parser 'x509' registered [ 0.728370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.736201] io scheduler mq-deadline registered [ 0.740871] io scheduler kyber registered [ 0.748236] pinctrl-single 4084000.pinctrl: 33 pins, size 132 [ 0.754707] pinctrl-single f4000.pinctrl: 180 pins, size 720 [ 0.761707] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.776511] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.792748] loop: module loaded [ 0.797524] megasas: 07.719.03.00-rc1 [ 0.806169] tun: Universal TUN/TAP device driver, 1.6 [ 0.812244] thunder_xcv, ver 1.0 [ 0.815617] thunder_bgx, ver 1.0 [ 0.818949] nicpf, ver 1.0 [ 0.822169] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 0.829562] hns3: Copyright (c) 2017 Huawei Corporation. [ 0.835089] hclge is initializing [ 0.838504] e1000: Intel(R) PRO/1000 Network Driver [ 0.843493] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.849411] e1000e: Intel(R) PRO/1000 Network Driver [ 0.854484] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 0.860591] igb: Intel(R) Gigabit Ethernet Network Driver [ 0.866110] igb: Copyright (c) 2007-2014 Intel Corporation. [ 0.871840] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.878247] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.884502] sky2: driver version 1.30 [ 0.889142] VFIO - User Level meta-driver version: 0.3 [ 0.895451] usbcore: registered new interface driver usb-storage [ 0.902629] i2c_dev: i2c /dev entries driver [ 0.908763] sdhci: Secure Digital Host Controller Interface driver [ 0.915140] sdhci: Copyright(c) Pierre Ossman [ 0.920453] Synopsys Designware Multimedia Card Interface Driver [ 0.927115] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.934076] ledtrig-cpu: registered to indicate activity on CPUs [ 0.940493] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.947466] usbcore: registered new interface driver usbhid [ 0.953183] usbhid: USB HID core driver [ 0.958709] 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.963335] optee: revision 3.20 (8e74d476) [ 0.980092] optee: dynamic shared memory is enabled [ 0.989864] optee: initialized driver [ 0.996061] Initializing XFRM netlink socket [ 1.000517] NET: Registered PF_PACKET protocol family [ 1.005872] 9pnet: Installing 9P2000 support [ 1.010346] Key type dns_resolver registered [ 1.015243] registered taskstats version 1 [ 1.019483] Loading compiled-in X.509 certificates [ 1.036081] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') [ 1.079400] pca953x 0-0022: supply vcc not found, using dummy regulator [ 1.086353] pca953x 0-0022: using AI [ 1.113429] pca953x 0-0022: failed writing register [ 1.118642] pca953x: probe of 0-0022 failed with error -121 [ 1.124521] omap_i2c 20010000.i2c: bus 0 rev0.12 at 400 kHz [ 1.130590] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.139017] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.148434] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.160596] ti-udma 485c0100.dma-controller: Number of rings: 68 [ 1.168205] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6) [ 1.178493] ti-udma 485c0000.dma-controller: Number of rings: 288 [ 1.193842] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15) [ 1.205020] printk: console [ttyS2] disabled [ 1.209495] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 304, base_baud = 3000000) is a 8250 [ 1.218394] printk: console [ttyS2] enabled [ 1.218394] printk: console [ttyS2] enabled [ 1.226854] printk: bootconsole [ns16550a0] disabled [ 1.226854] printk: bootconsole [ns16550a0] disabled [ 1.241984] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 1.285422] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.294215] --> mscc_main.c file && function is vsc85xx_probe <---/n [ 1.294537] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver Microsemi GE VSC8501 SyncE parasbhanot [ 1.311469] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006 [ 1.324452] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 1.330726] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4 [ 1.337855] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.344555] pps pps0: new PPS source ptp0 [ 1.349012] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.360015] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16 [ 1.370764] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0 [ 1.382196] mmc0: CQHCI version 5.10 [ 1.383630] mmc1: CQHCI version 5.10 [ 1.402110] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present! [ 1.418417] ALSA device list: [ 1.421485] No soundcards found. [ 1.425965] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.433389] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.441607] Waiting for root device PARTUUID=662364e8-02... [ 1.488534] mmc1: error -110 whilst initialising SD card [ 1.503276] mmc0: Command Queue Engine enabled [ 1.507791] mmc0: new HS200 MMC card at address 0001 [ 1.513706] mmcblk0: mmc0:0001 WB2908 7.28 GiB [ 1.520078] mmcblk0: p1 [ 1.523332] mmcblk0boot0: mmc0:0001 WB2908 8.00 MiB [ 1.529607] mmcblk0boot1: mmc0:0001 WB2908 8.00 MiB [ 1.661922] mmc1: new high speed SDHC card at address aaaa [ 1.668422] mmcblk1: mmc1:aaaa SL16G 14.8 GiB [ 1.679291] mmcblk1: p1 p2 [ 1.792429] EXT4-fs (mmcblk1p2): recovery complete [ 1.798507] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.807143] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.816710] devtmpfs: mounted [ 1.821147] Freeing unused kernel memory: 2176K [ 1.825790] Run /sbin/init as init process [ 2.137338] systemd[1]: System time before build time, advancing clock. [ 2.179637] systemd[1]: systemd 252 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified) [ 2.211254] systemd[1]: Detected architecture arm64. Welcome to Buildroot 2023.05.1! [ 2.241907] systemd[1]: Hostname set to <acces-enet>. [ 2.707487] systemd[1]: Queued start job for default target Multi-User System. [ 2.732437] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 2.755751] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 2.778145] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 2.802068] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 2.826026] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 2.841774] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 2.861670] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 2.877749] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 2.894920] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 2.918603] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 2.942644] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 2.958855] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 2.982913] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.006470] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.057886] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.078579] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.129930] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 3.154225] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 3.175747] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 3.201840] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.1.33-00004-gc6e380a5a5b1-dirty/modules.devname). [ 3.242283] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 3.275001] systemd[1]: Starting Load Kernel Module efi_pstore... Starting Load Kernel Module efi_pstore... [ 3.326405] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 3.353739] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 3.394261] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.417250] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. [ 3.432255] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line... [ 3.480070] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 3.512567] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 3.515033] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 3.563045] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ 3.591521] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 3.635547] 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 Load Kernel Module configfs. [ OK ] Finished Load Kernel Module efi_pstore. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. [ OK ] Finished Apply Kernel Variables. [ OK ] Reached target Preparation for Network. Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Kernel Configuration File S[ 3.973123] systemd-journald[136]: Received client request to flush runtime journal. ystem. [ 3.991637] systemd-journald[136]: File /var/log/journal/bf53c7f04a894d54839af3c1a5b0b6fc/system.journal corrupted or uncleanly shut down, renaming and replacing. [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. [ OK ] Reached target Local File Systems. [ 4.133011] audit: type=1334 audit(1671560145.992:2): prog-id=6 op=LOAD [ 4.143561] audit: type=1334 audit(1671560146.000:3): prog-id=7 op=LOAD Starting Rule-based Manage…for Device Events and Files... [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. [ OK ] Started Rule-based Manager for Device Events and Files. [ 4.623783] audit: type=1334 audit(1671560146.484:4): prog-id=8 op=LOAD Starting Network Configuration... [ 4.670692] audit: type=1334 audit(1671560146.532:5): prog-id=9 op=LOAD Starting Network Name Resolution... [ 4.718510] audit: type=1334 audit(1671560146.580:6): prog-id=10 op=LOAD Starting Network Time Synchronization... [ OK ] Found device /dev/ttyS2. [ OK ] Started Network Configuration. [ OK ] Started Network Name Resolution. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target System Time Set. [ OK ] Started Discard unused blocks once a week. [ OK ] Reached target Timer Units. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. [ OK ] Started D-Bus System Message Bus. [ OK ] Started Serial Getty on ttyS2. [ OK ] Reached target Login Prompts. [ OK ] Reached target Multi-User System. Welcome to Buildroot acces-enet login: [ 6.965385] random: crng init done [ 11.622574] platform mux-controller: deferred probe pending [ 11.628210] platform mdio-mux-1: deferred probe pending acces-enet login: root Password: acces-enet# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.33-00004-gc6e380a5a5b1-dirty (jdolan@dalaptop) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #1 SMP PREEMPT Tue Sep 12 20:07:06 PDT 2023 [ 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 0x00000000a1000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB [ 0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-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-0x00000000a57fffff] [ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 [ 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 19 pages/cpu s38376 r8192 d31256 u77824 [ 0.000000] pcpu-alloc: s38376 r8192 d31256 u77824 alloc=19*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=662364e8-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: 1888836K/2097152K available (12480K kernel code, 1294K rwdata, 4040K rodata, 2176K init, 498K bss, 175548K reserved, 32768K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU 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] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000 [ 0.000000] ITS [mem 0x01820000-0x0182ffff] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000080030000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns [ 0.008599] Console: colour dummy device 80x25 [ 0.013197] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) [ 0.023876] pid_max: default: 32768 minimum: 301 [ 0.028662] LSM: Security Framework initializing [ 0.033535] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.041119] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.051145] cblist_init_generic: Setting adjustable number of callback queues. [ 0.058621] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.064931] cblist_init_generic: Setting shift to 1 and lim to 1. [ 0.071359] rcu: Hierarchical SRCU implementation. [ 0.076269] rcu: Max phase no-delay instances is 1000. [ 0.081934] Platform MSI: msi-controller@1820000 domain created [ 0.088337] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created [ 0.098384] EFI services will not be available. [ 0.103356] smp: Bringing up secondary CPUs ... [ 0.117010] Detected VIPT I-cache on CPU1 [ 0.117153] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000 [ 0.117174] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000 [ 0.117236] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.117366] smp: Brought up 1 node, 2 CPUs [ 0.146752] SMP: Total of 2 processors activated. [ 0.151565] CPU features: detected: 32-bit EL0 Support [ 0.156838] CPU features: detected: CRC32 instructions [ 0.162164] CPU: All CPU(s) started at EL2 [ 0.166350] alternatives: applying system-wide alternatives [ 0.174074] devtmpfs: initialized [ 0.187041] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.197062] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.205442] pinctrl core: initialized pinctrl subsystem [ 0.211495] DMI not present or invalid. [ 0.216216] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.223624] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.231086] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.239210] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.247422] audit: initializing netlink subsys (disabled) [ 0.253326] audit: type=2000 audit(0.160:1): state=initialized audit_enabled=0 res=1 [ 0.253993] thermal_sys: Registered thermal governor 'step_wise' [ 0.261261] thermal_sys: Registered thermal governor 'power_allocator' [ 0.267683] cpuidle: using governor menu [ 0.278626] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.285645] ASID allocator initialised with 65536 entries [ 0.305007] KASLR disabled due to lack of seed [ 0.318431] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.325402] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.331812] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.338750] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.345154] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.352091] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.358496] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.365433] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.374135] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected [ 0.384878] iommu: Default domain type: Translated [ 0.389893] iommu: DMA domain TLB invalidation policy: strict mode [ 0.396660] SCSI subsystem initialized [ 0.400757] libata version 3.00 loaded. [ 0.401045] usbcore: registered new interface driver usbfs [ 0.406711] usbcore: registered new interface driver hub [ 0.412175] usbcore: registered new device driver usb [ 0.417933] pps_core: LinuxPPS API ver. 1 registered [ 0.423019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.432371] PTP clock support registered [ 0.436518] EDAC MC: Ver: 3.0.0 [ 0.440997] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100 [ 0.447979] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100 [ 0.454841] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100 [ 0.462284] FPGA manager framework [ 0.465909] Advanced Linux Sound Architecture Driver Initialized. [ 0.473375] clocksource: Switched to clocksource arch_sys_counter [ 0.479962] VFS: Disk quotas dquot_6.6.0 [ 0.484036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.498516] NET: Registered PF_INET protocol family [ 0.503850] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.513583] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.522422] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.530374] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.538598] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.546630] TCP: Hash tables configured (established 16384 bind 16384) [ 0.553592] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.560540] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.568110] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.574517] RPC: Registered named UNIX socket transport module. [ 0.580630] RPC: Registered udp transport module. [ 0.585442] RPC: Registered tcp transport module. [ 0.590249] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.596842] NET: Registered PF_XDP protocol family [ 0.601782] PCI: CLS 0 bytes, default 64 [ 0.606673] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.616841] Initialise system trusted keyrings [ 0.621771] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.635543] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.642495] NFS: Registering the id_resolver key type [ 0.647762] Key type id_resolver registered [ 0.652043] Key type id_legacy registered [ 0.656226] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.663082] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.670911] 9p: Installing v9fs 9p2000 file system support [ 0.719103] Key type asymmetric registered [ 0.723301] Asymmetric key parser 'x509' registered [ 0.728370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.736201] io scheduler mq-deadline registered [ 0.740871] io scheduler kyber registered [ 0.748236] pinctrl-single 4084000.pinctrl: 33 pins, size 132 [ 0.754707] pinctrl-single f4000.pinctrl: 180 pins, size 720 [ 0.761707] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.776511] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.792748] loop: module loaded [ 0.797524] megasas: 07.719.03.00-rc1 [ 0.806169] tun: Universal TUN/TAP device driver, 1.6 [ 0.812244] thunder_xcv, ver 1.0 [ 0.815617] thunder_bgx, ver 1.0 [ 0.818949] nicpf, ver 1.0 [ 0.822169] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version [ 0.829562] hns3: Copyright (c) 2017 Huawei Corporation. [ 0.835089] hclge is initializing [ 0.838504] e1000: Intel(R) PRO/1000 Network Driver [ 0.843493] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.849411] e1000e: Intel(R) PRO/1000 Network Driver [ 0.854484] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 0.860591] igb: Intel(R) Gigabit Ethernet Network Driver [ 0.866110] igb: Copyright (c) 2007-2014 Intel Corporation. [ 0.871840] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 0.878247] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 0.884502] sky2: driver version 1.30 [ 0.889142] VFIO - User Level meta-driver version: 0.3 [ 0.895451] usbcore: registered new interface driver usb-storage [ 0.902629] i2c_dev: i2c /dev entries driver [ 0.908763] sdhci: Secure Digital Host Controller Interface driver [ 0.915140] sdhci: Copyright(c) Pierre Ossman [ 0.920453] Synopsys Designware Multimedia Card Interface Driver [ 0.927115] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.934076] ledtrig-cpu: registered to indicate activity on CPUs [ 0.940493] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.947466] usbcore: registered new interface driver usbhid [ 0.953183] usbhid: USB HID core driver [ 0.958709] optee: probing for conduit method. [ 0.963335] optee: revision 3.20 (8e74d476) [ 0.980092] optee: dynamic shared memory is enabled [ 0.989864] optee: initialized driver [ 0.996061] Initializing XFRM netlink socket [ 1.000517] NET: Registered PF_PACKET protocol family [ 1.005872] 9pnet: Installing 9P2000 support [ 1.010346] Key type dns_resolver registered [ 1.015243] registered taskstats version 1 [ 1.019483] Loading compiled-in X.509 certificates [ 1.036081] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)') [ 1.079400] pca953x 0-0022: supply vcc not found, using dummy regulator [ 1.086353] pca953x 0-0022: using AI [ 1.113429] pca953x 0-0022: failed writing register [ 1.118642] pca953x: probe of 0-0022 failed with error -121 [ 1.124521] omap_i2c 20010000.i2c: bus 0 rev0.12 at 400 kHz [ 1.130590] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created [ 1.139017] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created [ 1.148434] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created [ 1.160596] ti-udma 485c0100.dma-controller: Number of rings: 68 [ 1.168205] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6) [ 1.178493] ti-udma 485c0000.dma-controller: Number of rings: 288 [ 1.193842] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15) [ 1.205020] printk: console [ttyS2] disabled [ 1.209495] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 304, base_baud = 3000000) is a 8250 [ 1.218394] printk: console [ttyS2] enabled [ 1.226854] printk: bootconsole [ns16550a0] disabled [ 1.241984] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode [ 1.285422] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 [ 1.294215] --> mscc_main.c file && function is vsc85xx_probe <---/n [ 1.294537] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver Microsemi GE VSC8501 SyncE parasbhanot [ 1.311469] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006 [ 1.324452] am65-cpsw-nuss 8000000.ethernet: Use random MAC address [ 1.330726] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4 [ 1.337855] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 [ 1.344555] pps pps0: new PPS source ptp0 [ 1.349012] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1 [ 1.360015] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16 [ 1.370764] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0 [ 1.382196] mmc0: CQHCI version 5.10 [ 1.383630] mmc1: CQHCI version 5.10 [ 1.402110] debugfs: Directory 'pd:114' with parent 'pm_genpd' already present! [ 1.418417] ALSA device list: [ 1.421485] No soundcards found. [ 1.425965] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit [ 1.433389] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit [ 1.441607] Waiting for root device PARTUUID=662364e8-02... [ 1.488534] mmc1: error -110 whilst initialising SD card [ 1.503276] mmc0: Command Queue Engine enabled [ 1.507791] mmc0: new HS200 MMC card at address 0001 [ 1.513706] mmcblk0: mmc0:0001 WB2908 7.28 GiB [ 1.520078] mmcblk0: p1 [ 1.523332] mmcblk0boot0: mmc0:0001 WB2908 8.00 MiB [ 1.529607] mmcblk0boot1: mmc0:0001 WB2908 8.00 MiB [ 1.661922] mmc1: new high speed SDHC card at address aaaa [ 1.668422] mmcblk1: mmc1:aaaa SL16G 14.8 GiB [ 1.679291] mmcblk1: p1 p2 [ 1.792429] EXT4-fs (mmcblk1p2): recovery complete [ 1.798507] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.807143] VFS: Mounted root (ext4 filesystem) on device 179:98. [ 1.816710] devtmpfs: mounted [ 1.821147] Freeing unused kernel memory: 2176K [ 1.825790] Run /sbin/init as init process [ 1.829886] with arguments: [ 1.829889] /sbin/init [ 1.829893] with environment: [ 1.829896] HOME=/ [ 1.829900] TERM=linux [ 2.137338] systemd[1]: System time before build time, advancing clock. [ 2.179637] systemd[1]: systemd 252 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified) [ 2.211254] systemd[1]: Detected architecture arm64. [ 2.241907] systemd[1]: Hostname set to <acces-enet>. [ 2.707487] systemd[1]: Queued start job for default target Multi-User System. [ 2.732437] systemd[1]: Created slice Slice /system/modprobe. [ 2.755751] systemd[1]: Created slice Slice /system/serial-getty. [ 2.778145] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.802068] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.826026] systemd[1]: Reached target Path Units. [ 2.841774] systemd[1]: Reached target Remote File Systems. [ 2.861670] systemd[1]: Reached target Slice Units. [ 2.877749] systemd[1]: Reached target Swaps. [ 2.894920] systemd[1]: Listening on Journal Audit Socket. [ 2.918603] systemd[1]: Listening on Journal Socket (/dev/log). [ 2.942644] systemd[1]: Listening on Journal Socket. [ 2.958855] systemd[1]: Listening on Network Service Netlink Socket. [ 2.982913] systemd[1]: Listening on udev Control Socket. [ 3.006470] systemd[1]: Listening on udev Kernel Socket. [ 3.057886] systemd[1]: Mounting Huge Pages File System... [ 3.078579] systemd[1]: Mounting POSIX Message Queue File System... [ 3.129930] systemd[1]: Mounting Kernel Debug File System... [ 3.154225] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 3.175747] systemd[1]: Mounting Temporary Directory /tmp... [ 3.201840] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.1.33-00004-gc6e380a5a5b1-dirty/modules.devname). [ 3.242283] systemd[1]: Starting Load Kernel Module configfs... [ 3.275001] systemd[1]: Starting Load Kernel Module efi_pstore... [ 3.326405] systemd[1]: Starting Load Kernel Module fuse... [ 3.353739] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 3.394261] systemd[1]: Starting Journal Service... [ 3.417250] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. [ 3.432255] systemd[1]: Starting Generate network units from Kernel command line... [ 3.480070] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.512567] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none. [ 3.515033] systemd[1]: Starting Apply Kernel Variables... [ 3.563045] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.591521] systemd[1]: Starting Coldplug All udev Devices... [ 3.635547] systemd[1]: Started Journal Service. [ 3.973123] systemd-journald[136]: Received client request to flush runtime journal. [ 3.991637] systemd-journald[136]: File /var/log/journal/bf53c7f04a894d54839af3c1a5b0b6fc/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 4.133011] audit: type=1334 audit(1671560145.992:2): prog-id=6 op=LOAD [ 4.143561] audit: type=1334 audit(1671560146.000:3): prog-id=7 op=LOAD [ 4.623783] audit: type=1334 audit(1671560146.484:4): prog-id=8 op=LOAD [ 4.670692] audit: type=1334 audit(1671560146.532:5): prog-id=9 op=LOAD [ 4.718510] audit: type=1334 audit(1671560146.580:6): prog-id=10 op=LOAD [ 6.965385] random: crng init done [ 11.622574] platform mux-controller: deferred probe pending [ 11.628210] platform mdio-mux-1: deferred probe pending acces-enet#