<div dir="ltr"><div><div><div><div><div>Hello ,<br><br></div>I perform the following steps to run linux kernel on imx6:<br><br></div>Download 3.18 kernel from <a href="http://www.kernel.org">www.kernel.org</a><br></div>Make steps:<br>make CROSSarm-linux-gnueabi- ARCH=arm imx_v6_v7_defconfig<br>make CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm uImage LOADADDR=10001000<br><br></div>cp linux-3.18.4/arch/arm/boot/uImage Sd_card<br></div>Run uImage on the imx6 board...<br> <br><div><div><div><div><div><div><div class="gmail_extra">Output :<br><br>## Booting kernel from Legacy Image at 10800000 ...<br> Image Name: Linux-3.18.4<br> Image Type: ARM Linux Kernel Image (uncompressed)<br> Data Size: 5445640 Bytes = 5.2 MB<br> Load Address: 10001000<br> Entry Point: 10001000<br> Verifying Checksum ... OK<br> Loading Kernel Image ... OK<br>OK<br><br>Starting kernel ...<br><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">what could be the problem in this ? why Is this kernel not able start on imx6 platform ?<br><br></div><div class="gmail_extra">Thanks in advance,<br></div><div class="gmail_extra">Regards,<br><br></div><div class="gmail_extra">Chirag Garg<br></div><div class="gmail_extra">IIT Madras , Rise Lab<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 9, 2015 at 11:01 PM, <span dir="ltr"><<a href="mailto:victorascroft@gmail.com" target="_blank">victorascroft@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
On 15-03-09 21:53:34, chirag garg wrote:<br>
> Hello,<br>
><br>
> On Mon, Mar 9, 2015 at 9:01 PM, <<a href="mailto:victorascroft@gmail.com" target="_blank">victorascroft@gmail.com</a>> wrote:<br>
><br>
> > Hello,<br>
> ><br>
> > On 15-03-09 11:20:55, chirag garg wrote:<br>
> > > Hi all,<br>
> > ><br>
> > > I am new to the linux kernel source code. I want to compile linux source<br>
> > > code for imx6 ARM based platform.<br>
> > > I want to generate raw binary image (.bin file) and .dtb file. Can any<br>
> > one<br>
> > > help me in this.?<br>
> ><br>
> > Which iMX6 platform is this? Depending on the platform, it would be as<br>
> > simple as doing make imx_v6_v7_defconfig and then using the correct dtb<br>
> > for the platform. Boards like Nitrogen, Sabre or Wandaboard should boot<br>
> > easily with the recent kernels.<br>
> ><br>
> > I am using freescale imx6 quad core saberlite board. Available on the<br>
> freescale site<br>
> <a href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q" target="_blank">http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q</a><br>
><br>
> Where should be this dtb available according to the board. I am trying to<br>
> boot 3.14 linux kernel.<br>
<br>
The DTS files for all ARM boards are available in the following<br>
directory<br>
<br>
<a href="http://lxr.free-electrons.com/source/arch/arm/boot/dts/?v=3.14" target="_blank">http://lxr.free-electrons.com/source/arch/arm/boot/dts/?v=3.14</a><br>
<br>
<a href="http://lxr.free-electrons.com/source/arch/arm/configs/imx_v6_v7_defconfig?v=3.14" target="_blank">http://lxr.free-electrons.com/source/arch/arm/configs/imx_v6_v7_defconfig?v=3.14</a><br>
<br>
imx_v6_v7_defconfig is the config file for imx platform.<br>
<br>
-Regards,<br>
Sanchayan.<br>
<br>
><br>
><br>
> > Do you have a custom board or one of those easily available development<br>
> > platforms?<br>
> ><br>
> > Board is easily available in the market.<br>
><br>
><br>
> > - Regards,<br>
> > Sanchayan..<br>
> ><br>
> > ><br>
> > > Thanks in advance<br>
> > > Regards<br>
> > ><br>
> > > Chirag Garg<br>
> > > IIT Madras , Rise Lab<br>
> ><br>
> ><br>
> Regards<br>
> Chirag Garg<br>
> IIT Madras , Rise Lab<br>
><br>
><br>
> > > _______________________________________________<br>
> > > Kernelnewbies mailing list<br>
> > > <a href="mailto:Kernelnewbies@kernelnewbies.org" target="_blank">Kernelnewbies@kernelnewbies.org</a><br>
> > > <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
> ><br>
> ><br>
</blockquote></div><br></div></div></div></div></div></div></div></div>