-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi4, USB-C Port #266
Comments
Well, I've measured with a multimeter on TP1 now (I think this is the testpad that is connected to the USB +5V line?), but the power doesn't get cut off. Also I can measure 0 Ohm between TP1 and the +5V line on the GPIO header, that means it's parallel and the power cannot be controlled via software, or? |
uhubctl can see this device advertising power switching support, and is able to send a request to turn power off. However, it seems that underlying chip is missing necessary circuitry to actually cut the power on otg line. I don't know internal details of pi4 otg chip, perhaps @P33M or @SlySven know more about pi4 hardware and can shed some light? |
There is no power switching facility on Pi 4's USB-C port. |
Thanks @P33M for confirmation. I will change readme to mention that |
Thanks for your quick help guys. |
Will (or should) this tool cut and restore power on the Pi4 USB-C Port also?
According to https://github.com/mvp/uhubctl#raspberry-pi-4b
uhubctl -l 3 -p 1 -a 0
should cut power. When I type this, I can see the device disappear in dmesg:
When running
uhubctl -l 3 -p 1 -a 1
it doesn't come back though.Edit, sorry forgot to add:
Using Raspberry Pi OS 2020-05-27:
The text was updated successfully, but these errors were encountered: