Skip to content

Commit

Permalink
Merge #2050
Browse files Browse the repository at this point in the history
2050: Boards: RISC-V: Update the QEMU README r=alistair23 a=alistair23

### Pull Request Overview

Updates the RISC-V board READMEs to include more EMU information.

### Testing Strategy

N/A

### TODO or Help Wanted

### Documentation Updated

- [X] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [X] Ran `make prepush`.


Co-authored-by: Alistair Francis <alistair.francis@wdc.com>
Co-authored-by: Pat Pannuto <pat.pannuto@gmail.com>
  • Loading branch information
3 people committed Jul 29, 2020
2 parents 05fa4a5 + 4c04095 commit 39cf73e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion boards/hifive1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ on the chip.
Running in QEMU
---------------

The HiFive1 application can be run in the QEMU emulation platform, allowing quick and easy testing.
The HiFive1 application can be run in the QEMU emulation platform for RISC-V, allowing quick and easy testing.

Unfortunately you need QEMU 5.1, which at the time of writing is unlikely to be avaliable in your distro. Luckily Tock can build QEMU for you. From the top level of the Tock source just run `make ci-setup-qemu` and follow the steps.

QEMU can be started with Tock using the following arguments (in Tock's top-level directory):

Expand Down
4 changes: 3 additions & 1 deletion boards/opentitan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ You will need to have the GCC version of RISC-V 32-bit objcopy installed as the
Running in QEMU
---------------

The OpenTitan application can be run in the QEMU emulation platform, allowing quick and easy testing.
The OpenTitan application can be run in the QEMU emulation platform for RISC-V, allowing quick and easy testing.

Unfortunately you need QEMU 5.2, which at the time of writing is unlikely to be avaliable in your distro. Luckily Tock can build QEMU for you. From the top level of the Tock source just run `make ci-setup-qemu` and follow the steps.

QEMU can be started with Tock using the `qemu` make target:

Expand Down

0 comments on commit 39cf73e

Please sign in to comment.