From f7d0609c6f9366198e479a0ab2014ce680cc71f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Beye?= Date: Tue, 20 Dec 2022 21:54:43 +0100 Subject: [PATCH] docs: Minor roborock fel enhancement --- docs/_pages/installation/roborock.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/_pages/installation/roborock.md b/docs/_pages/installation/roborock.md index fb9299d406..890c67ab5c 100644 --- a/docs/_pages/installation/roborock.md +++ b/docs/_pages/installation/roborock.md @@ -253,6 +253,14 @@ scp -O -i ./your_keyfile root@192.168.8.1:/tmp/nand* . **Note**:
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/ @@ -260,7 +268,6 @@ scp -O -i ~/.ssh/your_keyfile Downloads/roborock.vacuum.s5e_1566_fw.tar.gz root@ 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