PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

natemcnutty 11-01-2010 10:59 AM

Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/21.529; U; en) Presto/2.5.25 Version/10.54)

Quote:

Originally Posted by edwill
Quote:

Originally Posted by natemcnutty (Post 1985078)
Make sure that you are using the modified rootfs as that will keep your backlight enabled.


The one I am using is 201028-36b2308 from the first page. Is there another one?

That should be the right one. I'll give it another test today.

Lmiller1708 11-01-2010 11:40 AM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by natemcnutty (Post 1985336)
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/21.529; U; en) Presto/2.5.25 Version/10.54)



That should be the right one. I'll give it another test today.

The line of code that turns the backlight back on is at the end of the Rootfs file. I think it should be moved as close to the beginning as possible that way we can see the screen right away and not wait for the boot animation to start... Seems like it takes forever! :(

Just my 2 cents... ;)

[ACL] 11-01-2010 11:57 AM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by natemcnutty (Post 1985334)
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/21.529; U; en) Presto/2.5.25 Version/10.54)



We all appreciate the hard work ACL :)

I've been tinkering with the 3.5mm auto-detect by using printk's as recommended by jonpry. Not really sure what I'm doing, but I'm learning :P

Is there anything that is working on haret that people really want to see on nand?

printk's are our best friend. One thing we should do is get kexec working. This way we can boot into a new kernel without reflashing. That would be a great tool to help so we dont end up killing our nand

[ACL] 11-01-2010 03:03 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Need some help fellas.

Alex made a custom version of haret that will dump some clock settings i need.

haret.exe

Im trying to dump the frequency of the clk for pmdh runs on wince.

The output should look like this. Anyone still on wince who can run this haret ?

http://pastebin.com/vB3gH9zG

Or yall can just save time and find out what frequency mddi runs .. :-p

natemcnutty 11-01-2010 03:14 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by Lmiller1708 (Post 1985370)
The line of code that turns the backlight back on is at the end of the Rootfs file. I think it should be moved as close to the beginning as possible that way we can see the screen right away and not wait for the boot animation to start... Seems like it takes forever! :(

Just my 2 cents... ;)

Will fix and update in a few hours once I get off work. I'll move it to the beginning and do a little testing to make sure it works properly before I release it ;)

Lmiller1708 11-01-2010 03:17 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by natemcnutty (Post 1985528)
Will fix and update in a few hours once I get off work. I'll move it to the beginning and do a little testing to make sure it works properly before I release it ;)

Yeah it doesn't work in the beginning... I added it by above the code for the LCD Density and it works. ;)

natemcnutty 11-01-2010 03:24 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by [ACL] (Post 1985520)
Need some help fellas.

Alex made a custom version of haret that will dump some clock settings i need.

haret.exe

Im trying to dump the frequency of the clk for pmdh runs on wince.

The output should look like this. Anyone still on wince who can run this haret ?

http://pastebin.com/vB3gH9zG

Or yall can just save time and find out what frequency mddi runs .. :-p

Taking a look at it right now ACL.

[ACL] 11-01-2010 03:43 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by natemcnutty (Post 1985540)
Taking a look at it right now ACL.

i forgot to mention this but its done on haret only. No need to run android. So you need to connect to haret via usb.

natemcnutty 11-01-2010 04:32 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by [ACL] (Post 1985562)
i forgot to mention this but its done on haret only. No need to run android. So you need to connect to haret via usb.

Yup, messed around with haretconsole lots trying to find gpios :)

Here ya go:

Welcome, this is HaRET pre-0.5.3-20101101_214046 running on WindowsCE v5.2
Minimal virtual address: 0x10000, maximal virtual address: 0x7fffffff
Detected machine Generic ARM v6/generic (Plat='PocketPC' OEM='T7380')
CPU is ARM ARM arch 6 stepping 2 running in system mode
Enter 'HELP' for a short command summary.

HaRET(1)# dump speedpoop
PLL[0] frequency = 230 MHz
PLL[1] frequency = 960 MHz
PLL[2] frequency = 1056 MHz
PLL[3] frequency = 192 MHz
Information for PMDH
ROOT_ENA = 1
CLK_INV = 0
CLK_BRANCH_ENA = 1
SRC_DIV = 4
SRC_SEL = global PLL
Information for USBH
ROOT_ENA = 0
CLK_INV = 0
CLK_BRANCH_ENA = 0
SRC_DIV = 0
SRC_SEL = TCXO

[ACL] 11-01-2010 04:49 PM

Re: NAND Boot Testing - Auto-brightness Testing: 10-28. Automatic Keyboard Detection!
 
Quote:

Originally Posted by natemcnutty (Post 1985617)
Yup, messed around with haretconsole lots trying to find gpios :)

Here ya go:

Welcome, this is HaRET pre-0.5.3-20101101_214046 running on WindowsCE v5.2
Minimal virtual address: 0x10000, maximal virtual address: 0x7fffffff
Detected machine Generic ARM v6/generic (Plat='PocketPC' OEM='T7380')
CPU is ARM ARM arch 6 stepping 2 running in system mode
Enter 'HELP' for a short command summary.

HaRET(1)# dump speedpoop
PLL[0] frequency = 230 MHz
PLL[1] frequency = 960 MHz
PLL[2] frequency = 1056 MHz
PLL[3] frequency = 192 MHz
Information for PMDH
ROOT_ENA = 1
CLK_INV = 0
CLK_BRANCH_ENA = 1
SRC_DIV = 4
SRC_SEL = global PLL
Information for USBH
ROOT_ENA = 0
CLK_INV = 0
CLK_BRANCH_ENA = 0
SRC_DIV = 0
SRC_SEL = TCXO

have i told you that you are the man ? .. if i havent.. "U DA MAN"..


All times are GMT -4. The time now is 06:40 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0