Skip to content

antmicro/renode-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renode-run

Copyright (c) 2022-2026 Antmicro

Install

pip3 install --upgrade --user git+https://github.com/antmicro/renode-run

Usage

Download/upgrade Renode to the latest nightly build:

renode-run download

Run Renode interactively:

renode-run

# Run Renode interactively with additional command line arguments:
renode-run -- --help

Run Robot tests in Renode:

renode-run test -- testname.robot

Run a demo from Antmicro Designer:

renode-run demo --board 96b_nitrogen shell_module

# You can also provide a name of your local ELF file with a similar syntax:
renode-run demo --board 96b_nitrogen my-software.elf

Manage installed Renode versions:

renode-run list

renode-run remove 1.16.1+20260620gitdc52b24c1

About

No description, website, or topics provided.

Resources

License

Stars

11 stars

Watchers

11 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors