.NET 微框架 + ARM 操作指南
如何在 ARM 板上安装 .NET 微框架?
How do I install the .NET micro framework on an ARM board?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 ARM 板上安装 .NET 微框架?
How do I install the .NET micro framework on an ARM board?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
微框架没有通用的“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.
如果我猜测您使用的是 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.