Other Parts Discussed in Thread: OMAPL138, DA8XX
Tool/software: Linux
Hello,
I am attempting to set the CPU frequency to 456MHz, but have been unable to find where this is set. I have tried enabling CPU Frequency Scaling in the linux kernel config, but I have had no luck actually using the CPUFreq driver. This wiki page
seems to indicate that CPUFreq is not supported on OMAP-L138. I tried what was recommended by this forum post but had no success. The location /sys/devices/system/cpu/cpu0 does not have a subdirectory named cpufreq, and /sys/devices/system/cpu/cpufreq is an empty directory.
I have updated da850.c to include "unsigned int da850_max_speed = 456000;", and added the u-boot environment variable "maxcpuclk 456000000". I also changed the u-boot source omapl138_lcdk.c so that "get_board_rev" returns 3 and #define CONFIG_DA850_EVM_MAX_CPU_CLK 456000000 is set. None of this changed the clock speed.
If there is simply a place that the frequency can be set in the boot sequence and left at 456MHz, that will be all I need. Any guidance/hints where to look are appreciated.
I am using Processor SDK 4.0.
Jeff