Skip to content

Commit 3094ae3

Browse files
Update README.md to have meaningful install instructions
1 parent b783d35 commit 3094ae3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
### Board Manager
1717

18-
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (last tested version v1.6.13)
18+
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software) (at least version v1.6.8)
1919
2. Start the Arduino IDE
2020
3. Go into Preferences
2121
4. Add ```https://grumpyoldpizza.github.io/arduino-STM32L4/package_STM32L4_boards_index.json``` as an "Additional Board Manager URL"
@@ -46,9 +46,14 @@
4646
###### USB Serial driver setup for Tlera Corp boards (Window XP / Windows 7 only)
4747

4848
1. Go to ~/AppData/Local/Arduino15/packages/grumpypoldpizza/hardware/stm32l4/```<VERSION>```/drivers/windows
49-
2. Right-click on ```dpinst-x86.exe``` (32 bit Windows) or ```dpinst-amd64.exe``` (64 bit Windows) and select ```Run as administrartor```
49+
2. Right-click on ```dpinst_x86.exe``` (32 bit Windows) or ```dpinst_amd64.exe``` (64 bit Windows) and select ```Run as administrator```
5050
3. Click on ```Install this driver software anyway``` at the ```Windows Security``` popup as the driver is unsigned
5151

52+
###### STM32 BOOTLOADER driver setup for NUCLEO boards
53+
54+
1. Plugin NUCLEO board
55+
2. Download and install [ST-Link USB Drivers](http://www.st.com/en/embedded-software/stsw-link009.html)
56+
5257
### Flashing the bootloader sketch for Tlera Corp Boards
5358

5459
The Tlera Corp boards require an initial bootloader sketch. This is nothing more than a default program that contains the USB Serial device
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)