You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/getting-started.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ You will install it but don't need to know anything about it to follow these ins
11
11
You will also need to setup the Sonata board itself with the latest release.
12
12
Read the [updating the sonata system guide](https://lowrisc.github.io/sonata-system/doc/guide/updating-system.html) for instructions on how to do this.
13
13
You only need to follow the first two steps listed there.
14
-
The 'Building examples' step requires the environment setup detailed below.
15
14
16
15
Only Windows requires specific instructions, Nix handles everything you need on Linux and macOS.
17
16
So if you're not using Windows jump straight to [Installing Nix](#installing-nix).
If you see the warning that substituter is ignored, cancel the process with Ctrl+C and check to see that [trusted-users is setup properly](#setup-cache).
106
-
Nix can and will build everything from source if it can't find a cached version, so letting it continue will cause LLVM-Cheriot to be built from scratch on your machine.
105
+
Nix can and will build everything from source if it can't find a cached version, so letting it continue will cause LLVM-CHERIoT to be built from scratch on your machine.
107
106
108
107
## Your first build
109
108
110
-
Clone the sonata software repository, *making sure to recursively clone submodules as well*, then navigate into it.
109
+
Clone the Sonata software repository, *making sure to recursively clone submodules as well*, then navigate into it.
110
+
111
111
```sh
112
112
git clone --branch v1.0 \
113
113
--recurse-submodule \
@@ -250,7 +250,8 @@ warning: ./cheriot-rtos/sdk/xmake.lua:116: unknown language value 'c2x', it may
250
250
warning: add -v for getting more warnings ..
251
251
```
252
252
253
-
With a successful software build you can now try [running software](./guide/running-software.md)
253
+
If you're following this guide as preparation for a workshop, you are now all set up and don't need to go any further.
254
+
With a successful software build you can now try [running software](./guide/running-software.md).
0 commit comments