View Single Post
  #532 (permalink)  
Old 12-02-2010, 07:22 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
the commands are right but dont use setlcd since its kinda broken. Just kill the panel on the device itself. And see if it changes.
Go figure... Here ya go:

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