All of lore.kernel.org
 help / color / mirror / Atom feed
* XILINX FPGA firmware loader
@ 2003-08-17  8:13 Martin Langer
  2003-08-17 10:47 ` Thomas Charbonnel
  2003-08-25 11:16 ` Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Langer @ 2003-08-17  8:13 UTC (permalink / raw)
  To: alsa-devel


Any documents available about downloading bitstreams into XILINX FPGA's?

- vxloader uses it. Which XILINX chip is it?
- RME uses XILINX FPGA's since years. I suppose hdsploader is for loading 
  bits into such a Xilinx FPGA. 
  Anybody there who saw a Xilinx FPGA on/in his hdsp card?
  Which chip is there?
- is miXart also Xilinx based?
- and Tascam USx2x uses it and that's why they need firmware number two.


martin


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: XILINX FPGA firmware loader
  2003-08-17  8:13 XILINX FPGA firmware loader Martin Langer
@ 2003-08-17 10:47 ` Thomas Charbonnel
  2003-08-17 11:46   ` Martin Langer
  2003-08-25 11:16 ` Takashi Iwai
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Charbonnel @ 2003-08-17 10:47 UTC (permalink / raw)
  To: martin-langer; +Cc: alsa-devel

>
> Any documents available about downloading bitstreams into XILINX FPGA's?
>
> - vxloader uses it. Which XILINX chip is it?
> - RME uses XILINX FPGA's since years. I suppose hdsploader is for
> loading
>   bits into such a Xilinx FPGA.
>   Anybody there who saw a Xilinx FPGA on/in his hdsp card?
>   Which chip is there?
>

Hdsploader doesn't really upload a firmware. It uploads configuration data
to an already initialized card. RME sent me informations to implement a
firware updater for linux, I didn't take a close look at it yet, but I'll
let you know.

hdsp 9652 has a Spartan-II xc2s200 chip
hdsp 9632 has a Spartan-II xc2s150
I don't know which chip's on the Digiface and Multiface.

Thomas





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: XILINX FPGA firmware loader
  2003-08-17 10:47 ` Thomas Charbonnel
@ 2003-08-17 11:46   ` Martin Langer
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Langer @ 2003-08-17 11:46 UTC (permalink / raw)
  To: Thomas Charbonnel; +Cc: alsa-devel

On Sun, Aug 17, 2003 at 12:47:02PM +0200, Thomas Charbonnel wrote:
> >
> > Any documents available about downloading bitstreams into XILINX FPGA's?
> >
> > - vxloader uses it. Which XILINX chip is it?
> > - RME uses XILINX FPGA's since years. I suppose hdsploader is for
> > loading
> >   bits into such a Xilinx FPGA.
> >   Anybody there who saw a Xilinx FPGA on/in his hdsp card?
> >   Which chip is there?
> >
> 
> Hdsploader doesn't really upload a firmware. It uploads configuration data
> to an already initialized card. RME sent me informations to implement a
> firware updater for linux, I didn't take a close look at it yet, but I'll
> let you know.

that sounds interesting.

> 
> hdsp 9652 has a Spartan-II xc2s200 chip
> hdsp 9632 has a Spartan-II xc2s150
>
> I don't know which chip's on the Digiface and Multiface.

Thanks, that spartan chip is the most intersting point for me. I don't need
further information about your *face hardware.

Tascam US122 has a Spartan xc2s15 (if anybody might be interested)

... and I just found some linux driver for an USB device with EZUSB and
Xilinx Spartan :-)
http://www.johann-glaser.at/projects/X2S_USB/
https://sourceforge.net/projects/x2susbsfwkit

What about a common format for the configuration data? In my case it should
be extractable from a binary. Does the Spartan reads a special binary format?


Thanks, 
martin


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

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

* Re: XILINX FPGA firmware loader
  2003-08-17  8:13 XILINX FPGA firmware loader Martin Langer
  2003-08-17 10:47 ` Thomas Charbonnel
@ 2003-08-25 11:16 ` Takashi Iwai
  1 sibling, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2003-08-25 11:16 UTC (permalink / raw)
  To: Martin Langer; +Cc: alsa-devel

At Sun, 17 Aug 2003 10:13:33 +0200,
Martin Langer wrote:
> 
> 
> Any documents available about downloading bitstreams into XILINX FPGA's?
> 
> - vxloader uses it. Which XILINX chip is it?

xilinx spartan chip.

> - is miXart also Xilinx based?

yes.  right now, i'm not sure which chip is, though.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0

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

end of thread, other threads:[~2003-08-25 11:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-17  8:13 XILINX FPGA firmware loader Martin Langer
2003-08-17 10:47 ` Thomas Charbonnel
2003-08-17 11:46   ` Martin Langer
2003-08-25 11:16 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.