<?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 How to boot imx6q using zImage ?? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356753#M49967</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 am using Imx6q Sabre board.&lt;/P&gt;&lt;P&gt;I was successful in building a dfb image using &lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.10.31-1.1.0_beta" title="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.10.31-1.1.0_beta"&gt;fsl-arm-yocto-bsp.git - Freescale i.MX Yocto Project manifests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I was unable to boot the board after copying the kernel zimage to board.&lt;/P&gt;&lt;P&gt;So, I read a blog and converted the zImage and dtb file to uImage format but still unable to boot.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 08:05:10 GMT</pubDate>
    <dc:creator>subodh</dc:creator>
    <dc:date>2014-10-28T08:05:10Z</dc:date>
    <item>
      <title>How to boot imx6q using zImage ??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356753#M49967</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 am using Imx6q Sabre board.&lt;/P&gt;&lt;P&gt;I was successful in building a dfb image using &lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.10.31-1.1.0_beta" title="http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.10.31-1.1.0_beta"&gt;fsl-arm-yocto-bsp.git - Freescale i.MX Yocto Project manifests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I was unable to boot the board after copying the kernel zimage to board.&lt;/P&gt;&lt;P&gt;So, I read a blog and converted the zImage and dtb file to uImage format but still unable to boot.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 08:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356753#M49967</guid>
      <dc:creator>subodh</dc:creator>
      <dc:date>2014-10-28T08:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot imx6q using zImage ??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356754#M49968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I am using following uboot parameters with uImage &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv loadaddr 0x12000000&lt;/P&gt;&lt;P&gt;setenv fdt_addr 0x18000000&lt;/P&gt;&lt;P&gt;setenv fdt_high 0xffffffff&lt;/P&gt;&lt;P&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/P&gt;&lt;P&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'&lt;/P&gt;&lt;P&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 1;mmc read ${loadaddr} 0x800 0x4000;mmc read ${fdt_addr} 0x5000 0x800;bootm ${loadaddr} - ${fdt_addr}'&lt;/P&gt;&lt;P&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;run bootcmd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356754#M49968</guid>
      <dc:creator>subodh</dc:creator>
      <dc:date>2014-10-28T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot imx6q using zImage ??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356755#M49969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Converted the kernel using the following link, used the address as 0x1008000&lt;/P&gt;&lt;P&gt;&lt;A href="http://unix.stackexchange.com/questions/122526/how-to-convert-a-zimage-into-uimage-for-booting-with-u-boot" title="http://unix.stackexchange.com/questions/122526/how-to-convert-a-zimage-into-uimage-for-booting-with-u-boot"&gt;How to convert a zImage into uImage for booting with u-boot - Unix &amp;amp; Linux Stack Exchange&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify and comment on the solution I found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356755#M49969</guid>
      <dc:creator>subodh</dc:creator>
      <dc:date>2014-10-28T11:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot imx6q using zImage ??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356756#M49970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have same issue? Pls help us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356756#M49970</guid>
      <dc:creator>gypan</dc:creator>
      <dc:date>2014-10-30T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot imx6q using zImage ??</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356757#M49971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the link in mt previous comment.&lt;/P&gt;&lt;P&gt;Just enter the mentioned address (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;0x1008000&lt;/SPAN&gt;)&amp;nbsp; in mkimage.&lt;/P&gt;&lt;P&gt;No need to change anything for DTB files.&lt;/P&gt;&lt;P&gt;Once image is ready, follow the prodecure for SD Card creation.&lt;/P&gt;&lt;P&gt;Following are my uboot params, I think I had to change an address offset and confirm the card detected to set root=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv loadaddr 0x12000000&lt;/P&gt;&lt;P&gt;setenv fdt_addr 0x18000000&lt;/P&gt;&lt;P&gt;setenv fdt_high 0xffffffff&lt;/P&gt;&lt;P&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'&lt;/P&gt;&lt;P&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk2p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'&lt;/P&gt;&lt;P&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 1;mmc read ${loadaddr} 0x800 0x4000;mmc read ${fdt_addr} 0x5000 0x800;bootm ${loadaddr} - ${fdt_addr}'&lt;/P&gt;&lt;P&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;run bootcmd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that should fix the problem if you are using the yocto built kernel directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-boot-imx6q-using-zImage/m-p/356757#M49971</guid>
      <dc:creator>subodh</dc:creator>
      <dc:date>2014-10-30T07:06:12Z</dc:date>
    </item>
  </channel>
</rss>

