Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Xilinx bootloader help...

Reply
Thread Tools

Xilinx bootloader help...

 
 
Dave
Guest
Posts: n/a
 
      08-29-2006
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?

Is this an unreasonable thing to do with this system?

I've been talking to our local FAEs but have no real feedback from them on
how to do this.

Any help would be greatly appreciated.

Thanks.


Dave


 
Reply With Quote
 
 
 
 
David Ashley
Guest
Posts: n/a
 
      09-03-2006
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
 
Reply With Quote
 
 
 
 
Dave
Guest
Posts: n/a
 
      09-03-2006

"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


 
Reply With Quote
 
David Ashley
Guest
Posts: n/a
 
      09-05-2006
Dave wrote:
> 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?


Probably my mistake. The ML300 is probably the one I was thinking
of.

Still -- it's easy enough bringing up u-boot on new hardware. Start
with the ML300 tree and go from there?

If you've got money to spend I or other real u-boot experts can
bring it up for you.

-Dave


--
David Ashley http://www.xdr.com/dash
Embedded linux, device drivers, system architecture
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
GRUB Bootloader!! Joe Computer Support 10 10-21-2005 01:32 PM
How to remove unwanted bootloader? Jeff G Computer Support 4 04-16-2005 08:43 AM
Windows 2000 bootloader elaich Computer Support 4 03-04-2005 04:57 PM
Where's the bootloader Use.Netuser.de Computer Support 4 10-03-2004 12:54 PM
microcontroller bootloader in C Thomas Baier C++ 3 08-16-2004 03:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57