Chachacha
New member
I had this issue with the factory klipper based os that came with my orange pi and then again after doing a clean install of mainsail os on the orange pi. It would run fine and keep printing but occasionally I'd stop being able to ping it or use mainsail and I'd have to wait for the print to finish and then power cycle everything.
I have the OS installed on the eMMC so this may be an issue specific to that, or maybe even just something fishy with my particular unit. Anyway what made things stable was to disable the zram services which I think flush writes to disk on an interval, don't quote me on that.
What worked for me was to run
I have the OS installed on the eMMC so this may be an issue specific to that, or maybe even just something fishy with my particular unit. Anyway what made things stable was to disable the zram services which I think flush writes to disk on an interval, don't quote me on that.
What worked for me was to run
sudo systemctl disable armbian-ramlog.service armbian-zram-config.service
and modify /etc/default/armbian-zramconfig
changing true to false for enable. The factory installed os replaced armbian with orangepi so I think you'd run sudo systemctl disable orangepi-ramlog.service orangepi-zram-config.service
and edit /etc/default/orangepi-zramconfig
.