View Single Post
  #519 (permalink)  
Old 12-27-2009, 02:16 AM
wehweh's Avatar
wehweh
N00b
Offline
 
Join Date: Oct 2009
Posts: 28
Reputation: 20
wehweh is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [12-15-09]Android CDMA TouchPro: TEXT, TALK, data and wifi(RAPH800) Ported!!!

Your default/sartup.txt is al wrong. For RAPH800 your mtype should be 2039. Just use this:

Code:
####### Boot Raphael board (also for Diamond devices)
set MTYPE 2039

####### KERNEL
set KERNEL zImage

####### INITRD
set INITRD initrd.gz

####### Size of RAM (continues area)
set RAMSIZE 0x6000000

####### Physical RAM address (override the one set in haret, which seems to fail more often)
set RAMADDR 0x10000000

####### Command line to pass to kernel
set cmdline "root=/dev/ram0 init=/ console=tty0 mem=76M msmsdcc_id=3 zmgdevname=/dev/mmcblk0p1 imgdevnum=1 imgdir=/ msmts_calib=0x81.0x393.0x358.0x7D clock-7x00.a11=500 msmvkeyb_toggle=off"
boot
Reply With Quote