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