Quote:
Originally Posted by twobeaglesjtj
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