Versions Compared

Key

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

...

Table 3: CLI mode command set

Anchor
__RefHeading__1619_1528585909
__RefHeading__1619_1528585909
"ver" command

The "ver" command print firmware version and build date.
Example:
> ver
1.01 beta
Build Oct 12 2012 13:02:34

Anchor
__RefHeading__1621_1528585909
__RefHeading__1621_1528585909
"power off" command

...

The "quit" command switch firmware to COM mode, which allow communication with FPGA. Use "power on" command and/or "fpga reset" command before this command if needed.

Anchor
__RefHeading__1641_1528585909
__RefHeading__1641_1528585909
EEPROM Write mode

...

For Windows OS this sequence can be done using "bat" file.
mode.com COM1: PARITY=E BAUD=333333
copy /b new_project.bin COM1:
This example write "new_project.bin" file content to Flash using COM1 port. Refer your OS information for right COM port numberWindows can work incorrectly with high port numbers. Change COM port number to COM1-COM4 if you face this problem..
Firmware automatically provide sector erase before write data.
Figure 2: Bitgen option for binary file generation.
To generate bitsream file in binary format use "-g Binary:yes" bitgen option. In Xilinx ISE it can be done by checking "Generate Programming File" → "Process properties" → "Create Binary Configuration File". In Xilinx XPS this option should be added to etc/bitgen.ut file.