On Sun, Feb 23, 2014 at 9:07 PM, <[email protected]> wrote: > Robert > > I did as you said, > wget https://raw.github.com/gkaindl/beaglebone-ubuntu- > scripts/master/bb-get-rcn-kernel-source.sh<https://www.google.com/url?q=https%3A%2F%2Fraw.github.com%2Fgkaindl%2Fbeaglebone-ubuntu-scripts%2Fmaster%2Fbb-get-rcn-kernel-source.sh&sa=D&sntz=1&usg=AFQjCNGfskw3YeISuBv6xklle5atCCworg> > chmod +x bb-get-rcn-kernel-source.sh > ./bb-get-rcn-kernel-source.sh > > I got message that kernel installed successfully, > when I did cloning from git hub. > > >> git clone git://github.com/RobertCNelson/stable-kernel.git >> >> > I got the following message: > > root@arm:~# ls > stable-kernel > root@arm:~# cd stable-kernel > root@arm:~/stable-kernel# > root@arm:~/stable-kernel# ls > branches.list build_kernel.sh LICENSE patch.sh repo_maintenance > system.sh tools > build_deb.sh deploy patches README scripts > system.sh.sample version.sh > root@arm:~/stable-kernel# ./build_kernel.sh > + Detected build host [Ubuntu 13.10] > + host: [armv7l] > + git HEAD commit: [47443e07185a3c26c7bfd0919a9f874fdb234ef5] > ----------------------------- > Please checkout one of the active branches: > ----------------------------- > [git checkout origin/v3.7.x -b tmp] (BeagleBoard Cx/xM > PandaBoard/PandaBoard ES) > [git checkout origin/v3.9.x -b tmp] (BeagleBoard Cx/xM > PandaBoard/PandaBoard ES) > > It is not building. What can be the reason? >
The error is pretty obvious, it clearly shows what branch you need to checkout to support a specific board. As to "why" you specifically checked out "stable-kernel.git" git repo.. I can't explain that. As clearly in all my wiki documentation i reference a different repo/branch for the beaglebone family. Regards, -- Robert Nelson http://www.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/groups/opt_out.
