Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carletes/visionfive2-nixos-sd-image
- Owner: carletes
- Created: 2023-04-25T17:46:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-25T17:46:59.000Z (over 1 year ago)
- Last Synced: 2024-06-11T16:25:39.283Z (7 months ago)
- Language: Nix
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.