Skip to content
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

Is it possible to remove the Micropython firmware? #40

Open
pablojr opened this issue Apr 19, 2022 · 2 comments
Open

Is it possible to remove the Micropython firmware? #40

pablojr opened this issue Apr 19, 2022 · 2 comments

Comments

@pablojr
Copy link

pablojr commented Apr 19, 2022

Hi,

thank you for this nice project.
Not an issue per se, but is it possible to remove the Micropython firmware I've uploaded to a Esp32-Cam AI-Thinker?
so to get back to upload C programs to the device?

Thanks.

@leonardowolf
Copy link

search about esptool erase_flash for the right parameters, but as long as you use some ide like platformio or arduino, the memory from the espcam will be overlaped by the new firmware you are putting in it, so in other words just upload your code to the board and it will work

@pablojr
Copy link
Author

pablojr commented Jun 19, 2024

Yes, I guess I discovered that after some trial and error, and lot of Internet searching.
Indeed, the question should have been where to get the esp23-cam firmware to flash the device again, given this statement from AI Tinker "The default firmware is already included in the factory, and no additional download is provided. Please be careful if you need to re-burn other firmware."
However I think I have two ways of flashing the esp32-cam back: I'll buy a new device and I'll dump the firmware first thing on arrival. Or I can use any of the other firmware images built already; i.e. esp32cam-rtsp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants