Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: buildroot@busybox.net
Subject: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
Date: Fri, 24 Feb 2012 16:40:55 +0100	[thread overview]
Message-ID: <20120224154055.GB6613@game.jcrosoft.org> (raw)
In-Reply-To: <63D6870D443E63419AC4A0C97B86C092030FCA25@MBXCLUSTER.mdh.local>

On 16:22 Fri 24 Feb     , Mikael ?sberg wrote:
> 
> This application is for the automotive industry. In a car, the embedded system must be able to boot within maximum ~1 second. I was thinking, can I use mkimage to convert vmlinux to an uImage (uncompressed version)?
> Or, is there a setting in Buildroot or Barebox where I can specify the builder to not compress the uImage?
in barebox wecan boot a raw image and we did on imx to boot in less than 400ms

Best Regards,
J.
> 
> --------------------------------------------------------------
> Mikael ?sberg
> PhD student (Doktorand), Computer Engineering
> School of Innovation, Design and Engineering
> M?lardalen University, V?ster?s Sweden
> Phone: +46(0)21 101502
> Room nr: U1-145
> Mail: mikael.asberg at mdh.se
> --------------------------------------------------------------
> ________________________________________
> Fr?n: Yegor Yefremov [yegorslists at googlemail.com]
> Skickat: den 24 februari 2012 16:10
> Till: Mikael ?sberg
> Kopia: buildroot at busybox.net
> ?mne: Re: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
> 
> I don't know, if it is possible to pack vmlinuz in uImage. Why do you need this?
> 
> On Fri, Feb 24, 2012 at 3:33 PM, Mikael ?sberg <mikael.asberg@mdh.se> wrote:
> >
> > Ahh ok. Do you know how to create an uImage which is not compressed?
> >
> > --------------------------------------------------------------
> > Mikael ?sberg
> > PhD student (Doktorand), Computer Engineering
> > School of Innovation, Design and Engineering
> > M?lardalen University, V?ster?s Sweden
> > Phone: +46(0)21 101502
> > Room nr: U1-145
> > Mail: mikael.asberg at mdh.se
> > --------------------------------------------------------------
> > ________________________________________
> > Fr?n: Yegor Yefremov [yegorslists at googlemail.com]
> > Skickat: den 24 februari 2012 15:06
> > Till: Mikael ?sberg
> > Kopia: buildroot at busybox.net
> > ?mne: Re: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
> >
> > This is zImage with u-boot specific wrapper. uImage will be created
> > from zImage using mkimage tool.
> >
> > Yegor
> >
> > On Fri, Feb 24, 2012 at 2:53 PM, Mikael ?sberg <mikael.asberg@mdh.se> wrote:
> >> Hi,
> >>
> >> Ok, but is uImage a compressed file like zImage? If yes, can I de-compress it somehow?
> >>
> >> Regards
> >>
> >> --------------------------------------------------------------
> >> Mikael ?sberg
> >> PhD student (Doktorand), Computer Engineering
> >> School of Innovation, Design and Engineering
> >> M?lardalen University, V?ster?s Sweden
> >> Phone: +46(0)21 101502
> >> Room nr: U1-145
> >> Mail: mikael.asberg at mdh.se
> >> --------------------------------------------------------------
> >> ________________________________________
> >> Fr?n: Yegor Yefremov [yegorslists at googlemail.com]
> >> Skickat: den 24 februari 2012 14:33
> >> Till: Mikael ?sberg
> >> Kopia: Baruch Siach; buildroot at busybox.net
> >> ?mne: Re: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
> >>
> >> AFAIK it is always uImage format for both u-boot and barebox. RedBoot
> >> has used zImage.
> >>
> >> Yegor
> >>
> >> On Fri, Feb 24, 2012 at 2:19 PM, Mikael ?sberg <mikael.asberg@mdh.se> wrote:
> >>> Hey,
> >>>
> >>> Ok great, thx!
> >>>
> >>> One last thing, depending on which bootloader that is used, i.e., u-boot, barebox etc., does it matter which kernel image that is used for the boot (zImage, uImage, vmlinux)?
> >>> If I use barebox, which image can I use? (I prefer an uncompressed kernel)
> >>>
> >>> Kind regards
> >>>
> >>> --------------------------------------------------------------
> >>> Mikael ?sberg
> >>> PhD student (Doktorand), Computer Engineering
> >>> School of Innovation, Design and Engineering
> >>> M?lardalen University, V?ster?s Sweden
> >>> Phone: +46(0)21 101502
> >>> Room nr: U1-145
> >>> Mail: mikael.asberg at mdh.se
> >>> --------------------------------------------------------------
> >>> ________________________________________
> >>> Fr?n: Baruch Siach [baruch at tkos.co.il]
> >>> Skickat: den 23 februari 2012 18:17
> >>> Till: Mikael ?sberg
> >>> Kopia: buildroot at busybox.net
> >>> ?mne: Re: SV: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
> >>>
> >>> Hi Mikael,
> >>>
> >>> Please keep the list in Cc.
> >>>
> >>> On Thu, Feb 23, 2012 at 02:35:37PM +0100, Mikael ?sberg wrote:
> >>>> Hi,
> >>>>
> >>>> Thanks a lot for the info!
> >>>>
> >>>> I guess its easier to use Barebox, then you just also specify mxs_defconfig
> >>>> when you configure.
> >>>
> >>> You original question was about the Linux kernel not Barebox.
> >>>
> >>> Barebox includes support for the TX28 board which is based on i.MX28
> >>> (tx28stk5_defconfig).
> >>>
> >>>> One more thing, since i.MX28 uses the "454MHz ARM926EJ-S" processor, should
> >>>> I choose "arm926t" in the config?
> >>>
> >>> The kernel (and Barebox) defconfig files should include all the relevant
> >>> settings, including this one.
> >>>
> >>> baruch
> >>>
> >>>> Fr?n: Baruch Siach [baruch at tkos.co.il]
> >>>> Skickat: den 23 februari 2012 13:38
> >>>> Till: Mikael ?sberg
> >>>> Kopia: buildroot at busybox.net
> >>>> ?mne: Re: [Buildroot] Compile Linux with Buildroot for i.MX28 EVK
> >>>>
> >>>> Hi Mikael,
> >>>>
> >>>> On Thu, Feb 23, 2012 at 12:22:09PM +0100, Mikael ?sberg wrote:
> >>>> > Does anyone have experience with compiling Linux kernels with Buildroot for
> >>>> > i.MX28 EVK?
> >>>> > I'm not sure which board name to be set for u-boot for example...
> >>>> > Also, which defconfig should be used, imx27ads_defconfig or versatile_defconfig perhaps?
> >>>> >
> >>>> > Any help or pointers would be valueable!
> >>>>
> >>>> Although it's named i.MX28, this chip is very different from i.MX27, but is
> >>>> similar to i.MX23. Latest kernels (since v3.0) contain mxs_defconfig, which
> >>>> should be suitable for i.MX28 (and i.MX23).
> >>>>
> >>>> baruch
> >>>
> >>> --
> >>>     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> >>> =}------------------------------------------------ooO--U--Ooo------------{=
> >>>   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
> >>> _______________________________________________
> >>> buildroot mailing list
> >>> buildroot at busybox.net
> >>> http://lists.busybox.net/mailman/listinfo/buildroot
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2012-02-24 15:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-23 11:22 [Buildroot] Compile Linux with Buildroot for i.MX28 EVK Mikael Åsberg
2012-02-23 12:11 ` Jean-Christophe PLAGNIOL-VILLARD
2012-02-23 12:38 ` Baruch Siach
     [not found]   ` <63D6870D443E63419AC4A0C97B86C092030FCA18@MBXCLUSTER.mdh.local>
2012-02-23 17:17     ` Baruch Siach
2012-02-24 13:19       ` Mikael Åsberg
2012-02-24 13:33         ` Yegor Yefremov
2012-02-24 13:53           ` Mikael Åsberg
2012-02-24 14:06             ` Yegor Yefremov
2012-02-24 14:33               ` Mikael Åsberg
2012-02-24 15:10                 ` Yegor Yefremov
2012-02-24 15:22                   ` Mikael Åsberg
2012-02-24 15:40                     ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-02-24 15:58                       ` Mikael Åsberg
2012-02-24 16:35                         ` Jean-Christophe PLAGNIOL-VILLARD
2012-02-24 16:46                           ` Mikael Åsberg
2012-02-24 16:56                             ` Jean-Christophe PLAGNIOL-VILLARD
2012-02-24 20:31                             ` Thomas Petazzoni
2012-02-25  8:39                               ` Mikael Åsberg
2012-02-26  9:34                                 ` Baruch Siach
2012-02-24 17:10                     ` Michael S. Zick
2012-02-24 20:10                       ` Thomas Petazzoni
2012-02-25 14:35                         ` Michael S. Zick
2012-02-24 15:38           ` Jean-Christophe PLAGNIOL-VILLARD

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=20120224154055.GB6613@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox