Building HAL layer alone in imx6q

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Building HAL layer alone in imx6q

跳至解决方案
1,019 次查看
bandarulavanya
Contributor V

Hi all,

I am using imx6q android lollipop version for my imx6q Evaluation board, i can able to compile

make systemimage

make bootimage

make recoveryimage

But i want to compile HAL layer of camera alone and i want to copy the related files to SD card. How can i do that if anyone knows help me to sort it out.

Thanks

Lavanya

标签 (3)
标记 (1)
1 解答
901 次查看
bandarulavanya
Contributor V

Hi,

I found this.

We can compile only HAl libraries of camera alone like below.

cd hardware/imx/mx6/libcamera/
source build/envsetup.sh
lunch TARGET 

ex: lunch sabresd_6dq-user
mm

Thanks,

Lavanya

在原帖中查看解决方案

0 项奖励
2 回复数
901 次查看
art
NXP Employee
NXP Employee

Thank you for sharing your insight.

Best Regards,

Artur

902 次查看
bandarulavanya
Contributor V

Hi,

I found this.

We can compile only HAl libraries of camera alone like below.

cd hardware/imx/mx6/libcamera/
source build/envsetup.sh
lunch TARGET 

ex: lunch sabresd_6dq-user
mm

Thanks,

Lavanya

0 项奖励