Quote:
Originally Posted by arrrghhh
Code:
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 clock-7x00.a11=500 msmvkeyb_toggle=off pmem.extra=1 force_cdma=1 gsensor_axis=2,1,3 pm.sleep_mode=2 acpuclock.oc_freq_khz=716800 rel_path=andboot hw3d.force=1 physkeyboard=rhod400 rel_path=Androids/TP2Ref north_am_dialing=1"
boot
Just ignore the rel_path and north_am_dialing statements. I also think there's some old stuff in there... like pmem.extra I don't think is used, pm.sleep_mode, or the clock-7x00 statements. I guess I should try to trim the fat from my startup, but if it works I generally just go with it.
|
Not sure why, but it worked. Reduced the CPU speed to 604, and deleted the Rel_Path argument, and back in business! Thanks!