mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-26 09:58:09 +01:00
remove useless crud about the ULX3S
This commit is contained in:
parent
c62d562008
commit
9c05be1152
1 changed files with 0 additions and 11 deletions
11
README.md
11
README.md
|
@ -20,14 +20,3 @@ phase_2: __________________________________| |___________________
|
||||||
_________
|
_________
|
||||||
phase_3: ____________________________________________| |_________
|
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"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue