How to enable USB host mode? #107
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
maxpeterkaya/LicheeRV-Nano-Build#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello. I'm currently using a LicheeRV Nano 70418A board. I'd like to use a small USB-C hub (with 1 power input port and 1 data port) to power the board, while being able to use a USB storage or a USB CDC-ETH CAT.1 dongle (I have compiled the needed kernel modules) on the hub's data port.
I have removed
/boot/usb.dev&/boot/usb.rndis, created/boot/usb.host, and set/proc/cviusb/otg_roletohost. However,lsusbonly showsBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub, which is the same like the USB slave mode, meaning it doesn't even recognize the USB-C hub.I have searched through the wiki and github issues, and I have two questions: