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
2010-09-28 10:05:20
I checked out that guide already, but somehow the mfdeploy tool won´t connect to my board.
Gobliins
2010-09-28 11:19:40
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
2010-10-06 11:37:42
ok have it compiled now
Gobliins
2010-10-08 12:07:22
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
2010-09-28 10:08:08