summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b06805..bd3da5b 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ This repository contains the source code for the xloop Linux kernel modules
and the user space utility **xlosetup** to configure xloop devices. The xloop Linux kernel modules can be built for the following Linux kernel versions and Linux distributions:
- Archlinux with **Linux kernel 5.9.x** or **5.4.x**
+ - Raspberry Pi OS with **Linux kernel 5.4.x**
- Ubuntu 20.04 with **Linux kernel 5.4.x**
- Ubuntu 18.04 with **Linux kernel 4.19.x**
- CentOS 8 with **Linux kernel 4.18.x**
@@ -34,6 +35,18 @@ pacman -S git \
rpm-tools
```
+#### Raspberry Pi OS with Linux kernel 5.4.x
+```shell
+apt-get install git \
+ make \
+ cmake \
+ gcc \
+ raspberrypi-kernel-headers \
+ libcap-dev \
+ libncurses-dev \
+ rpm
+```
+
#### Ubuntu 20.04 with Linux kernel 5.4.x
```shell
apt-get install git \