File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ The best way to communiate with us is on the [RFduino Forum](http://forum.RFduin
14
14
15
15
* Install the [ FTDI drivers] ( http://www.ftdichip.com/Drivers/VCP.htm ) .
16
16
17
- * Download [ Arduino 1.6.4 ] ( http://arduino.cc/en/Main/Software ) or newer.
17
+ * Download [ Arduino 1.6.6 ] ( http://arduino.cc/en/Main/Software ) or newer.
18
18
* _ Mac OS X_ : Requires Java 6 to be installed. Available [ here] ( https://support.apple.com/kb/DL1572?locale=en_US ) .
19
19
20
20
* Open Arduino
21
- * Edit Preferences, and add ``` http://rfduino.com/package_rfduino_index .json ``` to Additional Board Manager URLs and save.
21
+ * Edit Preferences, and add ``` http://rfduino.com/package_rfduino166_index .json ``` to Additional Board Manager URLs and save.
22
22
![ preferences] ( preferences.png )
23
23
* Open the Boards Manager under ``` Tools->Board ``` menu.
24
24
* Select the RFduino package at the end of the list, and click Install to install it.
@@ -36,8 +36,8 @@ Select the board and port, and you're ready to go!
36
36
```
37
37
// FTDI drivers are not needed (they are built into the kernel)
38
38
39
- wget http://downloads.arduino.cc/arduino-1.6.3 -linux64.tar.xz
40
- tar -xf arduino-1.6.3 -linux64.tar.xz
39
+ wget http://downloads.arduino.cc/arduino-1.6.6 -linux64.tar.xz
40
+ tar -xf arduino-1.6.6 -linux64.tar.xz
41
41
42
42
Ubuntu: sudo apt-get install default-jre
43
43
Fedora: sudo yum install jre
You can’t perform that action at this time.
0 commit comments