7

I have Raspberry Pi 2 with latest Debian/Raspbian 8 OS.

How can I can compile/build run latest dotnet core on this ARM based OS?

I have tried install from official link: https://www.microsoft.com/net/core#debian but it seems that install script supports only x86 architecture. Can I easy make my own build of dotnet binary based on their git code which will work on my Raspbian? I am aware of Windows 10 for IoT which supports dotnet native, but I need this on Raspbian.

Hrvoje Kusulja
  • 385
  • 1
  • 4
  • 9

1 Answers1

2

as today, there is no way to install dotnet core on ARM. See Problem install .Net Core on Raspberry Pi Model B The roadmap dated the ARM32/64 Support for a release in Q4 2016 / Q1 2017. So there is the hope that dotnet core soon will run on Raspberry .

Joe Platano
  • 852
  • 8
  • 19