Choosing Image of i.MX8M Nano for Camera application

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

Choosing Image of i.MX8M Nano for Camera application

跳至解决方案
884 次查看
milav_soni
Contributor III

 

Hello Team,

I want to build Camera based application in custom i.MX8M Nano based Processor.

So for that I need to build Yocto Project Image for our custom board.

So can you suggest the appropriate image option for the same?

I use "fsl-imx-wayland" as a Distro and "imx8mnevk" as a Machine.

Would i select "core-image-base or else other one?

Or is there any sample application available in any image for camera related?

can you help me out?

Thank You

 

0 项奖励
1 解答
833 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide:

core-image-base:A console-only image that fully supports the target device
hardware.

it seems that this image doesn't includes the camera application, shouldn't include multimedia application, but I never tested this image, I suggest that you can use imx-image-multimedia, we all use this image and imx-image-full

在原帖中查看解决方案

7 回复数
880 次查看
joanxie
NXP TechSupport
NXP TechSupport

depends on what bsp version you use?

0 项奖励
868 次查看
milav_soni
Contributor III

Hello,

I do not get you.

Actually, I am following "IMX_YOCTO_PROJECT_USERS_GUIDE" Document and Follow the steps.

Can you please elaborate what you want from my side? 

Thank You

0 项奖励
858 次查看
joanxie
NXP TechSupport
NXP TechSupport

I mean that you need to tell me what bsp version you need to build, like 4.19.35 or 5.4.47, different bsp version has the different image name

0 项奖励
849 次查看
milav_soni
Contributor III

 

Hello,

Okay Got it. I used BSP 5.4.47_2.2.0 Linux Yocto Release.

0 项奖励
842 次查看
joanxie
NXP TechSupport
NXP TechSupport

first, you can refer to the yocto user guide, if you use 8mn, you can choose the machine name

for example,

$ DISTRO=fsl-imx-xwayland MACHINE=imx8mnevk source imx-setup-release.sh -b build-xwayland
$ bitbake imx-image-full

these commands are full image based on xwayland backend, you can change image what you need, pls refer to the Table 1. i.MX Yocto project images of yocto user guide, you also can change fsl-imx-xwayland fsl-imx-wayland

0 项奖励
838 次查看
milav_soni
Contributor III

Hello,

Thank You For Your Answer.

Can i use core-image-base Image for the camera application?

Thank You

0 项奖励
834 次查看
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide:

core-image-base:A console-only image that fully supports the target device
hardware.

it seems that this image doesn't includes the camera application, shouldn't include multimedia application, but I never tested this image, I suggest that you can use imx-image-multimedia, we all use this image and imx-image-full