radxa-pkg / radxa-overlays

Additional device tree overlays to support different hardwares on Radxa products
GNU General Public License v2.0
43 stars 29 forks source link

How to comile this repo with the kernel? #9

Closed yg1031 closed 1 year ago

yg1031 commented 1 year ago

Hi, I want to make csi camera(imx219) work on Rock3A(RK3568) with android 11. I'm new to android, please tell me how to compile this repo with the kernel.

RadxaYuntian commented 1 year ago

This repo is not designed to be used with Android directly. You will have to modify the Android's kernel DTS directly, as I don't think Android contains the necessary code to support DTB overlay usage.

yg1031 commented 1 year ago

This repo is not designed to be used with Android directly. You will have to modify the Android's kernel DTS directly, as I don't think Android contains the necessary code to support DTB overlay usage.

Thanks for your quick reply!