
Originally Posted by
biggerstone
Hi, sabrod:
Thank you for your help.
//////For your probs: I'd tell you to try some changes (and maybe test with GmZhuo's bootusb...):
answer:
i haver download "GmZhuo's bootusb" and "zImage-20081206" , but an failed occoured:
root@ubuntu:/home/administrator/boot_usb-0.2.0# sudo ./boot_usbgm zImage-20081206
Serching for EZX phone: E2/A1200/E6/A910 found.
Sending mach id code 867: 100% OK
Uploading kernel: 100% OK
Uploading params: FAILED: params upload failed
root@ubuntu:/home/administrator/boot_usb-0.2.0# sudo ./boot_usbgm zImage-20081206 1742 "root=/dev/nfs nfsroot=192.168.1.1:/home/android_nfs rootdelay=5 ip=192.168.1.2:192.168.1.1:192.168.1.1:255.255.255.0"
Serching for EZX phone: E2/A1200/E6/A910 found.
Sending mach id code 1742: 100% OK
Uploading kernel: 100% OK
Uploading params: FAILED: params upload failed
root@ubuntu:/home/administrator/boot_usb-0.2.0#
/////please do a uname -a once you have a shell prompt and tell us what's the kernel you are trying to use.
Answer:
my host linux version is:
root@ubuntu:/home/administrator/boot_usb-0.2.0# uname -a
Linux ubuntu 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux
root@ubuntu:/home/administrator/boot_usb-0.2.0#
My target(Motorola A1200e) kernel and Root NFS is maked according to this post(linux-2.6.24)
The followings is my infomation collected.
(1) I have configured my PC' USB network according to the link "http://wiki.openezx.org/Rootfs_on_NFS".
root@ubuntu:/home/administrator/boot_usb-0.2.0# sudo ./boot_usb zImage-a1200
Serching for EZX phone: E2/A1200/E6/A910 found.
Sending mach id code 867: 100% OK
Uploading kernel: 100% OK
Calling the kernel...
DONE
root@ubuntu:/home/administrator/boot_usb-0.2.0# ifup usb0
ifup: interface usb0 already configured
root@ubuntu:/home/administrator/boot_usb-0.2.0#
root@ubuntu:/home/administrator/boot_usb-0.2.0# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1f:c6:1b:43:77
inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:c6ff:fe1b:4377/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:338 errors:0 dropped:0 overruns:0 frame:0
TX packets:67 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:35841 (35.8 KB) TX bytes:0 (0.0 B)
Memory:dffc0000-e0000000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:174 errors:0 dropped:0 overruns:0 frame:0
TX packets:174 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12808 (12.8 KB) TX bytes:12808 (12.8 KB)
usb0 Link encap:Ethernet HWaddr 9e:d8:dc:08:31:2b
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::9cd8:dcff:fe08:312b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:252 (252.0 B) TX bytes:3848 (3.8 KB)
root@ubuntu:/home/administrator/boot_usb-0.2.0#
(2) I have make my /home/android_nfs export correctly. See my host' terminal:
root@ubuntu:/home/administrator/boot_usb-0.2.0# showmount -e
Export list for ubuntu:
/home/android_nfs (everyone)