折騰兩天,終於在樹莓派上運行 .net 程序。在此記錄一下所踩的坑。先看一下結果:html
爲了這一行折騰了好久。linux
第一個坑,樹莓派安裝系統後不能直接ssh。須要在根目錄建立一個ssh文件夾。git
第二個坑,dotnet core 發佈須要使用, dotnet publish -r linux-arm 發佈。github
重複的事情就不重複copy直接看引用ssh
參考的文章:.net
樹莓派安裝系統:htm
http://blog.csdn.net/u011388550/article/details/49981703 blog
http://shumeipai.nxez.com/2013/09/07/using-putty-to-log-in-to-the-raspberry-pie.htmlip
http://shumeipai.nxez.com/2017/02/27/raspbian-ssh-connection-refused.htmlraspberry-pi
dotnet core:
http://www.linuxidc.com/Linux/2016-07/133203.htm
https://www.microsoft.com/net/core
https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md