I have got a BeagleBoard Black (Industrial) running Debian (not fixed to it) and would like to use the USB mass storage feature to exchange data in between the BB and the USB Host it is connected to.
I found this question, but it seems outdatet, the /opt/scripts/boot/am335x_evm.sh file now uses libcomposite which seems not to like to work with folders but only with .img or .iso files.
If I create an .img file and mount it on the host and the BB simultaneously, any change made after mounting it is not propagated to the respective other device.
How can I make the BB expose a folder to the USB Host?