mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added suggestion how to generate 256kb image in sample file
This commit is contained in:
parent
a074c4124a
commit
f9dbf1e34d
1 changed files with 14 additions and 1 deletions
|
@ -7,10 +7,23 @@ PLATFORM=PM3RDV4
|
|||
#PLATFORM_EXTRAS=BTADDON
|
||||
#STANDALONE=LF_SAMYRUN
|
||||
|
||||
# Uncomment the lines below in order to make a 256KB image
|
||||
# and comment out the lines above
|
||||
|
||||
#PLATFORM=PM3GENERIC
|
||||
#PLATFORM_SIZE=256
|
||||
#STANDALONE=
|
||||
#SKIP_HITAG=1
|
||||
#SKIP_FELICA=1
|
||||
#SKIP_HFPLOT=1
|
||||
#SKIP_NFCBARCODE=1
|
||||
#SKIP_ZX8211=1
|
||||
#SKIP_LF=1
|
||||
|
||||
# To accelerate repetitive compilations:
|
||||
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
|
||||
# And uncomment the following line
|
||||
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
|
||||
|
||||
# To install with sudo:
|
||||
INSTALLSUDO=sudo
|
||||
INSTALLSUDO=sudo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue