Merge pull request #2851 from n-hutton/python_strip_dockerimg

update readme based on @shuffle2 feedback
This commit is contained in:
Iceman 2025-05-21 07:06:46 +02:00 committed by GitHub
commit 3b5ee30e05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 pull nhutton/prox-container:webp_image_complete
docker run -v <LOCAL_PATH>/proxmark3:/tmp --rm -it nhutton/prox-container:webp_image_complete bash docker run -v <LOCAL_PATH>/proxmark3:/tmp/proxmark3 --rm -it nhutton/prox-container:1.0 bash
$ cd /tmp/proxmark/fpga $ cd /tmp/proxmark3/fpga
$ make all $ 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` 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`