Open DrKraemer opened 10 months ago
$ pio project init -b adafruit_qtpy_esp32s3_n4r2 $ echo "void setup(void){} void loop(void){} " > src/main.cc $ pio run [ ... ] Linking .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.elf Retrieving maximum program size .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.elf Checking size .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 9.5% (used 31048 bytes from 327680 bytes) Flash: [== ] 20.3% (used 293097 bytes from 1441792 bytes) Building .pio/build/adafruit_qtpy_esp32s3_n4r2/firmware.bin esptool.py v4.5.1 Creating esp32s3 image... Merged 2 ELF sections Successfully created esp32s3 image. ================================== [SUCCESS] Took 13.34 seconds ==================================
Perhaps you have an older version of PlatformIO?
$ pio --version PlatformIO Core, version 6.1.14
Looks like that was added just days before you filed this:
https://community.platformio.org/t/adafruit-qt-py-s3-with-2mb-psram/37256/4
If that works for you, please close this out to help the PIO devs clear out their backlog at least a little.
PIO Core Call Error: "The following files/directories have been created in /Users/reinerkramer/Documents/PlatformIO/Projects/ESP32-S3_MP3_Player_04012024RK\ninclude - Put project header files here\nlib - Put project specific (private) libraries here\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\nResolving adafruit_qtpy_esp32s3_n4r2 dependencies...\n\n\nUnknownBoard: Unknown board ID 'adafruit_qtpy_esp32s3_n4r2'"