Skip to content

Commit

Permalink
kitty: update board name in build
Browse files Browse the repository at this point in the history
Signed-off-by: Krishnan Winter <krishnanwinter1@gmail.com>
  • Loading branch information
Kswin01 committed Aug 20, 2024
1 parent cbc013d commit 7318934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/examples/kitty/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export NFS_SERVER=0.0.0.0
# NFS directory to mount
export NFS_DIRECTORY=/path/to/dir
export MICROKIT_SDK=/path/to/sdk
export MICROKIT_BOARD=odroidc4
# Initialise submodules
make submodules
# Compile the system
Expand All @@ -157,7 +158,7 @@ export NFS_SERVER=0.0.0.0
# NFS directory to mount
export NFS_DIRECTORY=/path/to/dir
export MICROKIT_SDK=/path/to/sdk
export MICROKIT_BOARD=qemu_arm_virt
export MICROKIT_BOARD=qemu_virt_aarch64
# Initialise submodules (this will require an internet connection)
make submodules
# Compile the system
Expand Down

0 comments on commit 7318934

Please sign in to comment.