Everything Related To The Beaglebone SBC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

37 lines
1.1 KiB

  1. First on BBB check 'route' and set default gateway address to 192.168.147.1.
  2. See postboot.sh script.
  3. From BBB;
  4. ping -c2 www.cnn.com if it continues to fail continue otherwise your done.
  5. Check P.C. Windows Host side
  6. GoTo Control Panel, Network and Sharing Center
  7. Click on Change Adapter Settings
  8. Hightlight (ONE Click) BBB USB Adapter (Your Adapter may have a different name)
  9. Click on Disable BBB USB Adapter
  10. Pause
  11. Click on Enable BBB USB Adapter
  12. Pause
  13. Respond OK to warning about change to 192.168.137.1 (Your display may differ)
  14. Double click on BBB USB Adapter
  15. Click Properities
  16. Click IPv4
  17. Click Properities
  18. ==> Make sure IP Address is set to 192.168.147.1 (It's probably set to 192.168.137.1)
  19. And Preferred Name Server is set to 8.8.8.8
  20. If the address won't stick Click Advanced
  21. See if incorrect address is shown
  22. If it is Click on it and Click Remove then Click Save
  23. Click Save
  24. Click Save
  25. Double Click on WiFi Adapter
  26. Click Properities
  27. Click Sharing (On the top)
  28. Make sure BBB USB is Detected, If not select.
  29. Click Save
  30. Click Save
  31. Close all open Network windows
  32. From BBB try ping -c2 www.cnn.com again. It should work.