<?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: iMX53- QSB can't get kernel image! in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401679#M59344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot to mention that I am using SD card and not micro SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 05:39:38 GMT</pubDate>
    <dc:creator>rajsanghavi</dc:creator>
    <dc:date>2015-07-31T05:39:38Z</dc:date>
    <item>
      <title>iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401678#M59343</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;I have iMX53 QSB.&lt;/P&gt;&lt;P&gt;I have downloaded Ubuntu VM from freescale site. Along with it a pre-built&amp;nbsp; image for iMX53 QSB board is available.&lt;/P&gt;&lt;P&gt;So with the help of manual I burn this image (ubuntu_start_board.bin) into 4GB SD Card with help of following command&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sudo dd if=/home/lucid/Desktop/ubuntu_start_board.bin of=/dev/sdb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But I am getting following &lt;STRONG&gt;error can't get kernel image!&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Please help me regarding same. Am I missing anything while following document. I am attaching document with this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2009.08 (Oct 20 2011 - 13:11:26)&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX53 family 2.1V at 800 MHz &lt;/P&gt;&lt;P&gt;mx53 pll1: 800MHz&lt;/P&gt;&lt;P&gt;mx53 pll2: 400MHz&lt;/P&gt;&lt;P&gt;mx53 pll3: 432MHz&amp;nbsp; &lt;/P&gt;&lt;P&gt;mx53 pll4: 455MHz&lt;/P&gt;&lt;P&gt;ipg per clock : 33333333Hz&lt;/P&gt;&lt;P&gt;uart clock : 66666666Hz&lt;/P&gt;&lt;P&gt;cspi clock 108000000Hz&lt;/P&gt;&lt;P&gt;ahb clock&amp;nbsp; 133333333Hz&lt;/P&gt;&lt;P&gt;axi_a clock&amp;nbsp;&amp;nbsp; : 400000000Hz&lt;/P&gt;&lt;P&gt;axi_b clock&amp;nbsp;&amp;nbsp; : 200000000Hz&lt;/P&gt;&lt;P&gt;emi_slow clock:da9052_i2c_is_connected - i2c write success....&lt;/P&gt;&lt;P&gt;Serial reinitilized!&lt;/P&gt;&lt;P&gt;Net:&amp;nbsp;&amp;nbsp; got MAC address from IIM: 00:04:9f:01:db:da&lt;/P&gt;&lt;P&gt;FEC0 [PRIME]&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0 &lt;/P&gt;&lt;P&gt;MMC read: dev # 0, block # 2048, count 6144 ... Card did not respond to voltage select!&lt;/P&gt;&lt;P&gt;MMC: block number 0x2000 exceeds max(0x0)&lt;/P&gt;&lt;P&gt;0 blocks read: ERROR&lt;/P&gt;&lt;P&gt;Wrong Image Format for bootm command&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is log from &lt;STRONG&gt;printenv&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;baudrate=115200&lt;/P&gt;&lt;P&gt;loadaddr=0x70800000&lt;/P&gt;&lt;P&gt;netdev=eth0&lt;/P&gt;&lt;P&gt;ethprime=FEC0&lt;/P&gt;&lt;P&gt;uboot=u-boot.bin&lt;/P&gt;&lt;P&gt;kernel=uImage&lt;/P&gt;&lt;P&gt;ethact=FEC0&lt;/P&gt;&lt;P&gt;bootcd=run bootcmd_mmc&lt;/P&gt;&lt;P&gt;bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;/P&gt;&lt;P&gt;bootcmd_net=run bootargs_base bootargs_nfs; tftpboot ${loadaddr} ${kernel}; bootm&lt;/P&gt;&lt;P&gt;bootcmd_mmc=run bootargs_base bootargs_mmc; mmc read ${loadaddr} 0x800 0x1800; bootm&lt;/P&gt;&lt;P&gt;bootargs_mmc=set bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait&lt;/P&gt;&lt;P&gt;vga=setenv bootargs console=ttymxc0,115200 video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga&lt;/P&gt;&lt;P&gt;bootcmd_obds=ext2load mmc 0:1 0x70800000 /unit_tests/obds.bin; go 70800000&lt;/P&gt;&lt;P&gt;nfsroot=/tftpboot/rootfs&lt;/P&gt;&lt;P&gt;lcd=video=mxcdi0fb:RGB24,SEIKO-WVGA di0_primary&lt;/P&gt;&lt;P&gt;lvds=video=mxcdi0fb:RGB666,XGA di0_primary ldb=di0&lt;/P&gt;&lt;P&gt;bootcmd=run bootcmd_mmc&lt;/P&gt;&lt;P&gt;bootfile=uImage&lt;/P&gt;&lt;P&gt;fileaddr=70800000&lt;/P&gt;&lt;P&gt;netmask=255.255.254.0&lt;/P&gt;&lt;P&gt;hdmi=setenv bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,1024x768M@60 hdmi di0_primary&lt;/P&gt;&lt;P&gt;serverip=192.168.0.1&lt;/P&gt;&lt;P&gt;ipaddr=192.168.0.2&lt;/P&gt;&lt;P&gt;gatewayip=192.168.0.1&lt;/P&gt;&lt;P&gt;bootargs_base=setenv bootargs console=ttymxc0,115200 gpu_nommu ${vga}&lt;/P&gt;&lt;P&gt;dnsip=192.168.0.1&lt;/P&gt;&lt;P&gt;bootdelay=3&lt;/P&gt;&lt;P&gt;stdin=serial&lt;/P&gt;&lt;P&gt;stdout=serial&lt;/P&gt;&lt;P&gt;stderr=serial&lt;/P&gt;&lt;P&gt;bootargs=console=ttymxc0,115200 gpu_nommu setenv bootargs console=ttymxc0,115200 video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga root=/dev/mmcblk0p1 rw rootwait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment size: 1289/8188 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Raj Sanghavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 05:33:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401678#M59343</guid>
      <dc:creator>rajsanghavi</dc:creator>
      <dc:date>2015-07-31T05:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401679#M59344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot to mention that I am using SD card and not micro SD card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 05:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401679#M59344</guid>
      <dc:creator>rajsanghavi</dc:creator>
      <dc:date>2015-07-31T05:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401680#M59345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; According to the message from the log &lt;BR /&gt;&lt;BR /&gt;"MMC read: dev # 0, block # 2048, count 6144 ... Card did not respond to voltage select!"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;there is no proper card inserted to SD port 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is Your SD card located there (in slot 0) ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&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, 03 Aug 2015 03:24:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401680#M59345</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-03T03:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401681#M59346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for valuable reply.&lt;/P&gt;&lt;P&gt;I changed dev #0 to dev #1 and my board just started working as of now.&lt;/P&gt;&lt;P&gt;I used following command to do this thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc; mmc dev 1;mmc read ${loadaddr} 0x800 0x1800; bootm'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bootargs=console=ttymxc0,115200 gpu_nommu setenv bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,1920x1080M@60 hdmi di0_primary root=/dev/nfs ip=dhcp nfsroot=10.2&lt;/P&gt;&lt;P&gt;9.240.144:/tftpboot/rootfs,v3,tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs 'console=ttymxc0,115200 gpu_nommu ${lvds}'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though my board is booting now, to understand things correctly can you please guide me why I have to change dev #0 to dev#1 and what these above command needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj sanghavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 03:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401681#M59346</guid>
      <dc:creator>rajsanghavi</dc:creator>
      <dc:date>2015-08-03T03:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401682#M59347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Looks like Your boot device is SD port 1 (0,1, ...).&lt;BR /&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And the modififation from dev #0 to dev #1 is correct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;in such case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Yuri.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 05:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401682#M59347</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-08-03T05:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: iMX53- QSB can't get kernel image!</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401683#M59348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj sanghavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 05:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX53-QSB-can-t-get-kernel-image/m-p/401683#M59348</guid>
      <dc:creator>rajsanghavi</dc:creator>
      <dc:date>2015-08-03T05:47:13Z</dc:date>
    </item>
  </channel>
</rss>

