View Single Post
  #18 (permalink)  
Old 09-23-2009, 02:28 PM
EvasionOfTruth's Avatar
EvasionOfTruth
Lurker
Offline
 
Join Date: Oct 2008
Posts: 4
Reputation: 5
EvasionOfTruth is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: android loading time-please read ASAP

I had the same issue with mine mounting the card, this is my startup.txt file that is working on my Verizon Raph800:
Code:
set ramsize 0x6000000
set ramaddr 0x10000000
set mtype 2039
set KERNEL zImage
set initrd initrd.gz
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
mkdir /proc
mkdir /sys
mount -t proc proc /proc
mount -t sysfs sysfs /sys
mount -t tmpfs tmpfs /dev
mdev -s
mount /dev/mmc* /sdcard
The lines after boot are for issues with mounting the card. Since my phone is CDMA I'm patiently waiting for them to come out with a way for data to work.

BTW I'm using this load:
Uploaded: 09.09.09 Modified: 22.09.09
File Size: 70 MB
Downloads: 399
Version: 20090909

With the latest zimage from the auto build service (http://glemsom.anapnea.net/android/)
Reply With Quote
This post has been thanked 1 times.