Search found 2 matches
- Sat Mar 16, 2024 8:26 pm
- Forum: Report Bugs
- Topic: MD5 of file doas not match data in flash ( fatal error )
- Replies: 13
- Views: 221678
Re: MD5 of file doas not match data in flash ( fatal error )
This tutorial saved my ESP32Cam, which was showing the same MD5 error mention in this thread: https://www.youtube.com/watch?v=lthKBGacyVs Win+R cmd.exe python -m esptool --port COM8 write_flash_status --non-volatile 0 (replace 8 with the number of you Port) Here https://docs.espressif.com/projects/...
- Sat Mar 16, 2024 8:14 pm
- Forum: Report Bugs
- Topic: MD5 of file doas not match data in flash ( fatal error )
- Replies: 13
- Views: 221678
Re: MD5 of file doas not match data in flash ( fatal error )
This tutorial saved my ESP32Cam, which was showing the same MD5 error mention in this thread: https://www.youtube.com/watch?v=lthKBGacyVs Win+R cmd.exe python -m esptool --port COM8 write_flash_status --non-volatile 0 (replace 8 with the number of you Port) Thank you! I've spended a couple of hours...