Skip to content

Commit

Permalink
Upgrade to Renode 1.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Camphausen <[email protected]>
  • Loading branch information
lucas-camp committed Sep 17, 2024
1 parent bcc2774 commit a648063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
TOOLCHAIN: arm-none-eabi
TOOLCHAIN_VERSION: 13.2.rel1
RENODE: renode
RENODE_VERSION: 1.14.0
RENODE_VERSION: 1.15.2
VENV_IREE: venv-iree
VENV_RENODE: venv-renode
IREE_HOST_INSTALL: build-iree-host-install
Expand Down
8 changes: 4 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,13 @@ cmake --build . --target sample_vmvx_sync
You can use [Renode](https://renode.io/) to execute the created binary.

```shell
wget https://github.com/renode/renode/releases/download/v1.14.0/renode-1.14.0.linux-portable.tar.gz
tar -xvzf renode-1.14.0.linux-portable.tar.gz
wget https://github.com/renode/renode/releases/download/v1.15.2/renode-1.15.2.linux-portable.tar.gz
tar -xvzf renode-1.15.2.linux-portable.tar.gz
```
Execution is done via the interactive Renode shell (for headless execution see [here](https://github.com/renode/renode/issues/138)):

```shell
cd renode_1.14.0_portable
cd renode_1.15.2_portable
./renode
```
Inside the shell you need to execute the following statements:
Expand All @@ -252,7 +252,7 @@ You should be able to see the output of the executable in the analyzer window fo
This example also comes with a robot test file:

```shell
cd renode_1.14.0_portable
cd renode_1.15.2_portable
./renode-test --variable BASE_DIR:${PATH_TO_REPOSITORY_ROOT} ${PATH_TO_REPOSITORY_ROOT}/tests/vmvx_sample.robot
```

Expand Down

0 comments on commit a648063

Please sign in to comment.