From 1ae1311926765d54d831efabd87ae076ddbbc51b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 27 Aug 2017 13:22:10 +0200 Subject: [PATCH] ADD: some more comments CHG: 'make udev' now also addes user to the dialout group. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 6cbdeaa43..8e9e03c15 100644 --- a/Makefile +++ b/Makefile @@ -65,9 +65,15 @@ newtarbin: tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin $(GZIP) proxmark3-$(platform)-bin.tar +# configure system +# - to ignore PM3 device as a modem (blacklist) +# - add user to the dialout group +# you may need to logout, relogin to get this access right correct. +# Finally, you might need to run the proxmark3 client under SUDO on some systems udev: sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules sudo udevadm control --reload-rules + sudo adduser $USER dialout # Dummy target to test for GNU make availability _test: