From abf3b8af8e535ba962299b547e9b1a045442d726 Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 18 Feb 2017 21:54:26 +0100 Subject: [PATCH 1/3] Update README.md removed some gcc-armi.. it can now be installed with apt-get :) added the "add user to dialout group" instruction. --- README.md | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 6f96dc38d..acfd1335b 100644 --- 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--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` From fd056682e0a20754abae0e0e0c254ec0f0d36460 Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 18 Feb 2017 21:55:24 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acfd1335b..6b7f8197f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will ##Development This fork now compiles just fine on - Windows/mingw environment with Qt5.6.1 & GCC 4.8 - - Ubuntuu 1404, 1510 + - Ubuntu 1404, 1510, 1604 - Mac OS X ##Setup and build for UBUNTU From d06c81b7c89b610a5fee5e1f200c65d93f4320f6 Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 18 Feb 2017 21:58:32 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b7f8197f..d06cdf104 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,12 @@ This fork now compiles just fine on - Mac OS X ##Setup and build for UBUNTU -GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS or 15.10 +GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS, 15.10 or 16.04 See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux +A nice and cool install script made by @daveio is found here: +https://github.com/daveio/attacksurface/blob/master/proxmark3/pm3-setup.sh + - 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 gcc-arm-none-eabi` @@ -145,14 +148,13 @@ See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux - Get the latest commits `git pull` -- Install the blacklist rules +- 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. +- 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 +- Clean and complete compilation `make clean && make all` - Flash the BOOTROM