Hardware Setup¶
Note
This page is copied from Nicolas/Amanda's work in the astropix-fw repository
Gecco FTDI¶
Windows¶
D2XX Driver should be pre-installed.
Linux¶
Install D2XX driver: Installation Guide
Check if VCP driver gets loaded:
1 |
|
If yes, create a rule e.g., 99-ftdi-nexys.rules in /etc/udev/rules.d/ with the following content to unbid the VCP driver and make the device accessible for non-root users:
1 2 3 4 5 6 7 8 |
|
Reload rules with:
1 |
|
Create links to shared lib:
1 |
|
Mac¶
See FTDI Mac OS X Installation Guide D2XX Driver section from page 10.
UART (Gecco/CMOD)¶
In case a Board UART is used, there should be no specific setup to perform, the FTDI USB-UART Converters present on the Nexys Video and CMOD boards are recognised by all the operating systems natively.
On Linux, Serial ports are usually restricted to members of a specific group, which would be dialout for ubuntu. Just add your user to this group:
1 |
|
1 2 |
|