Following Kent's comment #18, a few additional steps are required to
complete the test, as described to me by Jacob Wu from Asus. The
following steps are a more detailed "step 5" from previous comment, if
you will:

1. Create a device image for partition, in this case 400MB memory space:
    [Command]
    $ sudo dd if=/dev/zero of=/temp.img bs=1M count=400
    [Return]
    400+0 records in
    400+0 records out

2. Format partition as FAT32
    [Command]
    $ sudo mkdosfs -F 32 /temp.img
    [Return]
    mkfs.fat 4.1 (2017-01-24)

3. Load g_mass_storage for partition
    [Command]
    $ sudo modprobe g_mass_storage file=/temp.img stall=0

4. From an Ubuntu (or Windows) host, connect a cable to the USB OTG port
(on Aaeon EHL board, it's the USB type C connector) of the device under
test (DUT), and a new mass storage should be available in the host.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929902

Title:
  [EHL] enable USB-dw3

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1929902/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to