This website requires JavaScript.
Explore
Help
Sign In
j3d1
/
esp-open-rtos
Watch
1
Star
0
Fork
You've already forked esp-open-rtos
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
812794f7d9
esp-open-rtos
/
examples
/
ota_basic
/
Makefile
5 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
Almost functional OTA support ota_basic example can receive new image via TCP. However - writing to flash with interrupts disabled causes data loss, and the TCP flow is very slow to recover. Linux sender quickly ramps up RTT timer to very long retry intervals, crippling performance & throughput. Running the update without the flash writes causes the data to be received quickly, so this is definitely an issue with the time taken for the erase cycle. Progress towards #10
2015-07-29 00:40:53 +00:00
PROGRAM
=
ota_basic
rboot: Add cryptographic digest support for OTA images & SHA256 example
2016-03-23 08:44:27 +00:00
EXTRA_COMPONENTS
=
extras/rboot-ota extras/mbedtls
Almost functional OTA support ota_basic example can receive new image via TCP. However - writing to flash with interrupts disabled causes data loss, and the TCP flow is very slow to recover. Linux sender quickly ramps up RTT timer to very long retry intervals, crippling performance & throughput. Running the update without the flash writes causes the data to be received quickly, so this is definitely an issue with the time taken for the erase cycle. Progress towards #10
2015-07-29 00:40:53 +00:00
i
n
c
l
u
d
e
.
.
/
.
.
/
c
o
m
m
o
n
.
m
k
Reference in a new issue
Copy permalink