OTA firmware updates
Posted: Fri May 13, 2016 12:47 pm
I'd like to try OTA firmware updates but I'm having trouble building an image. When I type this command:
I get this error:
Does anyone know of a fix for this? Am I typing the make command wrong?
Code: Select all
make OUTPUT_TYPE=ota
I get this error:
Code: Select all
APPGEN build/httpd.user1.bin
Traceback (most recent call last):
File "/home/dbetz/esp_iot_sdk_v1.5.2/tools/gen_appbin.py", line 276, in <module>
gen_appbin()
File "/home/dbetz/esp_iot_sdk_v1.5.2/tools/gen_appbin.py", line 212, in gen_appbin
byte3=(((int(flash_size_map)<<4)| int(flash_clk_div))&0xff)
ValueError: invalid literal for int() with base 10: '0xf'
Does anyone know of a fix for this? Am I typing the make command wrong?