How to build for ESP32 locally #155

Closed
opened 2025-05-22 09:32:13 +08:00 by felipereyel · 1 comment
felipereyel commented 2025-05-22 09:32:13 +08:00 (Migrated from github.com)

Hi.

I have a M5AtomS3 lite (based on esp32 s3) (link with datasheet) and the whole flashing/commission process worked like a charm.

The issue i am having is that this board does not exposed the GPIO0 (BOOT) so i cant complete auth flow).

So i checked in pico_keys repo where it is defined and i would like to change that and build for my board.

What are the steps to build locally for ESP32S3 boards?

Hi. I have a M5AtomS3 lite (based on esp32 s3) ([link](https://docs.m5stack.com/en/core/AtomS3%20Lite#schematics) with datasheet) and the whole flashing/commission process worked like a charm. The issue i am having is that this board does not exposed the GPIO0 (BOOT) so i cant complete auth flow). So i checked in pico_keys repo where it is [defined](https://github.com/polhenarejos/pico-keys-sdk/blob/580b0acffa8e685caee4508fb656b78247064248/src/main.c#L31) and i would like to change that and build for my board. What are the steps to build locally for ESP32S3 boards?
polhenarejos commented 2025-05-24 01:37:21 +08:00 (Migrated from github.com)

You can find an example in the autobuild script:

https://github.com/polhenarejos/pico-fido/blob/main/workflows/autobuild.sh

You can find an example in the autobuild script: https://github.com/polhenarejos/pico-fido/blob/main/workflows/autobuild.sh
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dearsky/pico-fido#155