On 07/27/2011 08:44 PM, Somebody in the thread at some point said:

Hi -

To build them from Nicolas' tree, just do:  make<filename>.dtb.  For
some configs,"make dtbs"  will also work.

Did this capability go away at some point, or am I now forgetting a
step. I can't seem to build .dtb files any more.

Shawn Guo helped me before with this magic required sequencing to get the dtbs built:

$ make ARCH=arm O=panda omap4_defconfig
$ make ARCH=arm O=panda menuconfig
  [ensure CONFIG_USE_OF is enabled]
$ make ARCH=arm O=panda CROSS_COMPILE=arm-linux-gnueabi- zImage
  [dtc will be built out in panda/scripts/dtc/]
$ make ARCH=arm O=panda dtbs

-Andy

--
Andy Green | TI Landing Team Leader
Linaro.org │ Open source software for ARM SoCs | Follow Linaro
http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http://linaro.org/linaro-blog

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to