[ELDK] lack of canyonlands.dts file....
Stefan Roese
sr at denx.de
Tue Nov 23 06:19:00 CET 2010
Hi Jim,
On Monday 22 November 2010 22:26:54 Snyder, James (jsnyde07) wrote:
> 2. I do not have a canyonlands.dtb makefile rule ( searched all
> files on the file system and none contained canyonlands). In what
> directory should the Makefile be in?
You won't find "canyonlands" in any Makefile. The rule is in
arch/powerpc/boot/Makefile (2.6.36):
$(obj)/%.dtb: $(dtstree)/%.dts
$(DTC) -O dtb -o $(obj)/$*.dtb -b 0 $(DTS_FLAGS) $(dtstree)/$*.dts
So you should type this command (with ARCH & CROSS_COMPILE set correctly):
$ make canyonlands.dtb
This will generate this file in the arch/powerpc/boot directory.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
More information about the eldk
mailing list