经过一段时间,终于把linux-2.6.14移植到arm上了,还有yaffs,网络。这几天移植了触摸屏,在系统启动时没有企鹅图标,但在启动信息中有:
ts: Compaq touchscreen protocol output
s3c2410 TouchScreen successfully loaded
进入系统后,在/dev/input中有:mice mouse0 ts0 tsraw0
系统启动时没有企鹅图标还以为是make menuconfig时没选择LCD之类的,后来进入make menuconfig,LCD和framebuffer选项都选上了。然后,再运行QT程序又出现如下问题:
# ./hello -qws
mapping /dev/fb0: Invalid argument
Error: failed to map framebuffer device to memory.
: driver cannot connect
当时在/dev中没有fb0,只有/dev/fb/0,我是通过 ln -s /dev/fb/0 /dev/fb0来实现的,请问我的触摸屏移植成功没有?我应该怎么来测试?
[ 此贴被XChinux在2006-11-16 23:12重新编辑 ]