From a4999bb081010e28f0108d00ed1cc3b4ea6211c4 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:14:49 +0300 Subject: [PATCH] Update faq.md --- en/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/faq.md b/en/faq.md index da9ec50..d6f3109 100644 --- a/en/faq.md +++ b/en/faq.md @@ -94,13 +94,13 @@ sequence and enter the bootloader shell. For a camera with 8MB flash chip, run ```bash -sf probe; sf erase 0x750000 0xb0000; reset +sf probe 0; sf erase 0x750000 0xb0000; reset ``` For a camera with 16MB flash chip, run ```bash -sf probe; sf erase 0xd50000 0x2b0000; reset +sf probe 0; sf erase 0xd50000 0x2b0000; reset ``` ### How to find information about the camera hardware and software?