All of lore.kernel.org
 help / color / mirror / Atom feed
From: chiragdthinker@gmail.com (chirag garg)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Raw binary Image of linux
Date: Mon, 16 Mar 2015 04:04:49 -0000	[thread overview]
Message-ID: <CAPGpk-gmnpw+8M867aqfn9ghCCSTtdpAbupb9dC-A5XXtBzBjA@mail.gmail.com> (raw)
In-Reply-To: <20150309173110.GC1226@Sanchayan-Arch>

Hello ,

I perform the following steps to run linux kernel on imx6:

Download 3.18 kernel from www.kernel.org
Make steps:
make CROSSarm-linux-gnueabi- ARCH=arm imx_v6_v7_defconfig
make CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm uImage LOADADDR=10001000

cp linux-3.18.4/arch/arm/boot/uImage Sd_card
Run uImage on the imx6 board...

Output :

## Booting kernel from Legacy Image at 10800000 ...
   Image Name:   Linux-3.18.4
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5445640 Bytes =  5.2 MB
   Load Address: 10001000
   Entry Point:  10001000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...


what could be the problem in this ? why Is this kernel not able start on
imx6 platform ?

Thanks in advance,
Regards,

Chirag Garg
IIT Madras , Rise Lab

On Mon, Mar 9, 2015 at 11:01 PM, <victorascroft@gmail.com> wrote:

> Hello,
>
> On 15-03-09 21:53:34, chirag garg wrote:
> > Hello,
> >
> > On Mon, Mar 9, 2015 at 9:01 PM, <victorascroft@gmail.com> wrote:
> >
> > > Hello,
> > >
> > > On 15-03-09 11:20:55, chirag garg wrote:
> > > > Hi all,
> > > >
> > > > I am new to the linux kernel source code. I want to compile linux
> source
> > > > code for imx6 ARM based platform.
> > > > I want to generate  raw binary image (.bin file) and .dtb file. Can
> any
> > > one
> > > > help me in this.?
> > >
> > > Which iMX6 platform is this? Depending on the platform, it would be as
> > > simple as doing make imx_v6_v7_defconfig and then using the correct dtb
> > > for the platform. Boards like Nitrogen, Sabre or Wandaboard should boot
> > > easily with the recent kernels.
> > >
> > > I am using freescale imx6 quad core saberlite board. Available on the
> > freescale site
> > http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q
> >
> > Where should be this dtb available according to the board. I am trying to
> > boot 3.14 linux kernel.
>
> The DTS files for all ARM boards are available in the following
> directory
>
> http://lxr.free-electrons.com/source/arch/arm/boot/dts/?v=3.14
>
>
> http://lxr.free-electrons.com/source/arch/arm/configs/imx_v6_v7_defconfig?v=3.14
>
> imx_v6_v7_defconfig is the config file for imx platform.
>
> -Regards,
> Sanchayan.
>
> >
> >
> > > Do you have a custom board or one of those easily available development
> > > platforms?
> > >
> > > Board is easily available in the market.
> >
> >
> > > - Regards,
> > > Sanchayan..
> > >
> > > >
> > > > Thanks in advance
> > > > Regards
> > > >
> > > > Chirag Garg
> > > > IIT Madras , Rise Lab
> > >
> > >
> > Regards
> > Chirag Garg
> > IIT Madras , Rise Lab
> >
> >
> > > > _______________________________________________
> > > > Kernelnewbies mailing list
> > > > Kernelnewbies at kernelnewbies.org
> > > > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> > >
> > >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150316/62e2463f/attachment-0001.html 

  reply	other threads:[~2015-03-16  4:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09  5:50 Raw binary Image of linux chirag garg
2015-03-09 15:31 ` victorascroft at gmail.com
     [not found]   ` <CAPGpk-gtMQhRy0NTd_xVK3WFkzpZKmiE6Yzg+zk2+TrYT_K4fA@mail.gmail.com>
2015-03-09 17:31     ` victorascroft at gmail.com
2015-03-16  4:04       ` chirag garg [this message]
2015-03-16  4:15         ` victorascroft at gmail.com
     [not found]           ` <CAPGpk-je-yvS1DD8Wte5CHRKhraZ7e2vdNVitqaXVa3cFSJGOQ@mail.gmail.com>
2015-03-16  5:39             ` victorascroft at gmail.com
2015-03-17  6:13               ` chirag garg
2015-03-18  5:18                 ` victorascroft at gmail.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPGpk-gmnpw+8M867aqfn9ghCCSTtdpAbupb9dC-A5XXtBzBjA@mail.gmail.com \
    --to=chiragdthinker@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.