I just grabbed and compiled the latest stable kernel for Ubuntu Lucid (2.6.35.6-l5) and cpu frequency scaling doesn’t seem to work like it did with the Angstrom kernel. Do I need to configure something more in the menuconfig to get this to work or is it unsupported at the time? I am using a XM A2 board and I just compiled with the default config file in the sources.
Hello Robert,
I was looking for a method to scale the CPU frequency on my BBxM
running Ubuntu Maverick (https://wiki.ubuntu.com/ARM/
OMAPMaverickInstall)
Found this thread but the link given in the thread seems to be broken
and the method not working ( Kevin ?). I tried using cpufrequtils on
Ubuntu (as directed here http://www.thinkwiki.org/wiki/How_to_use_cpufrequtils)
but it wont load the BBxM processor drivers and hence doesn't works.
Can someone let me know a method using which I can run the BBxM at
1Ghz or atleast at a freq higher than the default one.
With this kernel, you can remove the "if xm limit to 800Mhz" setting i
had placed in the boot.scr, as mpurate=1000 doesn't hard lock the
kernel any more..
dmesg; [ 0.444610] Switched to new clocking rate
(Crystal/Core/MPU): 26.0/332/1000 MHz
I was kinda expecting the 300 -> 1,000 Mhz frequency options to show
up with the "cpufreq-info" probably missing one little detail....