From 1a9dee930fb6aae6639b9dd333f0a6b60bd355bf Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 16 Feb 2023 13:30:40 +0100 Subject: [PATCH] visionfive2: Explain kernel situation --- visionfive2/README.md | 2 +- visionfive2/kernel/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 visionfive2/kernel/README.md diff --git a/visionfive2/README.md b/visionfive2/README.md index a86f83d..151061b 100644 --- a/visionfive2/README.md +++ b/visionfive2/README.md @@ -1,7 +1,7 @@ # VisionFive 2 -As of writing, VisionFive 2 support is quite experimental. +As of writing, VisionFive 2 support is quite experimental; see [kernel/README.md](kernel/README.md). ## Flash the bootloader via serial connection diff --git a/visionfive2/kernel/README.md b/visionfive2/kernel/README.md new file mode 100644 index 0000000..018bb74 --- /dev/null +++ b/visionfive2/kernel/README.md @@ -0,0 +1,4 @@ + +# VisionFive 2 kernel + +The VisionFive 2 kernel is still under development. Most of the contents of this directory only exist in order to work around build errors and a crash or two. As such, the settings described here are by no means final, or even good.