Thanks for looking at this so quickly.  Unfortunately I've been away and am 
only getting back to this now.

I seem to have the same problem.  This is on a BBB for which I am trying to 
compile a 4.1 kernel via "git checkout origin/am33x-v4.1 -b tmp".  I kicked 
things off with a ./build_kernel.sh expecting that that would have pulled 
in your fix. The file "am335x-boneblack-1ghz.dtsi" itself appears to be 
missing still.  Is there anything else I need to do to get this file pulled 
in?

[dk@laptop bb-kernel]$ find . -name am335x-boneblack-1ghz.dtsi 
[dk@laptop bb-kernel]$ 

By the way, I did notice the warning below early on (see bold text). 
Perhaps related?

Resolve operation not in progress, we are not resuming.
git tree is clean...
[v4.1.3-bone14.1 1afaa31] empty cleanup commit
 1 file changed, 2808 insertions(+)
 create mode 100644 arch/arm/crypto/sha256-core.S
HEAD is now at 1afaa31 empty cleanup commit
Checking out files: 100% (10724/10724), done.
Switched to branch 'master'
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)
Already up-to-date.
*<standard input>:366: warning [p 5, 4.7i]: can't break line*
Deleted branch v4.1.3-bone14.1 (was 1afaa31).
Checking out files: 100% (10650/10650), done.
Switched to a new branch 'v4.1.3-bone14.1'

Once again, the error is below.  Help appreciated!

arch/arm/boot/dts/am335x-bonegreen.dts:19:38: fatal error: 
am335x-boneblack-1ghz.dtsi: No such file or directory 
#include "am335x-boneblack-1ghz.dtsi" 
                                     ^ 
compilation terminated. 
scripts/Makefile.lib:293: recipe for target 
'arch/arm/boot/dts/am335x-bonegreen.dtb' failed 
make[1]: *** [arch/arm/boot/dts/am335x-bonegreen.dtb] Error 1 
make[1]: *** Waiting for unfinished jobs.... 
 DTC     arch/arm/boot/dts/am335x-evm.dtb 
arch/arm/Makefile:319: recipe for target 'dtbs' failed 
make: *** [dtbs] Error 2

On Sunday, 26 July 2015 21:46:39 UTC-6, RobertCNelson wrote:
>
> On Sun, Jul 26, 2015 at 9:31 PM, DeKay <[email protected] <javascript:>> 
> wrote: 
> > Hi 
> > 
> > I am trying to compile the 4.1 kernel as per this eewiki link. I started 
> on 
> > a fresh The kernel compiles but the compilation script bombs when it 
> gets to 
> > the dtbs stuff because it can't find a file.  Help appreciated. 
> > 
> > ----------------------------- 
> > make -j2 ARCH=arm LOCALVERSION=-bone14.1 CROSS_COMPILE=ccache 
> > /home/dk/Hacking/BBB/bb-kernel/dl/gcc-l 
> > inaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- 
> dtbs 
> > ----------------------------- 
> >  CHK     include/config/kernel.release 
> >  CHK     include/generated/uapi/linux/version.h 
> >  CHK     include/generated/utsrelease.h 
> > make[1]: 'include/generated/mach-types.h' is up to date. 
> >  CHK     include/generated/bounds.h 
> >  CHK     include/generated/asm-offsets.h 
> >  CALL    scripts/checksyscalls.sh 
> >  DTC     arch/arm/boot/dts/am335x-base0033.dtb 
> >  DTC     arch/arm/boot/dts/am335x-bone.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-nhdmi-overlay.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-hdmi-overlay.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-emmc-overlay.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-overlay.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-wl1835mod.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-replicape.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-cape-bone-argus.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-can0.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-bbb-exp-r.dtb 
> >  DTC     arch/arm/boot/dts/am335x-boneblack-bbb-exp-c.dtb 
> >  DTC     arch/arm/boot/dts/am335x-bone-cape-bone-argus.dtb 
> >  DTC     arch/arm/boot/dts/am335x-bone-can0.dtb 
> >  DTC     arch/arm/boot/dts/am335x-arduino-tre.dtb 
> >  DTC     arch/arm/boot/dts/am335x-bonegreen.dtb 
> > arch/arm/boot/dts/am335x-bonegreen.dts:19:38: fatal error: 
> > am335x-boneblack-1ghz.dtsi: No such file o 
> > r directory 
> > #include "am335x-boneblack-1ghz.dtsi" 
> >                                      ^ 
> > compilation terminated. 
> > scripts/Makefile.lib:293: recipe for target 
> > 'arch/arm/boot/dts/am335x-bonegreen.dtb' failed 
> > make[1]: *** [arch/arm/boot/dts/am335x-bonegreen.dtb] Error 1 
> > make[1]: *** Waiting for unfinished jobs.... 
> > arch/arm/Makefile:319: recipe for target 'dtbs' failed 
> > make: *** [dtbs] Error 2 
>
> Thanks, now fixed in git.. 
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to