You use the "USB-tether-gadget", which, when your USB cable is connected to a Windows host computer, allows you to bridge and share the Ethernet port on the Windows host.
I have it working on Windows 10. See https://www.digikey.com/en/maker/blogs/how-to-connect-a-beaglebone-black-to-the-internet-using-usb/cdf66181b3a5436e9ad730e4ed4cf9ee The only difference I found was that with the new security enforcements on the Beagle, you need to do something like sudo nano /etc/resolv.conf to add "nameserver 8.8.8.8" to the resolv.conf file, instead of the echo... command in the article. The edits in the beagle are not persistent, so need to be repeated every time you reboot. --- Graham On Thu, Sep 28, 2017 at 11:09 PM, <[email protected]> wrote: > > I ordered a pocket. But I have a question with out the internet link how > do you add software to the pocket after it's up and running? > > Thanks Andy > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/beagleboard/JtOGZb-FH2A/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beagleboard/eeea6761-7389-4429-b00d-e4265d8b197e%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/eeea6761-7389-4429-b00d-e4265d8b197e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CANN_KV4n36OF%2BM5YdfvEsAo%3DXPSdSYu8Fpq5u_dsFmFSu%2B-YxA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
