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
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?