[U-Boot-Users] Best place to implement custom "bootdelay" functionnality

Wolfgang Denk wd at denx.de
Tue Jul 18 11:44:19 CEST 2006


In message <200607181054.37865.laurent.pinchart at tbox.biz> you wrote:
> 
> common/cmd_fpga.c and common/fpga.c are used to configure the FPGA from an 
> in-memory configuration bitstream. What I'm looking for is a function to load 
> the bitstream from a CramFS partition to memory, much like the fsload command 
> does. Something similar to fpga_load() would be useful, some kind of 
> fs_load(buffer, length, partition, filename).

Good old Unix tradition is to provide small and  simple  tools  which
perform  one  task,  doing  this  very  well, and which can easily be
combined. So in the first step you will  load  the  image  file  from
cramfs  into  RAM, and in the second step you use the FPGA command to
boot your FPGA.

What exactly is your problem?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I have the simplest tastes.  I am always satisfied with the best.
                                                       -- Oscar Wilde




More information about the U-Boot mailing list