This allows your devices act as a USB mass storage like external hard drive or thumb drive. Kernel support Currently, the g_mass_storage module is not compiled as part of default kernel configuration. To enable this, follow same kernel building information as previous section USB Ethernet support but instead of compiling […]
USB
ueno/libusb-gadget: Simple wrapper library to access Linux USB GadgetFS
* What’s this? libusb-gadget is a simple wrapper around Linux USB GadgetFS[1], which enables USB target development in userspace. It allows developers to write a trivial gadget in ~200 lines, while the original GadgetFS example[2] is ~1700 lines. * Requirements – linux 2.6.XX * Quick start I assume that you […]