ubuntu 安装repo 下载stm32MP157的镜像代码
mkdir ~/bin 创建该目录
配置环境变量:
PATH=~/bin:$PATH
然后下载对应的git-repo
git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo
将git-repo 中的复制到 ~/bin/目录下,并修改权限 chmod a+x ~/bin/repo
mkdir ~/stm32MP157
mkdir .repo
将下载的git-repo 拷贝到.repo目录下 ,然后改名repo
初始化 repo init
python3 ~/bin/repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.4-dunfell-mp1-21-12-22
同步代码
python3 ~/bin/repo sync