linux gadget u盤(Mass storage)
1. kernel config
Device Drivers --->
[*] USB support --->
<*> USB Gadget Support
<*> USB Gadget functions configurable through configfs
[*] Mass storage
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
CONFIG_USB_F_MASS_STORAGE=y
The Mass Storage Gadget acts as a USB Mass Storage disk drive.
As its storage repository it can use a regular file or a block
device (in much the same way as the "loop" device driver),
specified as a module parameter or sysfs option.
2. prepare a disk partition or loop device
2.1 loop device
dd if=/dev/zero of=/virtualfs bs=1024 count=307200 //300M
losetup /dev/loop0 /virtualfs
we create loop device on rootfs and choose loop device to test usb speed, since roofs is mounted on DDR and DDR speed is very fast.
3. start usb-storage
mkdir /etc/configfs
export CONFIGFS_HOME=/etc/configfs
mount none $CONFIGFS_HOME -t configfs
mkdir $CONFIGFS_HOME/usb_gadget/g2
cd $CONFIGFS_HOME/usb_gadget/g2
echo 0x2222 > idVendor
echo 0x1111 > idProduct
mkdir strings/0x409
echo 20200210 > strings/0x409/serialnumber
echo 999 > strings/0x409/manufacturer
echo 888 > strings/0x409/product
mkdir configs/c.1
mkdir configs/c.1/strings/0x409
echo mass_storage > configs/c.1/strings/0x409/configuration
echo 120 > configs/c.1/MaxPowerN
mkdir functions/mass_storage.usb0
echo /dev/loop0 >functions/mass_storage.usb0/lun.0/file
ln -s functions/mass_storage.usb0 configs/c.1
echo 500000.dwc3 > UDC
Note, if use disk partition
echo /dev/mmcblk0 >functions/mass_storage.usb0/lun.0/file
4. test
4.1 start usb storage
# ./usb-storage.sh
500000+0 records in
500000+0 records out
[ 88.768811] Mass Storage Function, version: 2009/09/11
[ 88.793798] LUN: removable file: (no medium)
#
# [ 143.501920] configfs-gadget gadget: super-speed config #1: c
4.2 plugin usb device into PC
format it,
相關文章
- Linux U盤啟動盤製作工具Linux
- 48.Linux-普通U盤以及多分割槽U盤自動掛載Linux
- Linux 上製作多啟動 U 盤Linux
- 在U盤下安裝ubuntu20.04,從U盤啟動Linux系統UbuntuLinux
- 在Linux系統下製作U盤啟動盤Linux
- Linux USB ECM Gadget 驅動介紹Linux
- 車載U盤和普通U盤哪個好 車載U盤和普通U盤的區別
- 固態u盤和普通u盤哪個好 固態u盤和普通u盤的區別
- 在u盤上安裝linux 打造你的portable linux system.Linux
- U盤量產之更改U盤容量大小
- linux如何系統掛載u盤複製檔案Linux
- win10使用U盤安裝Linux系統教程Win10Linux
- LINUX下掛載U盤,中文亂碼的問題Linux
- USB gadget configfs
- USB gadget functionfsFunctionNFS
- u盤製作系統盤
- Linux製作系統啟動盤以及掛載和解除安裝U盤Linux
- 製作基於debian的linux live啟動u盤(UEFI)Linux
- u盤製作系統盤工具
- 如何對U盤檔案資料加密,U盤加密方法教程分享加密
- win10如何禁止使用u盤_win10怎麼禁用u盤Win10
- u盤3.0和2.0哪個好 u盤3.0和2.0的區別
- U盤做系統教程
- 如何在一個 U 盤上安裝多個 Linux 發行版?Linux
- Linux下進行格式化行動硬碟(U盤)以及分割槽Linux硬碟
- 清除U盤內所佔的隱藏空間(U盤容量突然變小了)
- 有效防止u盤洩密的方法,u盤防洩密軟體推薦
- 移動U盤怎麼設定密碼 U盤加密最簡單方法密碼加密
- 不用U盤怎麼重灌系統 無u盤電腦重灌系統教程
- win10u盤啟動盤要多大容量_win10系統u盤啟動盤需要多少gWin10
- U盤如何製作win10安裝盤|win10安裝U盤製作方法Win10
- 快閃記憶體盤和普通u盤哪個好 快閃記憶體盤和u盤的區別記憶體
- u盤東西誤刪怎麼恢復 恢復u盤檔案的方法
- u盤傳輸速度慢怎麼解決 u盤複製很慢的原因
- U盤的使用要講究
- 怎樣把u盤製作成uefi啟動盤_最新uefi啟動u盤製作步驟詳解
- win10系統U盤資料夾大小超過U盤容量如何解決Win10
- u盤提示格式化怎麼修復 u盤要求格式解決方法介紹