建议资源为新手程序员ARM? [英] Suggested resources for newbie ARM programmer?

查看:155
本文介绍了建议资源为新手程序员ARM?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开始开发从 http://www.embeddedarm.com 在嵌入式ARM板的应用程序。我在开发嵌入式应用的新手。我想喜欢的书籍,在线指南,将让我开始开发嵌入式应用的手臂资源。我刨使用Linux作为操作系统。

I'm starting develop an application in embedded arm board from http://www.embeddedarm.com. I'm a newbie in developing embedded applications. I would like resources like books, online guides that will get me started in to develop applications in embedded arm. I was planing to use Linux as the OS.

推荐答案

一旦一切正在运行,主要是Linux编程。如果你开始与评估板,我猜你已经有很多的工具。无论如何,你可能会发现下面的链接有用的。

Once everything is running, it is mainly linux programming. If you start with an eval board, I guess you have already a lot of tools. Anyway, you might find the following links useful.

工具链:交叉编译。你可以去简单的方法,即从下载 code的Sourcery 一个pre内置工具链。或者你可以去硬盘的方式,并建立自己的工具链。如果你使用正确的工具,艰难地然而变得更加容易。 Croostool-NG 是一个非常活泼的邮件列表苏哈项目。

Toolchain : cross-compilation. You can go the easy way, ie download a pre built toolchain from code sourcery. Or you can go the hard way, and build your own toolchain. The hard way is however made easier if you use the right tool. Croostool-ng is sucha project with a very reactive mailing list.

内核:好,ARM架构已经在主线了一段时间,但是,如果你有一些ARM的具体问题,您应该definitly问他们的

Kernel : well, arm architecture has been in mainline for a while, however, if you have some ARM specific question, you should definitly ask them there

用户空间:一旦内核启动,你需要一个用户空间运行,即一些文件系统,贝壳,C库,init进程等...为了建立这样的工具,有很多选择。一种是自己做的一切。你开始的busybox,然后用你所需要的各种工具继续。或者你可以用自动化和可配置的工具去。我的preference去 ptxdist 的,因为它有正确的复杂程度(我使用)。另一个选项是的buildroot ,我不知道。如果你觉得你需要更强大的东西,也许你可以看看 OpenEmbedded的

Userspace : Once the kernel is booting, you need a userspace to run, ie some filesystem, shell, C library, init process etc ... To build such tools, there are many options. One is to do everything yourself. You start with busybox, and then continue with the various tools you need. Or you can go with automated and configurable tools. My preference goes to ptxdist, because it has the right complexity level (for my use). Another options is buildroot which I don't know. And if you feel you need something more powerful maybe you can take a look at OpenEmbedded.

我碰到与嵌入式开发索姆书籍,但它更像是记录脚本。构建一个完整的嵌入式系统是很难的,我想你会发现在工具和邮件列表的相关信息更比书籍。

I came across som books related to embedded development, but it was more like documented scripts. Building a complete embedded system is hard, and I think you will find more infos in the tools and mailing list than in books.

这篇关于建议资源为新手程序员ARM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆