Skip to content

danascape/platform_kernel_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Kernel Build Guide

Supported Devices

Device Repository Branch Kernel Version Commit-ID Binary Path
Asus Max M1 android-msm-x00p-3.18 3.18.140 993f59db42c97629bc0346fdc69df52f13a17b3d device/asus/X00P-kernel
Asus Max M2 android-msm-x01ad-4.9 4.9.337 dfa2b63e34b875e485b4f8033e98b36c21882eb2 device/asus/X01AD-kernel
Oneplus Nord N10 android-msm-billie-4.19 4.19.322 70485f28ce9307ff3600d6b9f463a8530c8331a3 device/oneplus/billie-kernel

Getting Started

Follow the steps below to get started with building the kernel for the supported devices.

1. Initialize the Repository

First, you need to initialize the repo and sync the required branches. Run the following commands to initialize and sync the repository:

repo init -u https://github.com/danascape/platform_kernel_manifest -b $MANIFEST_BRANCH
repo sync -j8

2. Build the Kernel

After syncing the repository, you can proceed with the kernel build process. To build the kernel, follow these steps:

build/build.sh

About

Tracking my Kernel work

Resources

Stars

Watchers

Forks