X2 cube. USB Ports do not work

The solution for Ugoos boxes is to add this 4 lines in autostart.sh files and you can again boot from sd card with working USB’s

echo 432 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio432/direction
echo 1 >  /sys/class/gpio/gpio432/value
echo 432 > /sys/class/gpio/unexport
2 Likes