Sophisticated chroot/build/flash tool to develop and install postmarketOS

cybermonkey 8570aed36e New device: Xiaomi Redmi 4X (xiaomi-santoni) (#1346) 7 年之前
.travis f75ac13a4f Travis CI: folded output/default tracebacks (#1331) 7 年之前
aports 8570aed36e New device: Xiaomi Redmi 4X (xiaomi-santoni) (#1346) 7 年之前
helpers 50a5d36cbb Rudimentary ZSH autocompletion helper (#1232) 7 年之前
keys a7b881e4cc Close #871: Enable binary repository (#887) 8 年之前
pmb 147082ec58 pmbootstrap init: Ask for hostname, default: device name (#1327) 7 年之前
test 147082ec58 pmbootstrap init: Ask for hostname, default: device name (#1327) 7 年之前
.gitignore bd4ebb3473 gitignore: Add pytest cache 7 年之前
.travis.yml f75ac13a4f Travis CI: folded output/default tracebacks (#1331) 7 年之前
CONTRIBUTING.md cfbf06ee71 CONTRIBUTING.md: Mention that we squash PRs (#651) 8 年之前
LICENSE bfde354b22 Initial commit 8 年之前
MANIFEST.in b6003a2815 Close #327: Add initial setup.py (#443) 8 年之前
README.md 730d311e75 Update README.md (#1249) 7 年之前
pmbootstrap.py 7750c1dd40 Happy new year! (update copyright to 2018) 7 年之前
setup.cfg b6003a2815 Close #327: Add initial setup.py (#443) 8 年之前
setup.py b6003a2815 Close #327: Add initial setup.py (#443) 8 年之前

README.md

pmbootstrap

Introduction | Security Warning | Supported Devices | travis badge | Coverage status

Sophisticated chroot/build/flash tool to develop and install postmarketOS.

For in-depth information please refer to the postmarketOS wiki.

Requirements

Usage

Assuming you have a supported device, you can build and flash a postmarketOS image by running through the following steps. For new devices check the porting guide.

First, clone the git repository and initialize your pmbootstrap environment:

$ git clone https://github.com/postmarketOS/pmbootstrap
$ cd pmbootstrap
$ ./pmbootstrap.py init

While running any pmbootstrap command, it's always useful to have a log open in a separate window where further details can be seen:

$ ./pmbootstrap.py log

It's now time to run a full build which will create the boot and system images:

$ ./pmbootstrap.py install

Once your device is connected and is ready to be flashed (e.g. via fastboot), you can run a flash of the kernel (boot) and system partitions:

$ ./pmbootstrap.py flasher flash_kernel
$ ./pmbootstrap.py flasher flash_system

After a reboot, the device will prompt for the full-disk encryption password, which you typed in the install step (unless you have disabled full-disk encryption with --no-fde). Once the partition has been unlocked it is possible to connect via SSH:

$ dhclient -v enp0s20f0u1
$ ssh user@172.16.42.1

Development

Testing

Install pytest (via your package manager or pip) and run it inside the pmbootstrap folder.

License

GPLv3