Changes

Jump to: navigation, search

Proxmark3

421 bytes added, 13:20, 27 March 2014
/* Flash the Proxmark using a BusPirate */
./configure --enable-buspirate --enable-maintainer-mode --disable-werror --disable-shared
make && sudo make install
* Build the proxmark roms (bootrom and fullimage), see below
* Wire the BusPirate to the Proxmark3
TODO FIXME PTDR** Connect GND, TDO, TMS, TDI, TCK using these pinouts, respectively p3 and buspirate[[Image:Ulink_arm20pin_proxmark.gif]][[Image:buspirate_serial_pinout_connections_by_sparkfun-800x392.png]]
* Connect to the bus pirate
wget https://raw.githubusercontent.com/hewittc/proxmark3lcd/master/tools/at91sam7s512-buspirate.cfg
openocd -f at91sam7s512-buspirate.cfg
* Connect and flash
nc localhost 4444
> halt
> flash erase_sector 0 0 15
> flash erase_sector 1 0 15
> flash write_image ../armsrc/obj/fullimage.elf
> flash write_image ../bootrom/obj/bootrom.elf
== Proxmark 3 client ==
ControlGroup, administrator
4,210
edits