I'm trying to update my application using SWUpdate tool for my embedded board. I already created my .swu pack, anche with ssh command line, it works fine. I need to launch the update from my Qt application. How can I do?
Maybe I can launch QProcess::execute("swupdate -i /run/media/AppUpdate.swu"), but it still not working.
How can I link with Qt the SWUpdate API installed?
Thanks.