rand256/valetudo

Update on 0.10.10 always fails

atifan opened this issue · 2 comments

I have Xiaomi Vacuum Gen1 flashed with Valetudo RE v 0.10.07.
If i want to update to v 0.10.10 it starts downloading the files but then after a few minutes I always get message, that the Update failed.
Anyone knows why?

image

I also encountered this problem. To install, use the XVacuum Firmware application.
Screenshot_2024-01-12-20-13-45-358_de.haloart.xvf-edit~2.jpg

Screenshot_2024-01-12-20-13-29-683_com.android.chrome-edit.jpg

Just stop Valetudo before the update.
Example update:

service valetudo stop
wget https://github.com/rand256/valetudo/releases/download/0.10.10/valetudo-re_0.10.10_armhf.deb 
dpkg -i valetudo-re_0.10.10_armhf.deb 
service valetudo start

Use sudo for all commands or log in as root.