View source for Using the Neo as an USB Mass storage device

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Using the Neo as an USB Mass storage device.

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