I’m on an Apple M2 Mac and trying to get Proxmark3 Easy up and running. However, I can’t write anything in the terminal, no matter what I press on the keyboard.Here’s what I’ve done so far:
Installed dependencies and Proxmark3 via Homebrew
brew install xquartz
brew tap RfidResearchGroup/proxmark3
brew install --with-generic proxmark3 pm3-flash-all
Launched the client pm3
—the banner prints, but when I type commands nothing appears, can only ctrl+c to exit
looks like after building you did not flash update your proxmark3… run pm3-flash-all to update the firmware on the hardware to match your client version, then it should produce reliable results
brew install --build-from-source proxmark3 --env=std \
GENERIC=1 DISABLE_READLINE=1
Error: Calling brew install --env is disabled! Use `env :std` in specific formula files instead.
Please report this issue:
https://docs.brew.sh/Troubleshooting