Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Ivan Llopard
one if you want to add this driver, isn't it?. Regards, Ivan Llopard. 2009/10/22 Mike Frysinger vap...@gentoo.org: On Thursday 22 October 2009 10:31:23 Wilfried Busalski wrote: Hi Mike you're still top posting I'm very new to u-boot and my problem is on with hook the mmc interface

Re: [U-Boot] SD-Card boot from SPI SD-Card

2009-10-21 Thread Ivan Llopard
CONFIG_MMC, CONFIG_CMD_FAT and CONFIG_DOS_PARTITION in your configuration file. Regards, Ivan Llopard. 2009/10/20 news.gmane.org w.busal...@lancier-monitoring.de: I have a Coldfire MCF5235 Board and I want to boot the uclinux direct from the sd-card connected to the spi-bus. Is that possible ? What do

[U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Hi list, I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. Regards, Ivan Llopard. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

[U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Hi list, I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my board i can get my program running. What code is important in order to do it? or where can i get a reference? Regards, Ivan Llopard

Re: [U-Boot] Booting automatically a binary image

2009-10-14 Thread Ivan Llopard
Thanks Wolfgang, i'll take a look. 2009/10/14 Wolfgang Denk w...@denx.de Dear Ivan Llopard, In message fb3fdbe90910140546w1863aee2obf48ec8ed1438...@mail.gmail.com you wrote: I'd like to know how to configure u-boot in order to boot automatically a binary image, so when i reset my

[U-Boot] Load a kernel image

2008-10-20 Thread Ivan Llopard
Hi list, I'm working with an embeded system. I'm sure you know about the microprocessor NIOS2. I have chose u-boot and it runs perfectly in my platform. But it can't read my memory SD card how i have it configured. I would like to know how to load the kernel image (uclinux) in memory correctly by