<?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のトピックHOW I do GPU test using yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HOW-I-do-GPU-test-using-yocto/m-p/414342#M62099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am plannig to test GPU using yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I set enviorment and configuration Buid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt; MACHINE=imx6sxsabresd source fsl-setup-release.sh -b build -e&amp;nbsp; ???&lt;/P&gt;&lt;P&gt; What I set graphic backend for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And How I bitake?&lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt; bitbake ??&lt;/P&gt;&lt;P&gt;what I use target image for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you answer me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i set&amp;nbsp; graphic backend for fb and&amp;nbsp; target image for core-image- base , is it possible to test GPU?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 13:29:45 GMT</pubDate>
    <dc:creator>moowonlee</dc:creator>
    <dc:date>2015-10-20T13:29:45Z</dc:date>
    <item>
      <title>HOW I do GPU test using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-I-do-GPU-test-using-yocto/m-p/414342#M62099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am plannig to test GPU using yocto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I set enviorment and configuration Buid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt; MACHINE=imx6sxsabresd source fsl-setup-release.sh -b build -e&amp;nbsp; ???&lt;/P&gt;&lt;P&gt; What I set graphic backend for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And How I bitake?&lt;/P&gt;&lt;P&gt; &amp;gt;&amp;gt; bitbake ??&lt;/P&gt;&lt;P&gt;what I use target image for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you answer me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i set&amp;nbsp; graphic backend for fb and&amp;nbsp; target image for core-image- base , is it possible to test GPU?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-I-do-GPU-test-using-yocto/m-p/414342#M62099</guid>
      <dc:creator>moowonlee</dc:creator>
      <dc:date>2015-10-20T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: HOW I do GPU test using yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HOW-I-do-GPU-test-using-yocto/m-p/414343#M62100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi moowon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try X-11 image on i.MX 6Quad SABRE-SD&lt;/P&gt;&lt;P&gt;$ MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-x11 -e x11&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-gui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To run test applications, you have to first load the GPU driver.&lt;/P&gt;&lt;P&gt;To load the GPU driver, use the following command:&lt;/P&gt;&lt;P&gt;"insmod /fgalcore.ko"&lt;/P&gt;&lt;P&gt;to un-install GPU driver, run the following command:&lt;/P&gt;&lt;P&gt;"rmmod /galcore.ko"&lt;/P&gt;&lt;P&gt;Note: The path of galcore.ko can be found by the following command:&lt;/P&gt;&lt;P&gt;"cd / &amp;amp;&amp;amp; find . -name "galcore.ko" "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is located at Yocto rootfs /unit_tests/. There are three ways to run it.&lt;/P&gt;&lt;P&gt;Normal run to get all gpu related processes information:&lt;/P&gt;&lt;P&gt;&amp;gt;/unit_tests/gpuinfo.sh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HOW-I-do-GPU-test-using-yocto/m-p/414343#M62100</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2015-10-27T16:32:11Z</dc:date>
    </item>
  </channel>
</rss>

