S32G-VNP-RDB2开发环境搭建

1. 本文基于 S32G-VNP-RDB2 demo板为例,进行S32G 274开发环境的搭建;

2.host使用ubuntu20.04

3.参考《S32G2_LinuxBSP_33.0_User_Manual.pdf》

 

 一、代码下载:

sudo apt-get update
sudo apt-get install python git curl
mkdir ~/bin
git clone git://git.omapzoom.org/git-repo.git
cp git-repo/repo  ~/bin/repo
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin
git config --global user.email
mkdir fsl-auto-yocto-bsp
cd fsl-auto-yocto-bsp/
repo init -u https://source.codeaurora.org/external/autobsps32/auto_yocto_bsp -b release/bsp33.0
repo sync

遇到的问题:

需要将 repo url改为:REPO_URL = 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'

解决方法:

 python版本,需要切换为 3<

猜你喜欢

转载自blog.csdn.net/qq_30025621/article/details/128376178
今日推荐