All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Booting multi-file images with a FDT but no initrd
@ 2007-12-04 14:04 Simon Kagstrom
  2007-12-04 15:28 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Kagstrom @ 2007-12-04 14:04 UTC (permalink / raw)
  To: u-boot

Hello U-boot list!

I'm using U-boot 1.3.0 to boot Linux on a Freescale MPC8349E-mITX, and
I have a small issue with multi-file images. I use a device tree but no
initrd, and I'm not quite sure how to boot the image in a good way. The
image is created in this way:

   mkimage -A ppc -O Linux -T multi -d vmlinux.bin.gz:cmxb.dtb /tftpboot/vmlinux+fdt.img

I can boot it with (in U-boot)

   setenv loadaddr 600000
   tftp $loadaddr /tftpboot/vmlinux+fdt.img
   bootm $loadaddr - 7a9634

and it starts just fine. My issue is with the address of the FDT - I'd
like to avoid having to hardcode this address since the kernel size can
change. If I just do 'bootm' or 'bootm $loadaddr -' it will end with

   Verifying Checksum ... OK
   Uncompressing Multi-File Image ... OK
   Loading Ramdisk to 0ff6c000, end 0ff6f000 ... OK

and just lock there. So to the question: Is it possible to boot a
multifile image in this way without having an initrd and without the
hardcoded address, or must I modify the U-boot code to get such
functionality?

// Simon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-05 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-04 14:04 [U-Boot-Users] Booting multi-file images with a FDT but no initrd Simon Kagstrom
2007-12-04 15:28 ` Wolfgang Denk
2007-12-05  9:58   ` Simon Kagstrom
2007-12-05 10:08     ` Bartlomiej Sieka
2007-12-05 10:30       ` Simon Kagstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.