Hello, everyone. I want to use tftp in U-Boot, my board is BBGW, so I want to use ethernet over usb to talk to my host.
The following is my development environment. windows 10 (host) ubuntu 18 runs on VirtualBox (guest) BBGW My steps, 1. enter uboot 2. setenv ipaddr 192.168.110.20 3. setenv serverip 192.168.110.10 4. setenv ethact usb_ether 5. setenv usbnet_devaddr f8:dc:7a:00:00:02 6. setenv usbnet_hostaddr f8:dc:7a:00:00:01 7. saveenv Then I have no idea how can I set a RNDIS network interface like offical driver does? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/4816a152-9122-4e66-8946-f5ce29a303b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
