Skip to content
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

SAMA5D2 usb device - for gadget/dfu/rndis, anything! #32

Open
TimJTi opened this issue Jun 23, 2023 · 0 comments
Open

SAMA5D2 usb device - for gadget/dfu/rndis, anything! #32

TimJTi opened this issue Jun 23, 2023 · 0 comments

Comments

@TimJTi
Copy link

TimJTi commented Jun 23, 2023

I simply cannot get u-boot to coerce the usb device port (usba) on my board to do anything. Host PC does not see a connect.

usb start reports no working controllers , unless I enable EHCI support plus Atmel EHCI support. But if it is setting it as USB Host device I have to assume usb device can't co-exist,

The board is custom, but is, to all intents and purposes, the same as a som1 EV board, but I have added the following to the dts:

usb0: usb@00300000 {
  pinctrl-names = "default";
  pinctrl-0 = <&pinctrl_usba_vbus>;
  status = "okay";
};

The USB port does work - I can use sam-ba to set the buregs, flash code, etc. via usb.

I have tried driver model, none-driver model (saying it's atmel usba). Anything and everything I can think of including looking at as many defconfigs and other boards as I can.

It has me stumped - does anyone know the magic incantations (e.g. Kconfig settings) to get this to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant