How to install gpiod on prebuilt nxp images for imx8mm

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

How to install gpiod on prebuilt nxp images for imx8mm

跳至解决方案
808 次查看
Mostafa_Ronia
Contributor II

I'm currently utilizing the evaluation board image (imx-image-full-imx8mmevk.wic) for imx8mm. However, I've noticed that gpiod is not installed, and attempts to install it via apt-get have been unsuccessful. Could someone kindly provide guidance on resolving this issue or installing gpiod? Perhaps updating my apt-get repositories could be a solution?

Thank you.

0 项奖励
回复
1 解答
791 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Mostafa_Ronia!

Thank you for contacting NXP Support!

To add any package based on our BSP you have to compile the image.

You have to add the next on the conf/local.conf .

Examples:

IMAGE_INSTALL += "pcsc-lite"
IMAGE_INSTALL += "pcsc-lite-dev"
IMAGE_INSTALL += "pcsc-lite-lib"

And then compile the image using the command bitbake <image>

The image could be "imx-image-multimedia",
"imx-image-full",
"imx-image-core", etc.

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

Best Regards!

Chavira

在原帖中查看解决方案

0 项奖励
回复
1 回复
792 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @Mostafa_Ronia!

Thank you for contacting NXP Support!

To add any package based on our BSP you have to compile the image.

You have to add the next on the conf/local.conf .

Examples:

IMAGE_INSTALL += "pcsc-lite"
IMAGE_INSTALL += "pcsc-lite-dev"
IMAGE_INSTALL += "pcsc-lite-lib"

And then compile the image using the command bitbake <image>

The image could be "imx-image-multimedia",
"imx-image-full",
"imx-image-core", etc.

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

Best Regards!

Chavira

0 项奖励
回复