View Single Post
  #537 (permalink)  
Old 12-03-2010, 06:00 PM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by [ACL] View Post
damn .. not what i expected
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
After letting it sit for 5 minutes, it has changed to this:
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
And it is now staying as 3a2a548e

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.
Reply With Quote
This post has been thanked 1 times.