Building HAL layer alone in imx6q

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building HAL layer alone in imx6q

Jump to solution
938 Views
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

Labels (3)
Tags (1)
1 Solution
820 Views
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

View solution in original post

0 Kudos
2 Replies
820 Views
art
NXP Employee
NXP Employee

Thank you for sharing your insight.

Best Regards,

Artur

821 Views
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 Kudos