Skip to content

Commit 82897d6

Browse files
authored
Updated node and Raspbian version to current
Updated node version to current https://github.com/MicrosoftDocs/azure-docs/issues/24298 The issue with wiring pi is not there anymore the code sample has been fixed.
1 parent 3939760 commit 82897d6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/iot-hub/iot-hub-raspberry-pi-kit-node-get-started.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ Prepare the microSD card for installation of the Raspbian image.
7878

7979
1. Download Raspbian.
8080

81-
a. [Download Raspbian Stretch](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/) (the .zip file).
82-
83-
> [!WARNING]
84-
> Please use above link to download `raspbian-2017-07-5` zip image. The latest version of Raspbian images has some known issues with Wiring-Pi Node, which might cause failure in your next steps.
81+
a. [Download Raspbian Stretch with Desktop](https://www.raspberrypi.org/downloads/raspbian/) (the .zip file).
8582

8683
b. Extract the Raspbian image to a folder on your computer.
8784

@@ -179,10 +176,10 @@ Turn on Pi by using the micro USB cable and the power supply. Use the Ethernet c
179176
node -v
180177
```
181178

182-
If the version is lower than 4.x, or if there is no Node.js on your Pi, install the latest version.
179+
If the version is lower than 11.x, or if there is no Node.js on your Pi, install the latest version.
183180

184181
```bash
185-
curl -sL http://deb.nodesource.com/setup_4.x | sudo -E bash
182+
curl -sL http://deb.nodesource.com/setup_11.x | sudo -E bash
186183
sudo apt-get -y install nodejs
187184
```
188185

0 commit comments

Comments
 (0)