<?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 Re: Getting Started help with i.MX28 EVK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197617#M10631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info about the all-zero MAC address.&amp;nbsp; That is exactly the problem I am encountering.&lt;/P&gt;&lt;P&gt;Let me see if I can get a newer SDK.&amp;nbsp; Right now I am using what was on the VMWare image that came with the board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2012 19:58:46 GMT</pubDate>
    <dc:creator>FredHebert</dc:creator>
    <dc:date>2012-01-10T19:58:46Z</dc:date>
    <item>
      <title>Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197614#M10628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New to embedded Linux and starting with i.MX28 EVK board, could use a few pointers.&lt;BR /&gt;&lt;BR /&gt;What I have accomplished:&lt;BR /&gt;- Put the&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;pre&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;-built images on my SD card.&amp;nbsp; yea!!! (not really)&lt;BR /&gt;- Compiled a simple app that blinks a LED and start it as a service during boot.&amp;nbsp; I did this by modifying files under the "&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;rootfs&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;" directory and copying my new app there.&amp;nbsp; Then I used&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;mk&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;_mx28_&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;sd&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;to put it on the SD card. (may not be the correct way to do it but it worked)&lt;BR /&gt;&lt;BR /&gt;What I can't figure out:&lt;BR /&gt;- noticed that the network was not coming up. Used&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;ifconfig&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;to set the MAC address, was all 0's, then was able to bring up eth0 but no IP address.&amp;nbsp; Trying to resolve this with&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;ltib&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;, but this seems to only update the "&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;rootfs&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;_image" not the "&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;rootfs&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;" directory tree.&amp;nbsp; OK so how do I get this&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;rootfs&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;_image on the SD card?&lt;BR /&gt;&lt;BR /&gt;If I could just get a nudge in the right direction...&amp;nbsp; Suggested reading, upcoming training?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 20:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197614#M10628</guid>
      <dc:creator>FredHebert</dc:creator>
      <dc:date>2011-12-21T20:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197615#M10629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The network config can be set from within LTIB and then when the new rootfs image is made by LTIB you can create the new SD card by using the mk_mx28_sd. The networking should be started up automatically at boot. Make sure you have a fixed mk_mx28_sd script, because there is a bug in the one that was shipped with the SDK. You can find it on this site by searching. Also, make sure you have the kernel configured to support the networking correctly. I hope this was helpful to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 02:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197615#M10629</guid>
      <dc:creator>iMxGuy</dc:creator>
      <dc:date>2011-12-23T02:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197616#M10630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember that the original iMX28 Linux SDcard image came with EVK kit has MAC address all-zero problem.&lt;/P&gt;&lt;P&gt;(SDK 10.08, Linux freescale 2.6.31-816-g3866bec #2 Wed Aug 18 15:13:58 MDT 2010)&lt;/P&gt;&lt;P&gt;It was fixed by download and install new SDK version 10.12. My current Kernel uname says;&lt;/P&gt;&lt;P&gt;Linux freescale 2.6.35.3-571-gcca29a0 #1 PREEMPT Fri Aug 26 00:36:57 MDT 2011 armv5tejl GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 22:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197616#M10630</guid>
      <dc:creator>YS</dc:creator>
      <dc:date>2012-01-07T22:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197617#M10631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info about the all-zero MAC address.&amp;nbsp; That is exactly the problem I am encountering.&lt;/P&gt;&lt;P&gt;Let me see if I can get a newer SDK.&amp;nbsp; Right now I am using what was on the VMWare image that came with the board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 19:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197617#M10631</guid>
      <dc:creator>FredHebert</dc:creator>
      <dc:date>2012-01-10T19:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197618#M10632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I'm dumb.&amp;nbsp; I downloaded EVERYTHING for the&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;iMX&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;.28 from the&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;freescale&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;site.&amp;nbsp; I also created a new&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;Ubuntu&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;virtual machine using an ISO image from&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;Ubuntu&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;.&amp;nbsp; I wanted to start clean with the latest software an try to understand the process better.&amp;nbsp; (good/bad idea?)&lt;BR /&gt;&lt;BR /&gt;I think these are the important files:&lt;BR /&gt;12/14/2011&amp;nbsp; 02:16 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 95,370 L2.6.31_10.08.01_SDK_IEEE1588_MX28.tar.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;gz&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;12/14/2011&amp;nbsp; 02:17 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14,574 L2.6.31_10.08.01_SDK_patches_MX28.tar.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;gz&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;12/14/2011&amp;nbsp; 02:16 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22,951 L2.6.31_10.08.01_SDK_scripts.tar.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;gz&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;12/14/2011&amp;nbsp; 02:18 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 198,257,764 L2.6.35_10.12.01_SDK_images_MX28.tar.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;gz&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;12/14/2011&amp;nbsp; 02:30 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 740,429,368 L2.6.35_10.12.01_SDK_source_bundle.tar.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;gz&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;&lt;BR /&gt;I was unable to find any installation instructions.&lt;BR /&gt;&lt;BR /&gt;Any idea of where to look?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 22:19:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197618#M10632</guid>
      <dc:creator>FredHebert</dc:creator>
      <dc:date>2012-01-10T22:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197619#M10633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I went through the files and found the installation instructions.&amp;nbsp; Seems pretty strait forward except for one thing.&amp;nbsp; In "&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;ltib&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;_build_host_setup.&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;pdf&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;" it indicates that this only works on&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;Ubuntu&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;9.04.&amp;nbsp; I tried installing it on my new&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;Ubuntu&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;11.10 VM but when I try to run "./&lt;/SPAN&gt;&lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;ltib&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;-m&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;config&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;" it complains about some missing libraries...&lt;BR /&gt;&lt;BR /&gt;Anyhow does everybody that used LTIB use&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; text-decoration: underline; "&gt;Ubuntu&lt;/SPAN&gt; &lt;SPAN style="font-size: 2; "&gt;9.04?&amp;nbsp; By the way I did not see 9.05 on the download site.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 15:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197619#M10633</guid>
      <dc:creator>FredHebert</dc:creator>
      <dc:date>2012-01-13T15:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started help with i.MX28 EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197620#M10634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;Sorry for late response -&amp;nbsp; I'm on biz trip and can't access to net so often...&lt;/P&gt;&lt;P&gt;I haven't tried on Ubuntu 11.10, however I remember I encountered similar weird missing library issue&lt;/P&gt;&lt;P&gt;on my old Debian 5 (Linux debian 2.6.26-2-686); I remember it was related some kind of font data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current IMX28 development VM is Ubuntu 9.04 (uname Linux ubuntu 2.6.28-11-generic #42-Ubuntu&lt;/P&gt;&lt;P&gt;SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux). I believe I downloaded VM image from&lt;/P&gt;&lt;P&gt;the Freescale support website.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Getting-Started-help-with-i-MX28-EVK/m-p/197620#M10634</guid>
      <dc:creator>YS</dc:creator>
      <dc:date>2012-01-13T17:57:08Z</dc:date>
    </item>
  </channel>
</rss>

