Hi sourabh patel,
Downloaded the android source code of kitkat 4.4.3 but when i am downloading the kernel image i followed the following steps
$ cd myandroid
$ git clone git://git.freescale.com/imx/linux-2.6-imx.git kernel_imx # the kernel repo is
heavy. Therefore, this process can take a while.
$ cd kernel_imx
$ git checkout kk4.4.3_2.0.0-ga
root@cpu11:~/myandroid/kernel_imx# git checkout kk4.4.3_2.0.0-ga
Checking out files: 100% (36745/36745), done.
Note: checking out 'kk4.4.3_2.0.0-ga'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 1c3a910... MLK-10033 cpufreq: cpufreq-imx6: add cpufreq mutex for regulator enable/disable
can you please tell me what happened in this step.Is this an indication of succesfull download of kernel image?
Can i move to download the uboot-image?Wainting for your positive reply.
Thanks,
Mutyala Rao.