我的板子想设置成HDMI输出,但用SD-FLASHER烧写时总是报错:
Board Type 2
Unknown LCD type
之后就停了
S70和HDMI共同显示是可以的,但分辨率不高,我先用高一些的分辨率。
这是我的init文件,内核和文件系统都是随机带的。
#This line cannot be removed. by FriendlyARM(
www.arm9.net)
CheckOneButton=No
Action = Install
#OS=Android
OS = Linux
LCD-Mode = No
#LCD-Type = S70
LCD-Type= HDMI1080P60
LowFormat = yes
VerifyNandWrite = No
CheckCRC32=No
StatusType = Beeper | LED
#######################Linux#####################
Linux-BootLoader = Superboot210.bin
Linux-Kernel = Linux/zImage
Linux-CommandLine = root=/dev/mtdblock4 console=ttySAC0,115200 init=/linuxrc
Linux-RootFs-InstallImage = Linux/rootfs_qtopia_qt4.img
################### Android 4.0.3 ####################
Android-BootLoader = Superboot210.bin
Android-Kernel = Android/zImage
Android-CommandLine = root=/dev/mtdblock4 console=ttySAC0,115200 init=/linuxrc androidboot.console=s3c2410_serial0
Android-RootFs-InstallImage = Android/rootfs_android.img
自带的液晶屏S70 我也拔了,但还是烧不进去,求解决。