<?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>S32G中的主题 Yocto SDK for S32G VPN RDB3</title>
    <link>https://community.nxp.com/t5/S32G/Yocto-SDK-for-S32G-VPN-RDB3/m-p/1826880#M6232</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are developing an application for s32grdb3 evaluation board. we want to cross compile our application using Yocto BSP version 39 - &lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0" target="_blank" rel="noopener"&gt;https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We followed the process described in "S32G-VNP-GLDBOX3SOFTWARE ENABLEMENT GUIDE" (with necessary modifications ) to generate SDK so that we have all the libs that we need with compiler. The build process fails everytime with strange errors(its different every time). Question is, is the SDK available online ? Because we dont want to invest lot of time to build the SDK weirs our usecase in the end is only to cross compile our application&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 07:01:49 GMT</pubDate>
    <dc:creator>vinaybhat88922</dc:creator>
    <dc:date>2024-03-13T07:01:49Z</dc:date>
    <item>
      <title>Yocto SDK for S32G VPN RDB3</title>
      <link>https://community.nxp.com/t5/S32G/Yocto-SDK-for-S32G-VPN-RDB3/m-p/1826880#M6232</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are developing an application for s32grdb3 evaluation board. we want to cross compile our application using Yocto BSP version 39 - &lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0" target="_blank" rel="noopener"&gt;https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We followed the process described in "S32G-VNP-GLDBOX3SOFTWARE ENABLEMENT GUIDE" (with necessary modifications ) to generate SDK so that we have all the libs that we need with compiler. The build process fails everytime with strange errors(its different every time). Question is, is the SDK available online ? Because we dont want to invest lot of time to build the SDK weirs our usecase in the end is only to cross compile our application&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 07:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Yocto-SDK-for-S32G-VPN-RDB3/m-p/1826880#M6232</guid>
      <dc:creator>vinaybhat88922</dc:creator>
      <dc:date>2024-03-13T07:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto SDK for S32G VPN RDB3</title>
      <link>https://community.nxp.com/t5/S32G/Yocto-SDK-for-S32G-VPN-RDB3/m-p/1827947#M6258</link>
      <description>&lt;P&gt;Thanks for the question.&lt;/P&gt;
&lt;P&gt;Yes, the BSP is indeed available online, I understand that you may need the BSP itself, also, the compiler is needed due to the cross compiling for your own application.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Installing the BSP:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Carefully following the README from&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0" target="_blank"&gt;https://github.com/nxp-auto-linux/auto_yocto_bsp/tree/release/bsp39.0&lt;/A&gt;, the following commands may be useful for your reference:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;mkdir ~/bin&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;curl &lt;A href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&amp;nbsp; &amp;gt; ~/bin/repo&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;chmod a+x ~/bin/repo&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;PATH=${PATH}:~/bin&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;mkdir fsl-auto-yocto-bsp&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;cd fsl-auto-yocto-bsp&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;repo init -u &lt;A href="https://github.com/nxp-auto-linux/auto_yocto_bsp" target="_blank"&gt;https://github.com/nxp-auto-linux/auto_yocto_bsp&lt;/A&gt; -b release/bsp39.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;repo sync&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;./sources/meta-alb/scripts/host-prepare.sh&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;. nxp-setup-alb.sh -m s32g399ardb3&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;cd build_s32g399ardb3 &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;bitbake fsl-image-auto&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the building, the BSP components including ATF, u-boot, Linux kernel and rootfs should be built successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Get the toolchain&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;According to the BSP39.0 User manual, the link for a compatible pre-built GCC 11.3.0 for ARM64 toolchain, as delivered by Arm at:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;A href="https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz?rev=8d05006a68d24d929d602804ec9abfb4&amp;amp;hash=E8A66D3B9FF0EFC60A5C041AC3C5EE476349817B" target="_blank"&gt;https://developer.arm.com/-/media/Files/downloads/gnu/11.3.rel1/binrel/arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz?rev=8d05006a68d24d929d602804ec9abfb4&amp;amp;hash=E8A66D3B9FF0EFC60A5C041AC3C5EE476349817B&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Once you have downloaded the toolchain package, in order to install it, you just need to untar it in a directory of your choice, for example, you put it into the /home/test/toolchain&lt;/P&gt;
&lt;P&gt;Then this toolchain could be used with your own application for cross compiling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 03:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Yocto-SDK-for-S32G-VPN-RDB3/m-p/1827947#M6258</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-03-14T03:18:54Z</dc:date>
    </item>
  </channel>
</rss>

