Tom, I feel your pain.
On Fri, 2007-02-09 at 16:55 -0500, Morrison, Tom wrote: > All, > > I've looked at the Documentation/powerpc/booting_without_of.txt, > and this gives an explanation of the internal parts of the dts file, > but it doesn't tell me how to practically pass it to the kernel > from u-boot (e.g.: load to memory - and use bootm xxx yyy zzz) > > I am pretty darn confused about this whole thing. Can anybody point me > to > a SUCCINCT explanation of the use of a dts file (and how compile and use > > with u-boot to pass to kernel)? > u-boot> bootm <kernel_address> <initrd_address> <dtb_address> If you don't have an initrd, it's u-boot> bootm <kernel_address> - <dtb_address> Hope that's succinct enough. Ben _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
