-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building image for esp32s3 target #63
Comments
You don't need nothing special. If you have configured your VS Code with ESP32 plugin, the project is built smoothly. https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md |
Thanks! Got it building with custom vid/pid.
Also found nothing VSCode specific. Any or no IDE is OK, general instructions would be:
|
Can you show me how you do this? |
Hi, @metabo7000!
|
@metabo7000 just checked docker build is OK.
|
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
|
@metabo7000 you skipped all steps except for first one and last one, that's why you get all this errors. If you are not familiar with command line and still want to build pico-fido by yourself, I'd recommend using VSCode and following |
Please make me a fido firmware bin esp32s3 in which 1050/0407 vid/pid settings are ready! |
idf v5.4 ,v5.3 version compile error! |
The supported resources are those who help others as you do! There are those who, for example, only understand others, but also open or eat in other areas! Thank you for the filmware files! |
Hi!
What branch/tag should I use for building esp32s3 images?
What's the command to build for esp32s3?
What env variables should be set when building image?
Where in source tree (including git submodules) should I search for and add my own board .h files (e.g. to set LED type/pins)
I did a brief grep through source tree (including *-sdk) on master branch and tried running cmake with ESP_PLATFORM=1 but didn't manage to get it building.
Will appreciate any help.
The text was updated successfully, but these errors were encountered: