This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: AM335x MTP device over USB

Tool/software: Linux

How to make Sitara am335x device to work as a MTP device, using over USB?

Need the info on Linux kernel drivers and user space lib required to make the device to work as MTP device.

  • MTP gadget is not available in Linux kernel. The link below gives the reason that MTP gadget should be implemented in usersapce.
    lkml.org/.../654

    A quick search on internet reveals a several projects implementing MTP responder, such as Buteo MTP, TIZEN MTP, Android MTP, Ubuntu MTP... but I don't have comments on those projects.