From fbc8bf0ff3ddb769e9caa0b85413ab4c6798d90d Mon Sep 17 00:00:00 2001 From: Konsta Date: Thu, 22 Dec 2022 17:49:42 +0200 Subject: [PATCH] add initial wiki --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e8eecc..bd37cb5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ ### Device specific configuration to build AOSP Android 12 for Raspberry Pi 4. -#### Wiki: - -- TODO - -#### Issues: - -- [Android](https://github.com/raspberry-vanilla/android_local_manifest/issues) -- [Linux kernel](https://github.com/raspberry-vanilla/android_kernel_manifest/issues) +*** ### How to build: @@ -56,3 +49,21 @@ make bootimage systemimage vendorimage -j$(nproc) ``` Also look into [Linux kernel build instructions](https://github.com/raspberry-vanilla/android_kernel_manifest/tree/android-12.1). + +*** + +### Issues: + +- [Android](https://github.com/raspberry-vanilla/android_local_manifest/issues) +- [Linux kernel](https://github.com/raspberry-vanilla/android_kernel_manifest/issues) + +*** + +### Wiki: + +- [Audio](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Audio) +- [DSI display](https://github.com/raspberry-vanilla/android_local_manifest/wiki/DSI-display) +- [HDMI display](https://github.com/raspberry-vanilla/android_local_manifest/wiki/HDMI-display) +- [Interfaces](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Interfaces) +- [USB boot](https://github.com/raspberry-vanilla/android_local_manifest/wiki/USB-boot) +- [Video decoding](https://github.com/raspberry-vanilla/android_local_manifest/wiki/Video-decoding)