]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Update README.md
authorIceman <iceman@iuse.se>
Sat, 18 Feb 2017 20:54:26 +0000 (21:54 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2017 20:54:26 +0000 (21:54 +0100)
removed some gcc-armi.. it can now be installed with apt-get :)
added the  "add user to dialout group" instruction.

README.md

index 6f96dc38d20886cf7730c8378f66d8e262149885..acfd1335b933ba2921832a22c78c8cb453a1ab51 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,28 +137,7 @@ GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS or 15.10
 See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
 
 - Run          
-`sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev`
-       
-Follow these instructions
-Get devkitARM release 41 from SourceForge (choose either the 64/32 bit depending on your architecture, it is assumed you know how to check and recognize your architecture):
-
-(64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download
-(32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download
-
-- Extract the contents of the .tar.bz2 
-`tar jxvf devkitARM_r41-<arch>-linux.tar.bz2`
-
-- Create a directory for the arm dev kit       
-`sudo mkdir -p /opt/devkitpro/`
-
-- Move the ARM developer kit to the newly created directory    
-`sudo mv devkitARM /opt/devkitpro/`
-
-- Add the appropriate environment variable             
-`export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/`
-
-- Add the environment variable to your profile 
-`echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc`
+`sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi`
 
 - Clone iceman fork            
 `git clone https://github.com/iceman1001/proxmark3.git`
@@ -169,6 +148,10 @@ Get devkitARM release 41 from SourceForge (choose either the 64/32 bit depending
 - Install the blacklist rules
 `make udev`
 
+- add user to dialout group (if you on a Linux/ubuntu/debian)
+- if you do this one, you need to logout and login in again to make sure your rights got changed.
+`sudo adduser $USER dialout`
+
 - Clean and complete compilation
 `make clean && make all`
        
Impressum, Datenschutz