Skip to content
Snippets Groups Projects
Commit 805b37ad authored by Pparent's avatar Pparent
Browse files

Separate image building and flashing.

parent 37275bf9
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,16 @@ $ fastboot oem unlock
When prompted on device, use Volume-Up/Down buttons to highlight choice, then Power button to select it. The Fastboot Mode screen will appear again, and a message regarding flashing will appear briefly.
=== Installation ===
Put your device in fastboot mode. Plug it in USB. Then do:
First build the image:
<source lang="shell-session">
$ ./pmbootstrap.py init
$ ./pmbootstrap.py install --no-fde
</source>
Then in order to flash it put your device in fastboot mode, and plug it in USB. Then do:
<source lang="shell-session">
$ ./pmbootstrap.py flasher flash_rootfs --partition userdata
$ sudo fastboot format system
$ ./pmbootstrap.py flasher flash_kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment