<?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: Debian 12 SDK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1961014#M228856</link>
    <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190925"&gt;@AngelF&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According with previous cases of the same topic.&lt;/P&gt;
&lt;DIV id="bodyDisplay_0" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;After installing flex-builder and setting up compiling environment, you could find toolchain(GCC) is deployed in /usr/bin folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ which aarch64-linux-gnu-gcc&lt;BR /&gt;/usr/bin/aarch64-linux-gnu-gcc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glibc is deployed in&amp;nbsp;/usr/aarch64-linux-gnu/lib/ folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the tool chain doesn´t exist please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 24 Sep 2024 18:45:23 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-09-24T18:45:23Z</dc:date>
    <item>
      <title>Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1959681#M228759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have read that NXP has released a new version based on Debian 12 (kernel 6.6.3) for i.MX processors&lt;BR /&gt;We want to use it in our own design based on i.MX8m plus, so we need to port uboot and kernel.&lt;BR /&gt;Could you please help us to find out how to get the toolchain, rootfs, uboot and kernel source code ?&lt;BR /&gt;kind regards and thank you&lt;/P&gt;&lt;P&gt;Angel&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 08:38:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1959681#M228759</guid>
      <dc:creator>AngelF</dc:creator>
      <dc:date>2024-09-23T08:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1959901#M228773</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190925"&gt;@AngelF&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see all the documentation available for Debian in the links below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/linux-software-and-development-tools/nxp-debian-linux-sdk-distribution-for-i-mx-and-layerscape:NXPDEBIAN" target="_blank"&gt;https://www.nxp.com/design/design-center/software/embedded-software/linux-software-and-development-tools/nxp-debian-linux-sdk-distribution-for-i-mx-and-layerscape:NXPDEBIAN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/UG10155.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/UG10155.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 12:20:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1959901#M228773</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-09-23T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1960804#M228835</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;My host is ubuntu 24.04, so I follow steps and now I have everything ready to generate Debian images inside a docker container.&lt;/P&gt;&lt;P&gt;Now we need to be able to offer our customers a toolchain so that they can cross-compile their applications in standalone mode aoutside the container. So we would like to be able to generate the toolchain in the same way as we generate it with yocto (populate_sdk command).&lt;BR /&gt;How can we get the toolchain using Flexbuild?&lt;/P&gt;&lt;P&gt;Best regards and thank you&lt;/P&gt;&lt;P&gt;Angel&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 13:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1960804#M228835</guid>
      <dc:creator>AngelF</dc:creator>
      <dc:date>2024-09-24T13:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1961014#M228856</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190925"&gt;@AngelF&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According with previous cases of the same topic.&lt;/P&gt;
&lt;DIV id="bodyDisplay_0" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;After installing flex-builder and setting up compiling environment, you could find toolchain(GCC) is deployed in /usr/bin folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$ which aarch64-linux-gnu-gcc&lt;BR /&gt;/usr/bin/aarch64-linux-gnu-gcc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glibc is deployed in&amp;nbsp;/usr/aarch64-linux-gnu/lib/ folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the tool chain doesn´t exist please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Sep 2024 18:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1961014#M228856</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-09-24T18:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1961394#M228889</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Chavira,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I can find aarch64-linux-gnu-gcc and glibc in the container, but I was trying to generate the whole toolchain instead of copying file by file.&lt;BR /&gt;When installing NXP yocto firmware, we can use the populate_sdk command to generate the full toolchain and we can deploy to customers in a "professional" way.&lt;BR /&gt;So, with Debian 12, is it possible to generate a complete toolchain or do we have to go file by file?&lt;BR /&gt;Best regards and thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Angel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 06:46:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1961394#M228889</guid>
      <dc:creator>AngelF</dc:creator>
      <dc:date>2024-09-25T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1962779#M228964</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/190925"&gt;@AngelF&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talking with the internal team I got the next answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To cross-compile applications in standalone mode, users can use aarch64-linux-gnu-gcc compiler, which is installed by command "sudo apt-get install -y crossbuild-essential-arm64 gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu" on Ubuntu host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 15:00:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1962779#M228964</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-09-26T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debian 12 SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1963387#M229005</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Chavira,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your help.&lt;BR /&gt;This could be an option, but we are also considering building the toolchain from NXP release 6.1.22_2.0.0, as this release includes gcc 12.2.&lt;BR /&gt;Both Debian 12 and gcc 12.2 include glibc 2.36, and this is an important point when our customers need to cross-compile their FW.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Angel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 08:19:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debian-12-SDK/m-p/1963387#M229005</guid>
      <dc:creator>AngelF</dc:creator>
      <dc:date>2024-09-27T08:19:23Z</dc:date>
    </item>
  </channel>
</rss>

