Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top