Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Re: Low cost solution to program Spartan 3AN DSP development board AES-SPEEDWAY-S3ADSP-SK Opzioni

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Re: Low cost solution to program Spartan 3AN DSP development board AES-SPEEDWAY-S3ADSP-SK Opzioni - CBFalconer - 12:06 16-07-08



Etantonio wrote:
> 
> I'm in trouble, do you think that could be possible to program the
> FPGA from ethernet for this board ?

If you want to post a followup via groups.google.com, ensure
you quote enough for the article to make sense. Google is only
an interface to Usenet; it's not Usenet itself. Don't assume
your readers can, or ever will, see any previous articles.

More details at: <http://cfaj.freeshell.org/google/>;

-- 
 [mail]: Chuck F (cbfalconer at maineline dot net) 
 [page]: <http://cbfalconer.home.att.net>;
            Try the download section.



Re: Low cost solution to program Spartan 3AN DSP development board AES-SPEEDWAY-S3ADSP-SK Opzioni - MikeWhy - 15:55 16-07-08

"Etantonio" <e...@gmail.com> wrote in message 
news:5...@l42g2000hsc.googlegroups.com...
> I'm in trouble,
> do you think that could be possible to program the FPGA from ethernet
> for this board ?

Not directly. Some combination of one of the many mpu's with embedded 
ethernet mac and XAPP502 or XAPP058 can work. You might also try a 
bootloader running on the S3AD to pull the bitstream through the onboard 
PHY, and store it to flash. The trouble, of course, is getting the 
bootloader onto the device to start with. You might try a simple parallel 
cable to drive the JTAG pins to do that. <winkie>

I notice the price for the embedded and DSP kits that include your board 
have gone up considerably in the past week. Both versions include the USB-II 
cable, for (previously) not much more than for the board alone, along with 
the embedded or DSP tools as appropriate.



Re: Low cost solution to program Spartan 3AN DSP development board AES-SPEEDWAY-S3ADSP-SK Opzioni - gia.b - 02:49 23-07-08

On Jul 16, 12:41 pm, Etantonio <etanto...@gmail.com> wrote:
> I'm in trouble,
> do you think that could be possible to program the FPGA from ethernet
> for this board ?
> Thanks,
>
> Antoniowww.etantonio.it

You can use the project delivered with the S3a Starter kit (see ug330
pag.17) and available in
http://www.xilinx.com/products/boards/s3astarter/reference_designs.htm#parallel_flash_programmer
.

With this project you can use the the RS232 cable to program the
flash. Then you can use new configuration at next power-up.

This project is a nice starting point to implement a similar project
using ethernet.