1 Star 0 Fork 0

OpenNuvoton / MA35D1_Yocto-v3.1.3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

The following boards were test in this release

numaker-som-ma35d16a81
numaker-iot-ma35d16f70
numaker-iot-ma35d16f90

Using repo to download source

$ repo init -u https://github.com/OpenNuvoton/MA35D1_Yocto-v3.1.3.git -m meta-ma35d1/base/ma35d1.xml
$ repo sync
NOTE:
1.Probably you will get server certificate verification failed
Solve it in the following way: 
	export GIT_SSL_NO_NOTIFY=1
	or
	git config --global http.sslverify false

2.The setting of the board can be modified at sources/meta-ma35d1/conf/machine/<machine>.conf

Build yocto

DISTRO=nvt-ma35d1-directfb MACHINE=numaker-som-ma35d16a81 source sources/init-build-env build

Usage:
MACHINE=<machine> DISTRO=<distro> source sources/init-build-env <build-dir>
<machine>    machine name
<distro>     distro name
<build-dir>  build directory

Step by step to build yocto

To build and use the yocto, do the following:

$ repo init -u https://github.com/OpenNuvoton/MA35D1_Yocto-v3.1.3.git -m meta-ma35d1/base/ma35d1.xml
$ repo sync
$ DISTRO=nvt-ma35d1-directfb MACHINE=numaker-som-ma35d16a81 source  sources/init-build-env build
( Set the device tree of arm-trusted-firmware and the device tree of kernel according to the board
  in source/meta-ma35d1/conf/machine/*.conf )
$ bitbake core-image-minimal

空文件

简介

MA35D1_Yocto-v3.1.3 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/OpenNuvoton/MA35D1_Yocto-v3.1.3.git
git@gitee.com:OpenNuvoton/MA35D1_Yocto-v3.1.3.git
OpenNuvoton
MA35D1_Yocto-v3.1.3
MA35D1_Yocto-v3.1.3
master

搜索帮助