Re: [android-freerunner] How to boot kernel successfully by using

2009-07-07 Thread bluestar8783
I tried below procedure to do again, The following steps to create root filesystem: repo init -u git://git.koolu.org/freerunner/platform/manifest.git -b koolu-1.0 repo sync make TARGET_PRODUCT=freerunner I got some .img files under ./out/target/product/freerunner :

Re: [android-freerunner] How to boot kernel successfully by using

2009-07-06 Thread bluestar8783
Dear Marcelo: I followed the mail(( http://android.koolu.org/pipermail/android-freerunner-koolu.org/2009-June/000919.html) to create kernel file and my procedure is below:

Re: [android-freerunner] How to boot kernel successfully by using

2009-07-04 Thread Shashank Bharadwaj
On Fri, Jul 3, 2009 at 5:16 PM, bluestar8783bluestar8...@gmail.com wrote: If I want to flash kernel or rootfs, do i use dfu-util to flash them by boot from XOR? Or I replace uImage and img files with old in SD-Card and boot from SD-Card of XOR? Which procedure is right? There are two ways

Re: [android-freerunner] How to boot kernel successfully by using

2009-07-03 Thread bluestar8783
I am some confused about flashing new kernel It becomes Qi-bootloader in NAND in my FR If I want to flash kernel or rootfs, do i use dfu-util to flash them by boot from XOR? Or I replace uImage and img files with old in SD-Card and boot from SD-Card of XOR? Which procedure is right? ps: I

Re: [android-freerunner] How to boot kernel successfully by using

2009-07-02 Thread Jim Ancona
There seems to be a repository problem. Since yesterday, every time I try repo sync, I get: Fetching projects: 3% (4/101) fatal: The remote end hung up unexpectedly error: Cannot fetch platform/dalvik Jim 2009/7/2 Ying-Chan Huang bluestar8...@gmail.com: Dear Marcelo: I don't replace

Re: [android-freerunner] How to boot kernel successfully by using

2009-07-02 Thread Ying-Chan Huang
I already tried 3 days and it always happend. But do you have another method to fix the problem about flashing kernel file? 2009/7/2 Jim Ancona j...@anconafamily.com There seems to be a repository problem. Since yesterday, every time I try repo sync, I get: Fetching projects: 3% (4/101)

[android-freerunner] How to boot kernel successfully by using source code?

2009-07-01 Thread Ying-Chan Huang
Hi All, I already flashed my NAND to qi-boot, and copy all files of Koolu Beta 7 Release to microSD Card. It runs successfully after booting from microSD Card(FAT and ext2). I downloaded android source code(download at 2009/06/15) and use the command make TARGET_PRODUCT=freerunner to create