-
Notifications
You must be signed in to change notification settings - Fork 86
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
Try USBGadgetPin #670
Try USBGadgetPin #670
Conversation
Download the artifacts for this pull request: |
@blixabloxa would appreciate if you could test to see whether it works for you. Thanks! |
Hi probonopd, I have a testing update. I have tried to get this to work but I am not having success. I have a RPi 3 A+ and have loaded the test build above, also adding the USBGadget and the USBGadgetPIN lines to my minidexed.ini file (I left it at the default GPIO 26) Connecting GPIO 26 (physical pin 37) to Ground (physical pin 30) makes no difference at all. Changing the USBGadget setting from 0 to 1 works as expected. Any advice on how to proceed, or do you want me to try something else? Thanks, Enzo |
Thanks for investigating and you are spot on @blixabloxa. |
New build for testing: |
Hi probonopd, Just tested the new test build (MiniDexed_2024-07-02-af6dd22) and it works. Test 1 - USBGadget=0 and USBGadgetPin not connected to GND - Pass : USB Gadget mode not enabled. Thanks for this. I will find it useful for when I build the hardware to go with it. Let me know if you want me to test more scenarios related to this. Regards, |
Thanks for testing and for confirming @blixabloxa. |
Allow for
as per #669:
If either
USBGadget
is set to1
orUSBGadgetPin
is pulled down, then we enable gadget mode.