Skip to content

Commit dc5c309

Browse files
Dave Conway-JonesDave Conway-Jones
authored andcommitted
Update Raspberry Pi to v12
1 parent 604b705 commit dc5c309

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/hardware/raspberrypi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ title: Raspberry Pi
88
As the Pi 2 uses a different processor (Arm v7) compared with the original
99
Pi (Arm v6) the method of installing node.js is slightly different.
1010

11-
<div class="doc-callout"><em>Note</em>: The most recent stable release of Node <code>0.12.x</code> is <em>not</em> currently supported.</div>
11+
<div class="doc-callout"><em>Note</em>: Versions of io.js are <em>not</em> currently supported.</div>
1212

1313
#### Raspberry Pi 2
1414

15-
To install Node.js on Pi 2 - and some other Arm7 processor based boards, run
15+
To install Node.js on Pi 2 - and other Arm7 processor based boards, run
1616
the following commands:
1717

18-
curl -sL https://deb.nodesource.com/setup_0.10 | sudo bash -
18+
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
1919
sudo apt-get install -y build-essential python-dev python-rpi.gpio nodejs
2020

2121
This also installs some additional dependencies.
@@ -29,8 +29,8 @@ to clean up some hidden node directories before installing Node-RED:
2929

3030
The simplest way to install Node.js and other dependencies on Pi (version 1) is
3131

32-
wget http://node-arm.herokuapp.com/node_0.10.36_armhf.deb
33-
sudo dpkg -i node_0.10.36_armhf.deb
32+
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
33+
sudo dpkg -i node_latest_armhf.deb
3434
sudo apt-get install build-essential python-dev python-rpi.gpio
3535

3636
### Install Node-RED

0 commit comments

Comments
 (0)