|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Index of /files/xdandroid/
This has the rc in there like the initrd expects it (sysinit.rc) also i think i moved all the libs there .. forgot. also you need to rename it :-p
__________________
Last edited by [ACL]; 02-04-2011 at 09:49 PM. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Code:
tar -cvzf androidinstall.tar androidinstall/ I was able to get Android to boot with the basic init from the Vogue, but a lot did not work correctly. I have added the code to the init that Nate posted above and some from the rootfs along with some files but I haven't yet got past the boot screen... Still crossing my fingers though... EDIT: Maybe this for the androidinstall (inside the folder of course) Code:
tar -cvzf ../androidinstall.tar * Last edited by Lmiller1708; 02-05-2011 at 02:18 AM. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
The initrd from the vogue is good but has to be modded alot still. the /bin/MAKEDEVS needs to be examined because i'm not sure if that matches what we need. Also the whole setup modem part can be ignored for now. if you got some logs about the crash, that would help |
|
||||
Wirelessly posted (Vogue: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX03) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Sounds good! I will post some logs in a bit. Was able to get them from the droid explorer. Any idea why the data isn't sticking? |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
||||
Wirelessly posted (Vogue: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; MSM Build/FRX03) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)
Quote:
Data as in \data on mtd3. My system sticks and I can remount it just fine, but data just doesn't... Might be a bit on the logs though, won't be by my laptop for a while. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Well, I think I have all the modifications done that we need, but I can't build the initrd properly. The sbin folder has the same issue as the bin folder, and when I try to recreate all of the links, the tinboot process tells me that it couldn't find readkey and various other programs.
LZMA sees all of the files as identical so it only stores one copy, but I still think that it would expand to run and take up an insane amount of memory. In any case, I have attached a list of changes that I made in case it helps anyone. I just need to merge that into a working initrd and compile. Edit: I'm an idiot... Everything is linked to busybox, not /bin/busybox :P Last edited by natemcnutty; 02-05-2011 at 06:56 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
The progress has really been made by the Vogue guys. We've just moved a bunch of our stuff into their environment and are trying to make it work.
That being said, I've fixed the sbin folder, but I can't commit until I fix the changes I've made in init. We use a lot of mount --binds which we can no longer do. Also, I had to build the drivers into /system/lib/modules to get it to recognize the modules. I think Vogue might be cooking them into the kernel, but I don't know how you would go about doing that. |
|
|
|