6afc3325cc | ||
---|---|---|
initramfs | ||
splash | ||
src | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
Jumpdrive for PinePhone
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 - which is GPLv2.
- postmarketOS scripts - which is GPLv2.
- Pine64's kernel fork - which is GPLv2.
- U-Boot - which has multiple licenses
Building
The dependencies are:
- aarch64-linux-gnu- toolchain
- u-boot tools
- mtools
$ 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