public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Re: [PATCH] Spartan3 family support
       [not found] <20050629201320.27A8EFD8D@sc8-sf-spam2.sourceforge.net>
@ 2005-06-29 20:26 ` Nicolas Colombain
  2005-06-30  5:15   ` Vladimir A. Gurevich
  2005-06-30  7:49   ` llandre
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Colombain @ 2005-06-29 20:26 UTC (permalink / raw)
  To: u-boot

Hi Ilandre and Kurt,

I need to download my Spartan 3 by using uboot and I was wondering if
someone had already written something for that.
I found your mails but unfortunately not the patch. :(
This patch will be added to the next uboot version ?? Where can I find it ?
Thanks in advance.

Best Regards
Nicolas Colombain (Armadeus Project)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Re: [PATCH] Spartan3 family support
  2005-06-29 20:26 ` [U-Boot-Users] Re: [PATCH] Spartan3 family support Nicolas Colombain
@ 2005-06-30  5:15   ` Vladimir A. Gurevich
  2005-06-30  7:49   ` llandre
  1 sibling, 0 replies; 4+ messages in thread
From: Vladimir A. Gurevich @ 2005-06-30  5:15 UTC (permalink / raw)
  To: u-boot

Hello Nicolas,

Nicolas Colombain wrote:

>Hi Ilandre and Kurt,
>
>I need to download my Spartan 3 by using uboot and I was wondering if
>someone had already written something for that.
>I found your mails but unfortunately not the patch. :(
>This patch will be added to the next uboot version ?? Where can I find it ?
>Thanks in advance.
>  
>
I've just implemented Spartan-3 download using the existing Spartan 2 
driver. Actually, it required no changes. You simply need to add 
definitions for new image sizes to include/spartan2.h (though even that 
is not mandatory).

I was thinking about doing some cosmetic changes later, like replacig 
references to Spartan-II with "Spartan family" or something, but so far 
had no time nor lots of desire to do that.

Unfortunately, I won't have access to that source until the weekend, but 
since the change is trivial, you should have no problem at all.

BTW, the same seems to be  true about the new FPGAs from the Virtex 
family: the download procedure is still the same.

Happy hacking,
Vladimir

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Re: [PATCH] Spartan3 family support
  2005-06-29 20:26 ` [U-Boot-Users] Re: [PATCH] Spartan3 family support Nicolas Colombain
  2005-06-30  5:15   ` Vladimir A. Gurevich
@ 2005-06-30  7:49   ` llandre
       [not found]     ` <00cd01c57d9c$be340ea0$75e5e752@adetechmcai437>
  1 sibling, 1 reply; 4+ messages in thread
From: llandre @ 2005-06-30  7:49 UTC (permalink / raw)
  To: u-boot

Hi Nicolas,

I used the patch provided by Kurt Stremerch (see attached file).
However I was not able to make the "fpga loadb" command to work while
"fpga load" works fine.
Then I applied the patch posted by Andrew Dyer to the mailing list but
loadb still did not work (for me this is not a problem).



HTH,
llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2 at dave-tech.it


>Hi Ilandre and Kurt,
>
>I need to download my Spartan 3 by using uboot and I was wondering if
>someone had already written something for that.
>I found your mails but unfortunately not the patch. :(
>This patch will be added to the next uboot version ?? Where can I find it ?
>Thanks in advance.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: spartan3.patch
Type: application/octet-stream
Size: 26412 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050630/c379f855/attachment.obj 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Re: [PATCH] Spartan3 family support
       [not found]     ` <00cd01c57d9c$be340ea0$75e5e752@adetechmcai437>
@ 2005-07-01  6:17       ` llandre
  0 siblings, 0 replies; 4+ messages in thread
From: llandre @ 2005-07-01  6:17 UTC (permalink / raw)
  To: u-boot

Hello,

>Thanks for the file!

you're welcome.

>What the problem with the loadb command ?

IIRC loadb did not parse the header correctly.

>and what is
>the difference between the loadb and load ?

loadb gets a .bit file while load gets a .bin file.
.bin file is the pure bitstream while .bit = <header> + .bin.
The header provides information about bitstream name, creation date etc.




llandre

DAVE Electronics System House - R&D Department
web:   http://www.dave-tech.it
email: r&d2 at dave-tech.it


>----- Original Message -----
>From: "llandre" <r&d2@dave-tech.it>
>To: "Nicolas Colombain" <nicolas.colombain@laposte.net>
>Cc: <u-boot-users@lists.sourceforge.net>
>Sent: Thursday, June 30, 2005 9:49 AM
>Subject: Re: [U-Boot-Users] Re: [PATCH] Spartan3 family support
>
>
> > Hi Nicolas,
> >
> > I used the patch provided by Kurt Stremerch (see attached file).
> > However I was not able to make the "fpga loadb" command to work while
> > "fpga load" works fine.
> > Then I applied the patch posted by Andrew Dyer to the mailing list but
> > loadb still did not work (for me this is not a problem).
> >
> >
> >
> > HTH,
> > llandre
> >
> > DAVE Electronics System House - R&D Department
> > web:   http://www.dave-tech.it
> > email: r&d2 at dave-tech.it
> >
> >
> > >Hi Ilandre and Kurt,
> > >
> > >I need to download my Spartan 3 by using uboot and I was wondering if
> > >someone had already written something for that.
> > >I found your mails but unfortunately not the patch. :(
> > >This patch will be added to the next uboot version ?? Where can I find it
>?
> > >Thanks in advance.
> >
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-07-01  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050629201320.27A8EFD8D@sc8-sf-spam2.sourceforge.net>
2005-06-29 20:26 ` [U-Boot-Users] Re: [PATCH] Spartan3 family support Nicolas Colombain
2005-06-30  5:15   ` Vladimir A. Gurevich
2005-06-30  7:49   ` llandre
     [not found]     ` <00cd01c57d9c$be340ea0$75e5e752@adetechmcai437>
2005-07-01  6:17       ` llandre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox