如何将 Maemo 5 移植到自定义嵌入式设备?
我想将 Maemo 5 移植到自定义嵌入式设备(运行嵌入式 Linux 的 ARM9 450 Mhz),可以吗?我在哪里可以找到源代码?
I want to port Maemo 5 to custom embedded device ( ARM9 450 Mhz running Embedded Linux), Is it possible? Where can I find source code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
源代码在这里:
http://maemo.org/development/sources/
至于将其移植到新平台,你应该下载代码并看看是否可以编译它。它针对 ARM 系统,因此至少您有机会。
The source code is here:
http://maemo.org/development/sources/
As for porting it to a new platform, you should download the code and see if you can compile it. It targets ARM systems so at least you have a chance.
如果你的平台没有足够的硬件功能,它可能“可能但不实用”——N900内置TI OMAP3芯片;它又拥有 Imagination Technologies 的图形加速器;这反过来又产生了很多平凡的图形事物;因此,如果您的 ARM9 450 Mhz 没有足够的硬件功能,它可能会花费几乎全部 CPU 能力来模拟低级事物。因此,您可以开始移植,但在完成大量努力后可能会变得不切实际。
if your platform doesn't have enough hardware features, it might "be possible but not practical" - N900 has TI OMAP3 chip inside; which in turn has graphical accelerator from Imagination Technologies; which in turn makes a lot of mundane graphical things; so if yours ARM9 450 Mhz doesn't have enough capabilities in hardware, it might spent almost whole CPU power into emulating low-level things. So you can start porting but it might turn impractical after a lot of effort is done.