Good: with this bootusb, and a new kernel, you'll have a stable configuration.
Note that now, you almost need only ONE kernel for ALL the EZX devices, this is why you NEED a machid for newers kernels.
You probably need to sudo or be root...
Then because of a bug in pxa driver in linux, you need either to disable udc on your kernel or to use gen-blob (genblob initialise correctly udc before to launch the kernel)
You forgot the machine id, you can continue like this, but this way only work for "old" kernels...
After 2.6.25, the machid has to be specified. There is a far better support, amount of hardware supported on the actual kernel, you may prefer using it....
so:
Genblob has also to be launched with a special machid with bootusb:"0".
This will enter the second stage bootloader, before to press enter, press the desired key on the phone :Code:sudo ./bootusb genblob 0
-----------[vol+] go to genblob usb mode (let you do another bootusb, this time the phone will work perfect)
for ex., knowing A1200's machid is 1742.
this is in case you prefer the rootfs on nfs. (note that the CMDLINE is quoted "").Code:sudo ./bootusb zImage 1742 "root=/dev/nfs nfsroot=192.168.0.200:/PATH/TO/YOUR/NFSROOT/EXPORT/ rootdelay=5 ip=192.168.0.202:192.168.0.200:192.168.0.200:255.255.255.0"
the IP param. is : ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>
i didn't used the 3 lasts ---------------------------------------------------\__________________________/
----------[vol -] need an sd card, and will draw a boot menu. (you put the necessary in /boot/ in a first partition of sd formatted fat16 or 32)
----------[nothing] will boot the default kernel, maybe, if it exist.
See:
linuxtree/Documentation/nfsroot.txt
Dual boot - OpenEZX (for the more actual/functionnal _genblob_ way to go)
http://people.openezx.org/wyrm/gen-blob/README Complement to the link above.
http://www.motorolafans.com/forums/a...tml#post168526 (don't forget my posts)
Working bootusb, zImage to test are on Index of /gmzhuo you may prefer using them as they are tested...



22Likes
Reply With Quote




