Dear developers
Archer c20 v4 have MT7628AN and 99% sure we have D- and D+ pins at the points marked in atached image like wr841n v13.
At software level can we get it working by only compiling with USB-EHCI Module and gpio_export and &ehci {status = "okay";}; to dts ?
( like WR841N V13 USB Mod )
Thanks you
Working successfully.
3.3v to 5v from 1usd powerbank
Ground and VCC need to be connected to board.
Only external GND + VCC dont work
Modded /openwrt/target/linux/ramips/dts/ArcherC20v4.dts
&ehci {
status = "okay";
};
&ohci {
status = "okay";
};
and compiled with kmod-usb etc
1 Like
system
Closed
July 9, 2021, 8:29pm
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.