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 

git clone git://github.com/RobertCNelson/stable-kernel.git

I got

root@arm:~# ls
stable-kernel
root@arm:~# cd stable-kernel
root@arm:~/stable-kernel# ls
branches.list    deploy   patch.sh          scripts           tools
build_deb.sh     LICENSE  README            system.sh         version.sh
build_kernel.sh  patches  repo_maintenance  system.sh.sample
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)
-----------------------------


Then I ran the following commands and got this...

ubuntu@arm:~$ uname -a
Linux arm 3.8.13-bone40 #1 SMP Fri Jan 31 10:36:05 UTC 2014 armv7l armv7l 
armv7l GNU/Linux
ubuntu@arm:~$ ls
ubuntu@arm:~$ sudo su
[sudo] password for ubuntu:
root@arm:/home/ubuntu# sudo m-a prepare
Getting source for kernel version: 3.8.13-bone40
apt-get install linux-headers-3.8.13-bone40
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.13-bone40
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone40'
apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Done!

I don't know how to fix this 

E: Unable to locate package linux-headers-3.8.13-bone40
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone40'

Because of this I am not able to build the package for my webcam, stuck 
with this for the past three weeks... Can anyone help me fix this...

On Sunday, 23 February 2014 00:33:59 UTC+5:30, jayakar...@gmail.com wrote:
>
> Thanks for the reply Robert. 
>
> I did it using
>
> 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
>
> as you said.
>
> It installed the kernel successfully and said
> done: kernel sources for 3.8.13-bone30 are now installed.
> you should be able to compile kernel modules.
>
> But even after this, when I try to compile a module I am not able to it, I 
> get the same error. I have added the snapshots, kindly check and tell me 
> how to solve this. 
>
>
> <https://lh3.googleusercontent.com/-AZWZkF0hUTE/Uwj0cZ6l72I/AAAAAAAABz8/pwRGJJQqOq0/s1600/c1.PNG>
>
>
> <https://lh3.googleusercontent.com/-JZfYL_pRGug/Uwj0hNaGDKI/AAAAAAAAB0E/OzpF46CUngQ/s1600/c2.PNG>
>
>
> <https://lh3.googleusercontent.com/-znQiltyzS2A/Uwj0mM_yI1I/AAAAAAAAB0M/Rty4m00Uzbs/s1600/c3.PNG>
>
>
>
> On Friday, 21 February 2014 20:01:05 UTC+5:30, RobertCNelson wrote:
>>
>>
>>
>>
>> On Thu, Feb 20, 2014 at 10:31 PM, <jayakar...@gmail.com> wrote:
>>
>>> Can you tell me how install this headers.
>>>
>>
>> wget <file>
>> sudo dpkg -i <file>
>>
>> or even:
>>
>> 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
>>
>> Will set it up automatically.
>>
>>  
>>
>>>  If you ubuntu-armhf images are not supported by your scripts where can 
>>> I find the image files support by yours.
>>>
>>
>> Let's see, the "debian testing" image posted to this group every week..
>>
>> https://groups.google.com/d/msg/beagleboard/D1ioNrzzXfQ/LdfJ2ccuiY4J
>>
>> The ones posted here:
>> http://elinux.org/BeagleBoardUbuntu
>>
>> and here:
>> http://elinux.org/BeagleBoardDebian
>>
>> and here:
>> http://eewiki.net/display/linuxonarm/Home
>>
>> etc/etc..
>>
>> 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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to