Closed rozmansi closed 7 years ago
Building a Raspberry Pi 3 image on FreeBSD 11.0-RELEASE-p8 the FAT partition created contains 8+3 all UPPERCASE letters, rendering image unbootable.
By adding -l flag to mount_msdosfs command, it forced the long filenames.
-l
mount_msdosfs
Building a Raspberry Pi 3 image on FreeBSD 11.0-RELEASE-p8 the FAT partition created contains 8+3 all UPPERCASE letters, rendering image unbootable.
By adding
-l
flag tomount_msdosfs
command, it forced the long filenames.