Skip to content

Commit

Permalink
Fix extra (
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Nov 17, 2023
1 parent af1dcfd commit 4887ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-15-cheriot-on-the-arty-a7.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Currently, this builds without support for the switches and buttons.
That will hopefully change soon, but if it hasn't yet then edit `build_arty_a7` and replace `arty-cheri-a7-100.xdc` with `arty-cheri-a7-100-buttons.xdc`.
If there is no `arty-cheri-a7-100-buttons.xdc` file, then it's probably replaced the old one.

The SAFE configuration doesn't yet provide tools to load firmware over JTAG (coming soon!) and so, in the interim, we've written [a small bootloader that lives in ROM and can load a hex file over the UART]((https://github.com/CHERIoT-Platform/cheriot-safe-uart-boot-rom).
The SAFE configuration doesn't yet provide tools to load firmware over JTAG (coming soon!) and so, in the interim, we've written [a small bootloader that lives in ROM and can load a hex file over the UART](https://github.com/CHERIoT-Platform/cheriot-safe-uart-boot-rom).
The hex file for this is baked into ROM during build.

This loader resets all of the memory to a pristine state between runs and starts the firmware once it's booted.
Expand Down

0 comments on commit 4887ca0

Please sign in to comment.