And another thing about the .gpe file. When you quit the program, it suppose to revert the RAM timings back to the default values (provided that cpu_speed.gpe is present), but the values it reverts to are
different compared to my
real default values, causing my F200 to crash.
The values in the .gpe file are:
./cpu_speed.gpe --cas 3 --trc 10 --tras 7 --twr 2 --tmrd 4 --trfc 4 --trp 15 --trcd 2
While my default values (using cpu_speed.gpe) are:
./cpu_speed.gpe --cas 2 --trc 8 --tras 16 --twr 3 --tmrd 8 --trfc 8 --trp 8 --trcd 8
Are the default values different for all GP2X?
(I edited the .gpe file to make it work properly, so both my complains about the .gpe file were already solved. I just thought that I should let someone know about it.)
I'm quite a noob regarding ram tweaks... I found these values somewhere in cpu_speed or rhyley's minimal lib source code, when looking for the best way to use ram tweaks
h34r:. I thought they were right, but I was wrong
Anyway, thank you for the information ! where did you pick these values ? Do you know if they're the same for F100 ?