On Sat, Aug 1, 2015 at 2:29 PM, DeKay <[email protected]> wrote: > 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?
You need to update the repo... git checkout master -f git branch -D tmp git pull git checkout origin/am33x-v4.1 b tmp ./build_kernel.sh 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.
