.NET 微框架 + ARM 操作指南

发布于 2024-09-25 08:51:22 字数 29 浏览 4 评论 0原文

如何在 ARM 板上安装 .NET 微框架?

How do I install the .NET micro framework on an ARM board?

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

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

发布评论

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

评论(2

攒眉千度 2024-10-02 08:51:22

微框架没有通用的“ARM 安装程序”。 ARM 硬件在不同处理器之间可能有很大不同,因此通常您需要对其进行移植(即为您的设备重写特定于硬件的部分)。请在此处查看“NETMF 移植入门指南”。

There's no generic "ARM installer" for the micro framework. ARM hardware can be very different from one processor to another, so in general you need to port it (i.e. rewrite hardware-specific parts for your device). Check out "Beginners Guide to Porting NETMF" here.

你是暖光i 2024-10-02 08:51:22

如果我猜测您使用的是 Netduino 基于 ARM 的主板,您可以采用看看皮特·布朗斯 指南,或制作指南。您必须安装特定板的设备驱动程序,部署会处理其余的事情。

If I would guess that you are on a Netduino ARM based board, you can take a look at Pete Browns guide, or the Make guide. You have to install the device driver for the specific board, and the deployment takes care of the rest.

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