mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
New button behaviour in bootloader mode:
- Keep button pressed when powering to force entering bootloader - Once in bootloader more, you can release the button - When in bootloader mode (no matter how you entered that mode) - One button press to quit bootloader mode and boot main image
This commit is contained in:
parent
ade858b4f5
commit
51e4df533e
2 changed files with 16 additions and 13 deletions
|
@ -128,6 +128,7 @@ struct common_area {
|
|||
struct {
|
||||
unsigned int bootrom_present: 1; /* Set when a bootrom that is capable of parsing the common area is present */
|
||||
unsigned int osimage_present: 1; /* Set when a osimage that is capable of parsing the common area is present */
|
||||
unsigned int button_pressed: 1;
|
||||
} __attribute__((packed)) flags;
|
||||
int arg1, arg2;
|
||||
} __attribute__((packed));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue