Search found 1 match

Return

by Tweakkinn
Sun Jul 10, 2022 6:03 am
Jump to forum
Jump to topic

Re: MOFI 4500 Goldenorb Firmware USB Port Not Working

I know this is very late but I had the same issue and found a fix so I'm posting this for someone else who might have the same problem.

put this in system>startup>local startup before "exit 0"
echo 7 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio7/direction
echo 1 > /sys/class/gpio/gpio7 ...