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

9 lines
556 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

所有人 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已有的分支创建同名分支若远程没有同名分支则不创建