View Single Post
  #531 (permalink)  
Old 12-02-2010, 07:05 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by natemcnutty View Post
I must not be doing this right. Can you confirm I have the right stuff here:

Code:
HaRET(1)# setlcd 4
LcdPower(4) dc=04EA0DA9
ExtEscape==1
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 | 3a28f7e4 00200000 00600000 52d00400 | ..(:.. ...`....R
HaRET(5)# setlcd 1
LcdPower(1) dc=03E80EDA
ExtEscape==1
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 | 3a28f7ff 00200000 00600000 52d00400 | ..(:.. ...`....R
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.
__________________
Reply With Quote
This post has been thanked 1 times.