How to install gpiod on prebuilt nxp images for imx8mm

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to install gpiod on prebuilt nxp images for imx8mm

ソリューションへジャンプ
804件の閲覧回数
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 解決策
787件の閲覧回数
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 返信
788件の閲覧回数
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 件の賞賛
返信