rand256 / valetudo

Valetudo RE - experimental vacuum software, cloud free
Apache License 2.0
664 stars 73 forks source link

Update on 0.10.10 always fails #515

Open atifan opened 8 months ago

atifan commented 8 months ago

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

chex01 commented 6 months ago

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

glchernenko1 commented 5 months ago

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.