ChinaUnix.net
相关文章推荐:

android s3c2440

android for s3c2440 git source site site: http://gitorious.org/android-on-freerunner 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/109142/showart_2134501.html

by sodwell - Linux文档专区 - 2009-12-29 16:12:37 阅读(1100) 回复(0)

相关讨论

和原来的触摸屏驱动区别不是很大,增加了report函数来将事件发送到应用层。 驱动结构: 很简单的字符设备+平台设备驱动,总的结构来说,主要四个部分构成: probe remove resume suspend 工作机制则是注册设备,然后发生ts按下事件后产生ts中断以及adc中断,获得按下坐标。 没有读写函数,重点就是在两个中断处理函数上。 1,平台设备架构部分分析: probe函数: 流程:ts基址的重映射->获得并启动时钟->ADCCON、ADCDLY、ADCTSC的初...

by fengyuewu - 移动操作系统 - 2009-06-17 21:05:05 阅读(1983) 回复(0)

android on mini2440 最近参考了网络上一些朋友的资料,将android 移植到了mini2440。运行状况良好,触摸屏已经 校准,可以准确点击。将mini2440的6个按键也映射到android的上,下,左,右,返回,主页这6个按钮。 感谢网络上朋友的一些资源,不过很遗憾,他们都没有提供源码,现在我将这些代码公开,回馈各位,希望能给各位帮助。 总的来说,在mini2440上运行android包含4个部分,...

by iibull - 移动操作系统 - 2009-09-07 11:49:38 阅读(1287) 回复(0)

android on mini2440 最近参考了网络上一些朋友的资料,将android 移植到了mini2440。运行状况良好,触摸屏已经 校准,可以准确点击。将mini2440的6个按键也映射到android的上,下,左,右,返回,主页这6个按钮。 感谢网络上朋友的一些资源,不过很遗憾,他们都没有提供源码,现在我将这些代码公开,回馈各位,希望能给各位帮助。 总的来说,在mi...

by john8714105 - 移动操作系统 - 2009-08-03 11:08:39 阅读(1028) 回复(0)

android 文件结构: ---bionic:基本的库 ---build:编译、配置所需的脚本 ---dalvik:虚拟机 ---development:程序开发所需的模板和工具 ---external:扩展库 ---frameworks:框架层 ---hardware:硬件库 ---kernel:linux 2.6内核 ---out:编译默认输出 ---packages:应用程序 ---preuilt:编译工具 ---system:android底层库 移植方案一 对cupcake 1.5进行修改,是用的Benno的armv4方案,直接禁用Thumb。 移植工作主要是在armv5 与ar...

by fengyuewu - 移动操作系统 - 2009-06-12 09:44:52 阅读(5791) 回复(0)

国庆这几天,趁着有时间,在mini2440上捣鼓android。 系统环境: Fedora 11 x86 准备工作: 手里需要有这些东西才能开始做移植工作。 通过git得到的android。具体方法可以参考android的说明文件来下载。不过速度嘛……就不得而知了。在这里面有两个文件是需要注意的:kernel,prebuilt。kernel是android所使用的Linux的内核文件,我这里得到的版本号为2.6.27的。prebuilt,我需要用到这个目录下的prebuilt...

by liuweni - 移动操作系统 - 2011-09-07 14:28:14 阅读(3327) 回复(1)

文件: 内核移植.rar 大小: 13KB 下载: 下载 移植android 到mini2440 By Jeef 2009年7月17日 1 移植环境: Target:友善之臂mini2440 HOST OS:Fedora 8 kernel Version:Linux-2.6.25 编译器:mini2440光盘所提供的编译器 2 内核移植(一): 2.1 参考资料 感谢一下大侠提供的资料,链接如下. http://blog.chinaunix.net/u2/85263/showart_1729098.html http://blog.chinaunix.net/u/26691/showart_468007html http...

by jeefjiang1983 - 移动操作系统 - 2009-08-25 20:04:36 阅读(9695) 回复(0)

mini2440 linux android kernel download site 下载前需要安装git下载工具: git clone git://repo.or.cz/linux-2.6/mini2440.git 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/109142/showart_2134073.html

by sodwell - Linux文档专区 - 2009-12-29 11:16:56 阅读(1111) 回复(0)

Enabling Ethernet Port for Browsing Kernel Ethernet support is already built into the default Kernel configuration provided by Texas Instruments. To double check if ethernet is set in the kernel configuration, look in the .config file in the Kernel root directory and check that the following is set to "y": CONFIG_INETIP_PNPCONFIG_IP_PNP_DHCPCONFIG_NET_ETHERNETCONFIG_MIICONFIG_SMC911X If Ethernet ...

by john8714105 - 移动操作系统 - 2009-08-24 22:59:31 阅读(1396) 回复(0)

Modem on the Zoom platform来源:https://omapzoom.org/gf/project/omapandroid/wiki/ 打算在mini2440上,运行android拨通电话,找了些参考资料!看过这篇文章后很有启发,不敢独享: The LDP/Zoom platforms come with an onboard Enfora EDG308 GSM/GPRS/EGPRS modem or an optional 3G modem for the Zoom2. Data sheets on the Enfora EDG308 module can be found here: http://www.enfora.com/index.cgi?CONTENT_ID=1834...

by john8714105 - 移动操作系统 - 2009-08-04 21:54:29 阅读(2140) 回复(0)

最近刚学驱动,试着移植android到tq2440。把android内核和网上下载的文件系统都烧到板子上了,提示“No filesystem could mount root,tried: cramfs msdos vfat iso9660 romfs yaffs yaffs2”, 然后单独把android内核烧到板子上,还是这个提示,所以不知道是内核的问题,还是下载的文件系统的问题。根据这个提示,在do_mounts.c里面的do_mount_root函数打log,总是返回-ENVALID,提示参数不对,其中打出来的log里面有的参数是nam...

by wzz24 - 嵌入式开发 - 2011-10-31 15:27:29 阅读(2134) 回复(0)