Forum Discussion
sunyeong
New Contributor
1 year agoHow to configure device tree and defconfig for using USB device?
Hi, I'm using an Agilex 5E Premium Development kit board. I'm trying to communicate with my PC via USB, and I'm planning to use this device as a device(gadget). Can you tell me how to configure de...
Jeet14
Frequent Contributor
1 year agoHi,
You need to use the dr_mode as "host".
I believe you are using the board USB as Host through which you are connecting the USB devices.
Regards
Tiwari
sunyeong
New Contributor
1 year agoHi,
I think that there is some miss commnunication.
I said that I want to use the Developlment Kit as a gadget(device).
And I will use My PC as a HOST.
(FYI, In USB communication, there is a host/gadget concept.
It is concept like between master/slave.)
So, setting up a development board to act as a host seems a little different than what I'm asking for.
Regards,
Jung.