2020-03-16 18:39:35 +00:00
|
|
|
# Jumpdrive for PinePhone
|
2020-03-13 08:38:01 +00:00
|
|
|
|
|
|
|
This image is a swiss army knife solution for **PinePhone eMMC**.
|
|
|
|
|
|
|
|
You can use this to flash a image **directly to eMMC**, troubleshooting a broken system, and a lot more.
|
|
|
|
|
|
|
|
## This project is built on:
|
|
|
|
- [Busybox](https://busybox.net) - which is [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
|
2020-03-16 10:58:56 +00:00
|
|
|
- [postmarketOS](https://postmarketos.org) scripts - which is [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
|
2020-03-13 08:38:01 +00:00
|
|
|
- [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)
|
2020-03-16 14:55:58 +00:00
|
|
|
|
|
|
|
## 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
|