On 1/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Kim Phillips <[EMAIL PROTECTED]> wrote on 01/18/2007 10:40:31 AM: > > > > Per Grant's suggestion I changed it to: > > > 'dtc -I dts -O dtb -V 0x10 mpc8349emitx.dts > 8349.blob' > > > > > I get a 0 length 8349.blob file using the above. Have you tried -f? > > > > Kim > > Hummmmm, interesting. I get a blob of about 4K when I do it. Oh, ooops. > Sorry. I did have to modify the *.dts file to get it to compile. There > was an error because there wasn't a 'linux,boot-cpu' entry in the cpu > node.
BTW, you don't need to add a linux,boot-cpu node to your .dts file. In fact you don't need anything in the /chosen node at all. Just pass the -f flag to your version of dtc. (This is also something fixed in the latest dtc code from www.jdl.com) g. -- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd. [EMAIL PROTECTED] (403) 399-0195 _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
