From 74c66d89ff88bdd19444a06d8fefdb325074580b Mon Sep 17 00:00:00 2001 From: n-hutton Date: Tue, 20 May 2025 23:28:20 +0100 Subject: [PATCH] update readme based on @shuffle2 feedback --- doc/fpga_arm_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fpga_arm_notes.md b/doc/fpga_arm_notes.md index 4cc47b88a..21eba6818 100644 --- a/doc/fpga_arm_notes.md +++ b/doc/fpga_arm_notes.md @@ -73,9 +73,9 @@ There is a docker image with webpack installed which has been built which you ca ``` docker pull nhutton/prox-container:webp_image_complete -docker run -v /proxmark3:/tmp --rm -it nhutton/prox-container:webp_image_complete bash -$ cd /tmp/proxmark/fpga -$ make all +docker run -v /proxmark3:/tmp/proxmark3 --rm -it nhutton/prox-container:1.0 bash +$ cd /tmp/proxmark3/fpga +$ make all -j ``` In order to save space, these fpga images are LZ4 compressed and included in the fullimage.elf file when compiling the ARM SRC. `make armsrc`