Files
..
2026-02-27 00:01:14 +01:00
2026-03-23 22:36:47 +01:00
2026-04-14 10:15:46 +02:00
2026-04-14 10:15:46 +02:00

Notes to install corss-platform support

sudo apt install qemu-user qemu-user-binfmt binfmt-support

Notes to run tests

The script is to be run in proxmark root folder inside the docker env.

su - rrg
cd proxmark3
docker/debian-13-trixie-arm64/run_tests.sh;

Or if you want to run single test,

apt update && sudo apt upgrade -y
su - rrg
cd proxmark3
git config --global --add safe.directory /home/rrg/proxmark3
make clean; make -j
tools/pm3_tests.sh --long