Difference between revisions of "EVM Overclocking"
SpaceMonkey (talk | contribs) |
SpaceMonkey (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Overclock in UBOOT. | + | Overclock in UBOOT. Be careful, this is only 'theoretical' |
Overlocking ARM: | Overlocking ARM: | ||
+ | In UBOOT find the /boards/davinci.c file. In there there is a routine called misi_init_r. | ||
+ | |||
+ | There you can add code to change the value pf the PLL1_PLLM register. | ||
+ | |||
+ | Overclocking DDR: | ||
+ | |||
+ | Same as above, however you can set the values for PLL2_PLLM and PLL2_DIV2. | ||
Overclocking DSP: | Overclocking DSP: | ||
− | + | <to follow> | |
− |
Revision as of 06:18, 22 May 2007
Overclock in UBOOT. Be careful, this is only 'theoretical'
Overlocking ARM:
In UBOOT find the /boards/davinci.c file. In there there is a routine called misi_init_r.
There you can add code to change the value pf the PLL1_PLLM register.
Overclocking DDR:
Same as above, however you can set the values for PLL2_PLLM and PLL2_DIV2.
Overclocking DSP:
<to follow>