Flash/Rescue SD Card image for PinePhone and PineTab. This is NOT a bootloader
Go to file
2020-04-21 13:04:01 -05:00
initramfs Fix mass storage device name 2020-03-25 11:09:56 +01:00
splash Build multiple images and nice errors 2020-03-17 19:20:51 +01:00
src disable cursor on both devices 2020-03-19 20:53:28 +05:30
.gitignore Build multiple images and nice errors 2020-03-17 19:20:51 +01:00
.gitmodules First release, might be buggy! 2020-03-13 15:38:01 +07:00
LICENSE Added GPLv2 License 2020-03-17 04:13:48 +07:00
Makefile Clean the initramfs directories too 2020-04-21 13:04:01 -05:00
README.md Specify to initialize submodules 2020-04-10 12:45:35 -05:00

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
$ git submodule update --init --recursive
Downloads the projects to build

$ 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