10 years, 5 months ago.

Bug

It look like it download the file, but just dont write it to local. The error is that you are missing

LocalFileSystem local("local");

in both the updater and the replace funtion

Question relating to:

David Smart / SWUpdate Featured
Software Update via Ethernet - the mbed application can pull down an updated application binary from a web server and activate that binary. This library works only with the LPC1768, … FOTA, LPC1768, SW Update

1 Answer

10 years, 5 months ago.

If I am correct it should be sufficient to have that defined in your main program. The C filesystem code will do the rest.