View Single Post
  #886 (permalink)  
Old 01-09-2011, 10:05 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by imHemo View Post
I finally got this to actually boot after I removed my sim card. After the data store is created, the phone hangs withthe last text line on the screen reading :
[ 68.034667] SMD: ch 0 OPENING -> OPENED

ugh.. and wtf.

when I was running xdandroid from wm/haret - this is about the point where the screen turned into the animated android boot screen.

Guess it's not mattering much, as if I reinsert my sim (needed to use my phone) then this build reboots as soon as it hits the 'waiting for SD card' part of the boot process.


at&t branded tilt2
From what I've seen described with the SIM card so far, it appears that init for initramfs might be detecting the SIM card as a sdcard slot and waiting for a valid sdcard to be inserted. I'm wondering if we need to make any changes to this:

Code:
while [ ! -d /sys/block/mmcblk0 ] ; do
    echo "Waiting for SD Card"
    sleep 1
done
Reply With Quote