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