huchuan2025/10-Project/102-上班/常见信息备忘/工程操作/BSP/BSP工程下载.md

556 B
Raw Blame History

所有人 bsp的仓库换了个目录 目前包括 linux pack_tool rt-thread rt-thread-nano, 

repo init -u git@192.168.8.60:software/bsp/sa6920/manifest.git -b develop // 以后发布时候这里要用main

repo sync -c // 如果不加-c会拉去所有分支

repo start develop --all // 创建分支并根据 manifest revision建立跟踪关系 // 以后发布时候这里也要用main

备注 repo start --all develop // 从remote已有的分支创建同名分支若远程没有同名分支则不创建