Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-25 Thread John Syne
I recommend that you get this book as it will cover all the things you need:

Mastering Embedded Linux Programming - Second Edition by Chris Simmonds
Published by Packt Publishing
Released June 2017

Covers Linux Kernel 4.9 and uses the BBB hardware.


Regards,
John




> On Dec 24, 2017, at 9:58 PM, pawan sharma  wrote:
> 
> hi man,
> i m very new with beaglebone black,
> my version is BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.
> when i did 'uname -r' i got vi3.8.13-bone50 .
> i have tried sudo apt-get update and all the things.
> and i m hoping u ll help me from starting.
> and also ll send me the link of latest version too.
> 
> 
> On Monday, 25 December 2017 02:57:50 UTC+5:30, Stuart Longland wrote:
> On 24/12/17 20:35, pawan sharma wrote: 
> > sir i have same problem i did it what have u suggested but i cant get of 
> > my version.plz help my whatsapp number is +918563078782 
> 
> On 24/12/17 20:39, pawan sharma wrote: 
> > hi i have same problem please mail me or whatsApp me as soon as possible 
> > please help me my number is +918563078782.please please please please 
> 
> On 24/12/17 20:50, pawan sharma wrote: 
> > my version is vi3.8.13-bone50 
> > hi please help me i have same problem my whatsapp number is +918563078782. 
> 
> On 24/12/17 21:23, pawan sharma wrote: 
> > RoSchmi 
> > *HELP ME PLEASE 
> > * 
> 
> Jeepers!  There's asking for help… and then there's practically 
> screaming the place down as if you're being murdered! 
> 
> A few points: 
> 1. We're not all running the same timezone and schedule as you. 
> 2. We're volunteers… we're going to respond on *our* schedule, not 
> yours, *IF* we are able to help.  This is *especially* true at this time 
> of year, where many of us will be busy *away* from computers (spending 
> time with friends and family for example). 
> 3. Repeatedly asking "help me" and providing no further information on 
> what you've done to solve the problem does not inspire any of us to 
> assist, as it shows a lack of initiative in researching the problem. 
> 
> Replying to a thread can be okay if you reply with additional 
> information you have found or with different experiments you have 
> attempted… this shows you're at least trying to work the problem, and 
> may help someone else that winds up in your situation in the future. 
> 
> Now… with that underway… 
> 
> It sounds a lot like APT is picking up on the standard `linux-headers` 
> package that Debian ship; and kernel version 3.18 is rather dated now. 
> So likely you're running an out-dated image. 
> 
> That's a guess on my part though, as I am new to the Beagle Bone 
> ecosystem myself.  (I have a few years experience with Linux on RISC, 
> and about 20 with Linux itself, but bought my first BeagleBone a few 
> weeks back.) 
> 
> 1. What BeagleBone image are you running? 
> 2. Have you tried doing an `apt-get update; apt-get dist-upgrade` to get 
> everything up to date? 
> 3. What does `apt-cache policy linux-headers` display? 
> -- 
> Stuart Longland (aka Redhatter, VK4MSL) 
> 
> I haven't lost my mind... 
>   ...it's backed up on a tape somewhere. 
> 
> -- 
> 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 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/d23c075e-9223-4fd6-864f-1906915da597%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/3332DF22-204C-43C5-9C70-8E4F7B204013%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread Stuart Longland
On 25/12/17 16:13, pawan sharma wrote:
> https://debian.beagleboard.org/images/
> 
> there is all image suggest me which one should i download and port it. 

Well, I personally started with the ones listed here:
https://beagleboard.org/latest-images

which is the link mentioned in the QuickStart documentation.  The first
link needs a 4GB or greater MicroSD card (did try cramming it onto a 2GB
card, things did not go well).

Graham (in
https://groups.google.com/d/msgid/beagleboard/d528048e-4449-42b3-9457-8f149d5e81c6%40googlegroups.com?utm_medium=email_source=footer)
also pointed to the following site:

https://elinux.org/Beagleboard:BeagleBoneBlack_Debian

… of which the most up-to-date would be the Debian Stretch versions:

https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2017-12-17_-_Debian_9_.28Stretch.29_-_Weekly

I haven't tried any of those images however… I do have the "console" one
downloaded for later, but for now I'm using the "IOT" version that I
originally downloaded from the "latest images" link above.
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/88102e5d-a959-19de-0f35-36a184bda74f%40longlandclan.id.au.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread pawan sharma

>
> https://debian.beagleboard.org/images/
>
there is all image suggest me which one should i download and port it. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/4c269578-3ca9-41c7-a493-f0a9f3b81c91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread pawan sharma
hi man,
i m very new with beaglebone black,
my version is BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.
when i did 'uname -r' i got vi3.8.13-bone50 .
i have tried sudo apt-get update and all the things.
and i m hoping u ll help me from starting.
and also ll send me the link of latest version too.


On Monday, 25 December 2017 02:57:50 UTC+5:30, Stuart Longland wrote:
>
> On 24/12/17 20:35, pawan sharma wrote: 
> > sir i have same problem i did it what have u suggested but i cant get of 
> > my version.plz help my whatsapp number is +918563078782 
>
> On 24/12/17 20:39, pawan sharma wrote: 
> > hi i have same problem please mail me or whatsApp me as soon as possible 
> > please help me my number is +918563078782.please please please please 
>
> On 24/12/17 20:50, pawan sharma wrote: 
> > my version is vi3.8.13-bone50 
> > hi please help me i have same problem my whatsapp number is 
> +918563078782. 
>
> On 24/12/17 21:23, pawan sharma wrote: 
> > RoSchmi 
> > *HELP ME PLEASE 
> > * 
>
> Jeepers!  There's asking for help… and then there's practically 
> screaming the place down as if you're being murdered! 
>
> A few points: 
> 1. We're not all running the same timezone and schedule as you. 
> 2. We're volunteers… we're going to respond on *our* schedule, not 
> yours, *IF* we are able to help.  This is *especially* true at this time 
> of year, where many of us will be busy *away* from computers (spending 
> time with friends and family for example). 
> 3. Repeatedly asking "help me" and providing no further information on 
> what you've done to solve the problem does not inspire any of us to 
> assist, as it shows a lack of initiative in researching the problem. 
>
> Replying to a thread can be okay if you reply with additional 
> information you have found or with different experiments you have 
> attempted… this shows you're at least trying to work the problem, and 
> may help someone else that winds up in your situation in the future. 
>
> Now… with that underway… 
>
> It sounds a lot like APT is picking up on the standard `linux-headers` 
> package that Debian ship; and kernel version 3.18 is rather dated now. 
> So likely you're running an out-dated image. 
>
> That's a guess on my part though, as I am new to the Beagle Bone 
> ecosystem myself.  (I have a few years experience with Linux on RISC, 
> and about 20 with Linux itself, but bought my first BeagleBone a few 
> weeks back.) 
>
> 1. What BeagleBone image are you running? 
> 2. Have you tried doing an `apt-get update; apt-get dist-upgrade` to get 
> everything up to date? 
> 3. What does `apt-cache policy linux-headers` display? 
> -- 
> Stuart Longland (aka Redhatter, VK4MSL) 
>
> I haven't lost my mind... 
>   ...it's backed up on a tape somewhere. 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d23c075e-9223-4fd6-864f-1906915da597%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread evilwulfie
Ignore works well

On 12/24/2017 2:27 PM, Stuart Longland wrote:
> On 24/12/17 20:35, pawan sharma wrote:
>> sir i have same problem i did it what have u suggested but i cant get of
>> my version.plz help my whatsapp number is +918563078782
> On 24/12/17 20:39, pawan sharma wrote:
>> hi i have same problem please mail me or whatsApp me as soon as possible
>> please help me my number is +918563078782.please please please please
> On 24/12/17 20:50, pawan sharma wrote:
>> my version is vi3.8.13-bone50 
>> hi please help me i have same problem my whatsapp number is +918563078782.
> On 24/12/17 21:23, pawan sharma wrote:
>> RoSchmi
>> *HELP ME PLEASE
>> *
> Jeepers!  There's asking for help… and then there's practically
> screaming the place down as if you're being murdered!
>
> A few points:
> 1. We're not all running the same timezone and schedule as you.
> 2. We're volunteers… we're going to respond on *our* schedule, not
> yours, *IF* we are able to help.  This is *especially* true at this time
> of year, where many of us will be busy *away* from computers (spending
> time with friends and family for example).
> 3. Repeatedly asking "help me" and providing no further information on
> what you've done to solve the problem does not inspire any of us to
> assist, as it shows a lack of initiative in researching the problem.
>
> Replying to a thread can be okay if you reply with additional
> information you have found or with different experiments you have
> attempted… this shows you're at least trying to work the problem, and
> may help someone else that winds up in your situation in the future.
>
> Now… with that underway…
>
> It sounds a lot like APT is picking up on the standard `linux-headers`
> package that Debian ship; and kernel version 3.18 is rather dated now.
> So likely you're running an out-dated image.
>
> That's a guess on my part though, as I am new to the Beagle Bone
> ecosystem myself.  (I have a few years experience with Linux on RISC,
> and about 20 with Linux itself, but bought my first BeagleBone a few
> weeks back.)
>
> 1. What BeagleBone image are you running?
> 2. Have you tried doing an `apt-get update; apt-get dist-upgrade` to get
> everything up to date?
> 3. What does `apt-cache policy linux-headers` display?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/792c9569-3c1c-3cd5-632c-1d600e240271%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread Stuart Longland
On 24/12/17 20:35, pawan sharma wrote:
> sir i have same problem i did it what have u suggested but i cant get of
> my version.plz help my whatsapp number is +918563078782

On 24/12/17 20:39, pawan sharma wrote:
> hi i have same problem please mail me or whatsApp me as soon as possible
> please help me my number is +918563078782.please please please please

On 24/12/17 20:50, pawan sharma wrote:
> my version is vi3.8.13-bone50 
> hi please help me i have same problem my whatsapp number is +918563078782.

On 24/12/17 21:23, pawan sharma wrote:
> RoSchmi
> *HELP ME PLEASE
> *

Jeepers!  There's asking for help… and then there's practically
screaming the place down as if you're being murdered!

A few points:
1. We're not all running the same timezone and schedule as you.
2. We're volunteers… we're going to respond on *our* schedule, not
yours, *IF* we are able to help.  This is *especially* true at this time
of year, where many of us will be busy *away* from computers (spending
time with friends and family for example).
3. Repeatedly asking "help me" and providing no further information on
what you've done to solve the problem does not inspire any of us to
assist, as it shows a lack of initiative in researching the problem.

Replying to a thread can be okay if you reply with additional
information you have found or with different experiments you have
attempted… this shows you're at least trying to work the problem, and
may help someone else that winds up in your situation in the future.

Now… with that underway…

It sounds a lot like APT is picking up on the standard `linux-headers`
package that Debian ship; and kernel version 3.18 is rather dated now.
So likely you're running an out-dated image.

That's a guess on my part though, as I am new to the Beagle Bone
ecosystem myself.  (I have a few years experience with Linux on RISC,
and about 20 with Linux itself, but bought my first BeagleBone a few
weeks back.)

1. What BeagleBone image are you running?
2. Have you tried doing an `apt-get update; apt-get dist-upgrade` to get
everything up to date?
3. What does `apt-cache policy linux-headers` display?
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/7f062899-e7ba-2665-f464-e026aad544fb%40longlandclan.id.au.
For more options, visit https://groups.google.com/d/optout.