zhxglide 发表于 2010-8-18 15:13:04

zhxglide 发表于 2010-8-18 15:18:07

飞凌-fatfish 发表于 2010-8-18 16:57:58

如果都拷贝到nand中还会出问题吗?

zhxglide 发表于 2010-8-18 18:41:56

zhxglide 发表于 2010-8-18 18:42:38

飞凌-fatfish 发表于 2010-8-19 08:30:32

可能有点问题。
调试好了,我再来这跟帖。

wanglu111 发表于 2010-11-26 16:04:34

我也遇到这种问题了。。。

等,,,

飞凌-fatfish 发表于 2010-11-26 17:32:39

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);
上面是补丁,关于linux-2.6.28.7的sd
页: [1]
查看完整版本: 紧急求助啊,我的SD卡插进ARM9运行文件频繁死机