mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
d6142296f3
commit
7558846e76
1 changed files with 4 additions and 0 deletions
|
@ -48,7 +48,9 @@ Known definitions:
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HELP_DEFINITIONS
|
define HELP_DEFINITIONS
|
||||||
|
|
||||||
Options to define platform, platform extras and/or standalone mode:
|
Options to define platform, platform extras and/or standalone mode:
|
||||||
|
|
||||||
(1) Run make with your PLATFORM, PLATFORM_EXTRAS and/or STANDALONE choices as follows:
|
(1) Run make with your PLATFORM, PLATFORM_EXTRAS and/or STANDALONE choices as follows:
|
||||||
make PLATFORM=PM3GENERIC STANDALONE=$(HELP_EXAMPLE_STANDALONE)
|
make PLATFORM=PM3GENERIC STANDALONE=$(HELP_EXAMPLE_STANDALONE)
|
||||||
|
|
||||||
|
@ -65,6 +67,7 @@ STANDALONE=
|
||||||
|
|
||||||
For Proxmarks with only 256k, you can define
|
For Proxmarks with only 256k, you can define
|
||||||
PLATFORM_SIZE=256
|
PLATFORM_SIZE=256
|
||||||
|
|
||||||
to be warned if the image is too big for your device
|
to be warned if the image is too big for your device
|
||||||
and you can specify which parts to skip in order to reduce the size:
|
and you can specify which parts to skip in order to reduce the size:
|
||||||
SKIP_LF=1
|
SKIP_LF=1
|
||||||
|
@ -80,6 +83,7 @@ SKIP_NFCBARCODE=1
|
||||||
SKIP_HFSNIFF=1
|
SKIP_HFSNIFF=1
|
||||||
SKIP_HFPLOT=1
|
SKIP_HFPLOT=1
|
||||||
SKIP_ZX8211=1
|
SKIP_ZX8211=1
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KNOWN_DEFINITIONS
|
define KNOWN_DEFINITIONS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue