i have the similar question, i try the following steps: repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b releases repo sync make TARGET_PRODUCT=freerunner TARGET_TOOLS_PREFIX=/opt/android-toolchain/bin/armv4t-android-eabi-
i got some .img files under ./out/target/product : kernel.img/ramdisk.img/system.img/userdata.img but uImage under ./out/target/product/freerunner/obj/KERNEL/arch/arm/boot/ i replace those .img(uImage should rename to uImage.bin and so on) files under SD card, install from SD will failed and stop at the screen 'Koolu' i think the uImage maybe inapplicable, so i: mkdir koolu-installer cd koolu-installer repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b installer repo sync make then qi.img and uImage.img will create under koolu-intall, and replace them with the corresponding files on SD card. install will be ok On Tue, 2009-06-02 at 14:00 -0600, Brian Code wrote: > The userdata.img is just a regular .tar file that you can decompress. > It contains the .apks included in the release. > > It is that image that has customizations for the releases moving > forward as we include software from other third-party software houses. > > Regards, > Brian Code > > On 2-Jun-09, at 7:44 AM, Alexander Shulgin wrote: > > > On Tue, Jun 2, 2009 at 4:39 PM, William Zheng > > <[email protected]> wrote: > >> Hi Alex, > >> Oh..I see... How can I build the beta7 installation uSD > >> image? After I built the source code downloaded, I found a lot of > >> binary files in the out folder. How can I get a zip file same as > >> the one on the koolu's release webpage? > > > > I don't really know, but guess that replacing kernel.img & system.img > > with your freshly built versions (uImage.bin & rootfs.jffs or whatever > > the names are) should be OK. What to do with userdata file -- let's > > more competent people tell us. ;) > > > > -- > > Alex > > _______________________________________________ > > android-freerunner mailing list > > [email protected] > > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > > _______________________________________________ > android-freerunner mailing list > [email protected] > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
_______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
