Part Number:AM3358
Tool/software: Linux
Hi,
I am facing problems with internet access from BeagleBone Black. I work with: Linux am335x-evm 4.14.79. I have tried 2 ways:
- accessing via on board eth0 iface that gets dynamically the IP address.
- sharing connection from my laptop over usb to the BBB board.
I see that the IP was assigned and I can ping BBB. However, I cannot figure out internet access. I have tried the following:
- assign the default route path (to USB0 or eth0): route add default gw 192.168.7.1
- adding dns server: echo "nameserver 8.8.8.8" >> /etc/resolv.conf
I cannot ping google.com or even 8.8.8.8. I have used this approach to set internet access many times but with images from: beagleboard.org/latest-images
I will appreciate Your comments.
Thanks