On Fri, Oct 18, 2013 at 2:16 PM, George Lu <[email protected]> wrote: > On Fri, Oct 18, 2013 at 10:15 AM, Robert Nelson <[email protected]> > wrote: >> >> wget http://rcn-ee.homeip.net:81/dl/jenkins/beagleboard.org/test-me.sh >> chmod +x test-me.sh >> >> run via: ./test-me.sh >> >> (it does an abi check with the server, so if I ever change anything, >> it'll tell you what to do to update test-me.sh..) >> >> So far it's only been tested against Angstrom (2013-06-20) from here: >> http://beagleboard.org/Getting%20Started#update via the eMMC.. So >> microSD should work fine too.. >> >> PS: remember no "external" capes work.. For the BBB, hdmi, ethernet, >> usb, etc is tested.. >> > > On a BB white that was on debian 7.1, it booted into 3.12.0-rc5-bone6 #1 as > expected. I noticed immediately that my byobu status bar says the CPU speed > is now "infGHz". :) > debian@arm:~$ uname -a > Linux arm 3.12.0-rc5-bone6 #1 SMP Mon Oct 14 10:57:12 UTC 2013 armv7l > GNU/Linux > debian@arm:~$ cpufreq-info > cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 > Report errors and bugs to [email protected], please. > analyzing CPU 0: > no or unknown cpufreq driver is active on this CPU > maximum transition latency: 0.00 ms.
Correct, cpufreq is broken at the moment.. I have this listed under: Status: https://github.com/beagleboard/kernel/tree/3.12 It looks like i can cherry pick a few things from 3.13 to get to work.. > On BBB that was on debian 7.1, kernel 3.8.13-bone28, after I ran test.sh and > rebooted I still have 3.8.13-bone28. There is a 3.8.13-bone28.bak directory, > and there are newly written *.dtb files in /boot but there are no files from > 3.12.x. This BBB is booting off uSD, Could that be the issue? Laughs! It figures the first "bug" in the test-me.sh script would be a user trying to update an debian/ubuntu system... Which I haven't written support for yet... For now just use the install-me.sh and my linux-dev build scripts.. ;) So here's the deal, we no longer have an "active" Angstrom kernel maintainer for the beagleboard.org, so i'm filling in till that changes. Right now the goal/testing should be limited to usb and video output and if we are missing any config's from the 3.8 kernel. For capes, well that's going to take a little bit of work from you guys too. ;) 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.
