views:

81

answers:

2

How do i install the .net micro framework on an arm board?

A: 

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.

Igor Skochinsky
I checked out that guide already, but somehow the mfdeploy tool won´t connect to my board.
Gobliins
my bad, i was not on the porting guide from tinyclr. Now I am there at chapter 8.1 but when i compile the tinyclr solution for my board (SAM9RL64) with CS Lite 2007. i am getting undefined reference to hal_vfprint error. I am using .netfm porting kit 4.0
Gobliins
ok have it compiled now
Gobliins
A: 

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.

Magnus Johansson