mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2025-01-07 09:29:48 +01:00
README updates
This commit is contained in:
parent
42e59d8105
commit
509a969d8b
1 changed files with 9 additions and 0 deletions
|
@ -15,3 +15,12 @@ the eMMC as a boot device first.
|
|||
Alternatively, this u-boot can be installed to the eMMC.
|
||||
|
||||
Installing to SPI has yet to be investigated.
|
||||
|
||||
## Image build
|
||||
|
||||
```
|
||||
$ ./build.sh
|
||||
$ dd if=result/sd-image/nixos-sd-image-19.09.1778.db3e8325a9b-aarch64-linux.img of=/dev/mmcblk0 bs=8M oflag=direct
|
||||
```
|
||||
|
||||
The `build.sh` script transmits parameters to `nix-build`, so e.g. `-j0` can be used.
|
||||
|
|
Loading…
Reference in a new issue