How to activate USB host mode in Alpine linux?
Posted: 2025-07-13 10:47
How to activate USB host mode in Alpine linux?
answer to "lsusb" command is nothing
answer to "lsusb" command is nothing
A short text to describe your forum
http://forums.luckfox.com/
Code: Select all
# host mode
echo host > /sys/devices/platform/ff3e0000.usb2-phy/otg_mode
# peripheray mode
echo peripheral > /sys/devices/platform/ff3e0000.usb2-phy/otg_mode