Results 1 to 5 of 5
  1. Thread Author  Thread Author    #1  
    rebel69ization's Avatar

    Posts
    501 Posts
    ROM
    Cold As Ice /Hydro ICS

    Default Mirage@Aurora kernel

    After I did the radio update and I rerooted, I flashed the latest mirage build. Then I flashed this kernel I found in another thread, don't remember which one- Its a bob zhome kernel- the thing really tightened my v up, everything is smooth, fast. I suffered none of the problems everyone is having, reboots, etc. Try it out I think you'll agree. Note; I only flashed with mirage!
    sent from my ice cold OV 4.0.4
  2. Thread Author  Thread Author    #2  
    rebel69ization's Avatar

    Posts
    501 Posts
    ROM
    Cold As Ice /Hydro ICS

    Default

    Edit; its an older kernel but it works flawlessly

    sent from my ice cold OV 4.0.4
  3. #3  
    mrg666's Avatar

    Posts
    719 Posts
    ROM
    CM7.2-IHO-MiRaGe

    Default Re: Mirage@Aurora kernel

    It is the kernel I had compiled from the source in BobZhome's repo. The difference is that I used Linaro 4.5 toolchain as opposed to the default older gcc that come with Android SDK. The newer version of toolchain made some difference in the performance. Since BobZhome also started building with the same toolchain after version 3.3, I did not build the later versions of his kernel. Instead I have switched back to his binaries.
  4. #4  
    tvall's Avatar

    Posts
    584 Posts
    ROM
    cm9

    Default

    Quote Originally Posted by mrg666 View Post
    It is the kernel I had compiled from the source in BobZhome's repo. The difference is that I used Linaro 4.5 toolchain as opposed to the default older gcc that come with Android SDK. The newer version of toolchain made some difference in the performance. Since BobZhome also started building with the same toolchain after version 3.3, I did not build the later versions of his kernel. Instead I have switched back to his binaries.
    I has a question for you then. Where did you get that toolchain? (My Google searches said linaro was armv7 only..)
    my roms & kernels (based on iho)

    If you'd like to donate to me, i accept litecoin, bitcoin, and hardware
    LTC - LTVALL5gsjPvgeiBWD7c6DHNWidbpzVu3w
    BTC - 1TVALLetFibDe8Zap5qPsqa4BAJWQYQ59
  5. #5  
    mrg666's Avatar

    Posts
    719 Posts
    ROM
    CM7.2-IHO-MiRaGe

    Default Re: Mirage@Aurora kernel

    Quote Originally Posted by tvall View Post
    I has a question for you then. Where did you get that toolchain? (My Google searches said linaro was armv7 only..)
    You can download from the following link. The toolchains are not only for armv7. You need to use the correct target architecture since you will be cross compiling. Try something like the following command to compile the kernel.

    Code:
    make ARCH=arm CROSS_COMPILE=~/android-toolchain-eabi_45/bin/arm-eabi- INSTALL_MOD_PATH=~/android/modules zImage modules -j4
    I have used gcc 4.5 since 4.6 had too many problems with the kernel code. I have not tried gcc 4.7. You can download Linaro 4.5 2012.04 build from the following link. The earlier builds (like 2011.10 I use) can also be found there.

    Thanked by 3:

Posting Permissions