Skip to content

Commit

Permalink
docs: Minor FEL root clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 26, 2023
1 parent ce683c5 commit 6aa48a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_pages/installation/roborock.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ dd if=/dev/nandb | gzip > /tmp/nandb.img.gz
dd if=/dev/nandk | gzip > /tmp/nandk.img.gz
```

These two flash partitions contain the factory calibration and identity data which is unique for each robot and can't
be recovered without a backup if data loss should ever occur.

Disconnect or open a second terminal and pull those backups to your laptop via `scp` and store them in a safe place:
```
scp -O -i ./your_keyfile [email protected]:/tmp/nand* .
Expand Down Expand Up @@ -312,4 +315,4 @@ For that, just browse to `http://192.168.8.1`.

After reassembling the robot you can continue with the <a href="https://valetudo.cloud/pages/general/getting-started.html#using-valetudo">getting started guide</a>.

</div>
</div>

0 comments on commit 6aa48a9

Please sign in to comment.