forked from rarias/nixos-riscv
Add RISC-V benchmarks to bench2
This commit is contained in:
13
NOTES.md
13
NOTES.md
@@ -26,3 +26,16 @@ To dump a ROM without the ELF header:
|
||||
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel.configfile
|
||||
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel
|
||||
```
|
||||
|
||||
## Interactive build of rvb
|
||||
|
||||
```
|
||||
hut% cd .../nixos-riscv
|
||||
hur% nix develop .#nixosConfigurations.qemu-lagarto-ox.pkgs.rvb
|
||||
hut$ mkdir /tmp/foo
|
||||
hut$ cd /tmp/foo
|
||||
hut$ genericBuild
|
||||
...
|
||||
error...
|
||||
hut$ make ...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user