<?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: Strange error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146209#M166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but you could try executing this command on the target to see where it is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;locate helloworld&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Assuming &lt;EM&gt;helloworld&lt;/EM&gt; is the executable name and that you have the &lt;EM&gt;locate&lt;/EM&gt; utility installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 16:09:34 GMT</pubDate>
    <dc:creator>DonaldR_PooleJr</dc:creator>
    <dc:date>2012-03-16T16:09:34Z</dc:date>
    <item>
      <title>Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146198#M155</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 have installed VMware with image from Freescale site.&lt;/P&gt;&lt;P&gt;I builded Kernel and after I compressed rootfs directory and put it on USB.. On my pc with linux extract rootfs directory and flash sd:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freeing init memory: 172K&lt;BR /&gt;Kernel panic - not syncing: No init found. Try passing init= option to kernel.&lt;BR /&gt;See Linux Documentation/init.txt for guidance.&lt;BR /&gt;[&amp;lt;80038538&amp;gt;] (unwind_backtrace+0x0/0xf0) from [&amp;lt;8041cb34&amp;gt;] (panic+0x6c/0xe0)&lt;BR /&gt;[&amp;lt;8041cb34&amp;gt;] (panic+0x6c/0xe0) from [&amp;lt;80033598&amp;gt;] (init_post+0xac/0xd4)&lt;BR /&gt;[&amp;lt;80033598&amp;gt;] (init_post+0xac/0xd4) from [&amp;lt;800084a4&amp;gt;] (kernel_init+0x124/0x168)&lt;BR /&gt;[&amp;lt;800084a4&amp;gt;] (kernel_init+0x124/0x168) from [&amp;lt;800349e0&amp;gt;] (kernel_thread_exit+0x0&lt;BR /&gt;/0x8)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146198#M155</guid>
      <dc:creator>enaud</dc:creator>
      <dc:date>2012-03-16T14:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146199#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure you set the enviroment variables correctly. that was the problem when i&amp;nbsp; got that error recently...&lt;/P&gt;&lt;P&gt;you can see example vars in the disscusion of creating new uSD i posted.&lt;/P&gt;&lt;P&gt;if that doesn't help try run ./ltib on your host again and make sure your kernel is being built correctly.&lt;/P&gt;&lt;P&gt;try also rebuild it:&lt;/P&gt;&lt;P&gt;./ltib -m prep -p kernel&lt;/P&gt;&lt;P&gt;./ltib -m scbuild -p kernel&lt;/P&gt;&lt;P&gt;./ltib -m scdeploy -p kernel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you will succeed,&lt;/P&gt;&lt;P&gt;snir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146199#M156</guid>
      <dc:creator>snirnisim</dc:creator>
      <dc:date>2012-03-16T14:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146200#M157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your rootfs have an&amp;nbsp;&lt;EM&gt;/bin/init&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;/sbin/init&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;/etc/init&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;/bin/sh&lt;/EM&gt;? Does your rootfs also have an &lt;EM&gt;/etc/inittab&lt;/EM&gt; file? &amp;nbsp;Also, what does your boot command look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146200#M157</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2012-03-16T15:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146201#M158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have put hello world application from ltib package list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146201#M158</guid>
      <dc:creator>enaud</dc:creator>
      <dc:date>2012-03-16T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146202#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give the commands you are using to burn the card and send your uboot environment? I believe I see this error every time my boot config isn't using the proper partition on the SD card to load the rfs from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146202#M159</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-16T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146203#M160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sudo dd if=u-boot.bin of=/dev/sdb bs=512 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;BR /&gt;sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;BR /&gt;sudo fdisk /dev/sdb&lt;/P&gt;&lt;P&gt;u&lt;/P&gt;&lt;P&gt;n&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;p&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;8192&lt;/P&gt;&lt;P&gt;enter&lt;/P&gt;&lt;P&gt;w&lt;BR /&gt;sudo mkfs.ext3 /dev/sdb1&lt;BR /&gt;mkdir /home/giuseppe/mountpoint&lt;BR /&gt;sudo mount /dev/sdb1 /home/giuseppe/mountpoint&lt;BR /&gt;sudo cp -rpa [A-z]* /home/giuseppe/mountpoint&lt;BR /&gt;sudo umount /home/giuseppe/mountpoint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146203#M160</guid>
      <dc:creator>enaud</dc:creator>
      <dc:date>2012-03-16T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146204#M161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your procedure looks fine. &amp;nbsp;I would alway perform another &lt;EM&gt;sync&amp;nbsp;&lt;/EM&gt;before unmounting though. &amp;nbsp;What does your u-boot environment look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146204#M161</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2012-03-16T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146205#M162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about your uboot params? ( print )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not syncing after writing the rfs has bitten me a few times when I am in a hurry, and can be especially annoying if your writing Ubuntu rfs. :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 15:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146205#M162</guid>
      <dc:creator>RandyKrakora</dc:creator>
      <dc:date>2012-03-16T15:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146206#M163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for environment variable i set this in u-boot&amp;gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv lvds 'video=mxcdi0fb:RGB666,XGA ldb'&lt;BR /&gt;setenv lcd 'video=mxcdi0fb:RGB24,SEIKO-WVGA'&lt;BR /&gt;setenv vga 'video=mxcdi1fb:GBR24,VGA-XGA di1_primary tve'&lt;BR /&gt;setenv hdmi 'video=mxcdi0fb:RGB24,1024x768M@60'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_obds 'ext2load mmc 0:1 0x70800000 /unit_tests/obds.bin; go 70800000'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 ${vga}'&lt;BR /&gt;setenv bootargs_nfs 'setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_net 'run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootargs_mmc 'set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc; mmc dev 0; mmc read ${loadaddr} 0x800 0x1800; bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;saveenv&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 16:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146206#M163</guid>
      <dc:creator>enaud</dc:creator>
      <dc:date>2012-03-16T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146207#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, your &lt;EM&gt;bootcmd_mmc&lt;/EM&gt; looks a little different than mine. &amp;nbsp;I don't think that you need the &lt;EM&gt;mmc dev 0&lt;/EM&gt; and the &lt;EM&gt;mmc read&lt;/EM&gt; should be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;mmc read 0&amp;nbsp;${loadaddr} 0x800 0x1800&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;You could try that to see where that gets you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 16:05:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146207#M164</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2012-03-16T16:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146208#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have recompiled &amp;nbsp;kernel on my pc with ubuntu and it start correctly.&lt;/P&gt;&lt;P&gt;How i can lunch helloworld? where is?&lt;/P&gt;&lt;P&gt;thanks&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;enaud said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/group/imx53quickstartboard/forum/comment/show?id=4103961%3AComment%3A63658&amp;amp;xn_out=json&amp;amp;firstPage=1&amp;amp;lastPage=1&amp;amp;xg_token=81173a53dbf75c976a9e5585f8916a4b&amp;amp;_=1331913655678#4103961Comment63658"&gt;&lt;DIV&gt;&lt;P&gt;for environment variable i set this in u-boot&amp;gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv lvds 'video=mxcdi0fb:RGB666,XGA ldb'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;setenv lcd 'video=mxcdi0fb:RGB24,SEIKO-WVGA'&lt;/LI&gt;&lt;/OL&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv vga 'video=mxcdi1fb:GBR24,VGA-XGA di1_primary tve'&lt;BR /&gt;setenv hdmi 'video=mxcdi0fb:RGB24,1024x768M@60'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_obds 'ext2load mmc 0:1 0x70800000 /unit_tests/obds.bin; go 70800000'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 ${vga}'&lt;BR /&gt;setenv bootargs_nfs 'setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_net 'run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootargs_mmc 'set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc; mmc dev 0; mmc read ${loadaddr} 0x800 0x1800; bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style=": ; color: #333333; font-size: 2; font-family: 'Arial, Helvetica Neue, Helvetica, sans-serif'; "&gt;saveenv&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 16:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146208#M165</guid>
      <dc:creator>enaud</dc:creator>
      <dc:date>2012-03-16T16:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146209#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but you could try executing this command on the target to see where it is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;locate helloworld&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Assuming &lt;EM&gt;helloworld&lt;/EM&gt; is the executable name and that you have the &lt;EM&gt;locate&lt;/EM&gt; utility installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 16:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Strange-error/m-p/146209#M166</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2012-03-16T16:09:34Z</dc:date>
    </item>
  </channel>
</rss>

