Closed hwguyturnsw closed 2 years ago
From changelog: -Make udev rules in overlay etc folder for automounting usb disks to /media/drive (Issue #2.) - This did not work.
Added usbmount package to buildroot. USB devices are recognized and should be mounted but aren't. I'm having a hard time with this issue. Still working on it.
Followed the instructions on this page: https://bootlin.com/blog/building-a-linux-system-for-the-stm32mp1-remote-firmware-updates/
Section: Add USB storage support
This should give Linux the capability to handle USB drives with FAT, EXT4, NTFS, and exFAT support.
Enable the CONFIG_SCSI
option. This is a requirement for USB mass storage support
Enable the CONFIG_BLK_DEV_SD
option, needed for SCSI disk support, which is another requirement for USB mass storage.
Enable the CONFIG_USB_STORAGE
option.
The CONFIG_VFAT_FS
option, to support the FAT filesystem, is already enabled.
Enable the CONFIG_NLS_CODEPAGE_437
and CONFIG_NLS_ISO8859_1
options, to have the necessary support to decode filenames in the FAT filesystem.
USB is finally working.
USB devices will not auto mount to system.