

I would like to use 13,14,15,16th number pins to blink leds.
I build the yocto linux ->imx-linux-mickledore ,imx-6.1.55-2.2.0.xml.
I added the libgpiod package to image .
after execute the command :gpioset gpiochip5 9=1 , it gives gpioset: invalid line value :'gpiochip5'
is this the correct syntax(way) to execute the above gpioset command . suppose if it is correct ,what is the actual output of that command.
whether i need to connect externally(any hardware) to the board to work this commands.it means is it requires to connect the led to the board to get actual output.
how to avoid invalid line value error?
what is the correct approach to blink the led using gpio's on the board?