<?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: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware in S32G</title>
    <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1804243#M5899</link>
    <description>&lt;P&gt;Hi, it looks like codeaurora is down. Where this particular document PFE_S32G_A53_LNX_UserManual.pdf can be dowloaded?&lt;/P&gt;&lt;P&gt;I'm using rdb3 board and built an ubuntu image with yocto. If I understood it right, the pfe firmware is missing in this image:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt; ping 192.168.88.101&lt;BR /&gt;Failed to get speed of XPCS for emac1_xpcsPFEng firmware file 'mmc@0:1:s32g_pfe_class.fw' loading failed: -2&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've downloaded the latest firmware &lt;STRONG&gt;S32G PFE Firmware Standard Version 1.8.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But have not found any hints how to update/use this firmware on rdb3 board in provided PFE_Firmware_S32G_UserManual.pdf&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 16:16:47 GMT</pubDate>
    <dc:creator>Alexzeit</dc:creator>
    <dc:date>2024-02-08T16:16:47Z</dc:date>
    <item>
      <title>How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1358324#M164</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using S32G-PROCEVB-S and S32GRV-PLATEVB in stacked mode. I made the SDCARD image by using Yocto. But I could not found s32g_pfe_class.fw and s32g_pfe_util.fw in the /lib/firmware folder on target board system. I cannot active pfe1 and pfe2 network interface now. How can I include s32g_pfe_class.fw and s32g_pfe_util.fw into SDCARD imgae?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I used the pre-built BSP 29.0 SDCARD image, I could see s32g_pfe_class.fw and s32g_pfe_util.fw in the /lib/firmware and boot partition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I could not found modules as the following.&lt;/P&gt;&lt;P&gt;./lib/modules/5.4.69-rt39+ge2e9a4afb7c5/kernel/drivers/net/ethernet/nxp/pfe/pfeng-2.0.ko&lt;BR /&gt;./lib/modules/5.4.69-rt39+ge2e9a4afb7c5/kernel/drivers/net/ethernet/nxp/pfe/pfeng-1.1.ko&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your reference, I used repository as the following.&lt;/P&gt;&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp" target="_blank"&gt;https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp&lt;/A&gt; -b hotfix/bsp29.0.hf1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 05:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1358324#M164</guid>
      <dc:creator>Inchul</dc:creator>
      <dc:date>2021-10-20T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1358599#M166</link>
      <description>&lt;P&gt;Study &lt;A href="https://source.codeaurora.org/external/autobsps32/extra/pfeng/plain/doc/PFE_S32G_A53_LNX_UserManual.pdf" target="_self"&gt;this document&lt;/A&gt; for the steps to build PFE support modules for Linux kernel.&lt;/P&gt;
&lt;P&gt;The same repository offers the driver source:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/autobsps32/extra/pfeng" target="_blank"&gt;https://source.codeaurora.org/external/autobsps32/extra/pfeng&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Visit &lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32G2-STDSW-D" target="_self"&gt;NXP Standard Software directory&lt;/A&gt; on Flexera for the firmware binaries.&lt;BR /&gt;Yocto does not automatically download HSE FW binary files. You have to agree to the&lt;BR /&gt;license and download them by hand to a local directory, then instruct bitbake where to&lt;BR /&gt;find them. Details are given in the document mentioned above.&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;BR /&gt;Platon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 11:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1358599#M166</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2021-10-20T11:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1359285#M171</link>
      <description>&lt;P&gt;Hi, pbe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked pfe1 and pfe2 network interface. And I used pfe firmware version 0.9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Inchul Lee.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 07:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1359285#M171</guid>
      <dc:creator>Inchul</dc:creator>
      <dc:date>2021-10-21T07:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1452141#M761</link>
      <description>&lt;P&gt;hi bpe,&lt;/P&gt;&lt;P&gt;I am also in a same situation where I am using nxp GLDBOX and trying to enable PFE .The document(PFE User manual) has info about the same but the link you specified for downloading PFE binaries seems to have nothing (&lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32G2-STDSW-D" target="_blank"&gt;https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32G2-STDSW-D&lt;/A&gt;).I think I have opened the link normally and you mentioned about Flexera. so it means I should open only through Flexera right? Is there any normal link to download the pfe firmware/binaries?&lt;/P&gt;&lt;P&gt;also, can you please elaborate on the driver source. Can we build it ourselves instead of downloading a pre built binaries?&lt;/P&gt;&lt;P&gt;apologies for asking very basic queries&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 07:24:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1452141#M761</guid>
      <dc:creator>jithin2</dc:creator>
      <dc:date>2022-05-03T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1452324#M762</link>
      <description>&lt;P&gt;hi jithin2,&lt;/P&gt;&lt;P&gt;May you try the &lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32G-STDSW-D" target="_self"&gt;link&lt;/A&gt; here, or use the &lt;A href="https://www.nxp.com/app-autopackagemgr/software-package-manager:AUTO-SW-PACKAGE-MANAGER" target="_self"&gt;Automotive SW package manager.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 16:31:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1452324#M762</guid>
      <dc:creator>BigBen</dc:creator>
      <dc:date>2022-05-03T16:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1453493#M768</link>
      <description>&lt;P&gt;Hi BigBen,&lt;/P&gt;&lt;P&gt;Thank you so much.it helped&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 12:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1453493#M768</guid>
      <dc:creator>jithin2</dc:creator>
      <dc:date>2022-05-05T12:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1804243#M5899</link>
      <description>&lt;P&gt;Hi, it looks like codeaurora is down. Where this particular document PFE_S32G_A53_LNX_UserManual.pdf can be dowloaded?&lt;/P&gt;&lt;P&gt;I'm using rdb3 board and built an ubuntu image with yocto. If I understood it right, the pfe firmware is missing in this image:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt; ping 192.168.88.101&lt;BR /&gt;Failed to get speed of XPCS for emac1_xpcsPFEng firmware file 'mmc@0:1:s32g_pfe_class.fw' loading failed: -2&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've downloaded the latest firmware &lt;STRONG&gt;S32G PFE Firmware Standard Version 1.8.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But have not found any hints how to update/use this firmware on rdb3 board in provided PFE_Firmware_S32G_UserManual.pdf&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:16:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1804243#M5899</guid>
      <dc:creator>Alexzeit</dc:creator>
      <dc:date>2024-02-08T16:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add s32g_pfe_class.fw and g32g_pfw_uilt.fw in /lib/firmware</title>
      <link>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1809863#M5936</link>
      <description>&lt;P&gt;I've found the required info in the bsp docu&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 09:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/How-to-add-s32g-pfe-class-fw-and-g32g-pfw-uilt-fw-in-lib/m-p/1809863#M5936</guid>
      <dc:creator>Alexzeit</dc:creator>
      <dc:date>2024-02-16T09:20:02Z</dc:date>
    </item>
  </channel>
</rss>

