NUC980开源项目6-获取官方源码
上面是我创建的群聊,欢迎新朋友的加入。项目码云地址(国内下载速度快):https://gitee.com/jun626/nuc980-open-source-project项目github地址:https://github.com/Jun1172/nuc980-open-source-projectubuntu镜像,文件太大,加群私聊。1.下载官方BSP下载BSP下载地...

上面是我的微信和QQ群,欢迎新朋友的加入。
项目码云地址(国内下载速度快):https://gitee.com/jun626/nuc980-open-source-project
项目github地址:https://github.com/Jun1172/nuc980-open-source-project
ubuntu镜像,文件太大,加群私聊。
1.下载官方BSP
下载BSP
文件解压之后

这个文件在git资源中有提供。
将BSP目录下的压缩包复制到ubuntu

解压文件:tar zxvf nuc980bsp.tar.gz

2.通过GIT下载源码
- mkdir nuc980
- cd nuc980/
- export PATH=/home/jun/nuc980/:$PATH
- curl https://storage.googleapis.com/git-repo-downloads/repo > /home/jun/nuc980/repo
- chmod a+x repo
- git config --global user.name "jun"
- git config --global user.email "2839084093@qq.com"
- mkdir linux_bsp
- cd linux_bsp
- repo init -u git://github.com/OpenNuvoton/manifest.git -b nuc980-2019.09 -m github.xml
- //或者
- repo init -u https://gitee.com/OpenNuvoton/manifest.git -b nuc980-2019.09 -m gitee.xml
- repo sync

Init成功,准备sync

会拉下来五个文件夹

按照官方介绍
|
applications |
範例程序以及開源軟件, 例如 busybox, wireless tool… |
|
buildroot |
可用來編譯內核, 交叉編譯工具, 應用程序… 等的集合. |
|
image/kernel |
使用默認設置預先編譯好的內核 |
|
image/U-Boot |
使用默認設置預先編譯好的支持 NAND 或 SPI flash 的 U |
|
linux-4.4.y |
內核源碼 |
|
rootfs |
根文件系統 |
|
u-boot-2016.11 |
U-Boot V2016.11 源碼 |
|
nuwriter |
Linux 下使用的命令行介面 NuWriter |
3.如果repo有问题,可以单独下载源码
|
源碼 |
倉庫鏈結 |
|
Applications |
https://github.com/OpenNuvoton/NUC980_Linux_Applications.git |
|
buildroot |
https://github.com/OpenNuvoton/NUC980_Buildroot.git |
|
linux-4.4.y |
https://github.com/OpenNuvoton/NUC980-linux-4.4.y.git |
|
uboot.v2016.11 |
https://github.com/OpenNuvoton/NUC970_U-Boot_v2016.11.git |
|
NuWriter |
https://github.com/OpenNuvoton/NUC980_NuWriter.git |
|
Linux Command |
https://github.com/OpenNuvoton/NUC980_NuWriter_CMD.git |
|
SD Writer |
https://github.com/OpenNuvoton/NUC980_SDWriter.git |
更多推荐



所有评论(0)