neptune3464 发表于 2011-6-14 16:01:38

飞凌-fatfish 发表于 2011-6-14 16:54:37

这里有个pach
你填上试试
drivers/mmc/host/s3cmci.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -329,7 +329,7 @@ static void do_pio_write(struct s3cmci_h

        to_ptr = host->base + host->sdidata;

-        while ((fifo = fifo_free(host))) {
+        while ((fifo = fifo_free(host)) > 3) {
                if (!host->pio_bytes) {
                        res = get_data_buffer(host, &host->pio_bytes,
                                                        &host->pio_ptr);

neptune3464 发表于 2011-6-14 17:22:57

飞凌-fatfish 发表于 2011-6-15 08:33:54

2G卡在2.6.12上不行。

neptune3464 发表于 2011-6-15 09:15:06

页: [1]
查看完整版本: 对SD卡操作出错