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

2009-10-22 Thread Ivan Llopard
C is a new one if you want to add this driver, isn't it?. Regards, Ivan Llopard. 2009/10/22 Mike Frysinger : > 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 prob

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

2009-10-21 Thread Ivan Llopard
vers you must define CONFIG_MMC, CONFIG_CMD_FAT and CONFIG_DOS_PARTITION in your configuration file. Regards, Ivan Llopard. 2009/10/20 news.gmane.org : > 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 ? > Wha

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

2009-10-16 Thread Ivan Llopard
I found the problem!, i tried with the environment variables but it didn't work. In fact, i have not defined CONFIG_AUTOBOOT_DELAY in my config file, so i couldn't even see any autoboot attemp. Regards, Ivan Llopard. 2009/10/16 Detlev Zundel > Hi Ivan, > > > I'd like

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 > Dear Ivan Llopard, > > In message > 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 board i can get my progra

[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 Ll

[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/ma

[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 m