I am referring to Android_Users_Guide.pdf for nougat.
I see below steps to checkout linux kernel for nougat.
$ git clone git://git.freescale.com/imx/linux-imx.git kernel_imx
# the kernel repo is large. Therefore, this process can take a while.
$ cd kernel_imx
$ git checkout n7.1.1_1.0.0-ga ---> throws "error: pathspec 'n7.1.1_1.0.0-ga' did not match any file(s) known to git."
After browsing git tags/branches, I don't see n7.1.1_1.0.0-ga at all.
Can you please let me know if there is any change in checking out nougat kernel?
Kind regards,
Pramod Kanni