1 Star 3 Fork 0

安装怪/fsl-arm-yocto-bsp

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

To get the BSP you need to have `repo` installed.

Install the `repo` utility: (only need to do this once):
--------------------------------------------------------
$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo  > ~/bin/repo
$: chmod a+x ~/bin/repo
$: PATH=${PATH}:~/bin


Download the Yocto Project Environment into your directory:
-----------------------------------------------------------
$: mkdir fsl-arm-yocto-bsp
$: cd fsl-arm-yocto-bsp
$: repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth [-m <manifest>]
$: repo sync

<manifest>                      Description
default.xml                     The latest BSP GA release [1]
                                (this is the default value)
imx-<version>.xml               BSP GA release
imx-<version>-<demo>-demo.xml   Demo [2]

[1] When the default manifest is used, the project environment can be updated
to the latest release via repo sync.
[2] Demos are built and minimally tested but are otherwise not supported.

For errors with repo init, remove the .repo directory and run repo init again.

See ChangeLog for description of patch releases and tags for each update.

Examples
--------
To download the 4.1.15-2.1.1 U-Boot patch release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.1.1.xml

To download the 4.1.15-2.0.0_ga release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.0.xml

To download the 4.1.15-2.0.1 patch release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.1.xml

To download the 4.1.15-2.0.2 patch release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.2.xml

To download the 4.1.15-2.0.3 patch release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.0.3.xml

To download the 4.1.15-2.1.0 i.MX 6SLL GA release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.15-2.1.0.xml

To download the 4.1.30-7ulp_alpha release
repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-4.1-krogoth -m imx-4.1.30-7ulp_alpha.xml

Setup the build folder for a BSP release:
-----------------------------------------
Note: The remaining instructions are for setting up a BSP release only. For setting
up a demo, please see fsl-arm-yocto-bsp/README-<demo> for further instructions.

$: [MACHINE=<machine>] [DISTRO=fsl-imx-<backend>] source ./fsl-setup-release.sh -b bld-<backend>

<machine> defaults to imx6qsabresd

<backend>   Graphics backend type
x11         X11 (this is the default if DISTRO is unspecified)
wayland     Wayland
xwayland    Wayland with XWayland support
fb          Framebuffer

Note DirectFB is not supported in 4.1.15 release.

Note if the poky community distro is used then build breaks will happen with some
components using our meta-fsl-bsp-release layer.

Examples:

- Setup for X11.
$: MACHINE=imx6qsabresd DISTRO=fsl-imx-x11 source ./fsl-setup-release.sh -b bld-x11

- Setup for Wayland.
$: MACHINE=imx6qsabresd DISTRO=fsl-imx-wayland source ./fsl-setup-release.sh -b bld-wayland

- Setup for Wayland and X11.
$: MACHINE=imx6qsabresd DISTRO=fsl-imx-xwayland source ./fsl-setup-release.sh -b bld-xwayland

- Setup for Frame Buffer.
$: MACHINE=imx6qsabresd DISTRO=fsl-imx-fb source ./fsl-setup-release.sh -b bld-fb


Build an image:
---------------
bitbake <image recipe>

Some image recipes:
fsl-image-gui - full image with demos and tests used for testing with graphics, no QT.
fsl-image-qt5 - fsl-image-gui with QT 5.5.

空文件

简介

i.MX Yocto Project Manifests 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anzhuangguai/fsl-arm-yocto-bsp.git
[email protected]:anzhuangguai/fsl-arm-yocto-bsp.git
anzhuangguai
fsl-arm-yocto-bsp
fsl-arm-yocto-bsp
default

搜索帮助