Skip to content

Commit

Permalink
kitty,webserver: minor fixes/improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic committed Aug 21, 2024
1 parent 83c4745 commit 2df390b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/examples/kitty/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand All @@ -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" >}}
Expand Down
3 changes: 2 additions & 1 deletion content/docs/examples/webserver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2df390b

Please sign in to comment.