Search code examples
c#.net-corewindows-10-iot-corecoreclrdnvm

.net core installation on Windows 10 iot (Raspberry PI3 - ARM)


I test .net core on different OSs and I'd like to know if it's possible to install dotnet/cli (.net Core) on Windows 10 iot over my Raspberry PI3. My objective would be ro run simple GPIO tests.

What I do so far :

Do I miss something ? is it too early to do that ?

PS : I push an issue in dotnet/cli issues in GitHub.

2017-04-19 : The process is now in progress have a look to .NET Core on Raspberry Pi


Solution

  • Arm32 builds are available as community supported builds for .NET Core 2.0. There is no SDK that runs on ARM32 but you can publish an application that will run on a Raspberry Pi. look to .NET Core on Raspberry Pi.