Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

  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

In order to generate a .bit bit-stream file from your Xilinx EDK design, 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.3FWU 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:

...

 

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.

...