Hi everyone,
I'm using iMX93QSB with Linux Image downloaded using the uuu.auto-imx93-9x9-lpddr4-qsb file located in L6.1.55_2.2.1_MX93 folder. I try to set a GPIO pin on value =1 using the following command line:
gpioset -c 0 14=1
but the process does not come to an end and get stuck. Then I cant use any other command on the terminal until i do Ctrl+z. When I try to access the same pin again the following message is shown:

So, using ps aux | grep gpioset I see the process is still active in background:

I also tried to use -z command (daemon mode) and start the process in background but nothing seems to work. Can someone explain to me what's going on and how can I set my gpio to value = 1.
Regards,
Roberto.