

- Linux usb mass storage device driver 이해하기 how to#
- Linux usb mass storage device driver 이해하기 install#
- Linux usb mass storage device driver 이해하기 software#
- Linux usb mass storage device driver 이해하기 download#

As this Tech Tip is intends to configure the Zynq® ultraScale+™ MPSoC USB 3.0 controller in device mode.Ensure that parameters shown in the above figures are selected in the kernel source tree.USB Gadget Support -> enable mass storage and mass storage gadget as shown in figure below.įigure 3: Linux kernel configuration to enable userspace driven configuration.Configure the Linux source to support USB mass storage gadget driver by executing PetaLinux command $ petalinux-config -c kernel.Change the directory to project directory which is created above. Above command will create a project with the user provided name under the PetaLinux installed directory.After installing PetaLinux SDK create a project in the PetaLinux installed directory by executing $ petalinux-create –t project –n -s command.
Linux usb mass storage device driver 이해하기 download#
For Rev1 board download ZCU102,ES2,Rev1.0 BSP and for Rev B/C/D boards, download ZCU102 BSP from xilinx website. This example uses the ZCU102 PetaLinux BSP to create a PetaLinux project. It recommend to download the PetaLinux installer version 2018.1 from Xilinx website. Note:This Tech Tip is developed based on PetaLinux version 2018.1. Execute the steps till the PetaLinux Working Environment Setup section for installing PetaLinux SDK to your Linux machine.
Linux usb mass storage device driver 이해하기 install#
Linux usb mass storage device driver 이해하기 how to#
This section explains Linux gadget driver support for Zynq® UltraScale+™ MPSoC USB 3.0 controller and how to use these drivers for configuring the Zynq® UltraScale+™ MPSoC USB 3.0 controller as a mass storage device. Linux:Zynq® UltraScale+™ MPSoC USB 3.0 controller's mass storage device class functionality Setup to test Zynq® UltraScale+™ MPSoC USB 3.0 mass storage class functionality with Windows as well as Linux host machineįigure 1: Zynq ultrascale + MPSoC USB 3.0 mass storage device reference block diagram.How to configure all the Zynq® ultrascale +™ MPSoC Linux kernel and dependent files for the mass storage class reference2-16.The USB mass storage device example block diagram and overview.For complete specifications of USB protocol and class specific specifications refer:

This Tech Tip explains how to enable all the configuration options, step by step procedure to use the Zynq® UltraScale+™ MPSoC USB 3.0 controller in device mode and make use of bulk transfer type for mass storage device using the USB 3.0. Zynq® UltraScale+™ MPSoC USB3.0 controller supports all four types of transfers. These transfer types are Control Transfer, Bulk Transfer, Isochronous transfer and Interrupt transfer. There are four primary types of communication defined by the USB protocol, based on which any required application can be built without changing the firmware or underlying hardware for different applications. An internal DMA engine is present in the controller and it utilizes the AXI master interface to transfer data.
Linux usb mass storage device driver 이해하기 software#
The USB 3.0 DRD controller provides an eXtensible host controller interface (xHCI) to the system software through the advanced eXtensible interface (AXI) slave interface. Both can be individually configured to work as host or device at any given time. The Zynq® UltraScale+™ MPSoC USB 3.0 controller consists of two independent dual-role device (DRD) controllers. Designed for ZCU102 Rev1.0 and RevB/C/D prod silicon Boards Designed for ZCU102 Rev1.0 and RevB/C/D BoardsĢ.
