mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 17:16:22 +08:00
ADD: some more comments
CHG: 'make udev' now also addes user to the dialout group.
This commit is contained in:
parent
3764b02a2e
commit
1ae1311926
1 changed files with 6 additions and 0 deletions
6
Makefile
6
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:
|
||||
|
|
Loading…
Reference in a new issue