在 PXA270 设备上移植 Android 操作系统
我正在 WIN CE 平台上工作,并且在 Linux 和 android 上相当新。我想将 android 移植到使用 ARM 9 处理器运行的 PXA270 设备中。我google了一下,发现,首先安装linux kernal,根据目标设备修改它,添加设备驱动程序并安装android镜像。这很好,但对于像我这样的新人来说很难。正如我在某处读到的那样,Android 是通过修改实际的 Linux 内核(添加低内存杀手、Android 记录器等)开发的,那么为什么我们不直接在我们的设备上使用修改后的 Android。那个可以用吗?如果是的话怎么办? 请告诉...thnkx..:)
I am working on WIN CE platform and quite new on Linux and android. I want to port android in PXA270 device running with ARM 9 processor. I googled and found, first install linux kernal, modify it according to the target device, add device drivers and install android image. Thats good but it is difficult for a new person like me. As i read somewhere that android is developed by modifying actual linux kernel(adding low memory killer, android logger etc) then why we dont use that modified android directly on our device. Is that available to use? If yes then how?
please tell... thnkx.. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 0xdroid 项目,他们或多或少遵循了与您想要的相同的路线,但对于另一个平台(OMAP),不过您可能会从他们和他们的项目中学到一些东西。
也许我错了,但你想做的事情对我来说似乎是一项重大任务......
Check out the 0xdroid project, they followed more or less the same route you want to take but for another platform (OMAP), nevertheless you'll probably learn some things from them and their project.
Maybe I'm wrong, but what you want to do looks like a major undertaking to me...
或者,您可以尝试 PXA27x 的旧 Android 移植:
http://sourceforge.net/projects/android-pxa270/
Alternatively, you can try the old Android porting for PXA27x:
http://sourceforge.net/projects/android-pxa270/