Im having an error when i run this command echo 55 > /sys/class/gpio/export it keep giving this error -bash: /sys/class/gpio/export: Permission denied im using luckfox pico plus and running ubuntu on it any idea how to fix it
Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
Im having an error when i run this command echo 55 > /sys/class/gpio/export it keep giving this error -bash: /sys/class/gpio/export: Permission denied im using luckfox pico plus and running ubuntu on it any idea how to fix it
This looks like a permission issue. You can try this command first:
chmod 777 /sys/class/gpio/export
Then repeat the previous operations.
report