Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hi guys,
Someone requested binaries of the latest code (including the EM410x reading/cloning/simulating commands), so I thought I'd drop a note.
You can grab the files (Windows client, Linux client, and firmware/bootrom) here:
http://proxmark3.googlecode.com/files/p … 03-r29.zip
Enjoy!
Offline
Awesome. Thanks, samy.
Just for those who are debating whether or not to try to set up a toolchain to build new code manually, does anyone know if there is a plan in the works to set up an automated build process for snapshots?
Offline
Not that I know of, but I'm happy to put up binaries for every major update that I commit.
I run OS X, so I can't automate much there. I run parallels to compile and run prox.exe, and I copied all of the code over to a Linux box I have access to to make Linux binaries for other people for their convenience. Not a convenient way for me to automate the entire thing though..but maybe I'll make a Windows script to auto-compile, ssh and compile, etc all together...
Offline
I'd be happy to post automated linux builds if we've got somewhere to put them, but I can't do doze.
Offline
Thinking about it, wouldn't it be simpler to just add the binaries to the repo so whenever you do a commit the current binaries are in there?
Offline
Thanks a lot samy for uploading the binaries...
I think that providing binaries for every build (or for every major build) is a wonderful idea. It's a quick and dirty way for people like me, who just received the board and haven't had the time to setup a build environment, to get the latest firmware up and running on their pm3.
Offline
No prob, I agree. It was useful for me my first day getting the pm3 and being able to jump right in...of course you'll probably in the source by tomorrow
Offline
Yes, already in the source code ... C is delightful to read I hope I can contribute to the source code soon!
Offline
Hi everybody,
First, Thanks for your work !
But ... after flashing my pm3 with the new binairies, the led red is always light on and the pm3 reboot.
Anybody have an idea ?
Yes ! I can answer in the same message : I am an idiot ! I must load the "bootrom-merged.s19" file in my pm3, not the "bootrom.s19".
And the new fonctionnalities appear.
Great !
Offline
Salut apmslyvain,
It's probably too late, and you might need the JTAG cable to flash a new firmware to your pm3, but here is valuable information for flashing the pm3:
- https://www.lafargue.name/article2752.html
- http://www.proxmark.org/forum/topic/76/ … -your-fix/
And from the last link, you can see the following commands that you have to issue in order to flash the 3 parts of the firmware:
..\winsrc\prox.exe bootrom ..\bootrom\obj\bootrom-merged.s19
..\winsrc\prox.exe fpga ..\armsrc\obj\fpgaimage.s19
..\winsrc\prox.exe load ..\armsrc\obj\osimage.s19
If you have an old firmware, you might need to flash each part two times, and if you have a new firmware, hold down the button on the proxmark before starting the commands.
I hope it helps ...
Offline
Hi rleroy,
No, it is not to late : my pm3 works great with the new firmware. I don't need a JTAG cable.
First, i do "prox bootrom bootrom.s19" and when my pm3 reboot in loop, I realize my mistake.
So, I do "prox bootrom bootrom-merged.s19" and now all is ok.
Thank you but it's fine.
Offline
Pages: 1