I am trying to create an application on a linux based host that handles the firmware update on a TM4C129 chip connected to the host via USB.
My challenge is that the host os is built using yocto and i don't seem to locate the correct recipe in the host build system and the subsequent steps that I need to follow after the inclusion of the recipe. I am pretty new to all of these can anybody help me getting started with this?
Do let me know if TI has any DFU utility for host side suitable to be implemented with a yocto build. Such that I can write a c++ based application to perform the device firmware upgrade of TM4C129 chip from host via the USB interface.