Skip to content

Commit 81939d9

Browse files
authored
Merge pull request arduino#121 from pennam/fix-readme
[WIP] Update readme
2 parents b86aaa7 + 4a79807 commit 81939d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The repository contains the Arduino APIs and IDE integration files targeting a g
44

55
## Installation
66

7-
Clone the repository in `$sketchbook/hardware/arduino`
7+
Clone the repository in `$sketchbook/hardware/arduino-git`
88

99
```bash
10-
mkdir -p $sketchbook/hardware/arduino
11-
cd $sketchbook/hardware/arduino
10+
mkdir -p $sketchbook/hardware/arduino-git
11+
cd $sketchbook/hardware/arduino-git
1212
git clone git@github.com:arduino/ArduinoCore-mbed mbed
1313
```
1414

@@ -34,7 +34,7 @@ The missing ARM build tools can be installed by using the `Boards Manager` optio
3434
Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
3535
Actions marked as TODO must be executed manually.
3636

37-
**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7`
37+
**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 PORTENTA_H7_M7:PORTENTA_H7_M7`
3838

3939
### How to build a debug version of the Arduino mbed libraries
4040
* Modify `mbed-os-to-arduino `

0 commit comments

Comments
 (0)