Skip to content

manual/generic/usb-storage

Description

Basic test for USB keyboard functionality

Maintainer

  • chase.qi@linaro.org

OS

  • android
  • linux

Scope

  • functional

Devices

  • panda
  • panda-es
  • arndale
  • hi6220-hikey
  • apq8016-sbc
  • hi6220-hikey
  • apq8016-sbc

Steps to reproduce

  • Login in as root and plug in your USB storage device.
  • Run "demsg" to find the device ID. Take "sda1" for example.
  • Run the following command to mount the disk. Modify the disk format as needed.
  • On Linux, run "mount /dev/sda1 /mnt/"
  • On Android, run "mount -t vfat /dev/block/sda1 /mnt/"
  • Copy a file to /mnt and then delete the file.
  • Execute "umount /mnt" to umount the device.