RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.72k stars 999 forks source link

Error in Compile proxmark3 #742

Closed MohammadSecure closed 4 years ago

MohammadSecure commented 4 years ago

Hi when i compile proxmark3 https://github.com/RfidResearchGroup/proxmark3.git with this syntax ./proxmark3 /dev/ttyACM0 --flash --unlock-bootloader --image ../bootrom/obj/bootrom.elf --image ../armsrc/obj/fullimage.elf This error in last seen :

Error: PHDR is not contained in Flash

please help me

iceman1001 commented 4 years ago

And no, you are not compiling with that syntax. You are trying to run client and flash device. to compile, you would need to run
make clean; make -j from root folder of project

iceman1001 commented 4 years ago

Ping @MohammadSecure ,

MohammadSecure commented 4 years ago

I run this script ./pm3-flash-all but i this is error out put: oading usable ELF segments: [+] 0: V 0x00102000 P 0x00102000 (0x000434f0->0x000434f0) [R X] @0x94 [!!] 🚨 Error: PHDR is not contained in Flash [+] All done

and when run this syntax : ./proxmark3 /dev/ttyACM0 output is: [=] Session log /home/ali/.proxmark3/logs/log_20200531.txt [=] Loading Preferences... [+] loaded from JSON file /home/mrg/.proxmark3/preferences.json [=] Using UART port /dev/ttyACM0 [!!] 🚨 ERROR: cannot communicate with the Proxmark

iceman1001 commented 4 years ago

You didn't answer my questions.

iceman1001 commented 4 years ago

Closing since OP doesn't answer questions or provide accurate debug information needed.