<?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>i.MX ProcessorsのトピックRe: Using ALSA on i.MX6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730763#M213291</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for the help. I guess I wasn´t specific enough, because I don´t need the SDK for my host. I need it for the Sabre board because I´m using VS Code for remote development. I run the command with &lt;EM&gt;img-image-full&lt;/EM&gt;, because I´ve downloaded the full image from NXP.&lt;/P&gt;&lt;P&gt;The resulting SDK is for a x86_64 host:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$ /mnt/fsl-imx-wayland-glibc-x86_64-imx-image-full-cortexa9t2hf-neon-imx6qsabresd-toolchain-6.1-mickledore.sh&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Error: Incompatible SDK installer! Your host is armv7l and this SDK was built for x86_64 hosts.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is there a way to install the SDK on the host?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 20:20:49 GMT</pubDate>
    <dc:creator>Kampi</dc:creator>
    <dc:date>2023-09-27T20:20:49Z</dc:date>
    <item>
      <title>Using ALSA on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730530#M213264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to use ALSA in a C program with the "imx-image-full-imx6qpdlsolox" image on my i.MX6 Sabre with an example from the Internet but the compiler tells me that "&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;alsa/asoundlib.h&amp;gt;" is not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I add it to the system?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 12:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730530#M213264</guid>
      <dc:creator>Kampi</dc:creator>
      <dc:date>2023-09-27T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALSA on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730613#M213275</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223629"&gt;@Kampi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;If you have extracted the toolchain from Yocto it should be correct. You can generate a .sh to install the toolchain using Yocto with the following command:&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-c"&gt;&lt;CODE&gt;$ bitbake imx-image-multimedia -c populate_sdk&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The default path for installing the toolchain is /opt, your toolchain should have the asound header on a couple of paths. If this is not available there may be a problem with the toolchain.&lt;/P&gt;
&lt;P&gt;/opt/&amp;lt;DISTRO&amp;gt;/&amp;lt;BSP&amp;gt;/sysroots/armv8a-poky-linux/usr/include/sys/asoundlib.h&lt;BR /&gt;/opt/&amp;lt;DISTRO&amp;gt;/&amp;lt;BSP&amp;gt;/sysroots/armv8a-poky-linux/usr/include/asoundlib.h&lt;BR /&gt;/opt/&amp;lt;DISTRO&amp;gt;/&amp;lt;BSP&amp;gt;/sysroots/armv8a-poky-linux/usr/include/alsa/asoundlib.h&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 14:47:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730613#M213275</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2023-09-27T14:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALSA on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730763#M213291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for the help. I guess I wasn´t specific enough, because I don´t need the SDK for my host. I need it for the Sabre board because I´m using VS Code for remote development. I run the command with &lt;EM&gt;img-image-full&lt;/EM&gt;, because I´ve downloaded the full image from NXP.&lt;/P&gt;&lt;P&gt;The resulting SDK is for a x86_64 host:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$ /mnt/fsl-imx-wayland-glibc-x86_64-imx-image-full-cortexa9t2hf-neon-imx6qsabresd-toolchain-6.1-mickledore.sh&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Error: Incompatible SDK installer! Your host is armv7l and this SDK was built for x86_64 hosts.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is there a way to install the SDK on the host?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 20:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1730763#M213291</guid>
      <dc:creator>Kampi</dc:creator>
      <dc:date>2023-09-27T20:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using ALSA on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1731431#M213362</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223629"&gt;@Kampi&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Yes, you can install the SDK on your host using Yocto Project.&lt;BR /&gt;&lt;BR /&gt;You have to compile your own SDK.&lt;BR /&gt;&lt;BR /&gt;Downloading our source following the Yocto Project User Guide.&lt;BR /&gt;&lt;BR /&gt;You have to compile the SDK using the next command&lt;BR /&gt;&lt;BR /&gt;$ bitbake imx-image-full -c populate_sdk&lt;BR /&gt;&lt;BR /&gt;And the output is a .sh, you only have to run the script and then the SDK is instaling automatically&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 17:34:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-ALSA-on-i-MX6/m-p/1731431#M213362</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2023-09-28T17:34:54Z</dc:date>
    </item>
  </channel>
</rss>

