valetudo icon indicating copy to clipboard operation
valetudo copied to clipboard

Update on 0.10.10 always fails

Open atifan opened this issue 1 year ago • 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

atifan avatar Nov 10 '23 08:11 atifan

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

chex01 avatar Jan 12 '24 17:01 chex01

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.

glchernenko1 avatar Feb 15 '24 08:02 glchernenko1