Figure 13: USB Gadget Drivers submenu
Set the option File-backed Storage Gadget to M, and then exit and save
changes.
3. Execute the following instructions to compile the core;
make uImage
make modules
After the instructions are executed, a core image file named uImage and a
module file g_file_storage.ko are generated under /arch/arm/boot/ and
/drivers/usb/gadget/ respectively.
3.4 Introduction to Drivers
This section will introduce various drivers required in a Linux system,
including NAND Flash, SD/MMC, display subsystem, video capture and
audio input/output drivers.
The following table contains the paths for all the drivers;
Comments to this Manuals