1

I am looking for an Open Source MTP (Media Transfer Protocol) responder implementation for BeagleBone boards. Alternatively, an embedded Linux implementation that includes an MTP responder implementation.

Note, this is not the same as the MTP initiator as found with gmtp and similar.

4

2 回答 2

2

看看这里:

来自buteo项目

1) https://git.merproject.org/mer-core/buteo-mtp

来自 Ubuntu

2) http://bazaar.launchpad.net/~phablet-team/mtp/trunk/files

或安卓

3) https://android.googlesource.com/platform/frameworks/base/+/master/media/jni/

我已经在 BBB 上运行了 ubuntu 和 buteo 版本。

于 2016-03-07T14:05:35.753 回答
1

最近开发了另一个 MTP 响应器:

https://github.com/viveris/uMTP-Responder

在 C 中实现,在用户空间中并使用 GadgetFs 层。

这尚未在 BeagleBone 上进行测试,但这应该不是问题。您只需更改配置文件中的 gadgetFS 设置。

有关 github 项目页面的更多详细信息。

于 2018-05-09T09:40:45.543 回答