On Mon, Jan 16, 2017 at 11:01 AM, Aparna Velampudi <[email protected]> wrote: > I'm using a beaglebone Black, debian. 4.1.15-ti-rt-43. > > I'm trying to achieve the same thing. -- accessing my external storage SD > card (in the BBB which is booting off emmc). I have log files which I save > to the SD card and I want to access them by connecting my beaglebone to the > computer (instead of taking out the SD card, putting it into a reader and > then into my computer). > > However, /usr/bin/g-ether-load.sh and > /lib/systemd/system/storage-gadget-init.service don't exist where it's said > to in this answer, so I don't know how to proceed.
Both of those were a feature of Angstrom.. We need to shoehorn this feature into "am335x_evm.sh" found in /opt/scripts/boot/ https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L548 modprobe g_multi file=${boot_drive} cdrom=0 ro=0 stall=0 removable=1 nofua=1 ${g_network} || true file=/dev/mmcblk0p1 (microSD partition) Regards, -- Robert Nelson https://rcn-ee.com/ -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhN0C3%2B3ZYvhCSWYVN5oQJu%3DO24urNWba5%2BBXpkVdxJ2Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
