From cc56feae3c81f094d26c11c9bf9883834455280a Mon Sep 17 00:00:00 2001 From: Luxferre <3335173-suborg@users.noreply.gitlab.com> Date: Mon, 20 Dec 2021 09:56:49 +0200 Subject: [PATCH] Notice about SC6531F --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cad1693..60b168c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Run `python uniflash.py -h` to see all parameters. But there are several typical ### SC6531E -This is the default target for UniFlash, FDLs for it are shipped in the repo and you don't need to configure anything else. +This is the default target for UniFlash, FDLs for it are shipped in the repo and you don't need to configure anything else unless your model requires signed FDLs. For SC6531E, firmware is usually 4MB long, so you just need to run `python uniflash.py dump your-output-file.bin` to dump the firmware image and `python uniflash.py flash your-input-file.bin` to flash it.