File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,12 @@ there](https://linuxlink.timesys.com/docs/wiki/engineering/HOWTO_Use_USB_Gadget_
188188 * ` CONFIG_INET `
189189- add the MAC addresses for your gadget device and the machine you connect to in
190190 the kernel ` CMDLINE ` , e.g., ` g_ether.dev_addr=12:34:56:78:9a:bc g_ether.host_addr=12:34:56:78:9a:bd `
191+ * fixed MAC addresses allow your laptop to recognize the gadget again
192+ * when using a CDC gadget (e.g. CDC ethernet+serial), use ` g_cdc.dev_addr ` /` g_cdc.host_addr `
193+
194+ You will also need to configure the network. You can either go with DHCP or
195+ fixed addresses. Since ` cpud ` spawns a shell, if your shell allows for it, you
196+ can use a shell rc file.
191197
192198## cpu will be familiar to ssh users
193199
You can’t perform that action at this time.
0 commit comments