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
@@ -15,26 +15,13 @@ You are in the [`sonata-software`][] repository.
15
15
This repository wraps the [`cheriot-rtos`][], which is included in this repository as a submodule.
16
16
[`cheriot-rtos`][] contains the CHERIoT software stack as well as drivers for using the Sonata board; it is well documented by the [CHERIoT Programmer's Guide][].
17
17
18
-
Other repositories of note:
19
-
-[`sonata-system`][]: holds the Sonata system RTL and bootloader which come together to generate the bitstream.
20
-
-[`sonata-rp2040`][]: The firmware that is running on the Sonata's RP2040 microcontroller and emulates the 'SONATA' drive when you plug it into your computer.
21
-
-[`CHERIoT-Platform/llvm-project`][]: The CHERIoT LLVM compiler toolchain.
22
-
-[`cheriot-audit`][]: A tool to explore and verify the relationships between CHERIoT RTOS components.
23
-
-[`CHERIoT-Platform/book`][]: The source of the [CHERIoT Programmer's Guide][].
24
-
25
-
For hardware documentation, see the [Sonata system book][].
18
+
You do not need this to do the exercises but if you would like more detailed documentation about the hardware, see the [Sonata system book][].
[Sonata system book]: https://lowrisc.org/sonata-system/
36
24
37
-
38
25
## License
39
26
40
27
Unless otherwise noted, everything in the repository is covered by the [Apache License](https://www.apache.org/licenses/LICENSE-2.0.html), Version 2.0.
The rest of this book is reference and background information.
4
+
This information is not necessary to do the exercises, but is still useful for the broader context.
5
+
6
+
You may also want to look at the other documentation available for Sonata and CHERIoT in general:
7
+
-[`sonata-system`][]: holds the Sonata system RTL and bootloader which come together to generate the bitstream.
8
+
This repository also has a rendered [Sonata system book][].
9
+
-[`sonata-rp2040`][]: The firmware that is running on the Sonata's RP2040 microcontroller and emulates the 'SONATA' drive when you plug it into your computer.
10
+
-[`sonata-pcb`][]: The printed circuit board design for Sonata.
11
+
-[`cheriot-rtos`][]: The CHERIoT software stack as well as drivers for the Sonata board.
12
+
-[`CHERIoT-Platform/llvm-project`][]: The CHERIoT LLVM compiler toolchain.
13
+
-[`cheriot-audit`][]: A tool to explore and verify the relationships between CHERIoT RTOS components.
14
+
-[`CHERIoT-Platform/book`][]: The source of the [CHERIoT Programmer's Guide][].
0 commit comments