Hi All,
Trying to port Android N to sabresd board, As part of it following "Android_User's_Guide.pdf" for android N
I have following Issues.
1. Kernel Checkout is not successful from the git server
Error:
git clone git://git.freescale.com/imx/linux-imx.git kernel_imx
Cloning into 'kernel_imx'...
remote: Counting objects: 4320219, done.
remote: Compressing objects: 100% (680982/680982), done.
Receiving objects: 100% (4320219/4320219), 779.89 MiB | 1.54 MiB/s, done.
remote: Total 4320219 (delta 3622385), reused 4305718 (delta 3607902)
Resolving deltas: 100% (3622385/3622385), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
After Issue#1, checked out manually specified branch "git checkout n7.1.1_1.0.0-ga"
2. While applying patches to kernel and uboot, patches are not reflecting on the source code. But the c_patch command was successful.
Please suggest me the correct approach.
Thank You
Babu A