On Sun, Sep 18, 2011 at 7:31 PM, Nicolas Pitre [off-list ref] wrote:
quoted
Arey you encapsulating the zImage+DTB in a uImage like I do
(so as to use with elder U-Boot) or are you using some other
method to get the zImage+DTB into the system?
What I do to thest it here is along those lines:
make <whatever_foo_defconfig_you_want>
make zImage
cat foobar.dtb >> arch/arm/boot/zImage
make uImage
This is what I do, that patch I made does exactly that while supplying
the necessary -e -a -T arguments etc to mkimage.
Oh well, U-Boot is working for us now I think, so the problem isn't
imminent.
Thanks,
Linus Walleij