mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Update ext_flash_notes.md
I think the last advice to backup is important, but the command does not work. "mem dump p f flash_signature_dump o 262015 l 128" is now "mem dump -f flash_signature_dump -o 262015 -l 128". (OS: Iceman/master/v4.18218) Signed-off-by: Benjamin Møller <37707273+LupusE@users.noreply.github.com>
This commit is contained in:
parent
c51b8310e0
commit
91c2d6481e
1 changed files with 1 additions and 1 deletions
|
@ -125,5 +125,5 @@ Here below is a sample output of a RDV4 device.
|
|||
|
||||
To make a backup of the signature to file:
|
||||
|
||||
`mem dump p f flash_signature_dump o 262015 l 128`
|
||||
`mem dump -f flash_signature_dump -o 262015 -l 128`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue