Fun with Motorola A1600 : Part III
I have downloaded the GNU ARM cross toolchain for A1600 from
http://ezxdev.org/qtopia/sdk/old/arm-linux-ezx.tar.bz2
Thanks to Antonio Ospite (AO2) of #openezx
I have downloaded and cross compiled inetutils-1.6.tar.gz (mainly for telnetd) , busybox-1.14.3.tar.bz2 (for httpd and other useful commands) and util-linux-2.12r.tar.gz (for dmesg). Cross compiled these packages using the ARM cross tool chain and transferred to the phone using the flash card.
I have started the telnetd using the below given command
/mmc/mmca1/busybox telnetd -E /bin/bash
Connected the phone to the debian linux laptop using the usb connector after putting the usb mode of mobile in Modem mode. After that , I have started the usbnet application in the phone. Now , I have usb0 interface in my laptop.
I have configured the usb0 interface using the below given command in laptop:
ifconfig usb0 192.168.1.1 mtu 1500
After that, I have successfully telnet to the phone using the command:
telnet 192.168.1.2
It works!!!.. After that , I have started the busybox httpd server on the phone . I was able to open the index.html from the host machine.
A webserver on my mobile… See the action:
Leave a Reply