Skip to content

Commit 01aef77

Browse files
Update boards.txt, platform.txt and README
1 parent 11adc7c commit 01aef77

File tree

5 files changed

+2545
-487
lines changed

5 files changed

+2545
-487
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd esp32-arduino-lib-builder
1414

1515
### Build for Bluepad32
1616

17-
Copy Bluepad32 componetns.
17+
Copy Bluepad32 components.
1818

1919
```sh
2020
cd components
@@ -37,10 +37,12 @@ Update:
3737

3838
#### When ESP32 releases a new version
3939

40-
1. Download the .zip
40+
1. Download the .zip from: https://github.com/espressif/arduino-esp32/releases
4141
2. Unzip it in ~/Arduino/hardware/retro.moe/...
4242
3. rename it to esp32-bluepad32
4343
4. create `package` folder: `mkdir esp32-bluepad32/package`
44+
5. copy `boards.txt` from the downloaded file to `bluepad32_files`
45+
6. Manually remove all esp32s2 boards from `bluepad32_files/boards.txt`
4446

4547
And repeat the previous steps.
4648

@@ -54,6 +56,6 @@ And repeat the previous steps.
5456

5557

5658
```sh
57-
cp bluepad32_files/boards.txt bluepad32_files/platform.txt ~/Arduino/hardware/retro.moe/esp32-bluepad32
59+
cp bluepad32_files/boards.txt bluepad32_files/platform.txt bluepad32_files/package.json ~/Arduino/hardware/retro.moe/esp32-bluepad32
5860
cp -r bluepad32_files/libraries/* ~/Arduino/hardware/retro.moe/esp32-bluepad32/libraries/
5961
```

0 commit comments

Comments
 (0)