1,575
edits
Changes
no edit summary
#Download and install [https://secure.xilinx.com/webreg/register.do?group=dlc&htmlfile=&emailFile=&cancellink=&eFrom=&eSubject=&version=10.1&akdm=1&filename=pgmtools_sfd.tar Xilinx iMPACT 10.1] if you don't already have it.
#Download and unzip the [http://steamforge.net/files/Xil3S1800ADSP_Rev1_serial_flash_config_v10.1.zip Xilinx XIP Tool].
# Copy your .bit file into the folder with the XIP tools. This guide will assume your .bit file is called <span style="color:#55E439">awesome.bit</span>.# Edit <span style="color:#55E439">burn_intel_s33.bat</span> by modifying line 30 to point to your .bit file's name. (ie: change to "set bitstream=awesome").# Ensure that the path to impact.exe is in your <span style="color:#55E439">PATH</span> (typically <span style="color:#55E439">impact.exe</span> is located at something like <span style="color:#55E439">C:\Xilinx\10.1\ISE\bin\nt64\</span>)# With the board power Off, place a jumper on <span style="color:#55E439">JP7</span> & ensure that there is no jumper on <span style="color:#55E439">JP8</span>. Ensure that both center columns of <span style="color:#55E439">JP9</span> (M1 & M2) are jumpered.# Attach a Xilinx Programming Cable (with flying leads) to <span style="color:#55E439">J10</span>. The silkscreen on the board will explain which lead goes where.# Power on the board.# Double click on <span style="color:#55E439">burn_intel_s33.bat</span>.#Once the process has completed, turn off board power, remove <span style="color:#55E439">JP7</span>, and reapply board power.<br /><br />
=== iMPACT ===
This technique will only with with iMPACT 11.1 or earlier as later versions removed the Direct SPI Configuration mode.
<br />
#Generate .bit file as usual from within XPS (be sure to Update Bitstream with latest software).
#Convert .bit file into a .mcs file using iMPACT
##Open iMPACT
##Create new project
##Prepare a PROM file
##Target a 3rd party SPI PROM, PROM format MCS, name file and set destination as desired
##Select SPI PROM density as 64M. Leave Add Data Files unchecked.
##Finish.
##Click OK and navigate to desired .bit file. Click Open, and double-click Generate File
#Turn off board power
#Connect JTAG to J10
#Connect jumper to both pins of JP7. Center columns of JP9 should be jumpered (M1 & M2).
#Turn on board Power
#Program with iMPACT
##Open iMPACT
##Create New Project
##Choose "Configure Devices --> Using Direct SPI Configuration mode."
##Finish
##Navigate to desired .mcs file (the one generated in step 2)
##Choose Part Name M25P64
##Check "Verify" and "Erase" options as desired, then OK.
##Double-click Program. It takes a minute or two before the progress bar moves.
#Turn off board power, disconnect the jumper from JP7.
#Turn on board power