Last active
June 22, 2017 19:26
-
-
Save PabloCastellano/0ca1b35d67c064b397141cafd5d111ca to your computer and use it in GitHub Desktop.
Flashing pmOS into Moto G 2014 (titan)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pablo@pablo-sch ~/src/pmbootstrap $ ./pmbootstrap.py flasher flash_system | |
[20:40:33] (native) flash system image | |
(bootloader) has-slot:system: not found | |
target reported max download size of 536870912 bytes | |
Invalid sparse file format at header magi | |
sending sparse 'system' 1/1 (210933 KB)... | |
OKAY [ 7.412s] | |
writing 'system' 1/1... | |
OKAY [ 10.429s] | |
finished. total time: 17.840s | |
[20:40:52] Done | |
pablo@pablo-sch ~/src/pmbootstrap $ ./pmbootstrap.py flasher boot | |
[21:15:11] (rootfs_motorola-titan) mkinitfs motorola-titan | |
[21:15:13] (native) boot motorola-titan kernel | |
creating boot image... | |
creating boot image - 10010624 bytes | |
downloading 'boot.img'... | |
OKAY [ 0.384s] | |
booting... | |
OKAY [ 0.408s] | |
finished. total time: 0.793s | |
[21:15:14] Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🎉