View Single Post
  #1759 (permalink)  
Old 09-25-2010, 02:23 AM
kcwebmonkey's Avatar
kcwebmonkey
PPCGeeks Regular
Offline
Location: earth
 
Join Date: Oct 2009
Posts: 129
Reputation: 240
kcwebmonkey is keeping up the good workkcwebmonkey is keeping up the good workkcwebmonkey is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [CAB] GSM&CDMA Project Android Port and Startup Utility [9/16] FRX01 FINAL!

Quote:
Originally Posted by twobeaglesjtj View Post
Here is what it looks like....does anyone see any issues as it still says Unknown keyword: 'acpuclock' and runs but it still is not overclocked....?? Thanks

set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=2 rel_path=andboot hw3d.force=1 physkeyboard=rhod500 htc_hw.force_cdma=1
acpuclock.oc_freq_khz=716800"
boot
you have the acpuclock.oc_freq_khz=716800 on a new line. it all has to be on one line separated by a space. try this:

set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2292
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmts_calib=0x9f.0x39a.0x35c.0x78 7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 gsensor_axis=2,1,3 pm.sleep_mode=2 rel_path=andboot hw3d.force=0 physkeyboard=rhod500 htc_hw.force_cdma=1 acpuclock.oc_freq_khz=716800"
boot
__________________
This post has been thanked 1 times.