Skip to content

Some bugfix suggestions for ESP32S3 boards #2

Open
@gampam2000

Description

@gampam2000

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,

Activity

linked a pull request that will close this issue on Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @gampam2000

      Issue actions

        Some bugfix suggestions for ESP32S3 boards · Issue #2 · micropython/micropython-example-boards