[U-Boot] FDT without FIT?

Wolfgang Denk wd at denx.de
Tue Aug 23 19:45:44 CEST 2011


Dear Simon Schwarz,

In message <4E53C9F6.4010609 at gmail.com> you wrote:
> 
> How can FDT be used without a FIT image?

I don't understand this question - using the FDT and the image format
are orthogonal to each other.

> I can't really get this from the code - if someone can point me in the 
> right direction this would be great!

Try:
	help bootm

For example:

	tftp 600000 uImage
	tftp 900000 board.dtb
	bootm 600000 - 900000

What exactly is your problem?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Unix is simple, but it takes a genius to understand the simplicity."
					             - Dennis Ritchie


More information about the U-Boot mailing list