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? On Sunday, 23 February 2014 23:04:30 UTC+5:30, RobertCNelson wrote: > > > > > On Sun, Feb 23, 2014 at 12:11 AM, <[email protected] <javascript:>>wrote: > >> First of all, sorry for posting such a big message, I just want to make >> things clear... >> >> Robert I tried your images available at >> https://rcn-ee.net/deb/microsd/saucy/bone-ubuntu-13.10-2014-02-16-2gb.img.xz >> >> Booted my beaglebone black with the image on sd card. >> >> and ran the following commands >> >> cd /opt/scripts/tools >> git pull >> ./grow_partition.sh >> sudo reboot >> >> >> cd /opt/scripts/tools >> git pull >> >> root@arm:/home/ubuntu# cd /opt/scripts/tools >> root@arm:/opt/scripts/tools# git pull >> Already up-to-date. >> root@arm:/opt/scripts/tools# ./update_kernel.sh >> --2014-02-23 06:04:21-- http://rcn-ee.net/deb/saucy-armhf/LATEST-omap-psp >> Resolving rcn-ee.net (rcn-ee.net)... 69.163.128.251 >> Connecting to rcn-ee.net (rcn-ee.net)|69.163.128.251|:80... connected. >> HTTP request sent, awaiting response... 200 OK >> Length: 237 [text/plain] >> Saving to: ‘LATEST-omap-psp’ >> >> 100%[======================================>] 237 --.-K/s in 0s >> >> 2014-02-23 06:04:22 (2.90 MB/s) - ‘LATEST-omap-psp’ saved [237/237] >> >> v3.8.13-bone40 is latest >> Third party modules... >> >> >> Then I did >> > > > Now just do: > > wget > https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh > chmod +x bb-get-rcn-kernel-source.sh > ./bb-get-rcn-kernel-source.sh > > >> git clone git://github.com/RobertCNelson/stable-kernel.git >> >> > Wrong "repo"... > > > BTW: just because we can install the headers, doesn't always guarentee > some crappy upstream's out of tree modules will build against it.. > > 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.
