mirror of
https://github.com/wfjm/w11.git
synced 2026-04-26 20:27:50 +00:00
- re-organized handling of board and derived clocks in test benches
- added message filter definitions for some designs (.mfset files)
- added Cypress EZ-USB FX2 controller (USB interface)
- added firmware for EZ-USB FX2 supporting jtag access and data transfer
- FPGA configure over USB now supported directly in make build flow
- added test systems for USB testing and rlink over USB verification
- no functional change of w11a CPU core or any pre-existing test systems
- Note: Carefully read the disclaimer about usage of USB VID/PID numbers
in the file README_USB-VID-PID.txt. You'll be responsible for any
misuse of the defaults provided with the project sources !!
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
# $Id: README.txt 446 2011-12-29 23:27:48Z mueller $
|
|
|
|
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
|