The Cartesi Machine Emulator Tools is a repository that contains a set of tools developed for the RISC-V Linux OS. It provides a RISC-V Debian package and a root filesystem for Ubuntu 22.04.
Users looking to create cartesi-machine applications can use the provided Debian package and root filesystem directly from one of the prepackaged releases, without needing to build this repository themselves.
- Docker >= 18.x
- GNU Make >= 3.81
- xgenext2fs >= 1.5.6
To set up riscv64 buildx, use the following command:
$ make setup
Invoking make will build all tools and create the machine-emulator-tools-$VERSION.deb
Debian package along with the rootfs-tools-$VERSION.ext2
root filesystem artifacts.
$ make
The following commands are available as make
targets:
- all: Build Debian package and rootfs (Default)
- deb: Build machine-emulator-tools.deb package
- fs: Build rootfs.ext2
- setup: Setup riscv64 buildx
- setup-required: Check if riscv64 buildx setup is required
- help: List Makefile commands
- env: Print useful Makefile variables as a KEY=VALUE list
- clean: Remove the generated artifacts
Thank you for your interest in Cartesi! Head over to our Contributing Guidelines for instructions on how to sign our Contributors Agreement and get started with Cartesi!
Please note we have a Code of Conduct, please follow it in all your interactions with the project.
The machine-emulator-tools repository and all contributions are licensed under APACHE 2.0. Please review our LICENSE file.