Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有运行 linux 的 arm 9 板。我已经移植了 Jamvm 并且工作正常。现在我需要在它上面移植 OSGi 框架。
我是 OSGI 的新手。
请帮助我了解如何在 arm-linux 上移植 osgi 的过程/教程。
我更喜欢 Equinox 或 Flex 框架。
请建议是否有任何其他框架可用。
不需要移植,因为 Equinox 和 Felix 都是用纯 Java 编写的。在这两者中,Felix 更轻量级。
另请查看 Knopflerfish,它是另一种经常用于嵌入式编程的开源 OSGi 实现。
您可能还想查看 ProSyst mBedded Server,它是一种商业产品。