Skip to content

Commit a99b103

Browse files
committed
Doc
1 parent 085ca4d commit a99b103

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

lightkit/software/doc/partitions.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Partitions ESP
1+
# Partitions ESP32
22

33
Il est possible de configurer les partitions utilisées par l'ESP en éditant un fichier `*.csv`.
44
Le fichier par défaut utilisé est localisé ici `~/.platformio/packages/framework-arduinoespressif32/tools/partitions`
@@ -8,4 +8,11 @@ Pour utiliser le nouveau fichier dans platformio, on édite le fichier `*.ini` :
88
```
99
[base_esp32]
1010
board_build.partitions = src/partition/esp32_SK_1.9M_FS_320k.csv
11-
```
11+
```
12+
13+
[Tuto partition](https://desire.giesecke.tk/index.php/2018/04/20/change-partition-size-platformio/)
14+
15+
# LD Script ESP8266
16+
17+
Pour les ESP8266, c'est un peu différent, on utilise directement le script du linker.
18+
Les modèles sont ici = `~/.platformio/packages/framework-arduinoespressif8266/tools/sdk/ld`

0 commit comments

Comments
 (0)