Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-25 Thread Shyam D
Thank you very much for the repeated support, but any ways i have tried to flash my eMMC with latest image via SD (in middle i failed )after which i was not able to login to, may be my eMMC is corrupted now , i am trying to flash a new latest image on to my board in which i am facing many problems

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-25 Thread Frank Agius
On Monday, March 23, 2015 at 9:42:08 PM UTC-4, Shyam D wrote: > > No, the first time it succedded but dont know why the second time it > started saying > > make -C /lib/modules/3.8.13-bone47/build M=/root/lddgeek modules >> make[1]: Entering directory `/usr/src/linux-3.8.13-bone47' >> make[1]:

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-24 Thread Shyam D
i simply decided to update my eMMC with latest flash will update after it, by the way i am facing some issues while flashing the on board eMMC ,* help me in the tread named:Unable to Flash the internal eMMC of BBB Rev C* -- For more options, visit http://beagleboard.org/discuss --- You receive

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Shyam D
No, the first time it succedded but dont know why the second time it started saying make -C /lib/modules/3.8.13-bone47/build M=/root/lddgeek modules > make[1]: Entering directory `/usr/src/linux-3.8.13-bone47' > make[1]: Warning: File `/usr/src/linux-3.8.13-bone47/arch/arm/Makefile' > has modif

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Shyam D
dont know whether i can go with this bone47 distro , but i have done below things and my module got inserted and i am happy :p > > > #wget --no-check-certificate > https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh > #chmod +x bb-get-rcn-kernel-source.sh > #

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Shyam D
you meant to say `flash a latest image on beagle bone black` On 23 March 2015 at 21:24, Robert Nelson wrote: > Sorry, bone47 is way 'before' the repo was enabled. Start with the latest > image. > > On Mar 23, 2015 8:37 AM, "Shyam D" wrote: > > > > I was not able to do that why so ??? > > > >>

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Robert Nelson
Sorry, bone47 is way 'before' the repo was enabled. Start with the latest image. On Mar 23, 2015 8:37 AM, "Shyam D" wrote: > > I was not able to do that why so ??? > >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Unable to locate package l

Re: [beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Shyam D
I was not able to do that why so ??? Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package linux-headers-3.8.13-bone47 > E: Couldn't find any package by regex 'linux-headers-3.8.13-bone47' On 23 March 2015 at 18:18, Frank Agiu

[beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Frank Agius
On Monday, March 23, 2015 at 8:35:21 AM UTC-4, Shyam D wrote: > > when you say initial error :) will i get any build errors further, like > during insmod, rmmod , can you please tell me what i should make ready for > out-of-tree kernel module development > > On Monday, March 23, 2015 at 6:01:28

[beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Shyam D
when you say initial error :) will i get any build errors further, like during insmod, rmmod , can you please tell me what i should make ready for out-of-tree kernel module development On Monday, March 23, 2015 at 6:01:28 PM UTC+5:30, Frank Agius wrote: > > > > On Monday, March 23, 2015 at 3:17:

[beagleboard] Re: building a out-of-tree module on Beagle Bone Black

2015-03-23 Thread Frank Agius
On Monday, March 23, 2015 at 3:17:00 AM UTC-4, Shyam D wrote: > > Machine Details : > > Linux beaglebone 3.8.13-bone47 armv7l GNU/Linux > > > Problem Details: > > In a attempt to write out-of-tree modules on beagle bone black(as intree > modules require me to compile/flash them again and again