From 92ed49e97997d769f41f42260e56a41f8391559d Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 12 Nov 2013 12:54:30 -0500 Subject: Part 1 of refactoring template files into ./contrib BROKEN without later parts (documentation and Makefile updates) This commit moves and deletes a lot of Xula2 and SP605 files around. It also includes a large cleanup of xilinx.mk --- contrib/xula2/README.xula2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contrib/xula2/README.xula2 (limited to 'contrib/xula2/README.xula2') diff --git a/contrib/xula2/README.xula2 b/contrib/xula2/README.xula2 new file mode 100644 index 0000000..3ca7d50 --- /dev/null +++ b/contrib/xula2/README.xula2 @@ -0,0 +1,16 @@ + +To upload bitfiles to the xula2 board, you first need to install the "xstools" +python package: + + https://pypi.python.org/pypi/XsTools/ + +IMPORTANT: if you get the following error when using the xstest.py python tool +with a xula2 board on linux: + + usb.core.USBError: [Errno 5] Input/output error + +and then your board resets (LED turns off), then you probably need to first +upgrade the PIC microcontroller firmware: + + sudo xsusbprg.py + -- cgit v1.2.3