View Single Post
  #2248 (permalink)  
Old 05-05-2010, 02:25 PM
TWiST's Avatar
TWiST
PPCGeeks Regular
Offline
 
Join Date: Apr 2009
Posts: 119
Reputation: 20
TWiST is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

This is my startup the same one I have been using for a long time with the 2.01 builds

Code:
set ramsize 0x6000000

set ramaddr 0x10000000

set mtype 2039

set KERNEL zImage

set initrd initrd.gz

set cmdline "lcd.density=210 msmvkeyb_toggle=off physkeyboard=raph north_am_dialing=1 gsensor_axis=2,-1,3 rel_path=andboot acpuclock.oc_freq_khz=528000"

boot
Reply With Quote