mirror of
https://github.com/wfjm/w11.git
synced 2026-04-30 05:36:08 +00:00
- Goals for rlink v4
- 16 bit addresses (instead of 8 bit)
- more robust encoding, support for error recovery at transport level
- add features to reduce round trips
- improved attention handling
- new 'list abort' command
- For further details see README_Rlink_V4.txt
- use own C++ based tcl shell tclshcpp instead of tclsh
31 lines
1015 B
Plaintext
31 lines
1015 B
Plaintext
# $Id: README.txt 604 2014-11-16 22:33:09Z mueller $
|
|
|
|
This directory contains udev rules which ensure that the Cypress FX2 on
|
|
- Digilent Nexys2
|
|
- Digilent Nexys3
|
|
- Digilent Atlys
|
|
|
|
is read/write accessible for user land processes, either in
|
|
- original power on state (thus Digilent VID/PID)
|
|
- after custom firmware is loaded (thus VOTI VID/PID)
|
|
|
|
!! The rules assume that eligible user accounts are in group plugdev.
|
|
!! Check with the 'groups' command whether your account is in group plugdev,
|
|
!! in not, add this group to your accounts groups list.
|
|
|
|
To setup udev rules do
|
|
|
|
sudo cp -a 99-retro-usb-permissions.rules /etc/udev/rules.d/
|
|
sudo chown root:root /etc/udev/rules.d/99-retro-usb-permissions.rules
|
|
dir /etc/udev/rules.d/
|
|
|
|
sudo udevadm control --reload-rules
|
|
|
|
to verify whether usb device was really put into group 'plugdev'
|
|
|
|
lsusb
|
|
--> look for bus/dev of interest
|
|
|
|
find /dev/bus/usb -type c | sort| xargs ls -l
|
|
--> check whether bus/dev of interest is in group plugdev
|