mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 20:13:38 +08:00
Update Troubleshooting.md
Signed-off-by: Francis <zzvipercorezz@gmail.com>
This commit is contained in:
parent
dae8f4ac4b
commit
a2af356ee3
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ Always use the latest repository commits from *master* branch. There are always
|
|||
- [bzlib.h: No such file or directory](#bzlibh-no-such-file-or-directory)
|
||||
- [target attribute is not supported on this machine](#target-attribute-is-not-supported-on-this-machine)
|
||||
- [Qt Session management error](#qt-session-management-error)
|
||||
- [found architecture x86_64 required architecture arm64 error](#found-architecture-x86_64-required-architecture-arm64-error)
|
||||
|
||||
## `pm3` or `pm3-flash*` doesn't see my Proxmark
|
||||
|
||||
|
@ -308,7 +309,7 @@ Try running the client without the SESSION_MANAGER environment variable.
|
|||
env -u SESSION_MANAGER ./pm3
|
||||
```
|
||||
|
||||
## found architecture 'x86_64', required architecture 'arm64' error
|
||||
## found architecture 'x86_64' required architecture 'arm64' error
|
||||
^[Top](#top)
|
||||
|
||||
If you get the message
|
||||
|
|
Loading…
Reference in a new issue