Getting Started

This page provides instructions on how to set up the PicoNut project on any Linux operating system. There are two methods available: the recommended approach is to use Docker, but you can also install all the necessary dependencies natively. The Setup has to be done for both methods.

Setup

Clone the PicoNut repository.

Native install

For native install you can install the packages and software by hand listed in tools/docker/Dockerfile.

Run reference design simulation

$ cd <path-to-piconut-repository>/systems/refdesign/hw
$ make run-tb

If everything works, console should show the output of a simple hello world program.