2

組み込みデバイスでは、USBガジェット-マスストレージを使用したいと思います。メニューに2つのオプションがありますが、厳密には定義されていません。

大容量記憶装置セクション:

This is heavily based on File-backed Storage Gadget and in most
cases you will want to use FSG instead. This gadget is mostly
here to test the functionality of the Mass Storage Function
which may be used with composite framework.
If unsure, consider File-backed Storage Gadget.

誰かがもっと詳細を書くことができますか?

FSGはEmbeddedWorldに焦点を合わせていますか?

4

1 に答える 1

2

大容量ストレージ ガジェットは、ファイル ストレージ ガジェットの改良版です。公式ドキュメントによると:

File Storage Gadget has been removed in Linux 3.8. All users need to transition to the Mass Storage Gadget.

(から: https://www.kernel.org/doc/Documentation/usb/mass-storage.txt )

同じページには、モジュール間の違いもリストされています(それほど多くはありません-一部のパラメーターの名前は異なります/形式が異なります)

于 2013-09-02T17:46:37.223 に答える