unable to enable libgpiod package in i.MX93

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

unable to enable libgpiod package in i.MX93

342 Views
Robbi
Contributor II

Hi team,

                    I am generating core-minimal-image, with my recipes using bitbake.

But I need get gpio commands i.e., gpioinfo, gpioset and soon. Hence I need to enable libgpiod recipe in local.conf file.  Which has two package revisions 1.x and 2.x. I added IMAGE_INSTALL :append= " libgpiod" variable and build the image. But, I'm unable to set any gpio related commands.

Please guide me if I miss any step.

Board: imx93-11x11-EVK Board

Thanks 

Robbi

0 Kudos
Reply
1 Reply

323 Views
joanxie
NXP TechSupport
NXP TechSupport

this is build step:

echo IMAGE_INSTALL += \"libgpiod\" >> conf/local.conf
bitbake <target_image>

after building, you should find this in the build folder, then  copy this to the rootfs of board, did you copy it to the board?

 

 

 

0 Kudos
Reply