Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-05-03 Thread Henry Súcart
The patch works. Thanks Rob! This is what I did, in case somebody else is looking for this: Apply the patch. Add all the other stuff mentioned in the patch link. Add the #define CONFIG_CMD_MMC 1 and #define CONFIG_CMD_FAT 1 to your board config file (in my case at91sam9mg45ek.h). I only needed t

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-04-12 Thread Henry Súcart
: command 1 failed (status: 0x0c100025) No MMC card found I'm not sure what's going on. On Tue, Apr 6, 2010 at 5:57 AM, Ulf Samuelsson wrote: > Henry Súcart skrev: > > Hi, > > > > I've been trying to get an SD card working with an at91sam9g45ek-es > board.

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-17 Thread Henry Súcart
CMD41 0x10 (flags 0x41) mmc: status 0x0c040025 mmc: response: 00ff8000 What does this number mean? Am I right in my assumption? Thanks, Henry On Tue, Mar 16, 2010 at 6:08 PM, Henry Súcart wrote: > I put the printf you asked for in sd_init_card, right after the for loop. > Here's

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-16 Thread Henry Súcart
e slot J6. I tried it with J5 too but it did the same thing. On Tue, Mar 16, 2010 at 4:36 PM, Albin Tonnerre < albin.tonne...@free-electrons.com> wrote: > On Tue, 16 Mar 2010 08:30 -0400, Henry Súcart wrote : > > Here's the command I'm using and the output. I put a debugg

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-16 Thread Henry Súcart
und The same thing happens if I try mmc init 1. Thanks, Henry On Mon, Mar 15, 2010 at 6:15 PM, Albin Tonnerre < albin.tonne...@free-electrons.com> wrote: > On Mon, 15 Mar 2010 17:40 -0400, Henry Súcart wrote : > > Hi Albin, > > > > First of all thanks for the quick repl

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Henry Súcart
t; wrote: > On Mon, 15 Mar 2010 15:51 -0400, Henry Súcart wrote : > > Hi, > > Hi Henry, > > > I've been trying to get an SD card working with an at91sam9g45ek-es > board. I > > read a couple of threads in the archive and ended up doing this: > > > >

[U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-15 Thread Henry Súcart
Hi, I've been trying to get an SD card working with an at91sam9g45ek-es board. I read a couple of threads in the archive and ended up doing this: I applied these patches: http://lists.denx.de/pipermail/u-boot/2009-August/059595.html http://lists.denx.de/pipermail/u-boot/2009-September/060053.htm