On Tue, Dec 18, 2018 at 4:28 PM Guillaume <[email protected]> wrote: > > 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.
use fat32... 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/CAOCHtYjn%3D6KCfE8Q4WHHSMbZVFpOSdnAzUXAsnpztM6h09whUg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
