From 9c05be11525397169cfb02938c17b53ef8309247 Mon Sep 17 00:00:00 2001 From: Raphael Jacquot Date: Thu, 14 Mar 2019 16:39:20 +0100 Subject: [PATCH] remove useless crud about the ULX3S --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 23b883d..96f17cc 100644 --- a/README.md +++ b/README.md @@ -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" -