Proxmark3
Aus LaborWiki
Check out the proxmark3 subversion directory below your home directory and change into it:
svn co http://proxmark3.googlecode.com/svn/trunk proxmark3 cd proxmark3
ARM toolchain: First make sure that wget is installed (Ubuntu/Debian: sudo aptitude install wget) then use the provided automatic toolchain build script like this:
tools/install-gnuarm4.sh ~/gnuarm `pwd`/tmp
Change line 20 in common/Makefile.common
CROSS ?= arm-eabi-
to
CROSS ?= arm-elf-
build
make
flash
cd client ./flasher ../armsrc/obj/osimage.elf ../armsrc/obj/fpgaimage.elf