|
1 | 1 | # Sonata system |
2 | 2 |
|
3 | | -Sonata is a system for evaluating the usage of [CHERIoT Ibex core](https://github.com/microsoft/cheriot-ibex) as a microcontroller for embedded, IoT and Operational Technology applications. |
| 3 | +Sonata is a system for evaluating the usage of the [CHERIoT Ibex core](https://github.com/microsoft/cheriot-ibex) as a microcontroller for embedded, IoT and Operational Technology applications. |
4 | 4 | The system contains a number of peripherals (I2C, SPI, GPIO, USB, and UART) and the CHERIoT Ibex core itself. |
5 | 5 | It is designed for use on FPGA and specifically targets the [Sonata FPGA board](https://github.com/newaetech/sonata-pcb), but as the entire design is open-source (from PCB to software), it can be run on any similar system. |
6 | 6 |
|
7 | 7 | This project is designed to look like a normal microcontroller in terms of usability, including SDK, examples, and normal capabilities such as debuggers. |
8 | 8 | But underneath that the [CHERIoT](https://www.microsoft.com/en-us/research/publication/cheriot-rethinking-security-for-low-cost-embedded-systems/) capabilities provides a high level of "default security" that simplifies designing embedded systems in a secure manner. |
9 | | -You can see the [complete documentation](https://lowrisc.org/sonata-system/) for the project. |
| 9 | +You can see the [complete documentation](https://lowrisc.github.io/sonata-system/) for the project. |
10 | 10 | Sonata is part of the [Sunburst Project](https://www.sunburst-project.org) funded by [UKRI](https://www.ukri.org/) / [DSbD](https://www.dsbd.tech/) under grant number 107540. |
11 | 11 |
|
12 | 12 |  |
@@ -43,7 +43,7 @@ You can also work with a simulated environment, and there is a nice guide on thi |
43 | 43 |
|
44 | 44 | ## Documentation introduction |
45 | 45 |
|
46 | | -This documentation is built using [mdBook](https://rust-lang.github.io/mdBook/). If you are reading this file in GitHub, you should instead see the pre-built documentation on the [lowRISC Website](https://lowrisc.org/sonata-system/) which includes the full documentation. |
| 46 | +This documentation is built using [mdBook](https://rust-lang.github.io/mdBook/). If you are reading this file in GitHub, you should instead see the pre-built documentation on the [lowRISC Website](https://lowrisc.github.io/sonata-system/) which includes the full documentation. |
47 | 47 |
|
48 | 48 | If you'd like to build a copy of the documentation locally, see the [Building Documentation](doc/dev/building-doc.md) page. |
49 | 49 |
|
|
0 commit comments