Dear Community;
We are trying to implement HTTP application update with our own server. We have flashed the "http_application_update" project to an nRF9160. It works fine with AWS, but we get an error with our own server:
Press Button 1 to start the FOTA download
I: Attempting to connect over IPv4
I: Connected to x.x.x.x
I: Downloading: app_update.bin [0]
I: Downloaded 4096/144540 bytes (2%)
I: Erasing sector at offset 0x00088000
I: Erasing sector at offset 0x00089000
ASSERTION FAIL [dl->offset < sizeof(dl->buf)] @ /Users/Documents/ncs_last/nrf/subsys/net/lib/download_client/src/down5
Buffer overflow
Any clue about what's going wrong?
Thanks in advance.