1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 11:43:21 +03:00
mobile-nixos/devices/motorola-surfna
2021-02-02 01:58:41 -05:00
..
kernel motorola-surfna: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
default.nix motorola-surfna: Enable ADB support 2021-01-27 22:16:55 -05:00
misc.json motorola-surfna: Import config from autoport 2020-12-28 05:59:46 -05:00
oem_props.json motorola-surfna: Import config from autoport 2020-12-28 05:59:46 -05:00
README.adoc motorola-surfna: Note quirk about flashing 2020-12-28 06:04:18 -05:00

= 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
```