Using the Neo as an USB Mass storage device

From Openmoko

Revision as of 08:08, 3 September 2008 by MinhHaDuong (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following script can be used to make the Neo FreeRunner act as a mass storage device (memory stick, USB key, portable drive...)

#!/bin/sh                                                                                                                                                                   
/etc/init.d/networking stop
rmmod g_ether
modprobe g_file_storage file=/dev/mmcblk0p1

Reference: Petr Vanek "usb mass media storage" on the community mailing list, 2/9/08

Personal tools

The following script can be used to make the Neo FreeRunner act as a mass storage device (memory stick, USB key, portable drive...)

#!/bin/sh                                                                                                                                                                   
/etc/init.d/networking stop
rmmod g_ether
modprobe g_file_storage file=/dev/mmcblk0p1

Reference: Petr Vanek "usb mass media storage" on the community mailing list, 2/9/08