Other Parts Discussed in Thread: OMAPL138
Hi,
I would like to increase the CPU speed to maximum. Which is the easiest place to do it: uBoot, Linux, SYS/BIOS application's Platform.xdc or some other?
risto
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: OMAPL138
Hi,
I would like to increase the CPU speed to maximum. Which is the easiest place to do it: uBoot, Linux, SYS/BIOS application's Platform.xdc or some other?
risto
Thank you Titus,
Those definitions you mentioned were found in da850evm.h. I recompiled uBoot and kernel and got some errors while booting kernel:
Division by zero in kernel.
Backtrace:
[<c000c1a8>] (dump_backtrace+0x0/0x110) from [<c02d5f80>] (dump_stack+0x18/0x1c)
r6:fffffffb r5:00000000 r4:c797bdb8 r3:c03e80c0
[<c02d5f68>] (dump_stack+0x0/0x1c) from [<c000c2d0>] (__div0+0x18/0x20)
etc. etc.
Quite similar to ones reported in :
http://processors.wiki.ti.com/index.php/What_is_my_DSP_clock_speed "
And it stayed 300MHz whatever tricks I tried. "echo" mentioned in stackoverflow did not have effect - should it have??.
I used PLL settings (xtal=24MHz) pre-div=1, multiplier=19, post-div=1 (AisGen values)
risto
Those definitions you mentioned were found in da850evm.h. I recompiled uBoot and kernel and got some errors while booting kernel:
Risto,
Glad to hear your problem is solved. Nice find! If you have a patch you can share that would be a nice contribution to the community.
Brad