diff --git a/README b/README new file mode 100644 index 0000000..46dd1b9 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +# 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 arpi-5.10 + $ repo sync + +# Build Kernel + $ build/build.sh + + Output files are under out/arpi-5.10/dist/ + Image.gz + bcm2711-rpi-*.dtb + vc4-kms-v3d-pi4.dtbo + +# Build Android for Raspberry Pi 4 + https://github.com/android-rpi/device_arpi_rpi4 diff --git a/default.xml b/default.xml index 97e90fe..138c64b 100644 --- a/default.xml +++ b/default.xml @@ -1,22 +1,29 @@ - - + + + + - + - - + + + + + + +