OMAP baseline test results for v3.10-rc6
From: paul@pwsan.com (Paul Walmsley)
Date: 2013-06-28 18:45:38
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2013-06-28 18:45:38
Also in:
linux-omap
Hi Lokesh On Thu, 27 Jun 2013, Lokesh Vutla wrote:
On Wednesday 26 June 2013 10:56 PM, Paul Walmsley wrote:quoted
Here's how I do it: ARCH=arm CROSS_COMPILE=${TOOLCHAIN_PATH}/bin/${TOOLCHAIN_PREFIX} nice make -j$CORES zImage am335x-bone.dtb cat arch/arm/boot/zImage arch/arm/boot/am335x-bone.dtb > arch/arm/boot/zImage-dtb.am335x-boneHere is the catch.. Your dtb is generated in arch/arm/boot/dts/ folder(before V3.8 dtb was generated in arch/arm/boot).
Ugh... that's probably it :-(
You are using very old dtb file. Please delete all your dtb files in arch/arm/boot/ folder and check once.
The tree is freshly recreated for each build, so the most likely scenario is that there's no DTB file at all appended to the image.
Here is the patch from Grant Likely which does that. https://patchwork.kernel.org/patch/1813321/ Can you please give a try updating this ..:)
Yeah will try that, probably either today or tomorrow. - Paul