ESP8266 Developer Zone The Official ESP8266 Forum 2018-03-06T11:13:19+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=9297 2018-03-06T11:13:19+08:00 2018-03-06T11:13:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9297&p=19538#p19538 <![CDATA[Re: Does esp8266 support FOTA form NONOS to FreeRTOS]]>
216 # data_bin = struct.pack('<BBBBI',BIN_MAGIC_IROM,4,byte2,byte3,long(entry_addr,16))
217 data_bin = struct.pack('<BBBBI',BIN_MAGIC_IROM,4,0,app,long(entry_addr,16))

I forgot to modify line 216 and line 217 in esp_genapp.py yesterday!

Statistics: Posted by waies — Tue Mar 06, 2018 11:13 am


]]>
2018-03-06T02:11:14+08:00 2018-03-06T02:11:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9297&p=19535#p19535 <![CDATA[Re: Does esp8266 support FOTA form NONOS to FreeRTOS]]>
waies wrote:
Does esp8266 support FOTA form NONOS(2.1.0) to FreeRTOS(1.5.0)?
Our products' firmware based on NONOS SDK before, now we want to use the FreeRTOS SDK. So we need to do a ota from nonos to freertos. but log shows :

upgrade file download start.
please check the bin file
totallen = 2687
totallen = 4147
upgrade_check
user_esp_platform_upgrade_failed.

jsut like https://bbs.espressif.com/viewtopic.php?t=1546,
I tried to modify Makefile and gen_appbin.py . now compiled success ,but it does not work when I do ota again.the same problem.


Good question, I myself don't use RTOS but I assume it would boil down to the offset's of booting the .bin files, Are even the esp default init the same?

Statistics: Posted by AgentSmithers — Tue Mar 06, 2018 2:11 am


]]>
2018-03-05T18:12:11+08:00 2018-03-05T18:12:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9297&p=19532#p19532 <![CDATA[Does esp8266 support FOTA form NONOS to FreeRTOS]]> Our products' firmware based on NONOS SDK before, now we want to use the FreeRTOS SDK. So we need to do a ota from nonos to freertos. but log shows :

upgrade file download start.
please check the bin file
totallen = 2687
totallen = 4147
upgrade_check
user_esp_platform_upgrade_failed.

jsut like https://bbs.espressif.com/viewtopic.php?t=1546,
I tried to modify Makefile and gen_appbin.py . now compiled success ,but it does not work when I do ota again.the same problem.

Statistics: Posted by waies — Mon Mar 05, 2018 6:12 pm


]]>