How to use mass storage gadget

From RidgeRun Developer Connection
Revision as of 16:12, 15 November 2016 by Jcaballero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Mass storage gadget

Enable the following modules of the kernel:

-> Kernel configuration                                                                                                                       
  -> Device Drivers                                                                                                                          
    -> USB support (USB_SUPPORT [=y])                                                                                                       
      -> USB Gadget Support (USB_GADGET [=y])                                                                                                                      
        -> Mass Storage Gadget ( USB_MASS_STORAGE [=m])

In order to expose a sd card partition as backing storage for the mass storage gadget

Build and install the kernel in the target board. Now in the target board command line:


Under construction...