linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: "Furxhi, Orges" <Orges.Furxhi@thyssenkrupp.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: USB flashdrive on Motorola MPC5200 (IceCube) board, linux ke rnel 2.4.20
Date: Wed, 14 Jun 2006 22:07:31 +0200	[thread overview]
Message-ID: <20060614200731.51722353C2B@atlas.denx.de> (raw)
In-Reply-To: Your message of "Wed, 14 Jun 2006 10:36:11 CDT." <162B449665D6D643AD9E1D50FC6F4B1403F16D5F@mdcexc05.na.ops.local>

In message <162B449665D6D643AD9E1D50FC6F4B1403F16D5F@mdcexc05.na.ops.local> you wrote:
> I downloaded the kernel you recommended and now I am trying to build a UBoot
> image that I can load unto flash.
> I use the following commands: 
> $ make mrproper
> $ make menuconfig
>   (select arch/ppc/configs/icecube_5200_defconfig file, exit and save)
> $ make uImage

Try instead:

	$ make mrproper
	$ make icecube_5200_config
	$ make oldconfig
	$ make dep
	$ make uImage

> Is there another sequence of make commands that I need to follow to create a
> UBoot image?

Not really.

Note that above is for  the  old  Lite5200  board.  For  the  (newer)
Lite5200B boards you must use latest version of U-Boot and Linux (top
of  tree  from  our git repositories), and "make lite5200b_config" to
start.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
"The greatest warriors are the ones who fight for peace."
- Holly Near

  parent reply	other threads:[~2006-06-14 20:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-14 15:36 USB flashdrive on Motorola MPC5200 (IceCube) board, linux ke rnel 2.4.20 Furxhi, Orges
2006-06-14 15:49 ` USB flashdrive on Motorola MPC5200 (IceCube) board, linux kernel 2.4.20 Igor Luri
2006-06-14 20:07 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-14 21:48 USB flashdrive on Motorola MPC5200 (IceCube) board, linux ke rnel 2.4.20 Furxhi, Orges
2006-06-14 23:02 ` Wolfgang Denk

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=20060614200731.51722353C2B@atlas.denx.de \
    --to=wd@denx.de \
    --cc=Orges.Furxhi@thyssenkrupp.com \
    --cc=linuxppc-embedded@ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).