Merge pull request #286 from OpenIPC/FlyRouter-patch-1

Update faq.md, fix typo
pull/287/head
Signor Pellegrino 2023-12-24 00:15:19 +03:00 committed by GitHub
commit 0be5e4efc6
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?