Update faq.md

pull/286/head
Signor Pellegrino 2023-12-24 00:14:49 +03:00 committed by GitHub
parent 1f24986a8e
commit a4999bb081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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?