* [U-Boot] Configuration settings for Freescale i.MX53x demo boards
@ 2012-02-09 21:37 Bud Miljkovic
2012-02-09 21:46 ` Charles Manning
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bud Miljkovic @ 2012-02-09 21:37 UTC (permalink / raw)
To: u-boot
Hello Jason Liu,
Is there a glossary for the defines used in the
/include/configs/<board_name.h> files?
Regards,
Bud Miljkovic
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Configuration settings for Freescale i.MX53x demo boards
2012-02-09 21:37 [U-Boot] Configuration settings for Freescale i.MX53x demo boards Bud Miljkovic
@ 2012-02-09 21:46 ` Charles Manning
2012-02-09 21:51 ` Scott Wood
2012-02-09 22:37 ` [U-Boot] How to use external fdt file with kernel+initramfs uimage? Howard, Marc
2 siblings, 0 replies; 4+ messages in thread
From: Charles Manning @ 2012-02-09 21:46 UTC (permalink / raw)
To: u-boot
On Friday 10 February 2012 10:37:44 Bud Miljkovic wrote:
> Hello Jason Liu,
>
>
>
> Is there a glossary for the defines used in the
> /include/configs/<board_name.h> files?
I find it far easier to just grep the code.
-- Charles
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Configuration settings for Freescale i.MX53x demo boards
2012-02-09 21:37 [U-Boot] Configuration settings for Freescale i.MX53x demo boards Bud Miljkovic
2012-02-09 21:46 ` Charles Manning
@ 2012-02-09 21:51 ` Scott Wood
2012-02-09 22:37 ` [U-Boot] How to use external fdt file with kernel+initramfs uimage? Howard, Marc
2 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2012-02-09 21:51 UTC (permalink / raw)
To: u-boot
On 02/09/2012 03:37 PM, Bud Miljkovic wrote:
> Hello Jason Liu,
>
>
>
> Is there a glossary for the defines used in the
> /include/configs/<board_name.h> files?
The symbols should be documented in README or under doc/ (though some
are probably missing).
-Scott
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] How to use external fdt file with kernel+initramfs uimage?
2012-02-09 21:37 [U-Boot] Configuration settings for Freescale i.MX53x demo boards Bud Miljkovic
2012-02-09 21:46 ` Charles Manning
2012-02-09 21:51 ` Scott Wood
@ 2012-02-09 22:37 ` Howard, Marc
2 siblings, 0 replies; 4+ messages in thread
From: Howard, Marc @ 2012-02-09 22:37 UTC (permalink / raw)
To: u-boot
Hi,
I can boot my (powerpc 440gx) board as a "triple" uImage (kernel +
external_initramfs + fdt) using tftp.
(external_initramfs here means an initramfs gzip'd cpio file archive
that is not linked into the kernel as one file.)
I can also load the individual components and boot via bootm.
What I can't get to work is a "double" uImage (kernel +
external_initramfs) and external fdt. "bootm uImage_addr - fdt_addr"
panics when it attempts to mount the initramfs filesystem. I assume
that is because bootm isn't passing the address of the initramfs to the
kernel.
So, is there a way to do this? Is there a way to tftp the uImage and
then obtain pointers to the two file components so that bootm could be
supplied the address of the initramfs blob?
Thanks,
Marc Howard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-09 22:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 21:37 [U-Boot] Configuration settings for Freescale i.MX53x demo boards Bud Miljkovic
2012-02-09 21:46 ` Charles Manning
2012-02-09 21:51 ` Scott Wood
2012-02-09 22:37 ` [U-Boot] How to use external fdt file with kernel+initramfs uimage? Howard, Marc
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.