Appended devicetree with Torvalds' HEAD

Nicolas Pitre nicolas.pitre at linaro.org
Mon Sep 19 03:31:45 EST 2011


On Sun, 18 Sep 2011, Linus Walleij wrote:

> On Tue, Sep 13, 2011 at 8:42 PM, David Brown <davidb at codeaurora.org> wrote:
> > On Tue, Sep 06, 2011 at 01:52:43PM -0400, Nicolas Pitre wrote:
> >
> >> My latest patchset is here:
> >>
> >>   git://git.linaro.org/people/nico/linux zImage_DTB_append
> >>
> >> I'm not fully satisfied to send them upstream yet though.
> >
> > These patches do appear to still work on MSM.
> 
> Hm I wonder what is wrong on our end, probably our own fault :-/
> 
> 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


Nicolas


More information about the devicetree-discuss mailing list