<?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>Other NXP ProductsのトピックRe: Optical Link for RGMII using LS1046A on custom board</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1733287#M19499</link>
    <description>if you can ping using the copper mode but not pinging using fibber mode so the problem is the driver, unfortunately driver modification/develop is out of&amp;nbsp; scope technical support. NXP has pro-support by payment, they can help you with your driver, or you can ask to Marvell regarding the driver.</description>
    <pubDate>Tue, 03 Oct 2023 17:14:02 GMT</pubDate>
    <dc:creator>LFGP</dc:creator>
    <dc:date>2023-10-03T17:14:02Z</dc:date>
    <item>
      <title>Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1730675#M19426</link>
      <description>&lt;P&gt;Hi, we are using a custom board based on LS1046ARDB, the custom board uses Marvell Phy (88E1512), which supports both Electrical and Optical Ethernet.&lt;/P&gt;&lt;P&gt;The Electrical ethernet (RJ45) is working fine (ping is working fine), however iam unable to switch to Optical Ethernet in kernel mode (please let me know what can be done, attached is the dts file).&lt;/P&gt;&lt;P&gt;But when i change the dts to usdpaa.dts and run the dpdk-l2fwd application the optical port is working and forwarding the packets. However in Kernel mode optical SFP is not working&lt;/P&gt;&lt;P&gt;Please provide your help&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 16:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1730675#M19426</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-27T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1730984#M19438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With respect to the subject, also please find attached the Schematics of relevant pages.&lt;/P&gt;&lt;P&gt;Please provide your help.&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 05:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1730984#M19438</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-28T05:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1731793#M19453</link>
      <description>&lt;P&gt;Hi all, Awaiting for your reply, please provide your Help/Support.&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 05:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1731793#M19453</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-29T05:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1732112#M19461</link>
      <description>&lt;P&gt;the application you are running exits in the user-space and can't not be used in kernel-mode,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;some important concepts:&lt;/P&gt;
&lt;P&gt;""Depending on which architecture your driver is running on, and how the kernel was configured, the user-space pointers may not be valid while running in kernel mode at all. There may be no mapping for that address, or it could point to some other, random data.&lt;/P&gt;
&lt;P&gt;Even if the pointer does mean the same thing in kernel space, user-space memory is paged, and the memory in question might not be resident in RAM when the system call is made. Attempting to reference the user-space memory directly could generate a page fault, which is something that kernel code is not allowed to do.""&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 17:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1732112#M19461</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2023-09-29T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1732277#M19467</link>
      <description>&lt;P&gt;Hi, thank u for the reply,&lt;/P&gt;&lt;P&gt;Please note that we are using Marvell Phy Driver which is provided by LSDK21.08,&lt;/P&gt;&lt;P&gt;Also in uboot when i do Mdio list following results are displayed&lt;/P&gt;&lt;P&gt;=&amp;gt; mdio list&lt;BR /&gt;mdio@fc000:&lt;BR /&gt;0 - Marvell 88E151x &amp;lt;--&amp;gt; fm1-mac4&lt;BR /&gt;1 - Marvell 88E151x &amp;lt;--&amp;gt; fm1-mac3&lt;BR /&gt;mdio@e9000:&lt;BR /&gt;mdio@fd000:&lt;BR /&gt;0 - Marvell 88E151x &amp;lt;--&amp;gt; fm1-mac6&lt;BR /&gt;1 - Marvell 88E151x &amp;lt;--&amp;gt; fm1-mac5&lt;BR /&gt;mdio@eb000:&lt;BR /&gt;mdio@e1000:&lt;/P&gt;&lt;P&gt;But iam unable to ping in Fibre Mode.&lt;/P&gt;&lt;P&gt;Please let me know what can be done.&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 06:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1732277#M19467</guid>
      <dc:creator>Ghouse</dc:creator>
      <dc:date>2023-09-30T06:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Optical Link for RGMII using LS1046A on custom board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1733287#M19499</link>
      <description>if you can ping using the copper mode but not pinging using fibber mode so the problem is the driver, unfortunately driver modification/develop is out of&amp;nbsp; scope technical support. NXP has pro-support by payment, they can help you with your driver, or you can ask to Marvell regarding the driver.</description>
      <pubDate>Tue, 03 Oct 2023 17:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Optical-Link-for-RGMII-using-LS1046A-on-custom-board/m-p/1733287#M19499</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2023-10-03T17:14:02Z</dc:date>
    </item>
  </channel>
</rss>

