USB flashdrive on Motorola MPC5200 (IceCube) board, linux ke rnel 2.4.20

Wolfgang Denk wd at denx.de
Thu Jun 15 06:07:31 EST 2006


In message <162B449665D6D643AD9E1D50FC6F4B1403F16D5F at 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 at denx.de
"The greatest warriors are the ones who fight for peace."
- Holly Near



More information about the Linuxppc-embedded mailing list