Skip to content

Commit

Permalink
Add board_build.app_partition_name = app to specify partition name fo…
Browse files Browse the repository at this point in the history
…r pio
  • Loading branch information
mathieucarbou committed Aug 12, 2024
1 parent dbf28a3 commit 2693801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ In the PIO file, some settings are added to specify the partition table and the
```ini
extra_scripts = post:factory.py
board_build.partitions = partitions-4MB-safeboot.csv
board_build.app_partition_name = app
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
```

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ In the PIO file, some settings are added to specify the partition table and the
```ini
extra_scripts = post:factory.py
board_build.partitions = partitions-4MB-safeboot.csv
board_build.app_partition_name = app
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
```

Expand Down
1 change: 1 addition & 0 deletions examples/App/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ lib_deps =

extra_scripts = post:../../tools/factory.py
board_build.partitions = partitions-4MB-safeboot.csv
board_build.app_partition_name = app
# custom_safeboot_dir = ../..
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin

Expand Down
1 change: 1 addition & 0 deletions test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ lib_deps =

extra_scripts = post:../tools/factory.py
board_build.partitions = partitions-4MB-safeboot.csv
board_build.app_partition_name = app
custom_safeboot_dir = ..

; --------------------------------------------------------------------
Expand Down

0 comments on commit 2693801

Please sign in to comment.