aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-08 16:27:32 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-11-11 09:26:06 +0100
commitb2252bb68a8664db09b7f50d77f89e48d602dba2 (patch)
treeb0da61d33b12760627a445ccde62e2b5d980e47b
parent049c59b6cc05c3bc586f237505664c929bfa5258 (diff)
downloadethos-u-linux-driver-stack-b2252bb68a8664db09b7f50d77f89e48d602dba2.tar.gz
Documentation updates21.11-rc1
Adding note about that a configured Linux kernel source tree is required to build the kernel drivers. Change-Id: I3a4c7fd20e24731864b768051f2ce1f5714b5535
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6419dfd..8a8a8ae 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,12 @@ subsystem, consisting of an Arm Cortex-M of choice and an Arm Ethos-U NPU.
## Building
-The driver stack comes with a CMake based build system. Cross compile for an Arm
-CPU can for example be done with the provided toolchain file.
+The driver stack comes with a CMake based build system. A toolchain file is
+provided for reference how to cross compile for an Aarch64 based system.
+
+Building the kernel modules requires a configured Linux kernel source tree. How
+to download and configure the Linux kernel goes beyond the scope of this readme.
+Please refer to the Linux kernel official documentation.
```
$ mkdir build