Add new PLATFORM_EXTRAS options in 4_Advanced-compilation-parameters.md
Fix some help text
This commit is contained in:
wh201906 2023-12-13 21:00:11 +08:00
commit c82bc2aea5
No known key found for this signature in database
2 changed files with 14 additions and 6 deletions

View file

@ -82,13 +82,21 @@ Known issues:
Here are the supported values you can assign to `PLATFORM_EXTRAS` in `Makefile.platform`:
| PLATFORM_EXTRAS | DESCRIPTION |
|-----------------|----------------------------------------|
| BTADDON | Proxmark3 rdv4 BT add-on |
| PLATFORM_EXTRAS | DESCRIPTION |
|-----------------|-----------------------------------------|
| BTADDON | Proxmark3 rdv4 BT add-on |
| FLASH | Flash modding for generic Proxmark3 |
| SMARTCARD | Smartcard modding for generic Proxmark3 |
By default `PLATFORM_EXTRAS=`.
If you have installed a Blue Shark add-on on your RDV4, define `PLATFORM_EXTRAS=BTADDON` in your `Makefile.platform`.
If you have installed a Blue Shark add-on on your RDV4, define `PLATFORM_EXTRAS=BTADDON` in your `Makefile.platform` to enable it.
If you did some modding on the `PM3GENERIC` platform, you can define `FLASH` and `SMARTCARD` to enable these features, like
`PLATFORM_EXTRAS=FLASH`
You can also define multiple options like
`PLATFORM_EXTRAS=FLASH SMARTCARD`
## STANDALONE