Hi Mr. Nelson, I have a spent a lot of time trying to make the SD card visible as a USB mass storage but it still doesn't work. The OS is installed on the internall eMMC, which is mmcblk1p1. (The SD card is mmcblk0p1).
I have edited am335x_evm.sh as follows: #usb_image_file="/var/local/usb_mass_storage.img" usb_image_file="/dev/mmcblk0p1" #*.iso priority over *.img #if [ -f /var/local/bb_usb_mass_storage.iso ] ; then # usb_image_file="/var/local/bb_usb_mass_storage.iso" #elif [ -f /var/local/bb_usb_mass_storage.img ] ; then # usb_image_file="/var/local/bb_usb_mass_storage.img" #fi The BBB boots and works fine but it is not detected anymore when connecting by USB. Most of the doc I find on this topic is from 2014-2015 and I guess am335x_evm.sh could have changed in the meantime. My SD card is formatted to NTFS and is not detected on Linux or Windows platforms even if I unmount it from the BBB. I am using the latest OS available: Debian 9.5, Linux 4.14.71-ti-r80 #1 SMP PREEMPT Fri Oct 5 23:50:11 UTC 2018 armv7l GNU/Linux on a BBB rev C. Note that I am quite new to Linux so it's not all obvious for me haha Thanks a lot! Guillaume -- 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/0ecbbfea-0bdc-4781-a347-c0faf4bf27a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
