Skip to content

Commit

Permalink
Added NONOS_v154_1100/NONOS_v154_1100.facdump, which is the fw shippe…
Browse files Browse the repository at this point in the history
…d on the bad batch ESPs that won't boot after flashing.
  • Loading branch information
Threetwosevensixseven committed Feb 22, 2020
1 parent b36cffc commit 590280e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ obj
*.piz
/fw/*.zip
/esprog
/fw/flash_download_tools_v3.6.8
Binary file modified dot/ESPUPDATE
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions fw/ESP8266_FULL_V3.3_SPUGS/NONOS_v154_1100/dump.bat
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
20 changes: 10 additions & 10 deletions src/asm/version.asm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
; version.asm
;
; Auto-generated by ZXVersion.exe
; On 21 Feb 2020 at 18:11
; On 21 Feb 2020 at 18:16

BuildNo macro()
db "70"
db "71"
mend

BuildNoValue equ "70"
BuildNoWidth equ 0 + FW7 + FW0
BuildNoValue equ "71"
BuildNoWidth equ 0 + FW7 + FW1



Expand All @@ -22,17 +22,17 @@ BuildDateWidth equ 0 + FW2 + FW1 + FWSpace + FWF + FWe + FWb + FWSpace


BuildTime macro()
db "18:11"
db "18:16"
mend

BuildTimeValue equ "18:11"
BuildTimeWidth equ 0 + FW1 + FW8 + FWColon + FW1 + FW1
BuildTimeValue equ "18:16"
BuildTimeWidth equ 0 + FW1 + FW8 + FWColon + FW1 + FW6



BuildTimeSecs macro()
db "18:11:50"
db "18:16:41"
mend

BuildTimeSecsValue equ "18:11:50"
BuildTimeSecsWidth equ 0 + FW1 + FW8 + FWColon + FW1 + FW1 + FWColon + FW5 + FW0
BuildTimeSecsValue equ "18:16:41"
BuildTimeSecsWidth equ 0 + FW1 + FW8 + FWColon + FW1 + FW6 + FWColon + FW4 + FW1

0 comments on commit 590280e

Please sign in to comment.