remove useless crud about the ULX3S

This commit is contained in:
Raphael Jacquot 2019-03-14 16:39:20 +01:00
parent c62d562008
commit 9c05be1152

View file

@ -20,14 +20,3 @@ phase_2: __________________________________| |___________________
_________
phase_3: ____________________________________________| |_________
```
notes for using the ULX3S
Maybe linux ujprog won't find port because of insufficient priviledge. Either run ujprog as root or have udev rule:# this is for usb-serial tty device
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", \
MODE="664", GROUP="dialout"
this is for ujprog libusb access
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", \
GROUP="dialout", MODE="666"