Difference between revisions of "Lisa USB"

From PaparazziUAV
Jump to navigation Jump to search
Line 15: Line 15:
=== Host ===
=== Host ===
edimax wifi - functional, netperf shows 11Mbps throughput to a PC also on wifi
edimax wifi - functional, netperf shows 11Mbps throughput to a PC also on wifi
mass storage stick - works , read: write:
mass storage stick FireFly - works , read: 130Mbps write: 6.8Mbps




Line 21: Line 21:
driver rt3070sta  idVendor=7392, idProduct=7711
driver rt3070sta  idVendor=7392, idProduct=7711


Bus 001 Device 003: ID 05dc:a701 Lexar Media, Inc. JumpDrive FireFly
Bus 001 Device 003: ID 05dc:a701 Lexar Media, Inc. JumpDrive FireFly RevF 4GB (FAT formatted)


====file transfer performance test method  ====
====file transfer performance test method  ====
: write: dd if=/dev/urandom of=/mnt/filename bs=8192 count=1k
: write: dd if=/dev/urandom of=/mnt/filename bs=8192 count=1k
: read: cat /mnt/filename > /dev/null
: read: cat /mnt/filename > /dev/null

Revision as of 11:32, 25 August 2010

List of tested devices

TODO: Put all of this in a nice pretty table

Overo version, Lisa version, Interface, USB device ID, Driver, Driver Ver, Kernel Ver, Issues, Performance, Notes

OTH with Hub

edimax wifi - functional, netperf shows 13Mbps throughput to a PC also on wifi mass storage stick - works , read: 68Mbps write: 6.6Mbps

OTH direct

edimax wifi - non-functional rt3070 driver doesn't create an ra0 mass storage stick - works , read: 66Mbps write: 6.8Mbps

Host

edimax wifi - functional, netperf shows 11Mbps throughput to a PC also on wifi mass storage stick FireFly - works , read: 130Mbps write: 6.8Mbps


kernel 2.6.33.5-rt23 driver rt3070sta idVendor=7392, idProduct=7711

Bus 001 Device 003: ID 05dc:a701 Lexar Media, Inc. JumpDrive FireFly RevF 4GB (FAT formatted)

file transfer performance test method

write: dd if=/dev/urandom of=/mnt/filename bs=8192 count=1k
read: cat /mnt/filename > /dev/null