Skip to content

Commit

Permalink
Fix: generic_esp32_8mb firmware did not boot
Browse files Browse the repository at this point in the history
we need to set board_upload.flash_size = 8MB for the firmware to
actually boot using the 8MB partition scheme.
  • Loading branch information
schlimmchen committed Oct 8, 2024
1 parent 9de71fe commit f760520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ board_build.partitions = partitions_custom_4mb.csv

[env:generic_esp32_8mb]
board = esp32dev
board_upload.flash_size = 8MB
build_flags = ${env.build_flags}


Expand Down Expand Up @@ -131,6 +132,7 @@ build_flags = ${env.build_flags}
[env:olimex_esp32_poe]
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
board = esp32-poe
board_upload.flash_size = 8MB
build_flags = ${env.build_flags}
-DHOYMILES_PIN_MISO=15
-DHOYMILES_PIN_MOSI=2
Expand Down

0 comments on commit f760520

Please sign in to comment.