Difference between revisions of "Proxmark3"

From Fixme.ch
Jump to: navigation, search
(Compiling the P3 suite)
(Flash the Proxmark using a BusPirate)
Line 6: Line 6:
 
* Get OpenOCD http://sourceforge.net/projects/openocd/files/openocd/
 
* Get OpenOCD http://sourceforge.net/projects/openocd/files/openocd/
 
* Compile OpenOCD for the BusPirate
 
* Compile OpenOCD for the BusPirate
  ./configure --enable-buspirate
+
  ./configure --enable-buspirate --enable-maintainer-mode --disable-werror --disable-shared
 
  make && sudo make install
 
  make && sudo make install
  

Revision as of 16:03, 27 March 2014

Information

Flash the Proxmark using a BusPirate

./configure --enable-buspirate --enable-maintainer-mode --disable-werror --disable-shared
make && sudo make install

Proxmark 3 client

  • Build the client/bootloader:
sudo apt-get install build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config
cd /tmp
wget http://sourceforge.net/p/devkitpro/perlupdaters/ci/master/tree/devkitARMupdate.pl?format=raw -o devkit.pl
chmod devkit.pl
./devkit.pl
export DEVKITPRO=~/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM
export PATH=$DEVKITARM/bin/:${PATH}
svn co http://proxmark3.googlecode.com/svn/trunk proxmark3-read-only
cd proxmark3-read-only
make
  • Plug the Proxmark
./client/proxmark3