<?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: S32G-VNP-RDB3 Boot from NOR Flash in S32G</title>
    <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101564#M13530</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am not tring to boot from SD card, I am trying to boot from NOR Flash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am not able to find the UG for BSP43.0. When I go to the&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/linux-software-and-development-tools/bsp-for-s32-microcontrollers-and-processors:BSP-S32" target="_self"&gt;BSP for S32 Microcontrollers and Processors&amp;nbsp;&lt;/A&gt;&amp;nbsp;page and access the&amp;nbsp;Automotive SW for S32G3 – Linux BSP link, it leads to a download page but the version available there is BSP23.0 as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pcentauri92_1-1747825831221.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338971i61C8B02E084831AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pcentauri92_1-1747825831221.png" alt="pcentauri92_1-1747825831221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please guide me to the proper link for the BSP43.0 UG?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 21 May 2025 11:12:07 GMT</pubDate>
    <dc:creator>pcentauri92</dc:creator>
    <dc:date>2025-05-21T11:12:07Z</dc:date>
    <item>
      <title>S32G-VNP-RDB3 Boot from NOR Flash</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101492#M13525</link>
      <description>&lt;P&gt;Hi NXP Community,&lt;/P&gt;&lt;P&gt;I am trying to boot the&amp;nbsp;S32G-VNP-RDB3 board from the on board NOR Flash. I have used BSP43.0 to generate the required images. I am following the &lt;A href="https://www.nxp.com/docs/en/application-note/AN13727.pdf" target="_self"&gt;AN13727 application note&lt;/A&gt; but that seems to be directed toward BSP35.0 and older and does not contain instructions on how to use the new image format.&lt;/P&gt;&lt;P&gt;In the "Flashing image with SD card-less" section in AN13727, the image name used there is &lt;EM&gt;fip.s32-qspi&lt;/EM&gt; but BSP43.0 generates images with the name&lt;EM&gt; fip.bin-qspi&lt;/EM&gt; along with the &lt;EM&gt;bl2_w_dtb.s32-qspi&lt;/EM&gt; as shown below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pcentauri92_0-1747818967834.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338943i01FB2461EC619588/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pcentauri92_0-1747818967834.png" alt="pcentauri92_0-1747818967834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am writing the images to the NOR Flash using the S32 Flashtool GUI after setting the board to Serial boot mode.&lt;/P&gt;&lt;P&gt;The steps I follow are:&lt;/P&gt;&lt;P&gt;1. Set the board to serial boot mode&lt;/P&gt;&lt;P&gt;2. Upload the flash algorithm (MX25UW51245G) and then verify by using "Get Flash ID" option in the GUI.&lt;/P&gt;&lt;P&gt;3. Upload&amp;nbsp;&lt;EM&gt;bl2_w_dtb.s32-qspi&lt;/EM&gt; to offset 0x0 using the "Upload file to device" option&lt;/P&gt;&lt;P&gt;4. Upload&amp;nbsp;&lt;EM&gt;fip.bin-qspi&amp;nbsp;&lt;/EM&gt; to offset 0x100000. I chose that address as it is mentioned in the&amp;nbsp;&lt;A href="https://community.nxp.com/t5/NXP-Designs-Knowledge-Base/S32G-Bootloader-Customzition/ta-p/1519838?attachment-id=143921" target="_self"&gt;&lt;SPAN&gt;S32G_Bootloader_V2-2022.1024_eng Guide.&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I then put the board in NOR Flash boot mode, the BL2 bootloader loads but then fails to find the next stage bootloader as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pcentauri92_1-1747819470464.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338944i04288C672C522A63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pcentauri92_1-1747819470464.png" alt="pcentauri92_1-1747819470464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried uploading the&amp;nbsp;&lt;EM&gt;fip.bin-qspi&lt;/EM&gt;&amp;nbsp; file at multiple offset locations (0x80000, 0x100000, 0x200000, 0x400000) but they all lead to the same issue.&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;fip.bin-qspi&lt;/EM&gt; does contain the BL33 image as can be seen from the output of fiptool&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$ tools/fiptool/fiptool info /home/auto_yocto_bsp/fsl-auto-yocto-bsp/build_s32g399ardb3/tmp/deploy/images/s32g399ardb3/fip.bin-qspi 
EL3 Runtime Firmware BL31: offset=0x90, size=0x21185, cmdline="--soc-fw"
Non-Trusted Firmware BL33: offset=0x21220, size=0xC4A60, cmdline="--nt-fw"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing out on anything here or is there some other file that needs to be uploaded to the Flash. It would be helpful if you could point me to a newer application note based on BSP43.0 if available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 09:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101492#M13525</guid>
      <dc:creator>pcentauri92</dc:creator>
      <dc:date>2025-05-21T09:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 Boot from NOR Flash</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101546#M13529</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250739"&gt;@pcentauri92&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the post.&lt;/P&gt;
&lt;P&gt;The documents you mentioned are written based on relatively early version BSPs, for recent BSP release, I suggest reading the BSP UM directly.&lt;/P&gt;
&lt;P&gt;There are some changes regarding to the images structure since BSP43, currently, for flashing images on SD boot with BSP43, firstly, you may have to create 3 partitions on the SD card, then flash the bl2 and fip files respectively:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;dd&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;if&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;bl2_w_dtb.s32&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;of&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;${&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;DEVSD&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;conv&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;notrunc,fsync&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;seek&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=512&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;skip&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=512&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;oflag&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;seek_bytes&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;iflag&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;skip_bytes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN class="fontstyle0"&gt;dd &lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;if&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;fip.bin &lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;of&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;${&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;DEVSD&lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;}&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;1 &lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;conv&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;=&lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;notrunc,fsync&lt;/SPAN&gt; &lt;BR /&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Next, copy the kernel/dtb to the partition2, and copy the rootfs files to partition3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;At last, use the SD card to boot the RDB3 for a trial.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 10:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101546#M13529</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-05-21T10:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 Boot from NOR Flash</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101564#M13530</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/24163"&gt;@chenyin_h&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am not tring to boot from SD card, I am trying to boot from NOR Flash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am not able to find the UG for BSP43.0. When I go to the&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/linux-software-and-development-tools/bsp-for-s32-microcontrollers-and-processors:BSP-S32" target="_self"&gt;BSP for S32 Microcontrollers and Processors&amp;nbsp;&lt;/A&gt;&amp;nbsp;page and access the&amp;nbsp;Automotive SW for S32G3 – Linux BSP link, it leads to a download page but the version available there is BSP23.0 as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pcentauri92_1-1747825831221.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338971i61C8B02E084831AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pcentauri92_1-1747825831221.png" alt="pcentauri92_1-1747825831221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please guide me to the proper link for the BSP43.0 UG?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 11:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101564#M13530</guid>
      <dc:creator>pcentauri92</dc:creator>
      <dc:date>2025-05-21T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32G-VNP-RDB3 Boot from NOR Flash</title>
      <link>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101667#M13531</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/250739"&gt;@pcentauri92&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;1. It is a little complicated for the setups of booting from QSPI under BSP43, so it is suggested preparing a bootable SD card in advance.&lt;/P&gt;
&lt;P&gt;Once booting from SD, under u-boot, the following steps are shown for your reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_0-1747834551548.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338996i51A4C7BDE718D08F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_0-1747834551548.png" alt="chenyin_h_0-1747834551548.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_1-1747834579009.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338997iFC691C1AD095B7B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_1-1747834579009.png" alt="chenyin_h_1-1747834579009.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The kernel, dtb, rootfs, etc. could be flashed similarly, for details, I suggest reading 4.2.5 of BSP43.0 UM.&lt;/P&gt;
&lt;P&gt;2. For accessing the BSP43.0 UM, firstly check if it existed in your NXP account, if not existed, I suggest applying it via the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/app-autopackagemgr/automotive-software-package-manager:AUTO-SW-PACKAGE-MANAGER" target="_blank" rel="noopener"&gt;https://www.nxp.com/app-autopackagemgr/automotive-software-package-manager:AUTO-SW-PACKAGE-MANAGER&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chenyin_h_3-1747835374707.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339006i398CFC7110230BF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chenyin_h_3-1747835374707.png" alt="chenyin_h_3-1747835374707.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click the button on the bottom right, and following the guide step by step, once it is approved, the BSP43.0 images and documents could be accessed from your account.&lt;/P&gt;
&lt;P&gt;I hope it will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 13:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-VNP-RDB3-Boot-from-NOR-Flash/m-p/2101667#M13531</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2025-05-21T13:49:41Z</dc:date>
    </item>
  </channel>
</rss>

