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 don't control much Linux and I have this question.
If not, how can I uninstall the official and install the rdv40?
Thank you
Last edited by xugmu (2020-07-31 23:16:14)
Offline
On linux, it should be as simple as creating two sub folders, then git clone each as normal.
e.g.
/home/testuser/rrg
/home/testuser/pm3
cd /home/testuser/rrg
git clone <rrg url>
cd /home/testuser/pm3
git clone <original pm3 url>
Then compile each as normal.
Remember to ensure you flash the RRG firmware to the proxmark when using RRG and the flash the original when using its client.
i.e. Dont mix repo firmware and clients.
Offline