Mike Nix
5b500e4e34
Move eboot_command_clear to after firmware copy. ( #6823 )
...
The eboot command was cleared from the rtc mem before the firmware copy
making it possible for a power failure during an OTA update to brick the
esp until the firmware was loaded via USB because of a partial firmware
copy that would never be restarted.
Moving the eboot_command_clear to after the copy ensures that any partial
copy is restarted at next power on.
2019-11-21 22:37:12 -03:00
Develo
3d70f43277
cleanup/unify flash sector size define value ( #5327 )
...
* cleanup/unify sector size define value
* replicate spi_flash_sec_size.h file for host tests
* further flash geometry cleanup, remove host test duplicate file
2018-11-24 02:59:12 -03:00
Ivan Grokhotkov
32bd42b028
Store git version of the core in the compiled binary ( #2099 )
...
* Store git version of the core in the compiled binary
* Don't update version number when using boards manager package
2016-06-06 14:37:39 +08:00
Ivan Grokhotkov
8a3386bfbf
Bootloader: don't touch RTC memory if it doesn't contain a valid command ( #619 )
2016-03-28 00:24:27 +03:00
Ivan Grokhotkov
91ca9ba75b
Make sure WDT is re-enabled in eboot even in case of error ( #517 )
2015-07-23 16:39:56 +03:00
Ivan Grokhotkov
481cee6460
Disable WDT in eboot while copying new sketch ( #517 )
2015-07-23 16:34:11 +03:00
John Doe
b605ab316e
add synchronous ota
2015-07-10 22:21:48 +03:00
Ivan Grokhotkov
5763dbba3b
Code review
2015-07-06 21:04:08 +03:00
John Doe
f3f500936d
make eboot erase/read/write sector by sector
...
that makes possible having sketches with size up to the free size
2015-07-06 12:34:29 +03:00
Ivan Grokhotkov
d24fa4636c
Add some headers
2015-06-05 14:07:49 +03:00
Ivan Grokhotkov
73740d6e6d
Clean up eboot
2015-06-05 14:07:35 +03:00
Ivan Grokhotkov
a4126b1235
Fix typo
2015-06-05 14:07:30 +03:00
Ivan Grokhotkov
bdf24031eb
Fix uboot startup
2015-06-01 13:33:56 +03:00
Ivan Grokhotkov
d5b578b161
reading eboot commands via RTC, flash erase/copy
2015-06-01 02:08:48 +03:00
Ivan Grokhotkov
de28edb82f
Fix eboot makefile
2015-05-29 19:35:31 +03:00
Ivan Grokhotkov
48e0d44860
Add eboot
2015-05-29 19:27:03 +03:00