加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
intel-iot-refkit @ 73f4d55
Loading...
README
MIT

This repo is archived and is no longer supported

Intel(R) Ref-OS-IoT

This README file contains information about building the Intel(R) Reference Operating System for the Internet of Things, or Intel(R) REF-OS-IOT for short, from the supplied source.

Intel(R) REF-OS-IOT is a Linux*-based OS designed to work elegantly and efficiently with the Intel(R) Joule(TM) Compute Module or Intel(R) Edison Compute Module.

INSTRUCTIONS

These instructions are for building with bitbake directly and assume basic knowledge of build environments and processes. For more information on bitbake see https://www.yoctoproject.org/tools-resources/projects/bitbake NOTE: Instructions for Docker* can be found in the IoT Reference OS Kit for Intel(R) Architecture project, see https://github.com/intel/intel-iot-refkit. NOTE: The method described below needs around 135GB of disk space.

Setup Ubuntu 16.04 host for build:

$ sudo apt update
$ sudo apt-get install bc gawk wget git-core git diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm subversion xsltproc

Preparation:

$ mkdir -p $HOME/work
$ cd $HOME/work
$ cd ref-os-iot
$ git submodule update --recursive --init
$ source 5xx-init-build-env

The above example is for use with the Intel(R) Joule(TM) Compute Module (550x or 570x), but it is also possible to build for different compute modules by simply selecting which env file is sourced, e.g., for the Intel(R) Edison Compute Module the source command would be:

$ source edison-init-build-env for an Edison board.

Building:

$ bitbake full-image

You may need to pull new content from the GitHub* repo as it’s updated. To do this use the following commands:

$ git pull
$ git submodule update --recursive

For more information about Git submodule commands, check this link: https://git-scm.com/docs/git-submodule

For more information about Intel(R) REF-OS-IOT and how to use it with the compute modules see https://software.intel.com/en-us/iot/home

*OTHER NAMES AND BRANDS MAY BE CLAIMED AS THE PROPERTY OF OTHERS

The MIT License (MIT) Copyright (c) 2017 Intel Corporation. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
BitBake 等 6 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化