]> git.zerfleddert.de Git - proxmark3-svn/blob - doc/README.TXT
f3b49c7715ded189a6005151c4460575122802fc
[proxmark3-svn] / doc / README.TXT
1 This is a bare minimum compile environment for the proxmark3 sources.
2
3 CONTENTS
4
5 This bundle contains the ARM cross compiler in devkitARM and a _tiny_ subset
6 of the Visual C++ 2008 Express Edition in devkitWIN which is the bare minimum
7 required for compilation of this current source.
8
9 If you plan on further source code development you are strongly encouraged
10 to download the full Visual C++ 2008 available for free download from
11 http://www.microsoft.com/express/download/
12
13 CAVEATS
14
15 There is no provision in this environment for compiling the FPGA source. To
16 do that you need to download the free (registration required) ISE WebPack
17 from Xilinx at http://www.xilinx.com/ise/logic_design_prod/webpack.htm
18 Be warned, the pack is huge, 2Gb download and >4Gb installed.
19
20 USAGE
21
22 First of all run the .msi file in devkitWIN\vcredist_x86 to install the VC++
23 redistributables, without these, nmake, cl and link won't run.
24
25 Get a command prompts in the cockpit directory and pretty much run the batch
26 files in the order they appear:
27
28 0setpath.bat - sets the environment vars for the compile environment
29 1makearm.bat - compiles the files in armsrc, output files in armsrc\obj
30 2makeboot.bat - compiles the files in bootrom, output files in bootrom\obj
31 3makewin.bat - compiles the files in winsrc, output files in winsrc\obj
32 4flashos.bat - attempts to upload the OS image to the proxmark3 board
33
34 ACKNOWLEDGMENTS
35
36 Thanks to J Westhues for the original proxmark, Roel and the proxmark.org
37 community. This pack may contain F/OSS or free but copyrighted software
38 from Xilinx, Microsoft and others. All trademarks are the property of
39 their respective owners. All rights reserved.
Impressum, Datenschutz