Re: [Buildroot] zImage.embedded

2008-04-15 Thread Guillaume Dargaud
I think you need to figure out how to build u-boot for your board outside buildroot, before you try to build it inside buildroot. Working on it... While I do that, I have a side question: is it possible to boot off a first kernel on a local partition, but tell it to tftp boot off another kerne

Re: [Buildroot] zImage.embedded

2008-04-14 Thread Ulf Samuelsson
> [cross posting from one mailing list to another] > >>> is the file zImage.elf my proper network image ? >> >> What bootloader is on your board? zImage.elf *might* be the proper >> image. If you're using u-boot, then you want to build a uImage >> instead. > > I'm trying to compile u-boot wit

Re: zImage.embedded

2008-04-14 Thread Guillaume Dargaud
[cross posting from one mailing list to another] is the file zImage.elf my proper network image ? What bootloader is on your board? zImage.elf *might* be the proper image. If you're using u-boot, then you want to build a uImage instead. I'm trying to compile u-boot with buildroot, but it

Re: zImage.embedded

2008-04-11 Thread Grant Likely
On Fri, Apr 11, 2008 at 9:51 AM, Guillaume Dargaud <[EMAIL PROTECTED]> wrote: > > > > > > is the file zImage.elf my proper network image ? > > > > > > > What bootloader is on your board? zImage.elf *might* be the proper > > image. If you're using u-boot, then you want to build a uImage > > inste

Re: zImage.embedded

2008-04-11 Thread Guillaume Dargaud
is the file zImage.elf my proper network image ? What bootloader is on your board? zImage.elf *might* be the proper image. If you're using u-boot, then you want to build a uImage instead. I... ahem... what would you recommand for a ML405 ? Builroot gives to options of U-Boot or Yaboot. Have

Re: zImage.embedded

2008-04-11 Thread Grant Likely
ch/ppc/boot/images/zImage.elf > rm -f arch/ppc/boot/simple/zvmlinux > cp arch/ppc/boot/images/zImage.embedded /tftpboot/zImage.embedded > cp: cannot stat `arch/ppc/boot/images/zImage.embedded': No such file or > directory > make[2]: *** [znetboot] Error 1 > make[1]: *** [

zImage.embedded

2008-04-11 Thread Guillaume Dargaud
h/ppc/boot/simple/zvmlinux arch/ppc/boot/simple/zvmlinux -R .comment -R .stab \ -R .stabstr -R .ramdisk cp -f arch/ppc/boot/simple/zvmlinux arch/ppc/boot/images/zImage.elf rm -f arch/ppc/boot/simple/zvmlinux cp arch/ppc/boot/images/zImage.embedded /tftpboot/zImage.embedded cp: c