Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
This Software tool is now deprecated. Use Python OpenFUT generation Generation 2 instead.

 

The TE USB FX2 micromodule can be configured by means of a firmware-upgrade (FWU) file (see next section “Micromodule Configuration” for further reference).

The first step in generating the FWU file is to generate the fpga.bin file corresponding to a given FPGA design.

FWU file generation

In order to generate the FWU file you shall

  1. generate a bit-stream file from your Xilinx EDK design

...

  1. ;

  2. generate a PROM file from the bit-stream file;

  3. generate a FWU file from the PROM file.

bit-stream file from your Xilinx EDK design (link)

fpga.bin file from the PROM file (link)

FWU file from the PROM file

Once you have got your fpga.bin PROM file, you can proceed and generate your FWU (= FirmWare Upgrade) file. The FWU file is a ZIP archive containing 3 files:

  • Bootload.ini – TE0320 booting settings (see paragraph 10.2.4.3.1 Bootload.ini file)

  • fpga.bin – FPGA configuration PROM file

  • usb.bin – EZ-USB FX2LP USB microcontroller firmware

To create your FWU file, you shall

  • replace the existing step4_user\fpga.bin with the latest fpga.bin (once per design)

  • zip the 3 files

  • rename the zip file extension to fwu

  • upload the file as explained in paragraph 10.2.5 Firmware Upgrade Tool utilization.

 

Warning! file and path names are given and must not be changed!

10.2.4.3.1Bootload.ini file

The step4_user\Bootload.ini file defines some module start-up options. Version 1.0 of Bootload.ini has the following structure:

  • [Info]information section (do not edit this section)

    • VersionBootload.ini file format version

    • DeviceType – 3 stands for current device type

  • [Settings]: settings section

10.2.4.3.2usb.bin file

The step4_user\usb.bin file contains the firmware to be written in the large EEPROM of the EZ-USB FX2LP USB microcontroller and loaded at module start-up to implement the DEWESoft instruction set.

 

-------------------

Open Xilinx IMPACT from Start / Programs / Xilinx ISE / Accessories / Impact

...


Once you have got your fpga.in file, you can proceed and generate your FWU file. The FWU file is a ZIP file containing 3 files:

...

To generate your own firmware upload file, please read the document “Generating_FWU_file.doc” in the “USBFWUTool” folder.

 

FWU file generation

In order to generate the FWU file you shall

...

In the folder corresponding to the path you chose as the output file location, you should find the fpga.bin PROM file.

10.2.4

...

.

...

3

...

  • Bootload.ini – TE0320 booting settings (see paragraph 10.2.4.3.1 Bootload.ini file)

  • fpga.bin – FPGA configuration PROM file

  • usb.bin – EZ-USB FX2LP USB microcontroller firmware

To create your FWU file, you shall

  • replace the existing step4_user\fpga.bin with the latest fpga.bin (once per design)

  • zip the 3 files

  • rename the zip file extension to fwu

  • upload the file as explained in paragraph 10.2.5 Firmware Upgrade Tool utilization.

...

Warning! file and path names are given and must not be changed!

10.2.4.3.1Bootload.ini file

The step4_user\Bootload.ini file defines some module start-up options. Version 1.0 of Bootload.ini has the following structure:

  • [Info]information section (do not edit this section)

    • VersionBootload.ini file format version

    • DeviceType – 3 stands for current device type

  • [Settings]: settings section

10.2.4.3.2usb.bin file

The step4_user\usb.bin file contains the firmware to be written in the large EEPROM of the EZ-USB FX2LP USB microcontroller and loaded at module start-up to implement the DEWESoft instruction set.

...