View Single Post
Old 11-30-2011, 08:24 PM   #6
hieronymos
Groupie
hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.hieronymos is that somebody.
 
Posts: 186
Karma: 45172
Join Date: Nov 2011
Device: Kobo Vox
Actually, you don't need a custom ROM. Just a custom kernel. And we should have all the information we need to do this.
So you could:

a) Wait for Kobo to enable the GPU, then enable CPU scaling - and just overclock away.

b) Make your own kernel (there are good reasons Kobo explicitly disabled CPU scaling, mind you). Get the configuration from you Kobo at /proc/config.gz, find out what you need to enable in the kernel (asking the guys from SetCPU might be a good idea), get the kernel sources from Freescale, modify the configuration and start cross-compiling. Once you have the kernel, you just need to copy it to a certain location on the internal SD card that you took out of the Kobo, put the SD card back into the Kobo, power on and hope it starts. If something went wrong, you have of course the bytecopy stored on your computer that you can copy back on the SD card again.
Try to find out why, rinse, repeat.

All these steps are perfectly well documented - search terms like 'linux compile kernel' will come up with huge documentation on what you're about to do. A little trickier will be 'cross-compile kernel arm', but you'll manage. Freescale is self-explanatory, they have a great website.
The location where to copy the kernel is known and inside the hacking thread - reading the 6 pages of the thread might be worth the time, since there is a lot of interesting information.
If you don't like flash videos of flying cats, people who nag without wanting to contribute without anything, or people who absolutely don't tell you what they do during their 'incredible hacking progress' try to exclude 'xda' from your searches.

It's a great way to pass your weekend!
You also might find it interesting that there is a large amount of cheap Chinese tablets that ships exactly our processor, the imx515, on 1.2GHz. So that seems to be a reasonable clock rate.
hieronymos is offline   Reply With Quote