# kernel_manifest **Repository Path**: android-rpi-mirror/kernel_manifest ## Basic Information - **Project Name**: kernel_manifest - **Description**: clone from https://github.com/android-rpi/kernel_manifest - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: arpi14-6.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-01 - **Last Updated**: 2024-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Download Kernel source Refer to https://source.android.com/setup/build/building-kernels Make separate kernel directory apart from Android source. $ cd $ repo init -u https://github.com/android-rpi/kernel_manifest -b arpi14-6.1 $ repo sync # Build Kernel $ build/build.sh Output files are under out/arpi14-6.1/dist/ Image.gz bcm2712-rpi-5-b.dtb vc4-kms-v3d-pi5.dtbo # Build Android for Raspberry Pi 5 https://github.com/android-rpi/device_arpi_rpi5