How to change bin flash file for the AI-Thinker ESP-CAM

Question/Issue:
How do i change the code in the firmware_esp32.bin file so the AI-Thinker ESP-CAM works?
I downloaded the zip from github and changed the #define to AI-Thinker ESP-CAM . But how can i flash the newly edited files to my board? Thanks in advance!

Project ID:

Context/Use case:

Hi @OEWPS

Are you following the steps from this git repo? There are details about the pins that are required to change to flash the ESP-CAM. Hope this helps!

Best

Eoin

Hey Eoin,

Yes, I downloaded the zip files from GitHub and changed the #define to my board. Now I need to rebuild the application. I don’t understand how to do the following part:

Then from the firmware folder execute:

get_idf
clear && idf.py build

Which folder?

Sorry I’m very new to this

King regards

OEWPS

Hi @OEWPS

The firmware folder is the folder that you downloaded the git repository to :slight_smile:

Please make sure that you install the idf tools too
https://docs.espressif.com/projects/esp-idf/en/v4.4/esp32/get-started/index.html#installation-step-by-step

Best

Eoin

1 Like