Problem accessing microSD card
-
Recently, when starting an application that reads information from a microSD card, an error occurs
FAT-fs (mmcblk0p1): error, fat_get_cluster: invalid cluster chain (i_pos 528133)
-
@CAP-33 This is like a DOS crosslink error on the FAT file system. To fix it you need to install the dosfstools.
edit /etc/opkg/distfeeds.conf and uncomment line 1
opkg update
opkg install dosfstools/usr/sbin/fsck.fat -f -l -a /dev/mmcblk0p1