Sean Gilligan
Sean Gilligan
I have both of those boards, and am willing to make a PR, but I am new to using Nix for system image building.
> So a few things need to happen > [1, 2, 3, 4] > Then you can use `nix build .#your-board` locally to produce an image you can try booting....
Closing now that PRs #27 and #28 were merged.
Not off the top of my head. I would say just add the instructions for now.
I think I'm running into this (or a related issue) while trying to use JBang to run the [GraalWasm Demo](https://www.graalvm.org/latest/reference-manual/wasm/). ``` ///usr/bin/env jbang "$0" "$@" ; exit $? //COMPILE_OPTIONS -source...
If you checkout this branch and run the following command: nix build .#RadxaCM3IO An SD Card image will be generated in `result/sd-image/`
Here is the successful run: https://github.com/msgilligan/sparrow/actions/runs/13511693733
> This is cool, but I am struggling a bit with the "why?" on this, since it appears the major benefit of using Nix is reproducibility, which Sparrow already has....
BTW, one of the best introductions to Nix is Section 2 of the original GUIX white paper: https://arxiv.org/abs/1305.4584 -- In about 1 page it explains the big picture very well.
> Thanks for the explanation :) Clearly I have much to learn about Nix. A good way to get started with Nix, and to learn about it on your own...