Answers for "beaglebone black usb ethernet connection"

0

beaglebone black usb ethernet connection

# plug in beagle bone to windows 10 PC
# open Control PanelNetwork and InternetNetwork Connections
# share internet from your inernet connection to ethernet 2
# open ethernet 2, change static ip to 192.168.7.1 submask 255.255.255.0 dns 8.8.8.8
# putty ssh 192.168.7.2 (beagle bone)
# sudo route add default gw 192.168.7.1
# problem fixes:
https://www.youtube.com/watch?v=e6LmfMGnXYc
https://phoenixnap.com/kb/temporary-failure-in-name-resolution
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language