Cannot access to internet after upgrade firmware

55 views
Skip to first unread message

y.se...@gmail.com

unread,
Nov 22, 2020, 7:38:37 AM11/22/20
to BeagleBoard
With tether option, on first time boot up board can access to internet to upgrade firmware. when finish upgrade i can use tethered option access to the board with ip: 192.168.6.2 and using connmanctl connect to my wifi router but it cannot ping to 8.8.8.8 and another too.

How can i fixed it?

Yash Vardhan Singh ee19m012

unread,
Nov 22, 2020, 7:54:24 AM11/22/20
to beagl...@googlegroups.com
Looks more like a networking issue....just check whether ur wifi interface of BBB has the ip allotted by wifi access point. Then do a traceroute to 8.8.8.8 and check whether the request is pointing to gateway or not. Else you will need to update default route....should not be a major challenge to fix the issue....if ur comfortable with basics of networking.

On Sun, 22 Nov, 2020, 18:08 , <y.se...@gmail.com> wrote:
With tether option, on first time boot up board can access to internet to upgrade firmware. when finish upgrade i can use tethered option access to the board with ip: 192.168.6.2 and using connmanctl connect to my wifi router but it cannot ping to 8.8.8.8 and another too.

How can i fixed it?

--
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 beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/2f7bc1b1-876a-4789-8978-041adea50027o%40googlegroups.com.

jonnymo

unread,
Nov 22, 2020, 11:59:59 AM11/22/20
to Beagle Board
  Which BeagleBoard do you have?
What image is it running?
What OS is running on the system you are tethered to?
What steps did you perform for the FW upgrade?

Cheer,

Jon

On Sun, Nov 22, 2020 at 4:38 AM <y.se...@gmail.com> wrote:
With tether option, on first time boot up board can access to internet to upgrade firmware. when finish upgrade i can use tethered option access to the board with ip: 192.168.6.2 and using connmanctl connect to my wifi router but it cannot ping to 8.8.8.8 and another too.

How can i fixed it?

--

Seksit Yodpetch

unread,
Nov 22, 2020, 12:09:42 PM11/22/20
to beagl...@googlegroups.com
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/wIw6puVZH9w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAG99bkpDLsUW7QyP99GVsbhU69t-7kXVcyFDwPitUGO5F2sbqg%40mail.gmail.com.

jonnymo

unread,
Nov 22, 2020, 12:36:19 PM11/22/20
to Beagle Board
For the WiFi side, did you set the dns and gateway for the WiFi connection?
You can do this from command line via:
connmanctl config <service> --ipv4 manual <ip address> <netmask> <gateway>
connmanctl config <service> --nameservers <dns-addr>

  The connman connections should be under the '/var/lib/connman' folder. You could view your connection to see what is set there. 
 
You can check the routing on your BBAI as such:
debian@beaglebone:~$ ip r
default via 192.168.2.1 dev wlan0
4.4.4.4 via 192.168.2.1 dev wlan0
8.8.4.4 via 192.168.2.1 dev wlan0
8.8.8.8 via 192.168.2.1 dev wlan0
192.168.0.0/21 dev wlan0 proto kernel scope link src 192.168.2.200
192.168.2.1 dev wlan0 scope link
192.168.6.0/24 dev usb1 proto kernel scope link src 192.168.6.2 linkdown
192.168.7.0/24 dev usb0 proto kernel scope link src 192.168.7.2 linkdown
192.168.8.0/24 dev SoftAp0 proto kernel scope link src 192.168.8.1

debian@beaglebone:~$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.2.1     0.0.0.0         UG    0      0        0 wlan0
4.4.4.4         192.168.2.1     255.255.255.255 UGH   0      0        0 wlan0
dns.google      192.168.2.1     255.255.255.255 UGH   0      0        0 wlan0
dns.google      192.168.2.1     255.255.255.255 UGH   0      0        0 wlan0
192.168.0.0     0.0.0.0         255.255.248.0   U     0      0        0 wlan0
192.168.2.1     0.0.0.0         255.255.255.255 UH    0      0        0 wlan0
192.168.6.0     0.0.0.0         255.255.255.0   U     0      0        0 usb1
192.168.7.0     0.0.0.0         255.255.255.0   U     0      0        0 usb0
192.168.8.0     0.0.0.0         255.255.255.0   U     0      0        0 SoftAp0


Cheers,

Jon

Seksit Yodpetch

unread,
Nov 22, 2020, 4:24:34 PM11/22/20
to beagl...@googlegroups.com
For more information, I test with another new BeagleBone AI with default Debian OS pre-installed from factory, I got the same thing when the before upgrade firmware I can use tethered from PC to the board (macOS - 192.168.6.2), connect to the wifi router and access to the internet.

But after upgrade firmware then I can use the board connect to wifi router but it cannot access to internet anymore.
So, I want to make sure that board wlan0 configuration is correct, but I not sure how to configure BeagleBone AI networks configuration like ipV4 gateway?

Thanks,
Seksit

Seksit Yodpetch

unread,
Nov 22, 2020, 4:24:34 PM11/22/20
to beagl...@googlegroups.com
Thank you all. 

It fixed when I re-flash eMMC latest image download from 

Seksit Yodpetch

unread,
Nov 22, 2020, 4:24:34 PM11/22/20
to beagl...@googlegroups.com
Thank you all. 


Thanks,
Seksit

On 23 Nov 2020, at 12:35 AM, jonnymo <jonn...@gmail.com> wrote:

Reply all
Reply to author
Forward
0 new messages