blob: 3ca7d500387103a4f7854facf46ccc8fb6fb3170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|