Hi,
I follow the instructions
http://code.google.com/p/0xdroid/wiki/UsingPreBuiltImages
exactly, however I got no luck to get boot from devkit8000. I have
tried several times and every time
I boot into angstrom system which is the default linux in the original
nand.
I have no problem to boot the android from sd card following the
devkit manual and image files from disk.
To my knowledge, i need following files to make the board booted from
sd card.
1. MLO which is the first level boot
2. u-boot which is the second level boot
3. uImage which is the kernel file
4. the root file system which is mounted on 2nd partition (ext3).
all those 4 files can be found on the original devkit disk.
However with the downloaded devkit8k-eclair-0x5_sgx.zip and so-called
new bootloader,
there seems only those files in the 1st partition (fat32).
1. 0xkernel.bin
2. android.ubi
3. uImage.bin
4. flash-boot.bin
5. install.conf (which I edit the same way as wiki suggested,
uncomment, change to 4.3inch).
the uImage.bin seems to be the uImage in the original devkit android
boot, but there is no MLO,
I don't know what is the usage of 0xkernal.bin and android.ubi, and
whether the flash-boot.bin is just the u-boot.
I think it will be helpful if 0xdoid can provide the similar files as
those in the stock disk such that we can boot
from the sd card. the "happy installer" seems not working and there is
no document or wiki to explain why the installer is doing.
thanks
jason