- 积分
- 403
- 金钱
- 262
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
 
- 积分
- 403
- 金钱
- 262
- HASS币
- 0
|
发表于 2018-9-6 10:34:02
|
显示全部楼层
用 ESPTOOL.PY 这个 命令行 工具 可以把 芯片里的 固件读出来保存。
需要安装 PYTHON 3.4 环境。
从 下面的说明里 发现的。 供你参考/
Read Flash Contents: read_flash
The read_flash command allows reading back the contents of flash. The arguments to the command are an address, a size, and a filename to dump the output to. For example, to read a full 2MB of attached flash:
./esptool.py -p PORT -b 460800 read_flash 0 0x200000 flash_contents.bin |
|