On Mon, May 11, 2009 at 14:38, narko$ <[email protected]> wrote: > out/target/product/freerunner/system.img > out/target/product/freerunner/userdata.img > out/target/product/freerunner/kernel.img > out/target/product/freerunner/ramdisk.img > and > out/target/product/freerunner/obj/KERNEL/arch/arm/boot/uImage
That's not the right uImage. > Comparing these files with the files included in tar.gz of the beta 6 > release, I guess I need also the uImage.bin file. uImage.bin is just a copy of uImage, run an md5sum over all the files and notice there are several duplicated files. Each bootloader wishes to have this under a different name :-P If you wish to build that part, you need to do this: mkdir koolu-installer cd koolu-installer repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b installer repo sync # Look at the Makefile, I'm positive you need to change something there. make Marcelo _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
