Armbian on Orange Pi Zero
Revision as of 21:13, 13 August 2020 by Dejvino (talk | contribs) (Created page with "Armbian used with Orange Pi Zero. == Tips == === No space left on device /tmp === Armbian uses memory-based tmpfs. With the Orange Pi Zero there is very limit...")
Armbian used with Orange Pi Zero.
Tips
No space left on device /tmp
Armbian uses memory-based tmpfs. With the Orange Pi Zero there is very limited RAM (256 or 512 MB) which limits the /tmp directory. If you need to process or download larger files, you might want to disable tmpfs for /tmp. On Armbian this is managed via systemd services.
# systemctl disable armbian-ramlog.service armbian-zram-config.service