问题描述
我知道这个问题曾经被问过,但是我想根据自己的问题进行自定义,因此,1.我是将此定制板添加到AOSP目标设备的新手.2.现在我已经编译了内核和必要的模块,请指导我将其链接到AOSP设备列表中的设备文件夹.3.我知道要在设备文件夹中创建的基本.mk文件,并且已经创建了,但是不确定是否正确.Android.mk,AndroidProducts.mk,BoardConfig.mk,myproduct.mk,vendorsetup.sh.
I know this question has been asked before but I wanted customize according to my problem so,1. I am new to adding this custom board to AOSP target devices.2. I have the kernel and necessary modules compiled now please guide me to link it with my device folder in AOSP devices list.3. I know the basic .mk files to be created in device folder and I have created, but not sure if it is rightly done.Android.mk,AndroidProducts.mk,BoardConfig.mk,myproduct.mk,vendorsetup.sh.
推荐答案
首先,您需要了解build layers
和device tree
.这是给您的参考,
First you need to understand build layers
and the device tree
. Here are the references for you,
下面的链接对设备配置文件有很好的解释,
Below link has good explanations on device configuration files,
这篇关于在AOSP设备文件夹中添加自定义设备的过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!