Skip to content

Instantly share code, notes, and snippets.

@arunkumar413
Last active November 4, 2023 04:58
Show Gist options
  • Save arunkumar413/b12c2c2b4d7f01d5eed53a6d69401b98 to your computer and use it in GitHub Desktop.
Save arunkumar413/b12c2c2b4d7f01d5eed53a6d69401b98 to your computer and use it in GitHub Desktop.
capyloon porting notes-moto-e13

Porting moto e-13 device to capyloon

This document describes the process to port moto e-13 mobile to capyloon OS

1) Boot into bootloader:

adb reboot bootloader

2) To get the partitions on the device

fastboot getvar all

3) Create manifest file in https://github.com/capyloon/manifests

kernel sources and device tree:

  1. kernel source: https://github.com/MotorolaMobilityLLC/kernel-sprd/tree/MMI-TLA33.105-226-2
  2. device tree: https://github.com/MotorolaMobilityLLC/kernel-sprd/tree/android-13-release-tla33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment