Lines Matching refs:run
28 Renode addresses this issue by letting you run unmodified binaries identical to the ones you would …
74 Please note that the portable package requires GTK2 to be available on the host to run with the UI …
101 The **.NET SDK** includes runtime, so you will be able to build and run Renode.
134 To write and run test cases, Renode integrates with the Robot testing framework.
167 The optional `[file]` argument allows you to provide the path to a script to be run on startup.
184 Renode can be run on Windows systems with a similar set of optional flags.
196 #### renode-run
198 `renode-run` is a Python script that downloads and runs Renode, and lets you easily run demos avail…
199 Go to [the repository](https://github.com/antmicro/renode-run) for usage instructions.
201 `renode-run` relies on a portable package and its main advantage is the ease of updating Renode to …
210 If you want to run Renode in Docker, you can use prebuilt images available on [Docker Hub](https://…
212 …eractive mode on Linux, assuming you have Docker installed in your system, run one of the followin…
216 …docker run -ti -e DISPLAY -v $XAUTHORITY:/home/developer/.Xauthority --net=host antmicro/renode:la…
220 …docker run -ti -e DISPLAY -v $XAUTHORITY:/home/developer/.Xauthority --net=host antmicro/renode:ni…
224 …docker run -ti -e DISPLAY -v $XAUTHORITY:/home/developer/.Xauthority --net=host antmicro/renode:ni…
230 To run the image in console mode without X server passthrough, run:
233 docker run -ti antmicro/renode bash