Hi,
I just got a Proxmark3 easy (Ali) and I am getting some issues. I followed an installation guide and I managed to flash the device and install the client using a Mac. However, when I run pm3 from the terminal, the client starts, it reads some info from the device:
MCU… AT91SAM7S512 Rev A
Memory… 512 KB ( 68% used )
Target… PM3 GENERIC
That seems so odd. What if you run the client and then type in a command like lf search and press enter… does it respond with anything? I’m trying to figure out if this is a terminal echo issue or some other input problem.
In terminal, I run “pm3” and get the following after doing the installs
I type commands but cant get anything to show up. I thought maybe this is just an error with letters being displayed, but even after entering valid commands, nothing happens.
That’s probably the wrong directory, you want wherever you pulled the GitHub down to, /usr/local/bin will be where make install created a copy of the executable
By default, the client is using Readline, but this can be disabled:
make client SKIPREADLINE=1 to skip system Readline lib even if libreadline is present
When Readline is disabled, it is possible to use Linenoise instead. Note that Linenoise-ng contains ConvertUTF.cpp which is under a redistribution-only license, therefore think twice before including it in a release. To get Linenoise-ng, see client/deps/get_linenoise.sh.