Updated build instructions

This commit is contained in:
Martijn Braam 2020-03-17 19:22:52 +01:00
parent 0257d43859
commit 936f1945c5
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 11 additions and 2 deletions

View File

@ -12,10 +12,19 @@ You can use this to flash a image **directly to eMMC**, troubleshooting a broken
## Building
Run `make` inside this directory and it will build jumpdrive.img.xz that can be flashed to SD.
The dependencies are:
- aarch64-linux-gnu- toolchain
- u-boot tools
- mtools
```shell-session
$ make -j8 pine64-pinephone.img.xz
Builds everything needed for the pinephone image...
$ make -j8 initramfs-pine64-pinephone.gz
Generate only the initramfs for the pinephone
$ make -j8 all
Generates an image for every supported platform in parallel
```