- Sun Jun 14, 2015 9:43 am
#20427
I can confirm as well that rboot can be integrated into a Sming based project. I did the integration for one of my projects although it doesn't (yet) include Richard's latest modifications. Integrating it properly into the Sming framework is probably straightforward but will likely result in changes to Sming's makefiles and the output they produce. As was mentioned, what to do with the spiffs file-system file is still TBD and fortunately I didn't need it for my project. Another small issue is that it now appears you now have to change the Expressif SDK to make one of the symbols in a library "weak" so that it can be replaced by Richard's implementation. Effectively, that means Sming would then be dependent on a modified SDK . . . albeit a modification that is likely to be transparent to any projects that use it.
With that said, I would love it to be integrated in Sming, the Arduino SDK etc... It seems to be one of the more robust (and thanks to Richards documentation) transparent OTA solutions available at the moment.