This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
Code:
HaRET(1)# WITH SCREEN ON HaRET(2)# vdump 0xBA08150C 16 ba08150c | 00000000 00000000 00000000 00000000 | ................ HaRET(3)# vdump 0xBA081510 16 ba081510 | 00000000 00000000 00000000 00000000 | ................ HaRET(4)# vdump 0xBA0811D4 16 ba0811d4 | 3a29136f 00200000 00600000 52d00400 | o.):.. ...`....R HaRET(5)# WITH SCREEN OFF HaRET(6)# vdump 0xBA08150C 16 ba08150c | 00000000 00000000 00000000 00000000 | ................ HaRET(7)# vdump 0xBA081510 16 ba081510 | 00000000 00000000 00000000 00000000 | ................ HaRET(8)# vdump 0xBA0811D4 16 ba0811d4 | 3a291379 00200000 00600000 52d00400 | y.):.. ...`....R |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
|
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Hey acl just curious what is the progress on nand. Also will we be able to go full nand soon or does that not really seem llike an option. Just curious on your thoughts
|
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
THe panel issue right now has me stumped .. we are unable to power down he lcd panel like the haret version so between 3d, the frame-buffer and the panel pure nand will probably go last. |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
LOL, noticed the logs, with the panel on you get a happy face and a sad face when you turn it off at location ba0811d4....
|
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
I flashed stock ROM to do some testing, and I'm wondering if this is even the right memory address. I am getting random results for 0xBA0811D4. Most of the time it stays what I have below:
Code:
HaRET(16)# vdump 0xBA0811D4 16 ba0811d4 | 3a2a52bb 00200000 00600000 52d00400 | .R*:.. ...`....R Code:
HaRET(18)# vdump 0xBA0811D4 16 ba0811d4 | 3a2a5457 00200000 00600000 52d00400 | WT*:.. ...`....R HaRET(19)# vdump 0xBA0811D4 16 ba0811d4 | 3a2a548e 00200000 00600000 52d00400 | .T*:.. ...`....R I just dumped the entire MMU while the screen was dimmed, off, and on full brightness. I'm creating diffs between them, but holy crap is there a lot of junk in there. Last edited by natemcnutty; 12-03-2010 at 06:13 PM. |
This post has been thanked 1 times. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
Do the drivers for the MTD need to be worked on? I did notice the MTD drivers from the Vogue are newer then what you have on GIT. Is this where we are getting them from or will it help? Thanks for all the effort in this so far! Maybe it was just me but when I went from the SD card to NAND on the Vogue it made a huge difference! So I can't wait until that is working and if I can help out in any way let me know!
__________________
|
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
Last edited by tpdjr; 12-04-2010 at 03:50 AM. |
|
||||
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES
Quote:
|
This post has been thanked 1 times. |
|
|
|