<?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 LS1012 bare metal project in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785280#M3478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to use LS1012 processor in bare metal project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find any peripheral drivers, libraries (for example USB 3.0 Mass Storage Class implementation), examples for bare metal case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use, for example, Linux peripheral drivers for my bar metal project and where can I find them? Are they &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;compatible or I should write my own?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded Linux SDK and didn't find any sources for peripheral drivers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 14:50:55 GMT</pubDate>
    <dc:creator>vladimir_kureno</dc:creator>
    <dc:date>2018-11-21T14:50:55Z</dc:date>
    <item>
      <title>LS1012 bare metal project</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785280#M3478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to use LS1012 processor in bare metal project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find any peripheral drivers, libraries (for example USB 3.0 Mass Storage Class implementation), examples for bare metal case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use, for example, Linux peripheral drivers for my bar metal project and where can I find them? Are they &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;compatible or I should write my own?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded Linux SDK and didn't find any sources for peripheral drivers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 14:50:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785280#M3478</guid>
      <dc:creator>vladimir_kureno</dc:creator>
      <dc:date>2018-11-21T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012 bare metal project</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785281#M3479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;If NXP SDK 2.0-1703 is used the following command sequence needed for kernel source:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c cleansstate virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c patch virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // kernel source code will be available using the following path:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // QorIQ-SDK-V2.0-20160527-yocto/build_ls1012afrdm/tmp/work/ls1012afrdm-fsl-linux/linux-qoriq/4.1-r0/git&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c menuconfig virtual/kernel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // menu for kernel configuring&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;Rebuild kernel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bitbake -c compile -f virtual/kernel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 26 Nov 2018 05:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785281#M3479</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2018-11-26T05:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012 bare metal project</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785282#M3480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;And what about compatibility of peripheral drivers?&lt;BR /&gt;&lt;BR /&gt;I must rewrite them from scratch or can adopt (edit some things) and use in my project?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 10:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1012-bare-metal-project/m-p/785282#M3480</guid>
      <dc:creator>vladimir_kureno</dc:creator>
      <dc:date>2018-11-26T10:01:21Z</dc:date>
    </item>
  </channel>
</rss>

