governor not available BBB

Hello all.

I followed http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Networking:UsingasharedSDcardwithMultipleBeagleBone to setup BBB. I just noticed that during boot I get

  • Loading cpufreq kernel modules… [ OK ]
  • CPUFreq Utilities: Setting ondemand CPUFreq governor… * disabled, governor not available… [ OK ]
    udhcpd: Disabled. Edit /etc/default/udhcpd to enable it.

What clock rate is BBB running at right now? Also, how do I enable governors?

Thanks,

Miro

Which kernel:

uname -a

Regards,

Yours, 3.12

Linux arm 3.12.3-bone9 #21 SMP Wed Dec 11 19:54:56 PST 2013 armv7l armv7l armv7l GNU/Linux

Thanks,

Miro

Just pushed cpufreq stuff 3 hours ago.. :wink:

https://github.com/RobertCNelson/linux-dev/commit/950bf3c660b4f1a0631fe9f8409d1f6b0472f205

update am33x-v3.12 branch and you'll get it to..

Regards,

Uhh, trying to figure how to update local files from the new branch…? New to git, sorry :slight_smile:

Miro

git branch
(remember what it said)

git checkout master -f
git branch -D (name from above)
git reset HEAD --hard
git pull
git checkout origin/am33x-v3.12 -b tmp

Regards,

Hello Robert and thanks for the help.

I get the following

$ git checkout origin/am33x-v3.12 -b tmp
fatal: A branch named ‘tmp’ already exists.

from:
git branch -D (name from above)

"git branch -D tmp"

Regards,

Perfect, thank you very much!

Miro