Skip to content

Commit a0f8a19

Browse files
move to linux section
1 parent ce7da8b commit a0f8a19

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ No additional setup required.
5151

5252
##### Linux
5353

54-
No additional setup required.
54+
For 64-bit Linux users, ```libc6:i386```, ```libstdc++6:i386```, ```libncurses5:i386```` and ```libudev1:i386``` need to be installed :
55+
* ```sudo dpkg --add-architecture i386```
56+
* ```sudo apt-get update```
57+
* ```sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
5558

5659
##### Windows
5760

@@ -78,18 +81,14 @@ __NOTE__: To roll back to the original driver go to: Device Manager -> Right cli
7881
* Windows: ```~/Documents/Arduino```
7982
2. Create the following directories: ```tools/nRF5FlashSoftDevice/tool/```
8083
3. Download [nRF5FlashSoftDevice.jar](https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/nRF5FlashSoftDevice.jar) to ```<SKETCHBOOK>/tools/nRF5FlashSoftDevice/tool/```
81-
4. For 64-bit Linux users, ```libc6:i386```, ```libstdc++6:i386```, ```libncurses5:i386```` and ```libudev1:i386``` need to be installed :
82-
* ```sudo dpkg --add-architecture i386```
83-
* ```sudo apt-get update```
84-
* ```sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 libudev1:i386```
85-
5. Restart the Arduino IDE
86-
6. Select your nRF board from the Tools -> Board menu
87-
7. Select a SoftDevice from the Tools -> "SoftDevice: " menu
88-
8. Select a Programmer (J-Link, ST-Link V2, or CMSIS-DAP) from the Tools -> "Programmer: " menu
89-
9. Select Tools -> nRF5 Flash SoftDevice
90-
10. Read license agreement
91-
11. Click "Accept" to accept license and continue, or "Decline" to decline and abort
92-
12. If accepted, SoftDevice binary will be flashed to the board
84+
4. Restart the Arduino IDE
85+
5. Select your nRF board from the Tools -> Board menu
86+
6. Select a SoftDevice from the Tools -> "SoftDevice: " menu
87+
7. Select a Programmer (J-Link, ST-Link V2, or CMSIS-DAP) from the Tools -> "Programmer: " menu
88+
8. Select Tools -> nRF5 Flash SoftDevice
89+
9. Read license agreement
90+
10. Click "Accept" to accept license and continue, or "Decline" to decline and abort
91+
11. If accepted, SoftDevice binary will be flashed to the board
9392

9493
### From git (for core development)
9594

0 commit comments

Comments
 (0)