<?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 OpenEmbedded and Angstrom for imx35 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146104#M140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&amp;nbsp;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to use bitbake for building a filesystem for my imx35pdk.&lt;/DIV&gt;&lt;DIV&gt;The nearest official machine is mx31ads.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there someone working on a mx35pdk machine for openembedded or know the steps to adapt mx31ads machine target to mx35pdk?&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Robson&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jul 2010 19:39:18 GMT</pubDate>
    <dc:creator>RTovo1z</dc:creator>
    <dc:date>2010-07-28T19:39:18Z</dc:date>
    <item>
      <title>OpenEmbedded and Angstrom for imx35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146104#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&amp;nbsp;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to use bitbake for building a filesystem for my imx35pdk.&lt;/DIV&gt;&lt;DIV&gt;The nearest official machine is mx31ads.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there someone working on a mx35pdk machine for openembedded or know the steps to adapt mx31ads machine target to mx35pdk?&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Robson&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 19:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146104#M140</guid>
      <dc:creator>RTovo1z</dc:creator>
      <dc:date>2010-07-28T19:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: OpenEmbedded and Angstrom for imx35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146105#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,  I started with &lt;/SPAN&gt;&lt;A href="http://github.com/tardyp/oe-imx/blob/org.openembedded.dev/conf/machine/mx35pdk.conf" target="_blank"&gt;this git branch&lt;/A&gt;&lt;SPAN&gt; which I found when I was starting.  Some other things that might come in handy: (for version 2 of the PDK)  UBOOT_ENTRYPOINT = "80008000" MKUBIFS_ARGS = "-m 2048 -e 252KiB -c 2047" UBINIZE_ARGS = "-m 2048 -p 256KiB" EXTRA_IMAGECMD_jffs2 = "--pagesize=0x800 --eraseblock=0x40000 --no-cleanmarkers --pad"  Hope this helps, give me a yell if you get stuck.  Cheers, Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 00:05:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146105#M141</guid>
      <dc:creator>MarcReilly</dc:creator>
      <dc:date>2010-07-29T00:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: OpenEmbedded and Angstrom for imx35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146106#M142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Marc, very much.  As soon as I switch back to this task I'll give you a feedback.  Looking forward to see OE working on my imx35 board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 18:38:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146106#M142</guid>
      <dc:creator>RTovo1z</dc:creator>
      <dc:date>2010-08-03T18:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: OpenEmbedded and Angstrom for imx35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146107#M143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi RTovo,  Can you please tell the procedure or detail to build the BSP for imx35pdk. Aleast the basic steps to startup. It would be of great help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 12:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenEmbedded-and-Angstrom-for-imx35/m-p/146107#M143</guid>
      <dc:creator>Prashanth_ng</dc:creator>
      <dc:date>2011-05-27T12:10:08Z</dc:date>
    </item>
  </channel>
</rss>

