-
Notifications
You must be signed in to change notification settings - Fork 5.2k
3.12.0-rc3+: dwc_otg_core_reset() HANG! Soft Reset GRSTCTL=80000001 #393
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
Comments
GPIO127 doesn't exist on the Pi. There's 53 only. The onboard PHY is also internally connected to the DWC core, there are no accessible signals at a hardware level. Can you try with the FIQ disabled? |
It didn't help. I have turned on some debug output this time
This is the source code diff: https://gist.github.com/notro/6798734 |
I have tried to track the register address used to do the reset, and it depends on the address range given through the platform_device.
Code snippets
|
I have looked at the BCM2835 commits and found that from 3.11 to 3.12 there is no important changes, and from 3.10 to 3.11 there is only one change: This means I can use the 3.10.y branch instead to try and make USB work with BCM2835. |
3.10.14 and 3.11.2 from kernel.org boots fine, but rpi-3.10.y and rpi.3.11.y won't boot. I use the same raspian image in all tests. Just changing kernel and DT. This is what I do: Add to bcm2835-rpi-b.dts
Build
3.11.2 from kernel.org boot messages: https://gist.github.com/notro/6811898 rpi-3.11.y kernel messages
|
I have turned on debugging on my BCM2708 rpi-3.10.y kernel and I get a different address
|
I also have problem in booting 3.11. Perhaps this link can help: |
Were you ever able to solve this issue? |
I'm attempting to use dwc_otg with 3.12.0-rc3+
Anyone know what this could be? No mouse or keyboard is detected.
Kernel messages
Google gave me this link: http://embedded-software.blogspot.no/2010/12/ar-drone-usb.html
But gpio 127 is already low
The text was updated successfully, but these errors were encountered: