From 2df390bf8e96df7056d55fe5eb6cc86e68375fc4 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Wed, 21 Aug 2024 13:46:48 +1000 Subject: [PATCH] kitty,webserver: minor fixes/improvements Signed-off-by: Ivan Velickovic --- content/docs/examples/kitty/building.md | 4 ++-- content/docs/examples/webserver/_index.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/docs/examples/kitty/building.md b/content/docs/examples/kitty/building.md index 9c4e5b3..579f2c7 100644 --- a/content/docs/examples/kitty/building.md +++ b/content/docs/examples/kitty/building.md @@ -19,7 +19,7 @@ Run the following commands depending on your machine: {{< tabs "dependencies" >}} {{< tab "Ubuntu/Debian" >}} ```sh -sudo apt update && sudo apt install make clang lld device-tree-compiler unzip git +sudo apt update && sudo apt install make clang lld device-tree-compiler unzip git qemu-system-arm ``` {{< /tab >}} {{< tab "macOS" >}} @@ -28,7 +28,7 @@ sudo apt update && sudo apt install make clang lld device-tree-compiler unzip gi # For example: # echo export PATH="/opt/homebrew/Cellar/llvm/16.0.6/bin:$PATH" >> ~/.zshrc # Homebrew will print out the correct path to add -brew install make dtc llvm +brew install make dtc llvm qemu ``` {{< /tab >}} {{< tab "Arch" >}} diff --git a/content/docs/examples/webserver/_index.md b/content/docs/examples/webserver/_index.md index 2074104..6420895 100644 --- a/content/docs/examples/webserver/_index.md +++ b/content/docs/examples/webserver/_index.md @@ -22,7 +22,8 @@ The system works on the following platforms: * HardKernel Odroid-C4 If you are going to use the Odroid-C4 platform, please see the section -on [hardware setup](../kitty/hardware). +on [hardware setup](../kitty/hardware). You do not need all the hardware +parts listed, only the ones necessay for a serial and ethernet connection. ## Architecture