Forum Discussion
Altera_Forum
Honored Contributor
16 years agomounting SD Card on uClinux
Hi everyone, I'm trying to implement a fat file system on sd card I followed the instructions for Altera SPI Core on this page http://www.nioswiki.com/operatingsystems/uclinux/mmcsd didn't w...
Altera_Forum
Honored Contributor
13 years agoHi
When i insert the SD card i get the below message and also can't mount the SD Card root:/dev> mmc0: SD Status: Invalid Allocation Unit size. mmc0: host does not support reading read-only switch. assuming write-enable. mmc0: new SD card on SPI mmcblk0: mmc0:0000 SD512 478 MiB mmcblk0: p1 root:/dev> mount -t vfat /dev/mmcblk0 /mnt mount: mounting /dev/mmcblk0 on /mnt failed: No such device root:/dev> mount -t vfat /dev/mmcblk0p1 /mnt mount: mounting /dev/mmcblk0p1 on /mnt failed: No such device root:/dev> I also format the sdcard with FAT32 and 512byte but it doesn't help Please give me some suggestion to fix the problem