Current version of R Nelson's 3.8 kernel

157 views
Skip to first unread message

cwrse...@gmail.com

unread,
Oct 15, 2013, 12:56:04 PM10/15/13
to beagl...@googlegroups.com
(This may be a duplicate post - Google Groups seems to have eaten the first one.)

Does anyone know the most recent version number of Robert Nelson's 3.8 kernel for the BeaglBone Black?

After updating I have 3.8.13-bone22.3, but I thought there was something more recent.

Thanks - Will

Robert Nelson

unread,
Oct 15, 2013, 6:20:24 PM10/15/13
to Beagle Board
The git tree is at bone28..
https://github.com/RobertCNelson/linux-dev/commits/am33x-v3.8

You need to recheckout master, delete your old branch and re-pull

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

cwrse...@gmail.com

unread,
Oct 16, 2013, 10:01:47 AM10/16/13
to beagl...@googlegroups.com

Thanks - is there someway to avoid re-downloading the whole tree?  I'm on a very slow connection and would like to keep as much of the sources as possible.

Will
 

Robert Nelson

unread,
Oct 16, 2013, 6:28:05 PM10/16/13
to Beagle Board
git branch

Look at branch name with *

git checkout master -f
git branch -D (that name 2 lines up)
git pull
git checkout origin/am33x-v3.8 -b tmp

brand...@gmail.com

unread,
Oct 16, 2013, 6:47:06 PM10/16/13
to beagl...@googlegroups.com, cwrse...@gmail.com
There is a much easier way. Do this:

Go to this URL, and select the kernel you want. 3.8.13-bone28 is the newest 3.8 but there is also some 3.12 builds for the bone but I'm using the stable 3.8 builds.


Click on the 3.8.13-bone28 link and download the install-me.sh script. 

Run this right on the BBB and it will download and install the newest kernel as well as generate the necessary kernel files. To boot into the newest kernel just change the symlink on zImage to the newest kernel so uboot can find it.

-Brandon

Nick Glynn

unread,
Oct 16, 2013, 7:20:24 PM10/16/13
to beagl...@googlegroups.com

Does the newest iteration have USB support as I couldn't get any peripherals working on a previous pull of 3.12?

- Nick

--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Robert Nelson

unread,
Oct 16, 2013, 8:00:00 PM10/16/13
to Beagle Board
On Wed, Oct 16, 2013 at 6:20 PM, Nick Glynn <n.s....@gmail.com> wrote:
> Does the newest iteration have USB support as I couldn't get any peripherals
> working on a previous pull of 3.12?

Well, it worked last week as of:

https://github.com/RobertCNelson/linux-dev/commit/90f53f6569f5f66dfb303587fdc9b190b9669469

However, on the next commit, when i pushed out the rc5 build, i kinda
left the office for the week. Hopefully be able to test it tomorrow
when i'm back..

cwrse...@gmail.com

unread,
Oct 17, 2013, 8:05:32 AM10/17/13
to beagl...@googlegroups.com

Thanks for the help - I fought git for a couple of hours and then gave up and wiped the directory and used your scripts to fetch a new version; the first time I got 3.12, somehow, but the second shot got me 3.8.13-28.  Trivially easy, as long as you don't have to deal with git, which takes the palm for the worst UI of the 21st century.  (I don;t know why - the other DVCSs are pretty much straightforward to use.)

Thanks again - Will

Robert Nelson

unread,
Oct 17, 2013, 9:26:44 AM10/17/13
to Beagle Board
Although, once you get use to git, every other dvcs really sucks. .;)
Reply all
Reply to author
Forward
0 new messages