<?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: Developing applications for i.MX devices</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Developing-applications-for-i-MX-devices/m-p/777746#M120759</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;there is not an specific document you can follow. The document you mentioned will definitively be helpful,&amp;nbsp; you can also install metatoolchain to crosscompile your applications in a host machine and then copy the binary files into your sdcard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake meta-toolchain&lt;BR /&gt;$ sh tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.4.1.sh&lt;BR /&gt;$ source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc -v&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc hello.c -o hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also take a look to the Udoo examples which are pretty easy &lt;A class="link-titled" href="https://www.udoo.org/docs/Hardware_&amp;amp;_Accessories/GPIO_Pinout.html" title="https://www.udoo.org/docs/Hardware_&amp;amp;_Accessories/GPIO_Pinout.html"&gt;GPIO Pinout - UDOO Quad/Dual Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following document explains how to interface and use an accelerometer with an i.MX device thorugh SPI. &lt;A href="https://community.nxp.com/docs/DOC-335264"&gt;Interfacing FXLS8471Q with i.MX6Q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find also many books about developing applications in embedded linux. I bough this book and it is really good.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.amazon.com.mx/Linux-Driver-Development-Embedded-Processors/dp/8491600191" title="https://www.amazon.com.mx/Linux-Driver-Development-Embedded-Processors/dp/8491600191"&gt;Linux Driver Development for Embedded Processors: Alberto Liberal De Los Ríos: Amazon.com.mx: Libros&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 22:15:35 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2018-06-14T22:15:35Z</dc:date>
    <item>
      <title>Developing applications for i.MX devices</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Developing-applications-for-i-MX-devices/m-p/777745#M120758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am a newbie to i.MX. Now, I am having an i.MX 6Quad SABRE board for Smart Device. I downloaded BSP L.4.9.88_2.0.0_MX6QDLSOLOX. In side it, I found the file:&amp;nbsp;fsl-image-qt5-validation-imx-xwayland-imx6qpdlsolox.sdcard. The board now can boot from this image in SD card. Now, I want to build simple applications like GPIO, Timer, LCD.... running on this board. I found an application note:&amp;nbsp;&lt;SPAN style="color: #006621; background-color: #ffffff; font-size: 14px;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN3870.pdf" rel="nofollow" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN3870.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it a right document I should follow? What documents should I follow to develop applications for i.MX?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Developing-applications-for-i-MX-devices/m-p/777745#M120758</guid>
      <dc:creator>ttvu208</dc:creator>
      <dc:date>2018-06-12T16:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Developing applications for i.MX devices</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Developing-applications-for-i-MX-devices/m-p/777746#M120759</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;there is not an specific document you can follow. The document you mentioned will definitively be helpful,&amp;nbsp; you can also install metatoolchain to crosscompile your applications in a host machine and then copy the binary files into your sdcard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ bitbake meta-toolchain&lt;BR /&gt;$ sh tmp/deploy/sdk/poky-eglibc-x86_64-arm-toolchain-1.4.1.sh&lt;BR /&gt;$ source /opt/poky/1.4.1/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc -v&lt;BR /&gt;$ arm-poky-linux-gnueabi-gcc hello.c -o hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also take a look to the Udoo examples which are pretty easy &lt;A class="link-titled" href="https://www.udoo.org/docs/Hardware_&amp;amp;_Accessories/GPIO_Pinout.html" title="https://www.udoo.org/docs/Hardware_&amp;amp;_Accessories/GPIO_Pinout.html"&gt;GPIO Pinout - UDOO Quad/Dual Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following document explains how to interface and use an accelerometer with an i.MX device thorugh SPI. &lt;A href="https://community.nxp.com/docs/DOC-335264"&gt;Interfacing FXLS8471Q with i.MX6Q&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find also many books about developing applications in embedded linux. I bough this book and it is really good.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.amazon.com.mx/Linux-Driver-Development-Embedded-Processors/dp/8491600191" title="https://www.amazon.com.mx/Linux-Driver-Development-Embedded-Processors/dp/8491600191"&gt;Linux Driver Development for Embedded Processors: Alberto Liberal De Los Ríos: Amazon.com.mx: Libros&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Developing-applications-for-i-MX-devices/m-p/777746#M120759</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2018-06-14T22:15:35Z</dc:date>
    </item>
  </channel>
</rss>

