Skip to content

Commit a84b050

Browse files
authored
Update README.md
1 parent 8f2c6a1 commit a84b050

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,17 @@ For Linux: the Arduino stuff is located in ~/.arduino15/packages/arduino/tools/C
2828

2929
9. Inside the downloaded CMSIS zip, go into the CMSIS-Atmel/CMSIS folder, you should see a folder named Device. *DRAG THE DEVICE FOLDER ONLY* from the zip to your arduino Library folder so that Device is merged with Device. It will replace a bunch of files.
3030

31-
For Linux, it may be better to just delete the original Device Folder then copy over the new one - the drag/drop wokred ok on MACOS, but not so well on my Linux box.
31+
For Linux, it may be better to just delete the original Device Folder then copy over the new one - the drag/drop worked ok on MACOS, but not so well on my Linux box.
3232

3333
10. You will also need to replace bossac. Go here https://github.com/adafruit/BOSSA/releases and download either windows exe or mac app of latest bossac. unzip
34+
35+
For Linux users it is best to build a copy of bossac locally -
36+
clone the Adafruit Repostitory to somewhere on your local machine.
37+
git clone https://github.com/adafruit/BOSSA.git
38+
change to the arduino branch
39+
git checkout arduino
40+
Follow the instructions to build bossac.
41+
3442
11. Replace the binary at ".../Library/Arduino15/packages/arduino/tools/bossac/1.7.0/bossac" or "...\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.7.0\bossac"
3543
12. On Windows 7 you will also need to install the updated serial driver, download https://github.com/adafruit/Adafruit_Windows_Drivers/archive/master.zip to get all the drivers, and point the Device Manager to the unzipped folder. It isn't signed, so just approve the installation manually.
3644
13. That's it!

0 commit comments

Comments
 (0)