HI,
I have a hardware device connected to Android host and looking for a way to
upgrade the device firmware from the host.There is a kernel firmware
interface for the same :

#include <linux/firmware.h>
int request_firmware(const struct firmware **fw, char *name,
struct device *device);


I wanted to know what role a ymodem can play with the above interface.Is
there any other protocol i can use with the above interface.
I understand I must have the device firmware code availability as well
(which i assure I have).So whatever I have to implement at the host side I
have implement the same at the device side as well.
What other ways are there to upgrade the device firmware on android.
Where does firmware upgrade over the air (FOTA) comes into play.
Please fill the gaps in my understandings.


Thanks in advance !
Rgds,
Rp

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to