How to enable writing on USB mass storage gadget?

What's the expected way to make the USB mass storage gadget writeable?
Should I simply edit the am335x_evm.sh script, or is there some way that
will not be overwritten on upgrades?

Thanks,

-- Juliusz

A little talk I did at DEFCON 23 about the BBB and the USB gadget. https://www.youtube.com/watch?v=F9cYW7oPNw4

What's the expected way to make the USB mass storage gadget writeable?
Should I simply edit the am335x_evm.sh script, or is there some way that
will not be overwritten on upgrades?

A little talk I did at DEFCON 23 about the BBB and the USB gadget.

That's very helpful of you. It's only 35 minutes, after all.

https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L48

Change that to:

usb_ms_ro=0

Regards,

boot-scripts/boot/am335x_evm.sh at master · RobertCNelson/boot-scripts · GitHub

Change that to:

usb_ms_ro=0

Right, thanks.

-- Juliusz