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.
Hello,
I just used my proxmark3 with version r834 for a week.
I got proxmark3 project from github,and added some logs on loacal computer. I used ProxSpace-130613 and builded armsrc. I found fullimage.elf/s19 in the folder: /armsrc/obj,but there was no rules to build osimage.elf/s19 in Makefile。So I can not get osimage.elf.
I ran Flash - FPGA fullimage.bat in pm3-bin-848\win32(clinet+GUI) to flash my fullimage.elf to the hardware. After doing that,I dettached and attached proxmark3 to PC with USB port,but my computer can not recognise it until I recoverd bootrom r848 by JTAG。
So My problems are:
What is the difference between fullimage.elf and osimage.elf+fpgaimage.elf?
When I modified my code in armsrc, how can I flash it to proxmark3. Just build fullimage.elf and flashing it?
It seens that bootrom was corrupted after I flashed my fullimage.elf,why?
Offline
Please download and compile latest sourcecode from GitHub, there you will need to flash bootrom first, then fullimage.
The latest is v2.2.0
Last edited by iceman (2015-09-24 11:56:55)
Offline
Please download and compile lastest sourcecode from GitHub, there you will need to flash bootrom first, then fullimage.
The latest is v2.2.0
Thanks. I will have a try.
Offline
iceman wrote:Please download and compile lastest sourcecode from GitHub, there you will need to flash bootrom first, then fullimage.
The latest is v2.2.0Thanks. I will have a try.
It was really worked!!!
I builded bootrom with latest devkitARM,used JTAG to flash bootrom.s19.
Then I flashed fullimage with flasher.exe.
Offline
Glad to hear.
Offline