Disable USB mass storage

2,616 views
Skip to first unread message

ka...@silvertejp.nu

unread,
Feb 6, 2014, 9:05:59 AM2/6/14
to beagl...@googlegroups.com
When I connect the BeagleBone Black to my PC it shows up as as USB mass storage device. Is there some way that I can disable this function? I want to use Ethernet over USB but I don't want it to act as a storage device.

Robert Nelson

unread,
Feb 6, 2014, 9:33:52 AM2/6/14
to Beagle Board
On Thu, Feb 6, 2014 at 8:05 AM, <ka...@silvertejp.nu> wrote:
When I connect the BeagleBone Black to my PC it shows up as as USB mass storage device. Is there some way that I can disable this function? I want to use Ethernet over USB but I don't want it to act as a storage device.

Steve G

unread,
Feb 21, 2014, 12:45:09 PM2/21/14
to beagl...@googlegroups.com
Hi RCN,
 
How about your latest Ubuntu demo image?
 
SG

Robert Nelson

unread,
Feb 21, 2014, 1:36:46 PM2/21/14
to Beagle Board

/opt/scripts/boot/am335*

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

rabe...@gmail.com

unread,
Nov 4, 2014, 11:38:36 AM11/4/14
to beagl...@googlegroups.com, ka...@silvertejp.nu
In my Debian I did
sudo nano  /opt/scripts/boot/am335x_evm.sh

You could comment out line shown below, but it would disable Ethernet.

#modprobe g_multi file=${gadget_partition} cdrom=0 stall=0 removable=1 nofua=1 iSerialNumber=${SERIAL_NUMBER} iManufacturer=Circuitco  iProduct=BeagleBone${BLACK} host_addr=${cpsw_1_mac}


add this to have Ethernet

modprobe g_ether host_addr=${cpsw_1_mac}
Reply all
Reply to author
Forward
0 new messages