Update README
This commit is contained in:
parent
81fd7f44fd
commit
8cd537665b
12
README.md
12
README.md
@ -1,7 +1,13 @@
|
|||||||
# NixOS on RISC-V
|
# NixOS on RISC-V
|
||||||
|
|
||||||
For now let's try to boot it in qemu.
|
To boot the system in QEMU, first enter the development shell:
|
||||||
|
|
||||||
$ nix build .#nixosConfigurations.visionfive-cross.config.system.build.vm
|
```
|
||||||
|
$ nix develop
|
||||||
|
```
|
||||||
|
|
||||||
That would cross-build a bootable RISC-V qemu VM from x86.
|
Then run the boot script:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ./boot.sh
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user