-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added NONOS_v154_1100/NONOS_v154_1100.facdump, which is the fw shippe…
…d on the bad batch ESPs that won't boot after flashing.
- Loading branch information
1 parent
b36cffc
commit 590280e
Showing
5 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ obj | |
*.piz | ||
/fw/*.zip | ||
/esprog | ||
/fw/flash_download_tools_v3.6.8 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:: Set current directory | ||
@echo off | ||
C: | ||
CD %~dp0 | ||
|
||
:: You need a full Python install, added to the PATH. | ||
:: If esptool.py complains about 'no module named serial.tools.list_ports' | ||
:: you may need to upgrade pyserial with: pip install pyserial | ||
|
||
@echo on | ||
|
||
python ..\esptool.py --chip esp8266 --port COM5 --baud 115200 read_flash 0 0x100000 "NONOS_v154_1100.facdump" | ||
|
||
@echo off | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters