From 936f1945c5aa548a734def018ecf4331ced93261 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Tue, 17 Mar 2020 19:22:52 +0100 Subject: [PATCH] Updated build instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c82e5e..577d76f 100644 --- a/README.md +++ b/README.md @@ -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 +```