<?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>LayerscapeのトピックLX2080</title>
    <link>https://community.nxp.com/t5/Layerscape/LX2080/m-p/2326261#M16557</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;During the LX2080 processor's uboot startup phase, it occasionally gets stuck at the following print position:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;“Loading Environment from SPIFlash... SF: Detected mx25uw51245g with page size 256 Bytes, erase size 64 KiB, total 64 MiB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EEPROM: Read failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Out: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Err: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Net: Could not get PHY for mdio@8b97000: addr 15”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;It should be an MDIO initialization exception that directly causes the system to hang. I want to implement a timeout retry. How can this be done in the device tree?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 09:52:56 GMT</pubDate>
    <dc:creator>YY2410</dc:creator>
    <dc:date>2026-03-04T09:52:56Z</dc:date>
    <item>
      <title>LX2080</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2080/m-p/2326261#M16557</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;During the LX2080 processor's uboot startup phase, it occasionally gets stuck at the following print position:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;“Loading Environment from SPIFlash... SF: Detected mx25uw51245g with page size 256 Bytes, erase size 64 KiB, total 64 MiB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EEPROM: Read failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Out: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Err: serial_pl01x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Net: Could not get PHY for mdio@8b97000: addr 15”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;It should be an MDIO initialization exception that directly causes the system to hang. I want to implement a timeout retry. How can this be done in the device tree?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 09:52:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2080/m-p/2326261#M16557</guid>
      <dc:creator>YY2410</dc:creator>
      <dc:date>2026-03-04T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: LX2080</title>
      <link>https://community.nxp.com/t5/Layerscape/LX2080/m-p/2327502#M16562</link>
      <description>&lt;P&gt;In u-boot dts file&amp;nbsp;arch/arm/dts/fsl-lx2160a-rdb.dts, please modify "reg" value as the real PHY address on MDIO bus.&lt;/P&gt;
&lt;P&gt;&amp;amp;emdio1 {&lt;BR /&gt;status = "okay";&lt;/P&gt;
&lt;P&gt;cortina_phy: ethernet-phy@0 {&lt;BR /&gt;reg = &amp;lt;0x0&amp;gt;;&lt;STRONG&gt;//modify as you real PHY address.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;rgmii_phy1: ethernet-phy@1 {&lt;BR /&gt;/* AR8035 PHY - "compatible" property not strictly needed */&lt;BR /&gt;compatible = "ethernet-phy-id004d.d072";&lt;BR /&gt;reg = &amp;lt;0x1&amp;gt;;&lt;STRONG&gt;//modify as you real PHY address.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;BR /&gt;/* Poll mode - no "interrupts" property defined */&lt;BR /&gt;};&lt;BR /&gt;rgmii_phy2: ethernet-phy@2 {&lt;BR /&gt;/* AR8035 PHY - "compatible" property not strictly needed */&lt;BR /&gt;compatible = "ethernet-phy-id004d.d072";&lt;BR /&gt;reg = &amp;lt;0x2&amp;gt;;&lt;STRONG&gt;//modify as you real PHY address.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;BR /&gt;/* Poll mode - no "interrupts" property defined */&lt;BR /&gt;};&lt;BR /&gt;aquantia_phy1: ethernet-phy@4 {&lt;BR /&gt;/* AQR107 PHY - "compatible" property not strictly needed */&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;interrupts = &amp;lt;GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt;reg = &amp;lt;0x4&amp;gt;;&lt;STRONG&gt;//modify as you real PHY address.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;BR /&gt;};&lt;BR /&gt;aquantia_phy2: ethernet-phy@5 {&lt;BR /&gt;/* AQR107 PHY - "compatible" property not strictly needed */&lt;BR /&gt;compatible = "ethernet-phy-ieee802.3-c45";&lt;BR /&gt;interrupts = &amp;lt;GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt;reg = &amp;lt;0x5&amp;gt;;&lt;STRONG&gt;//modify as you real PHY address.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 03:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LX2080/m-p/2327502#M16562</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2026-03-06T03:51:45Z</dc:date>
    </item>
  </channel>
</rss>

