Hi Bio_TICFSL
Thank you for your information.
I want to checkout BSP branch with 4.1.15_2.0.0 but failure.
$ ./repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-2.0.0
fatal: Couldn't find remote ref refs/heads/imx-4.1.15-2.0.0
Then I try this:
$ ./repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth
mv .repo/manifests/imx-4.1.15-2.0.0.xml .repo/manifests/default.xml
./repo sync
source and bitbake core-image
Check the gpu version on kernel. It's still GPU v5.0.11p8.4 instead of GPU v5.0.11p8.6
I also try this:
git clone git://git.freescale.com/imx/linux-imx.git
git branch -a
origin/imx_3.10.17_1.0.0_ga
origin/imx_3.10.53_1.1.0_ga
origin/imx_3.14.28_1.0.0_ga
origin/imx_3.14.52_1.1.0_ga
origin/imx_4.1.15_1.0.0_ga
origin/imx_4.1.15_2.0.0_ga
origin/imx_4.1.30_7ulp_alpha
origin/scm-imx_4.1.15_2.0.0_ga
I check gpu version on branch scm-imx_4.1.15_2.0.0_ga, The version still v5.0.11p8.4
finally I try this :
git clone git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
git branch -a
master
remotes/origin/imx-3.10.17-1.0.0_ga
remotes/origin/imx-3.10.17-1.0.1_ga
remotes/origin/imx-3.10.17-1.0.2_ga
remotes/origin/imx-3.10.17-1.0.3_patch
remotes/origin/imx-3.10.53-1.1.0_ga
remotes/origin/imx-3.10.53-1.1.1_patch
remotes/origin/imx-3.10.53-1.1.2_patch
remotes/origin/imx-3.14.28-1.0.0_ga
remotes/origin/imx-3.14.28-1.0.1_patch
remotes/origin/imx-3.14.28-7D_alpha
remotes/origin/imx-3.14.38-6QP_beta
remotes/origin/imx-3.14.38-6QP_ga
remotes/origin/imx-3.14.38-6UL7D_beta
remotes/origin/imx-3.14.38-6UL_ga
remotes/origin/imx-3.14.38-6UL_patch
remotes/origin/imx-3.14.52-1.1.0_ga
remotes/origin/imx-4.1-krogoth
remotes/origin/imx-4.1.15-1.0.0_agl-demo
remotes/origin/imx-4.1.15-1.0.0_ga
remotes/origin/imx-4.1.15-1.0.0_genivi-demo
remotes/origin/imx-4.1.15-1.0.0_iotg-demo
remotes/origin/imx-4.1.15-1.0.0_xbmc-demo
remotes/origin/scm-imx-3.14.52-1.1.0_ga
remotes/origin/scm-imx-3.14.52-1.1.1_ga
There are no any branch named imx_4.1.15_2.0.0 or similar.