I’m working with the .NET Micro Framework Porting Kit v4.1.
How I see it, I think I should first try to isolate the cross-platform compatible core of the CLR from the rest of the code and try to compile if for the target platform. What do you guys think, how should I start?
Should your board be running linux? I think Micro Framework wants to run Bare Metal…
Also, you might also struggle to get support due to the cost of Microblaze EDK. :). I played with it till my eval expired a few years ago, and have not bothered to download/try another eval…
As I understand(no first hand knowledge) is that you must port the HAL(Hardware Abstraction Layer) and any assembly in the rest of the code(if i recall correctly then all the ASM is combined in one or two files)
BTW, Visual Studio is used for C# app development. It isn’t used at all during the porting of Micro Framework…
I too am trying to port netmf, and struggling with what little documentation I can find. I’ve written drivers for WinCE, WinXP, Win7 and Linux in the past so I don’t believe I’m too dumb to crack a .net port. If anybody knows where the fountain of knowledge lies, please share us poor developers.