From 6911251c815e023fc5817246e5002bf649051c46 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Mon, 16 Mar 2020 15:55:58 +0100 Subject: [PATCH] Updated README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1cecc63..e97ad65 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,13 @@ You can use this to flash a image **directly to eMMC**, troubleshooting a broken - [postmarketOS](https://postmarketos.org) scripts - which is [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). - [Pine64's kernel fork](https://gitlab.com/pine64-org/linux) - which is [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). - [U-Boot](https://github.com/u-boot/u-boot) - which has [multiple licenses](https://github.com/u-boot/u-boot/tree/master/Licenses) + +## 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