View Single Post
  #73 (permalink)  
Old 01-15-2010, 08:20 PM
we350z's Avatar
we350z
Lurker
Offline
Location: San Francisco, Ca
 
Join Date: Jul 2008
Posts: 13
Reputation: 10
we350z is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to we350z Send a message via AIM to we350z Send a message via MSN to we350z Send a message via Yahoo to we350z Send a message via Skype™ to we350z
Re: Interested in helping Linux/Android development?

OK - got this older diamond kernel to boot with early framebuffer output with the following default.txt:

set ramsize 0x08000000
set ramaddr 0x10000000
set mtype 1805
set FBDURINGBOOT 0
set KERNEL zImage
set initrd initrd.gz
set cmdline "msmts_calib=0x7a.0x5e.0x35a.0x37f lcd.density=210 msmvkeyb_toggle=off"
boot

I am working on making the necessary changes to properly initialize the LCD panel, SD card, radio and framebuffer among other things for this device. Been working with the guys over on #htc-linux IRC channel, they are great. With their help I was able to pull the Haret console up and get some mmu dumps. They helped me analyze them, etc... They are saying memory management is not the issue here. Also they are saying mtype 1910 should have never worked nor 2426 (fb never init, sd etc...). Maybe it works on the GSM version - I have CDMA so no idea.

Anyway - with any luck hopefully I will get the latest source running on this pig.

dump mmu 1 output
dump mmu 2 output
booting linux

--Ciao
Reply With Quote
This post has been thanked 2 times.