Newer
Older
This repository contains NixOS configurations for different RISC-V machines.
To build the system and boot it on an FPGA of the MEEP cluster, you can run the
following:
$ nix develop -L '.#lagarto-ox' --command fpga/run-remotely.sh fpgalogin1:ci
To do it manually, you can first enter the development shell:
Then upload the files to the target machine (fpgalogin1 by default):
Then connect to the fpgalogin1 machine, allocate a FPGA node and load the
environment there:
$ ./fpgactl -w bitstream.bit -b opensbi.bin -k kernel.bin -i initrd.bin -r rootfs.img
It should boot without any user interaction.
## Lagarto Hun
WIP