Disconnect USB in pico mini
Posted: 2024-11-12 11:13
Hello,
Is it possible to disconnect power to the USB port on Luckfox Pico Mini A (to reduce power consumption) via software in ubuntu?
Also, is there a breakout for the pico mini USB (so we can expand USB to more ports)?
Code: Select all
On a Raspberry PI 3B+, it's simple to turn power on its four USB ports off and on. Simply write a "0" to /sys/devices/platform/soc/3f980000. usb/buspower to turn power off and a "1" to turn power on.
Also, is there a breakout for the pico mini USB (so we can expand USB to more ports)?