What is the best/safest way to turn of the Q.bo?
We have the latest Q.bo running OpenQbo V3. When I connect through SSH and call 'sudo shutdown -h now' or 'sudo halt'. The Raspberry Pi just does a reboot. Shutting down using Raspberry Pi Os graphical user interface gives the same results.
It seems that the only way to really power off the Pi is to press the Q.bo's power button, but I am worried that the SD could get corrupted when doing this. Is there maybe an alternative way?
Yes, it's the only way I know too.
I think is easy to implement some code to do that 😀
@niko How would you suggest to implement code for this?
The standard shutdown commands like 'sudo shutdown -h now' and 'sudo halt' do not seem to work.