<?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: How include in file system pulseaudio application ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920259#M138386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio D'Orazio,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We do not have much documentation on this but perhaps the following community document may help. It's not updated for the i.MX6UL but the steps would be similar.&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-103385"&gt;https://community.nxp.com/docs/DOC-103385&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2019 20:42:14 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2019-10-08T20:42:14Z</dc:date>
    <item>
      <title>How include in file system pulseaudio application ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920256#M138383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with IMX6ULL EVK. I have compiled my Yocto project with command "bitbake core-image-base".&lt;BR /&gt;What is the command to insert in local.conf file to obtain a file system with pulseaudio application included ?&lt;/P&gt;&lt;P&gt;By.&lt;/P&gt;&lt;P&gt;Sergio D'Orazio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 08:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920256#M138383</guid>
      <dc:creator>sergio_dorazio</dc:creator>
      <dc:date>2019-09-13T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How include in file system pulseaudio application ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920257#M138384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio D'Orazio,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You may list the available packages on the BSP by running:&lt;BR /&gt;$ bitbake -s&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You may search for the pulseaudio available packages using grep from this output:&lt;BR /&gt;$ bitbake -s | grep pulseaudio&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You may add any package using the following addition to your conf/local.conf file:&lt;BR /&gt;IMAGE_INSTALL_append = “ package”&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this case:&lt;BR /&gt;IMAGE_INSTALL_append = “ pulseaudio”&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this helps!&lt;BR /&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2019 21:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920257#M138384</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-09-16T21:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How include in file system pulseaudio application ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920258#M138385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your suggestion , it is very helpful.&lt;/P&gt;&lt;P&gt;Now I want start pulseaudio on bluetooth, I follow the examples in &lt;A href="https://community.nxp.com/docs/DOC-103385"&gt;BlueZ5 and A2DP Sink on Freescale i.MX6Q/DL SabreSD&lt;/A&gt;&amp;nbsp; or in &lt;A class="link-titled" href="https://github.com/ev3dev/ev3dev.github.io/pull/24/files/50787e9fae767f4a8e5e1748c5bb70b40eb9f259" title="https://github.com/ev3dev/ev3dev.github.io/pull/24/files/50787e9fae767f4a8e5e1748c5bb70b40eb9f259"&gt;Add tutorial: setting-up Bluetooth - PulseAudio by BertLindeman · Pull Request #24 · ev3dev/ev3dev.github.io · GitHub&lt;/A&gt; but I have problems.&lt;/P&gt;&lt;P&gt;Have you examples or a sequence of linux command to start pulseaudio on bluetooth in IMX6ULL EVK board ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergio D'Orazio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:31:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920258#M138385</guid>
      <dc:creator>sergio_dorazio</dc:creator>
      <dc:date>2019-09-17T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How include in file system pulseaudio application ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920259#M138386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio D'Orazio,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We do not have much documentation on this but perhaps the following community document may help. It's not updated for the i.MX6UL but the steps would be similar.&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-103385"&gt;https://community.nxp.com/docs/DOC-103385&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 20:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-include-in-file-system-pulseaudio-application/m-p/920259#M138386</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-10-08T20:42:14Z</dc:date>
    </item>
  </channel>
</rss>

