Lines Matching refs:Renode
1 # Renode chapter
7 ## What is Renode?
9 Renode was created by Antmicro as a virtual development tool for multi-node embedded networks (both…
11 With Renode, developing, testing, debugging and simulating unmodified software for IoT devices is f…
22 ## Why use Renode?
24 Renode was created based on many years of experience with the development of software for embedded …
28 Renode addresses this issue by letting you run unmodified binaries identical to the ones you would …
38 Nightly builds of Renode for all systems are available at [builds.renode.io](https://builds.renode.…
51 * [`renode-latest.tar.xz`](https://builds.renode.io/renode-latest.tar.xz) - Renode sources
59 If you are a Linux user, the easiest way to use Renode is to download the latest `linux-portable` f…
77 Otherwise, proceed to the 'Running Renode' section.
83 Renode requires Mono >= 5.20 (Linux, macOS) or .NET Framework >= 4.7 (Windows).
101 The **.NET SDK** includes runtime, so you will be able to build and run Renode.
119 Install Renode with your preferred package manager using the provided `*.deb`, `*.rpm` or `*.pkg.ta…
124 …Renode from the command line on macOS, create appropriate aliases by adding `alias renode='mono /A…
128 Install Renode from the provided `*.msi` file. The installer will allow you to add icons to your De…
134 To write and run test cases, Renode integrates with the Robot testing framework.
145 …he `/tools` subdirectory may contain a `requirements.txt` file separate from Renode's requirements.
151 For information on building Renode from source, see [the documentation](https://renode.readthedocs.…
153 ## Running Renode
184 Renode can be run on Windows systems with a similar set of optional flags.
189 The Renode Monitor is visible alongside an analyzer window displaying UART output and logger.
192 
194 ### Alternative ways for running Renode on Linux argument
198 `renode-run` is a Python script that downloads and runs Renode, and lets you easily run demos avail…
201 `renode-run` relies on a portable package and its main advantage is the ease of updating Renode to …
205 `pyrenode3` is a A Python library for interacting with Renode programmatically.
208 #### Running Renode in a Docker container
210 If you want to run Renode in Docker, you can use prebuilt images available on [Docker Hub](https://…
212 To start Renode in interactive mode on Linux, assuming you have Docker installed in your system, ru…
227 This will display the Renode Monitor window.
246 Renode is released under the permissive MIT license.
254 Commercial support for Renode is provided by [Antmicro](https://antmicro.com), a company specializi…
256 Antmicro created and maintains the Renode Framework and related tooling and is happy to provide ser…