From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 17 Apr 2009 09:31:47 +0200 Subject: [U-Boot] at91sam9g20 sd card boot In-Reply-To: References: Message-ID: <20090417073147.GA26651@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:56 Thu 16 Apr , Rob Emanuele wrote: > Greetings, > > Is there a framework in place for using U-Boot to boot Linux from an > SD Card on an at91sam9g20 processor? the mci drivers could help you about it but it need to be tested and updated > > I've been reading through the code and found at a minimum, I would > need to enable the mmc command and the atmel_mci library. Then the > mmc commands exist in the console but mmcinfo does nothing. Am I > looking in the right place to get this functional? yes Best Regards, J.