mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 21:11:34 +03:00
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
= Motorola Moto E6
|
|
include::_support/common.inc[]
|
|
|
|
== Device-specific notes
|
|
|
|
Using `fastboot` to burn system.img to the userdata partition will fail with
|
|
the `flash permission denied` error.
|
|
|
|
The current workaround is to `fastboot boot` the "android burn tool" and use
|
|
`dd` through `ssh` to flash the image.
|
|
|
|
```
|
|
$ cat .../system.img | bin/ssh-initrd dd of=/dev/disk/by-partlabel/userdata bs=8M
|
|
```
|