Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waiting for a response from the proxmark... #983

Open
droidandy opened this issue Jul 20, 2021 · 4 comments
Open

Waiting for a response from the proxmark... #983

droidandy opened this issue Jul 20, 2021 · 4 comments

Comments

@droidandy
Copy link

Hi I have a proxmark rdv4 and macos

I managed to run a few commands but i needed to update the firmware to give me access to hf mf ekeyprn d.

I went through the wiki guide here. made and flashed the bootloader and fullimage.elf

sudo ./client/flasher /dev/tty.usbmodem142301 armsrc/obj/fullimage.elf
Loading ELF file 'armsrc/obj/fullimage.elf'...
Loading usable ELF segments:
0: V 0x00102000 P 0x00102000 (0x00030510->0x00030510) [R X] @0x94
1: V 0x00200000 P 0x00132510 (0x000012f8->0x000012f8) [RW ] @0x305a4
Note: Extending previous segment from 0x30510 to 0x31808 bytes

Waiting for Proxmark to appear on /dev/tty.usbmodem142301 .
 Found.
Entering bootloader...
(Press and release the button only to abort)
Waiting for Proxmark to appear on /dev/tty.usbmodem142301 .
 Found.

Flashing...
Writing segments for file: armsrc/obj/fullimage.elf
 0x00102000..0x00133807 [0x31808 / 397 blocks]............................................................................................................................................................................................................................................................................................................................................................................................................. OK

Resetting hardware...
All done.

Have a nice day!

however now when i connect to the proxmark i get

proxmark3 /dev/cu.usbmodem142301                                      
proxmark3> hf search
          
Waiting for a response from the proxmark...          
You can cancel this operation by pressing the pm3 button 

nothing i do seems to fix this, i can no longer run any commands.

can you please help?

@pwpiwi
Copy link
Contributor

pwpiwi commented Jul 22, 2021

When you are coming from a pretty old firmware your bootloader might be outdated as well. Try flashing a new bootloader. In the current (inconsistent) state you probably need to press and hold the proxmark button during the flashing process. And be aware that the Proxmark may appear under a different port now.

@APOFISAN
Copy link

and how is it done?

@martin-eberle
Copy link

martin-eberle commented Oct 23, 2024

I have a similar problem. Neither flashing a new boot loader nor flashing a new firmware works. In both cases it's stuck at Waiting for a response from the proxmark....

Example output:

sudo proxmark3-flasher /dev/tty.usbmodem143401 -b /usr/local/share/firmware/bootrom.elf
Loading ELF file '/usr/local/share/firmware/bootrom.elf'...
Loading usable ELF segments:
0: V 0x00100000 P 0x00100000 (0x00000200->0x00000200) [R X] @0x94
1: V 0x00200000 P 0x00100200 (0x00000cd4->0x00000cd4) [R X] @0x298

Waiting for Proxmark to appear on /dev/tty.usbmodem143401 .
 Found.
Waiting for a response from the proxmark...
You can cancel this operation by pressing the pm3 button

Tried also kali linux but that doesn't help.

How can this be fixed?

@martin-eberle
Copy link

I just used the fork https://github.com/RfidResearchGroup/proxmark3 instead and now it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants