<?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 IMX356 Z160 OpenVG vgAppendPathData fails with VG_PATH_CAPABILITY_ERROR in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX356-Z160-OpenVG-vgAppendPathData-fails-with-VG-PATH/m-p/427490#M64875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am currently working on building a fast boot &amp;amp; hard float version of the BSP for a custom board my company uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have found from &lt;A href="http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz" title="http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz"&gt;http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz &lt;/A&gt; which appears to be the newest version of the libraries on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The OpenVG library is capable of clearing the screen to any color and can draw an image to the screen, but the vgAppendPathData function fails consistently. Evaluation with GDB seems to indicate that the VGPathData structure within libOpenVG.so is not created correctly by vgCreatePath(). I say that because VGPathData-&amp;gt;m_capabilities is set to 480 and not any of the constants that I give it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a newer version of the library or is it possible to get the source under a NDA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt; Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am using several examples - including the tiger example for the imx5 GPUSDK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#3D3D3D&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;ps-&amp;gt;m_paths[i].m_path = vgCreatePath(VG_PATH_FORMAT_STANDARD, VG_PATH_DATATYPE_F, 1.0f, 0.f, 20, 20, VG_PATH_CAPABILITY_ALL);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;vgAppendPathData(ps-&amp;gt;m_paths[i].m_path, elements, cmd, points + startp);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 04:57:25 GMT</pubDate>
    <dc:creator>danieltrevitz</dc:creator>
    <dc:date>2015-07-22T04:57:25Z</dc:date>
    <item>
      <title>IMX356 Z160 OpenVG vgAppendPathData fails with VG_PATH_CAPABILITY_ERROR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX356-Z160-OpenVG-vgAppendPathData-fails-with-VG-PATH/m-p/427490#M64875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am currently working on building a fast boot &amp;amp; hard float version of the BSP for a custom board my company uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have found from &lt;A href="http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz" title="http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz"&gt;http://repository.timesys.com/buildsources/a/amd-gpu-bin-mx35/amd-gpu-bin-mx35-10.12.01/amd-gpu-bin-mx35-10.12.01.tar.gz &lt;/A&gt; which appears to be the newest version of the libraries on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The OpenVG library is capable of clearing the screen to any color and can draw an image to the screen, but the vgAppendPathData function fails consistently. Evaluation with GDB seems to indicate that the VGPathData structure within libOpenVG.so is not created correctly by vgCreatePath(). I say that because VGPathData-&amp;gt;m_capabilities is set to 480 and not any of the constants that I give it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there a newer version of the library or is it possible to get the source under a NDA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt; Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am using several examples - including the tiger example for the imx5 GPUSDK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#3D3D3D&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;ps-&amp;gt;m_paths[i].m_path = vgCreatePath(VG_PATH_FORMAT_STANDARD, VG_PATH_DATATYPE_F, 1.0f, 0.f, 20, 20, VG_PATH_CAPABILITY_ALL);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;vgAppendPathData(ps-&amp;gt;m_paths[i].m_path, elements, cmd, points + startp);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 04:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX356-Z160-OpenVG-vgAppendPathData-fails-with-VG-PATH/m-p/427490#M64875</guid>
      <dc:creator>danieltrevitz</dc:creator>
      <dc:date>2015-07-22T04:57:25Z</dc:date>
    </item>
  </channel>
</rss>

