Hi
I have ported Android GingerBread onto beagleboard-XM.
I want to browse internet using the Beagleboard.
by default it is not connecting to the net.
Do i need to do particular settings on the board?
regards
Prajith
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I have ported Android GingerBread onto beagleboard-XM.
I want to browse internet using the Beagleboard.
by default it is not connecting to the net.
Do i need to do particular settings on the board?
regards
Prajith
Hi Prajith,
You need to do browser configuration. Please refer to our user guide for more details.
Thanks and Regards,
Pankaj Bharadiya
Hi Pankaj
thanks
now i am able to connect internet using beagleboard-xM.
in beagleboard we need to use usb0 instead of eth0 since ethernet card in integrated to USB 4 port Hub.
Thanks and Regards
Prajith Warrier
Hi Prajith,
I have meet the same problem with U ,however i still don't known how to solve it about the Ethernet on beaglboard xm Rev B! how did you that ,please tell me ,really tha Q!!
Hi,
Did you follow steps mentioned in our user guide.
What problem are you facing?
Regards,
Pankaj Bharadiya
Hi
give the following commands
> netcfg
lo UP 127.0.0.1 255.0.0.0 0x00000049
eth0 UP 172.24.190.59 255.255.252.0 0x00001043
> netcfg usb0 dhcp -- if u have dhcp enabled network this will assign ip to yuor beagle board dynamically
> getprop net.usb0.dns1 -- This will give u the ip of the router
> setprop net.dns1 (IP-- which u get from previous commnad)
Regards
Prajith Hi Pankaj,
According to the TI-Android-GingerBread-2.3.4-DevKit-2.1_UserGuide I
have meet some problems as follows:
First: I have do the step about" adb over USB
Ethernet (Ethernet over USB)" and executed
"#> make ARCH=arm CROSS_COMPILE=arm-eabi- menuconfig" ,then the user
guide said:
"For example, the following commands will assign the network address
192.168.194.2 to the target. Run this on the target:
$> ifconfig usb0 192.168.194.2 netmask 255.255.255.224 up"
I don't know where to execute above command
target #> netcfg
lo UP 127.0.0.1 255.0.0.0 0x00000049 eth0 UP 172.24.190.59 255.255.252.0 0x00001043
target ? which target,where is it? you mean in the android source /out/target/..?
Hi Prajith,
when I create the file:/etc/udev/rules.d/51-android.rules to configure device vendor ID of on-board OMAP device,
For Dapper, edit the file to read:
SUBSYSTEM=="usb_device", SYSFS{idVendor}=="18d1", MODE="0666"
$> chmod a+r /etc/udev/rules.d/51-android.rules
However , execute following command :
$> adb devices
It list no devices.. I have connect between host PC and target board (beaglboard xm Rev B)
so I need you help. really tha Q!
Regards
congquan
Hi PRAJITH,
The ethernet on my beagle have sloved,really thank U! The beagleboard use usb1 instead of eth0,and when I execute netcfg,it list information as follows:
# netcfg
lo UP 127.0.0.1 255.0.0.0 0x00000049
usb0 UP 0.0.0.0 0.0.0.0 0x00001003
usb1 UP 192.168.1.174 255.255.255.0 0x00001043
Now i still have one question:
I must configure Browser each bootup in my seril port, I want save the environment just one time,if you have sloved problem please tell how to do that.
Regards
thanks in advance...
congquan
From: http://code.google.com/p/live-android/wiki/networkhowto
This document need busybox tool set.
It has android configure, cross-make and cp to some dir, then use ./busybox to install.
ifconfig eth0 yourip netmask yourip's mask
ifconfig eth0 192.168.1.10 netmask 255.255.255.0
not ipconfig!!!
route add default gw yourgateway dev eth0
route add default gw 192.168.1.1 dev eth0
setprop net.eth0.dns1 yourDNS
setprop net.eth0.dns1 8.8.8.8