"David Ashley" <> wrote in message
news:44fa6ae9$...
> Dave wrote:
>> I'm using an ML403 development board. The board has a Compact Flash card
>> on
>> it, as well as SRAM, DDR RAM, Flash, etc.
>>
>> I'm trying to load my large application into a file that I can copy to
>> the
>> Compact Flash in a file. I want to have a bootloader program read then
>> file, load it into SRAM, and then start executing the SRAM code.
>>
>> Is there an example of doing this?
>
> Look at the u-boot project, it supports the ML403 board IIRC.
> It does the bootstrap stuff you need to do.
>
> -Dave
>
> --
> David Ashley http://www.xdr.com/dash
> Embedded linux, device drivers, system architecture
Thanks for responding, Dave.
I checked the Xilinx web-site and did a search on u-boot and ML403 and got
no hits. I did a search on u-boot and got over 250 hits but they were all
related to the ML300. I did a search on boot loader and ML403 and got about
10 hits but nothing talking about compact flash boot loading.
Could you give me a link to where you saw the ML403 u-boot project?
Thanks.
Dave