Armbian on Orange Pi Zero

From Dejvino's Knowledge Base
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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