[IMX6Q]Android版本如何获取u-boot源代码

假设要获取kk4.4.2_1.0.0-ga这个branch:


$git clone git://git.freescale.com/imx/uboot-imx.git uboot-imx
$cd uboot-imx
$git checkout kk4.4.2_1.0.0-ga


如果是其他branch,可以在clone之后先查看所有branch

$ git branch -a

然后

$ git checkout branch_name

即可。

你可能感兴趣的:([IMX6Q]Android版本如何获取u-boot源代码)