An open source ecosystem for IoT development. Cross-platform code builder and library manager. Continuous and IDE integration. Arduino and MBED compatible. Ready for Cloud compiling.
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
Build number: 5.3.2 (waiting for upload before next increment)
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/featheresp32-s2.html
PLATFORM: Espressif 32 (3.4.0) > Adafruit ESP32-S2 Feather Development Board
HARDWARE: ESP32S2 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
- framework-arduinoespressif32 3.10006.210326 (1.0.6)
- tool-esptoolpy 1.30100.210531 (3.1.0)
- toolchain-riscv-esp 1.80400.0 (8.4.0)
- toolchain-xtensa32s2 1.80400.210211 (8.4.0)
Error: This board doesn't support arduino framework!
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/featheresp32-s2.html
PLATFORM: Espressif 32 (3.3.1+sha.3784198) > Adafruit ESP32-S2 Feather Development Board
HARDWARE: ESP32S2 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:
- framework-arduinoespressif32 0.0.0+sha.a1d8b95
- tool-esptoolpy 1.30100.210531 (3.1.0)
- toolchain-esp32s2ulp 1.22851.191205 (2.28.51)
- toolchain-riscv32-esp 8.4.0+2021r1
- toolchain-xtensa-esp32s2 8.4.0+2021r1
Error: This board doesn't support arduino framework!
platform = https://github.com/platformio/platform-espressif8266.git
@sblantipodi
hi all... esp web tools wants a bootloader.bin, and a ota.bin file
is there a way to generate it with platformio?
this is an example of the offset I use for the esp web tools config file
https://github.com/sblantipodi/glow_worm_luciferin/blob/master/docs/static/firmware_build_beta/manifest_full.json
in my .pio/build forlder I only find the firmware.bin and the partitions.bin
is there a way to generate a single bin file that contains everything like the bootloader.bin, ota.bin, partitions.bin and firmware.bin?