Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gallagher <pete@pjgcreations.co.uk>2021-07-20 05:06:16 +0300
committerGitHub <noreply@github.com>2021-07-20 05:06:16 +0300
commit0067d8e06457ad181f8cf03f1d77081dc7ce7e5f (patch)
tree53690f8078e9b5b8752fdc09dbd42dc13b7e6c7a /samples
parent3ba7477c1ce2f0ce906a4f378ba3773fc188f181 (diff)
Add Pete Gallagher Single Line Installs to Samples (#6258)
Diffstat (limited to 'samples')
-rw-r--r--samples/RaspberryPiInstructions.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/RaspberryPiInstructions.md b/samples/RaspberryPiInstructions.md
index 32e604fd..61afa93c 100644
--- a/samples/RaspberryPiInstructions.md
+++ b/samples/RaspberryPiInstructions.md
@@ -72,6 +72,23 @@ sudo apt-get install curl libunwind8 gettext apt-transport-https
It is possible to setup VS Code for remote debugging. Please refer to [Scott Hanselman's tutorial](https://www.hanselman.com/blog/RemoteDebuggingWithVSCodeOnWindowsToARaspberryPiUsingNETCoreOnARM.aspx).
+## Remote Debugging from Windows using a Setup Script
+
+Pete Gallagher (A Microsoft Azure MVP - @pete_codes) has created a single line setup script to enable remote debugging from a Windows Machine using VS Code to a Raspberry Pi.
+
+This setup script makes use of cwRsync to copy the published files over to the Pi and then uses SSH to download and attach the .NET debugger remotely from VS Code.
+
+Please refer to [Pete Gallagher's Blog](https://bit.ly/pidotnetremotedeploy)
+
+## Single Line Install script for .NET Core and .NET 5 for the Raspberry Pi
+
+Pete Gallagher has also created single line install scripts for .NET Core and .NET 5 for the Raspberry Pi.
+
+Please refer to Pete Gallagher's Blog;
+
+- [.NET Core](https://bit.ly/dotnetcorepi)
+- [NET 5](https://bit.ly/dotnet5pi)
+
## GPIO access / communicating with hardware
GPIO access as well as I2C, SPI, PWM and many more can be achieved with [.NET IoT](https://github.com/dotnet/iot). For list of available devices please refer to [device listing](https://github.com/dotnet/iot/blob/main/src/devices/README.md).