mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
***Things to try before submitting bug report***
|
|
read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md)
|
|
|
|
***Compilation problems***
|
|
Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake.
|
|
|
|
***flashing problems***
|
|
Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to Iceman repo.
|
|
|
|
|
|
-
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Desktop (please complete the following information):**
|
|
- OS: [e.g. iOS]
|
|
- inside proxmark3 client run the following commands and paste the output here.
|
|
- hw version
|
|
- hw status
|
|
- data tune
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|