Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carletes/visionfive2-nixos-sd-image

An experimental NixOS SD image for the VisionFive 2 RISC-V board
https://github.com/carletes/visionfive2-nixos-sd-image

Last synced: about 1 month ago
JSON representation

An experimental NixOS SD image for the VisionFive 2 RISC-V board

Awesome Lists containing this project

README

        

# NixOS SD image for VisionFive 2 boards

Using https://github.com/NixOS/nixos-hardware/pull/608

The `flake.nix` here is taken from the `starfive/visionfive/v2/README.md`
file in that PR.

Building the SD image requires at least 31 GiB under `/tmp`. I had to set
`boot.tmpOnTmpfs` to `false` in my NixOS host to be able to build it,
because the 16 GiB of RAM it got were not enough.