2017-01-27 32 views
0

如何在升级之前备份我的NodeMCU固件?如何备份NodeMCU固件?

注:我在这是一个完全新手。我以前从未使用过NodeMCU。我还有其他编程技巧,所以编程对我来说并不陌生。

回答

1

esptool.py有一个(未记录的)read_flash option,您可以使用它来将固件从0x0000读取回本地文件。

$ esptool.py read_flash 
usage: esptool read_flash [-h] [--no-progress] address size filename 
esptool read_flash: error: too few arguments