<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: T1024 ehernet interface doesn't up in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1983672#M5071</link>
    <description>&lt;P&gt;Please modify the dts file arch/powerpc/boot/dts/fsl/t1024rdb.dts according to your custom board. Please modify "reg" values to your real PHY addresses at&amp;nbsp;&lt;A href="mailto:mdio@fc000" target="_blank"&gt;mdio@fc000&amp;nbsp;&lt;/A&gt;&amp;nbsp;and&amp;nbsp;mdio@fd000.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;fman@400000 {&lt;BR /&gt;enet0: ethernet@e0000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;xg_aqr105_phy3&amp;gt;;&lt;BR /&gt;phy-connection-type = "xgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x80000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet1: ethernet@e2000 {&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x40000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet2: ethernet@e4000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;rgmii_phy2&amp;gt;;&lt;BR /&gt;phy-connection-type = "rgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x20000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet3: ethernet@e6000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;rgmii_phy1&amp;gt;;&lt;BR /&gt;phy-connection-type = "rgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x10000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;mdio0: mdio@fc000 {&lt;BR /&gt;rgmii_phy1: ethernet-phy@2 {&lt;BR /&gt;reg = &amp;lt;0x2&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;rgmii_phy2: ethernet-phy@6 {&lt;BR /&gt;reg = &amp;lt;0x6&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;xmdio0: mdio@fd000 {&lt;BR /&gt;xg_aqr105_phy3: ethernet-phy@1 {&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;reg = &amp;lt;0x1&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;sg_2500_aqr105_phy4: ethernet-phy@2 {&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;reg = &amp;lt;0x2&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 09:16:16 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2024-10-29T09:16:16Z</dc:date>
    <item>
      <title>T1024 ehernet interface doesn't up</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1980999#M5064</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I've tried to compile an image for the t1024 based board. For the building I've used a Buildroot tools and fresh kernel 6.1.44. But ethernet interfaces doesn't up although&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; ip a&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show me a list of interfaces&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1: lo: &amp;lt;LOOPBACK,UP,LOWER_UP&amp;gt; mtu 65536 qdisc noqueue qlen 1000                 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00                       
    inet 127.0.0.1/8 scope host lo                                              
       valid_lft forever preferred_lft forever                                  
    inet6 ::1/128 scope host                                                    
       valid_lft forever preferred_lft forever                                  
2: eth0: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop qlen 1000                    
    link/ether 00:00:00:00:01:00 brd ff:ff:ff:ff:ff:ff                          
3: eth1: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop qlen 1000                    
    link/ether 00:00:00:00:01:01 brd ff:ff:ff:ff:ff:ff                          
4: eth2: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop qlen 1000                    
    link/ether 00:00:00:00:01:02 brd ff:ff:ff:ff:ff:ff                          
5: eth3: &amp;lt;BROADCAST,MULTICAST&amp;gt; mtu 1500 qdisc noop qlen 1000                    
    link/ether 00:00:00:00:01:03 brd ff:ff:ff:ff:ff:ff                          
6: tunl0@NONE: &amp;lt;NOARP&amp;gt; mtu 1480 qdisc noop qlen 1000                            
    link/ipip 0.0.0.0 brd 0.0.0.0                                               
7: sit0@NONE: &amp;lt;NOARP&amp;gt; mtu 1480 qdisc noop qlen 1000                             
    link/sit 0.0.0.0 brd 0.0.0.0&lt;/LI-CODE&gt;&lt;P&gt;trying&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip link set dev eth0 up &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;give me an error&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fsl_dpaa_mac ffe4e0000.ethernet eth0: init_phy() failed&lt;/LI-CODE&gt;&lt;P&gt;During a boot log I can watch this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mdio_bus 0x0000000ffe4fc000: MDIO device at address 2 is missing.               
mdio_bus 0x0000000ffe4fc000: MDIO device at address 6 is missing.               
mdio_bus 0x0000000ffe4fd000: MDIO device at address 1 is missing.               
mdio_bus 0x0000000ffe4fd000: MDIO device at address 2 is missing.               
platform ffe488000.port: Adding to iommu group 15                               
platform ffe489000.port: Adding to iommu group 16                               
platform ffe48a000.port: Adding to iommu group 17                               
platform ffe48b000.port: Adding to iommu group 18                               
fsl_dpaa_mac ffe4e0000.ethernet: FMan MEMAC                                     
fsl_dpaa_mac ffe4e0000.ethernet: FMan MAC address: 00:00:00:00:01:00            
fsl_dpaa_mac ffe4e2000.ethernet: FMan MEMAC                                     
fsl_dpaa_mac ffe4e2000.ethernet: FMan MAC address: 00:00:00:00:01:01            
fsl_dpaa_mac ffe4e4000.ethernet: FMan MEMAC                                     
fsl_dpaa_mac ffe4e4000.ethernet: FMan MAC address: 00:00:00:00:01:02            
fsl_dpaa_mac ffe4e6000.ethernet: FMan MEMAC                                     
fsl_dpaa_mac ffe4e6000.ethernet: FMan MAC address: 00:00:00:00:01:03            
fsl_dpaa_mac ffe4e0000.ethernet eth0: Probed interface eth0                     
fsl_dpaa_mac ffe4e2000.ethernet eth1: Probed interface eth1                     
fsl_dpaa_mac ffe4e4000.ethernet eth2: Probed interface eth2                     
fsl_dpaa_mac ffe4e6000.ethernet eth3: Probed interface eth3&lt;/LI-CODE&gt;&lt;P&gt;Is it true that the MDIO is not configured correctly?&amp;nbsp; I use a device tree from kernel source, Uboot has been kept from previous image (kernel version 3.12.27). I've loaded a new rootfs, dtb and uImage into ram and ran from there.&lt;/P&gt;&lt;P&gt;ethtool show me the next:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; ethtool eth0                                                                  
Settings for eth0:                                                              
        Supported ports: [ ]                                                    
        Supported link modes:   Not reported                                    
        Supported pause frame use: No                                           
        Supports auto-negotiation: No                                           
        Supported FEC modes: Not reported                                       
        Advertised link modes:  Not reported                                    
        Advertised pause frame use: No                                          
        Advertised auto-negotiation: No                                         
        Advertised FEC modes: Not reported                                      
        Speed: Unknown!                                                         
        Duplex: Half                                                            
        Port: Twisted Pair                                                      
        PHYAD: 0                                                                
        Transceiver: internal                                                   
        Auto-negotiation: off                                                   
        MDI-X: Unknown                                                          
        Current message level: 0x00002037 (8247)                                
                               drv probe link ifdown ifup hw                    
        Link detected: no   &lt;/LI-CODE&gt;&lt;P&gt;Is there some tricks to use ethernet on T1024?&lt;/P&gt;&lt;P&gt;I tried to compile new image from QorIQ SDK 2.0, but it has a very old tools and stopped with a lot of errors.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 07:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1980999#M5064</guid>
      <dc:creator>kriptonus</dc:creator>
      <dc:date>2024-10-24T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 ehernet interface doesn't up</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1983672#M5071</link>
      <description>&lt;P&gt;Please modify the dts file arch/powerpc/boot/dts/fsl/t1024rdb.dts according to your custom board. Please modify "reg" values to your real PHY addresses at&amp;nbsp;&lt;A href="mailto:mdio@fc000" target="_blank"&gt;mdio@fc000&amp;nbsp;&lt;/A&gt;&amp;nbsp;and&amp;nbsp;mdio@fd000.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;fman@400000 {&lt;BR /&gt;enet0: ethernet@e0000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;xg_aqr105_phy3&amp;gt;;&lt;BR /&gt;phy-connection-type = "xgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x80000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet1: ethernet@e2000 {&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x40000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet2: ethernet@e4000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;rgmii_phy2&amp;gt;;&lt;BR /&gt;phy-connection-type = "rgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x20000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;enet3: ethernet@e6000 {&lt;BR /&gt;phy-handle = &amp;lt;&amp;amp;rgmii_phy1&amp;gt;;&lt;BR /&gt;phy-connection-type = "rgmii";&lt;BR /&gt;sleep = &amp;lt;&amp;amp;rcpm 0x10000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;mdio0: mdio@fc000 {&lt;BR /&gt;rgmii_phy1: ethernet-phy@2 {&lt;BR /&gt;reg = &amp;lt;0x2&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;rgmii_phy2: ethernet-phy@6 {&lt;BR /&gt;reg = &amp;lt;0x6&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;xmdio0: mdio@fd000 {&lt;BR /&gt;xg_aqr105_phy3: ethernet-phy@1 {&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;reg = &amp;lt;0x1&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;sg_2500_aqr105_phy4: ethernet-phy@2 {&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;reg = &amp;lt;0x2&amp;gt;;&lt;BR /&gt;};&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 09:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1983672#M5071</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-10-29T09:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 ehernet interface doesn't up</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1984672#M5072</link>
      <description>Thanks a lot. I've solved the issue.</description>
      <pubDate>Wed, 30 Oct 2024 10:29:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-ehernet-interface-doesn-t-up/m-p/1984672#M5072</guid>
      <dc:creator>kriptonus</dc:creator>
      <dc:date>2024-10-30T10:29:05Z</dc:date>
    </item>
  </channel>
</rss>

