<?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: linux booting cuts while trying to program PFE in s32g274a in S32G</title>
    <link>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1702865#M4429</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202062"&gt;@0xEC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you share the building procedure you followed to build the TF-A Firmware?&lt;/P&gt;
&lt;P&gt;Also, please share the changes you made on top of the default firmware, if any.&lt;/P&gt;
&lt;P&gt;Please share the BSP Version details so, we can try here to reproduce it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 10:00:32 GMT</pubDate>
    <dc:creator>MayanksPatel</dc:creator>
    <dc:date>2023-08-10T10:00:32Z</dc:date>
    <item>
      <title>linux booting cuts while trying to program PFE in s32g274a</title>
      <link>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1696454#M4283</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have custom board which has s32g274a SoC referenced from rdb2 board of s32g274a, while linux booting after TF-A and u-boot, board reset itself which reason i do not know.&lt;/P&gt;&lt;P&gt;i added SS of my booting sequence. it resets while trying to load PFEng. i could not debug it, trying to find out adding printf and some debug messages into u-boot, TF-A. Do you have any idea about my situation or does anyone face such a situation?&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0xEC_1-1690874843664.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234491i71610642CCCF05EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="0xEC_1-1690874843664.png" alt="0xEC_1-1690874843664.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 07:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1696454#M4283</guid>
      <dc:creator>0xEC</dc:creator>
      <dc:date>2023-08-01T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: linux booting cuts while trying to program PFE in s32g274a</title>
      <link>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1702865#M4429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202062"&gt;@0xEC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you share the building procedure you followed to build the TF-A Firmware?&lt;/P&gt;
&lt;P&gt;Also, please share the changes you made on top of the default firmware, if any.&lt;/P&gt;
&lt;P&gt;Please share the BSP Version details so, we can try here to reproduce it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mayank s Patel&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 10:00:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1702865#M4429</guid>
      <dc:creator>MayanksPatel</dc:creator>
      <dc:date>2023-08-10T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: linux booting cuts while trying to program PFE in s32g274a</title>
      <link>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1702891#M4431</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204248"&gt;@MayanksPatel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually i did solve this problem by disabling not used PFE_MAC2 in our custom board in the file include/configs/s32g274ardb2.h in u-boot source code as follows:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;original was:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;#define PFENG_MODE&amp;nbsp; "enable,sgmii, none, rgmii"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;updated as:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;#define PFENG_MODE "enable, sgmii, none, none"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;by this change, u-boot enables just PFE_MAC0 in sgmii mode and PFE_MAC2 is not bring up so the kernel can boot.&lt;/P&gt;&lt;P&gt;Sorry for not updating this ticket, i forgot this one,&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 10:37:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/linux-booting-cuts-while-trying-to-program-PFE-in-s32g274a/m-p/1702891#M4431</guid>
      <dc:creator>0xEC</dc:creator>
      <dc:date>2023-08-10T10:37:50Z</dc:date>
    </item>
  </channel>
</rss>

