Info/tutorial: compile and install on Raspberry Pi Zero 2 W #132
HNJAMeindersma
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the report! I'm moving this one to the discussions area. We could mention it in the wiki eventually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to compile and install
redsea
(release 1.2.0) on aRaspberry Pi Zero 2 W
, runningRaspberry Pi OS Lite (32-bit)
(May 13th 2025, Debian 12 "bookworm"). Which has less than 300MB RAM available (according tofree -m
), due to amount of hardware RAM (512MB) and usage of the OS/kernel and running processes. Only 1 default system service,avahi-daemon
, was disabled by me, because I do not require it (sudo systemctl disable avahi-daemon && sudo reboot
).Beta Was this translation helpful? Give feedback.
All reactions