Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

How to flash a new Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to flash a new Kernel

    I have compiled my own kernel but I am not really sure how to flash it. With FlashTool v1.37 I have done the following:



    When I check my Android Settings -> About Device -> Kernel Version, it does not change. dmesg outputs do not seem to be changing as well.

    #2
    That should of worked what you have done is right you could always try this https://play.google.com/store/apps/d...kflasher&hl=en you can change the kernel on the android device without the need of a pc
    Please consider making a Donation to freakTab

    Comment


      #3
      Do I have to create a new boot.img to flash a new kernel?

      Comment


        #4
        No you just flash the kernel
        Please consider making a Donation to freakTab

        Comment


          #5
          What I have read is that the boot.img contains ramdisk + kernel as well, right?

          Comment


            #6
            There are two ways:
            1. Unpack boot.img, then repack boot using only "ramdisk" folder.
            Flash your kernel and repacked boot.
            2. Unpack boot.img, then replace zImage using zImage from your kernel.
            Repack boot.img using all unpacked files and folders and flash boot only.

            Comment

            Working...