Can the original Vletudo be installe from Valetudo RE using SSH?
10bn opened this issue · 6 comments
Thank you for everyone who put his effort in this project!
For exploring as well the original Vlaetudo can it be installed using SSH, without the whole mirobo process?
To temporarily try original Valetudo you could do the following, that worked for me to work with Valeronoi:
ssh root@192.168.1.123
/etc/init/S11valetudo stop
cd /mnt/data/valetudo
wget https://github.com/Hypfer/Valetudo/releases/download/2021.03.0/valetudo-armv7
mv valetudo-armv7 valetudo
chmod +x valetudo
./valetudo
To experience the full potential you should of course build a complete base firmware with dustbuilder.
perfect, that was exactly my use case.
Out of curiosity would it be also possible to flash the complete base firmware via ssh or is the mirobo method the only way?
Why wouldn't you use the integrated method in the Valetudo RE UI?
/etc/init/S11valetudo stop
can´t find this on my Valetudo RE 0.10.5 Gen1 based on firmware version 4028
On Gen1 it's still
service valetudo stop
thank you for the support.