ARM11 架构上的 OpenCV 支持 Ubuntu

发布于 2024-10-08 02:46:14 字数 269 浏览 1 评论 0原文

我正在开发一个基于OpenCV的项目。目前我正在使用 AMD Turion 处理器的 Ubuntu 10.04 系统。但项目需要作为嵌入式系统工作。所以我使用基于 ARM11 处理器和 SAMSUNG S3C6410 处理器的现成板。它支持Linux 2.6.28。它还支持ubuntu。那么如何将我的代码从主机系统移植到我的嵌入式系统。 谢谢 这是董事会的链接。 http://www.minidevs.com/

I am developing a project based on OpenCV. Currently I am working on Ubuntu 10.04 system with AMD turion processor. But project need to work as an embedded system. So I am using a readymade board based on ARM11 processor with SAMSUNG S3C6410 processor. It supprot Linux 2.6.28. It also support ubuntu. So how could I port my code from the host system to my embedded system.
Thanks
This is link for the board.
http://www.minidevs.com/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

过潦 2024-10-15 02:46:14

我认为最好的开始方式是看看 Angstrom/OpenEmbedded。

它是一个为各种嵌入式平台构建操作系统映像的框架。您可以获取预编译的图像,但我意识到在一段时间后它不值得这么麻烦。

只需自己构建目标映像(使用 OpenCV 作为目标平台,它肯定适用于 S3C2440(我自己在一年前左右测试过)和所有 OMAP3 平台(BeagleBoard、EVM 等)。

然后,使用 OpenEmbedded 构建 即可

交叉编译器(有一个软件包名称),将其安装在您的主机上,如果不支持 S3C6410,则只需使用任何其他 ARM11 平台,然后安装软件包 。您的供应商提供的操作系统可能是使用 OpenEmbedded 构建的,它很快就会成为事实上的标准

。 .angstrom-distribution.org/

http://www.openembedded.org

I think the best way to start, is to take a look at Angstrom/OpenEmbedded.

It's a framework for building OS images for various embedded platforms. You could take the precompiled-images, but I've realized that after a while it's not worth the hassle.

Just build the target image yourself (with OpenCV for the target platform, it definitely builds for S3C2440 (tested it myself a year ago or so) and for all OMAP3 platforms (BeagleBoard, EVM and the like).

Then, use OpenEmbedded to build the cross-compiler (there is a package name for that), install it on your host machine, and you should be ready to go.

If there is no support for S3C6410, just use any other ARM11 platform out there, and install the packages. It is likely your vendor-supplied OS was built using OpenEmbedded, it quickly becomes de-facto standard.

http://www.angstrom-distribution.org/

http://www.openembedded.org

心如荒岛 2024-10-15 02:46:14

如果您正在寻找的处理器是 ARM,请检查 Linaro。看起来很有希望。 http://www.linaro.org/

Check Linaro if the processor you are looking for is ARM. It looks promising. http://www.linaro.org/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文