Mirror of dreemurrs-embedded/jumpdrive@github.com - Pinephone boot software to expose the eMMC over USB
Go to file
Martijn Braam 6afc3325cc
U-boot sunxi speed up
2020-05-02 17:04:53 +02:00
initramfs Fix mass storage device name 2020-03-25 11:09:56 +01:00
splash rk3399 support 2020-04-09 17:35:43 +02:00
src U-boot sunxi speed up 2020-05-02 17:04:53 +02:00
.gitignore Updated gitignore 2020-05-02 15:56:05 +02:00
.gitmodules rk3399 support 2020-04-09 17:35:43 +02:00
LICENSE Added GPLv2 License 2020-03-17 04:13:48 +07:00
Makefile U-boot sunxi speed up 2020-05-02 17:04:53 +02:00
README.md Updated build instructions 2020-03-17 19:23:46 +01:00

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:

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