mirror of
https://github.com/beclab/Olares
synced 2026-05-17 05:48:21 +00:00
1.3 KiB
1.3 KiB
| description |
|---|
| Complete guide to installing Olares on Raspberry Pi including hardware requirements, installation process, and system activation steps. |
Install Olares on Raspberry Pi
This guide explains how to install Olares on a Raspberry Pi.
:::warning Not recommended for production use Currently, Olares on Raspberry Pi has certain limitations. We recommend using it only for development or testing purposes. :::
System requirements
Make sure your Raspbian device meets the following requirements.
- Hardware: Raspberry Pi 4B or Raspberry Pi 5 with 8GB memory
- Operating system: Raspbian 12
- Storage: 64GB (SSD recommended)
Set up system environment
-
Configure the Raspbian environment to enable necessary features:
echo "$(head -1 /boot/firmware/cmdline.txt) cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1" | sudo tee /boot/firmware/cmdline.txt echo "kernel=kernel8.img" | sudo tee -a /boot/firmware/config.txt -
Reboot your Raspbian device to apply the change.
sudo reboot
Install Olares
Run the following command: