Option spi_bus and Monraker

After Hard reset of RatOS i ahav 2 problem and now i can't find the problem. I didn't change anything in the config file.
No description
No description
2 Replies
miklschmidt
miklschmidt5mo ago
Yeah somehow that hard reset moved you to the development branches.. That's not supposed to happen, i need to find out why moonraker thinks that's a great idea.. Please try:
ssh pi@ratos.local
cd ~/ratos-configurator
git checkout v2.x-deployment
pnpm install
sudo ./scripts/update.sh
cd ~/printer_data/config/RatOS
git checkout v2.x
sudo ./scripts/ratos-update.sh
ssh pi@ratos.local
cd ~/ratos-configurator
git checkout v2.x-deployment
pnpm install
sudo ./scripts/update.sh
cd ~/printer_data/config/RatOS
git checkout v2.x
sudo ./scripts/ratos-update.sh
(enter this line by line in a windows terminal, you can start a terminal by hitting WIN + R then type in "cmd" then hit enter) After ssh pi@ratos.local it'll ask you for a password. That password is raspberry unless you changed it. The sudo password is also raspberry unless you changed it also if you changed the hostname, replace ssh pi@ratos.local with ssh pi@yourhostname.local