|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I just installed the most recent Vogue from the link you gave me above. How are you guys making your initramfs, I think this is where I'm going wrong? Here is the script that I made... Code:
cd initramfs find . | cpio -o -H newc | gzip > ../initrd.gz cd ../ mv initrd.gz tinboot-linux-msm/kernel/initrd.gz echo rm initrd.gz
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
havent hand time to mess with this at all last night. I passed out in my chair and never work up. Now i gotta get my ass to work.
Nate: bootenv in Tinboot for linux-msm - Gitorious That will be our initird repo.
__________________
Last edited by [ACL]; 02-03-2011 at 08:54 AM. |
This post has been thanked 4 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
This is great! Thanks ACL! But can you build it? If I run the BuildInitrd script my initrd.gz turns out to be like 250 MB... |
This post has been thanked 1 times. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I'm Not sure how to do that just yet... |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I think its in the build script, but not sure... Also do you have a TAR of the FRX04? I made one but I can't get it to boot, I also included the files from the Rootfs. Thanks! Error I get with my tar: A N D R O I D [xxx] init:Unable to open persistent property directory /data/property error:2 Last edited by Lmiller1708; 02-03-2011 at 01:29 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
When you mount data, there is a number of directories that must exist since our scripts dont make it for us. Just make sure they are already created before android begins. Thanks for all the testing by the way.. glad i can count on you guys to hone this project to perfection. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
I'll be looking at the initramfs stuff tonight when I get off work. The links are easy to create, but we need to make sure that all of the files exist in our system. I have a feeling they are using some we aren't because they actually have full NAND working. Quote:
I think I'm going to make some changes to the installer as well so that we use volume up/down to navigate the menu, then power button to select. Just means I have to migrate button mappings into bootenv as well. If you are still using the Vogue initrd, you would need to make changes to call the rootfs init. Another option you could try is to replace the system files in the Vogue androidinstall.tgz with the files from FRX04 and see if their Android init file works. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Also thought I'd post this here. I have been thinking about a way to get the SIM card working on CDMA phones, and I might have a great idea for someone like ACL to check out.
While in Android, plug in the USB. As long as USB is plugged in, your phone is receiving enough power to continue running without a battery. Yup, you guessed it. Yank that battery, and Android will still run so you can mess around with the SIM card slot. Unfortunately, Android doesn't recognize the slot or when you slide things in our out, but the phone certainly reboots when looking for the sdcard on boot if you have a SIM card in the slot. This is happening during initrd phase, so we have something in there that references the SIM card slot properly but must be trying to access it in an improper way. One of my goals is to force the correct location for our SD card in bootenv. Without having the logic that looks for the location of the sd card slot, I think we might be able to dumb luck our way into finding the SIM card slot |
This post has been thanked 3 times. |
|
|
|