From 91c2d6481ec48f204ad855b10b9d5517ac0e4b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20M=C3=B8ller?= <37707273+LupusE@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:41:48 +0100 Subject: [PATCH] Update ext_flash_notes.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- doc/ext_flash_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext_flash_notes.md b/doc/ext_flash_notes.md index d38b56de6..96b968bc7 100644 --- a/doc/ext_flash_notes.md +++ b/doc/ext_flash_notes.md @@ -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`