|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Thanks for the files. I tested them out this morning and I got it to boot but still have no service or data or WIFI, calibration works. Here is the catlog you asked me to do yesterday: I/PHONE ( 250): Network Mode set to 0 I/PHONE - Logcat Radio Here is my log taken from Droid explorer: (From Boot) 02-16 12:50:19.180: DEBUG/AndroidRuntime(123): >>> - Nand_Bootup_Log Hope this helps!
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
ok, lets troubleshoot this. Follow these steps. 1) check the sysinit.rc file on the bottom for the wpa supplicant service. Make sure it all ways eth0 and not tiwlan. This was my first mistake. 2) Make sure /etc/wifi has the correct wpa supplicant.conf that uses eth0 as the interface 3) Check that the correct interface is on the dhcpcd.conf file.. eth0 and last, when you try to enable wifi, check dmesg and logcat as they will let u know the reason why. But the above two should be checked.
__________________
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Would appear the kernel modules don't match the kernel... I'm certainly no expert on this topic tho .
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
ahh yes.. you need to update the android update with the modules from your kernel you build... they have to match..
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Ok, so we need more comparisons in the /dev directory to make sure we got it all covered.
Also i never got a final mtd parts from you guys. What do you want me to commit ? Nate: you can test this install with your busybox see if naything breaks. if not, then we can commit that too. ill be busy the next few days with the camera patch. So i want this stable build to be released to the cookers so they can master mid some builds.. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
Here is my CMDLINE: Code:
mtdparts=msm_nand:0x20000000@0x0(nand),0x01000000@0x04000000(root),0x08000000@0x05000000(system),0x13000000@0x0D000000(userdata)" @Nate Not sure why they start a 64MB... Might be for a very good reason though so I would be careful... Also where can we reclaim the space in the partition table? |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
also here is a good test for anyone.. dump mtd1 (or whereever tinboot is at) and do a binary compare to what we give the boot loader. Replacing the kernel may be a simple as wriring to that partion.. |
|
||||
Re: NAND Boot Testing - 01-07: Panel power on/off fixes
Quote:
|
|
|
|