|
![]() |
|
LinkBack | Thread Tools | Display Modes |
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
![]() BoominSVX got me a boost account so ill be active tonight to continue the good fight.. also the recovery is coming along fine. Not sure if im going to git it or not. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Just as an update, I swapped init.android out for the one from our rootfs and added ueventd.rc and the symlink of /sbin/ueventd (pointing to ../init.android) to my initrd and it boots into Android beautifully.
Next, I added in pppd, netd, su, and sqlite3 to see how it functions with those. Everything seems to be up and running smoothly for initrd. Now I'm working on moving some of this into /system instead of initrd. Will post back when I have a little more done ![]() |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
i talked to sine about ueventd.rc and it looks like its for gingerbread only. That part of the rc doesnt belong in this base and should be removed. On the gigerbread build we can put it back. Which leads me to my next question. We doing gingerbread cyanogen or wha? this thing is turning into a masterpiece .. |
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Also, for some reason, when booting we only see 3 of the mtdparts. I did an ls of /dev/block and /dev/mtd/ during the install script to find that the mtd4 was not being created until we get into Android. That means I can't format or reference our cache partition, and when I do it, Android will not boot since there is no /cache mount point. Any idea why this might be? As for cyanogen, I don't know what all would be needed to get it running, but I'd be willing to look into it ![]() Edit: You sure we don't need/want ueventd? I was just looking at our sysinit.rc and has this: Code:
service ueventd /sbin/ueventd critical Last edited by natemcnutty; 03-04-2011 at 08:29 PM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
cyanogen is easy .. had 5.0 running before but im interested in the later one. So in time i will upload those tars as well. anyways i wont be back till later tonight so keep attacking it ![]() Edit: i saw you issue. I'm fixing it in my commit tonight. Our initrd wasnt creating the directories for all the new nandparts thats all. We are all set now. Last edited by [ACL]; 03-05-2011 at 04:34 AM. |
![]() |
|
|
|