A Comprehensive Guide to Compiling Android 10 Kernel

A Comprehensive Guide to Compiling Android 10 Kernel

Environment Configuration Download Kernel Source Code Normally, you should be able to find the kernel for Pixel 4 at https://source.android.com/setup/building-kernels. Pixel 4 (flame) device/google/coral-kernel android-msm-coral-4.14-android13 However, there is a pitfall for newbies here; the official site only provides the kernel for android 13. Where is the android 10 kernel we want to compile? (I fell … Read more

How to Compile and Install OpenCV and OpenCV Contrib from Source on ARM Development Boards

How to Compile and Install OpenCV and OpenCV Contrib from Source on ARM Development Boards

This article mainly introduces how to compile and install OpenCV and OpenCV contrib from source on ARM development boards. The source code of OpenCV mainly consists of the following two parts: github.com/opencv/opencv (Main repository) github.com/opencv/opencv_contrib (Includes some newer, less stable, experimental modules) Before compiling, you need to download the latest Release from GitHub (the current … Read more