Hi! We're discussing a clarification of the content license; please look over to Current events if you're interested in editing.
Clio
From Htc-linux
The arm side in HTC Clio is msm7200 so it's close to HTC kaiser
Kernel can be built from htc-vogue branch. As HTC Clio does not have MMC connected to msm7200 side you can remove kernel support for it.
Logging
Ramconsole is enabled in this vogue branch kernel by default. To get ramconsole log for kernel booting process add these lines to harets default.txt:
set RAMADDR 0xe0000
set RAMSIZE 0x20000
set MTYPE 2766
set kernel zImage
pwf ramconsolelog.txt 0xe0000 0x20000
Enabling kernel in-built video driver msmfb
Set default.txt to:
set RAMADDR 0xe0000
set RAMSIZE 0x20000
set MTYPE 2766
set kernel zImage
set cmd="root=/dev/ram0 console=tty0 video=msmfb"
pwf ramconsolelog.txt 0xe0000 0x20000
Machtype
MTYPE 2766 is for HTC Clio MSM7200, check other machine IDs from [1]
Few logs from Clio
haret log: http://pastebin.ca/1846559
kernel log: http://pastebin.ca/1845069
(if mmc support is enabled boot log continues after freeing init memory, so this kernel does not hang when freeing memory..)
Issues at the moment:
- screen is black?
Haret log says:
Video buffer at 4D10000 sx=640 sy=480 mx=160 my=80 Video Phys FB=1000000 Fonts=19fe5068
