Skip to content

Commit

Permalink
docs: Minor roborock fel enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 20, 2022
1 parent a43f30f commit f7d0609
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/_pages/installation/roborock.md
Expand Up @@ -253,14 +253,21 @@ scp -O -i ./your_keyfile root@192.168.8.1:/tmp/nand* .
**Note**:<br/>
If you're using an older version of openssh, you need to remove the `-O` flag from the command.

If you've used your robot extensively before rooting and/or bought a used unit, your data partition will likely contain
a lot of cleanup logs, preventing you from storing the firmware update package on it.

To free up some space, simply run
```
rm -rf /mnt/data/rockrobo/rrlog/*
```

Then, push the full rooted firmware image tar to the correct location on the robot using `scp`:
```
scp -O -i ~/.ssh/your_keyfile Downloads/roborock.vacuum.s5e_1566_fw.tar.gz root@192.168.8.1:/mnt/data/
```

Back on the robot via `ssh`, run these:
```
rm -rf /mnt/data/rockrobo/rrlog/*
cd /mnt/data/
tar xvzf roborock.vacuum.s5e_1566_fw.tar.gz
./install.sh
Expand Down

0 comments on commit f7d0609

Please sign in to comment.