micropython-example-boards icon indicating copy to clipboard operation
micropython-example-boards copied to clipboard

Some bugfix suggestions for ESP32S3 boards

Open gampam2000 opened this issue 6 months ago • 0 comments

Hi,

In order to get this working for an ESP32S3 board I needed to do the following:

  • created an empty main/linker.lf file
  • added sdkconfig.idf52 to mpconfigboard.cmake
  • run idf.py add-dependency espressif/esp_tinyusb before compilation
  • compilation: idf.py build -D NINJA_FLAGS="-j 2"

I also have a question: After compilation I do not get a combined firmware image in the build folder. How or where could I change this, so that also a combined firmware.bin file is created?

Thanks & best regards,

gampam2000 avatar Aug 16 '24 13:08 gampam2000