Dear Simon Schwarz,

In message <4e53c9f6.4010...@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: w...@denx.de
"Unix is simple, but it takes a genius to understand the simplicity."
                                                     - Dennis Ritchie
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to