Smalldog wrote: ↑Tue Jun 18, 2019 6:58 am
Thank you. I wish it was more obvious to a beginner. I was able to rebuild it and get it installed on the board.
Hi
which problems you had?
if you are missing
document or
redame (en) or
readme (cn) .
allways backup factory fw that comes out of the box if you flash with your own,
so you can restore allways to factory
Code: Select all
1MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x100000 Backup_1MB.bin
2MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x200000 Backup_2MB.bin
4MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x400000 Backup_4MB.bin
8MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x800000 Backup_8MB.bin
16MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x1000000 Backup_16MB.bin
32MB Flash
esptool.py --p COM5 --baud 115200 read_flash 0x00000 0x200000 Backup_32MB.bin
feel free to change the COMPORT like you need for your OS and PORT#
further help about esptool you find in
redame of the repo
best wishes
rudi
![Wink ;-)](./images/smilies/icon_e_wink.gif)