Squidge said:Overclocking doesn't reduce the life of a CPU. Overvolting and overheating does. It can reduce the life of the processor, but even if it was 10 years instead of 25 years; do you really see yourself using a GP2X or Pandora (MK1) in 10 years?Messy said:Wow, I seldom had such a clear answer. As with the GP2X, overclocking can reduce the life of the CPU. Is that the same with the Pandora?
Secondly, the maximum allowed software voltage for the OMAP is still within spec, so it shouldn't reduce it's life at all (unless of course you have a thing about playing the Pandora whilst inside large ovens, in which case, you'll probably cook before the Pandora dies )
The last thing I want is a Fan-dora
nubie said:I am happy with that, I can't see playing at 900mhz for any length of time something that requires that much horsepower (if it needs to be clocked that high, chances are it needs even more and isn't really playable).
Oh, and how would we do that properly?Squidge said:Of course, people have to learn to free those cycles. If you sit there in a loop waiting for a fps timer to expire before drawing the next frame, it's going to run at full speed all the time and eat batteries. People need to learn that if they are not going to do anything useful with processor cycles, to return them to the OS.
Wait for an event rather than sitting in an infinite loop. Eg. wait for a certain time period to expire - you'll know how long it took to render the frame you just drawn, you'll know how long it needs to last, so you can wait before you need to draw the next frame.A_SN said:Oh, and how would we do that properly?