mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-27 05:19:44 +01:00
derp
This commit is contained in:
parent
6c5991287e
commit
c9e615b539
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Installing to SPI has yet to be investigated.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./build.sh
|
$ ./build.sh
|
||||||
$ dd if=result/sd-image/nixos-sd-image-19.09.1778.db3e8325a9b-aarch64-linux.img of=/dev/mmcblk0 bs=8M oflag=direct
|
$ lsblk /dev/mmcblk0 && sudo dd if=$(echo result/sd-image/*.img) of=/dev/mmcblk0 bs=8M oflag=direct status=progress
|
||||||
```
|
```
|
||||||
|
|
||||||
The `build.sh` script transmits parameters to `nix-build`, so e.g. `-j0` can be used.
|
The `build.sh` script transmits parameters to `nix-build`, so e.g. `-j0` can be used.
|
||||||
|
|
Loading…
Reference in a new issue