[Beaglebone] overclocking success

Fellow high performance computing enthusiasts,

I just overclocked my dog from 720MHz to 1152 MHz (only MPU PLL) !
Take that you lazy dog! Get those ARMs moving! Crunch those numbers
like you mean it.

Strangely, increasing the TPS65217's DCDC3 voltage from 1.1V to 1.3V
didn't add more overclocking room. I just realized OMAP3 is an
overclocker's dream. So many PLLs and clock dividers to play with.
I've also doubled the clock to the SGX graphics unit to 400MHz without
problem. Too bad I don't have the HDMI cape so that I can make a video
showing how much faster the graphics go. Next, I will attempt to
overclock the DDR2 memory from 266 MhZ to its 400MHz spec.

Has anyone pushed their board beyond 1.2 GHz? Anyways, I'd better
hide. Gerald Coley is going to come after me with a shotgun for
abusing his pet like he did to that cheating PCB vendor. Yikes!

-----------------------before - 720 MHz------------------------------

LINPACK benchmark, Single precision.
Machine precision: 6 digits.
Array size 200 X 200.
Average rolled and unrolled performance:

    Reps Time(s) DGEFA DGESL OVERHEAD KFLOPS

Here is my take,

You are certainly free to stretch the board to its extremes. It is not reasonable to expect all boards to be able to do this, so if others want to try, that is fine, but do not request an RMA saying it does not work at 1.1GHZ!

As for this board, please watch it closely. If it hollers “Uncle” please scale it back! :^)

DVI-D Capes are shipping, so you should be able to get one.

Gerald

Any instructions on how to overclock the SGX? I have some applications that can use a nice boost and I have enough beaglebones to sacrifice one to the overclocking gods.

regards,

Koen

I can see where this is heading .... visions of YouTube videos of dead
BeagleBones being buried in their tin boxes or set adrift with lighter
fluid.

Well, I've purposely not put any directions here for fear of people
damaging their boards, unless you think it's good to share
overclocking instructions. Koen, I overclocked the SGX by just
decreasing the CM_DIV_M4_DPLL_CORE divider. There's no need to put the
PLLs in bypass mode and wait for them to lock. The USB and Ethernet
functions also share the same clock, and they seemed OK after the
overclock. I'll email you the code that I used.

My overclocking attempt was more out of need than curiosity/greed. My
program for controlling a Scorbot 3 needs all the cycles it can get to
do feature extraction from the ASUS Xtion Pro RGB/depth camera. I'm
playing around with the PRUSS to handle motor encoder interrupts -
despite having to use the high level assembly code. I though about
buying a board with more cores like PandaBoard or TrimSlice, but I
didn't think they had enough raw power to justify the complexity of
integrating them with the BeagleBone. Quad core Tegra 3 makes my mouth
water, but I know it will probably be too locked down to build a
community around. I can't wait until ARM A15 based Beagles come out.

One other possibility I'd love to try is to stack multiple BeagleBones
while maintaining a shared, but non-uniform memory, so I can use
OpenMP. Does anyone know if this is possible?

thanks,
Yale

+1 LOL

Hello there Joe!
I’ve been looking everywhere trying to find where exactly I can modify the MPU PLL.
If you could please point us in the right direction that would be great. Thank you.