.netembeddedarm.net-micro-framework

.NET micro framework + ARM howto


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


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.