Giter Club home page Giter Club logo

meta-starfive-bsp's Introduction

meta-starfive-bsp

OE/Yocto layer for Starfive VisionFive V1 board

Quick Start

Poky Environment

mkdir yocto && cd yocto
git clone git://git.yoctoproject.org/poky.git
git clone https://github.com/openembedded/meta-openembedded.git poky/meta-openembedded
git clone https://github.com/limingle/meta-starfive-bsp.git poky/meta-starfive-bsp

OpenEmbedded Environment

mkdir yocto && cd yocto
git clone https://github.com/openembedded/openembedded-core.git openembedded
git clone https://github.com/openembedded/bitbake.git openembedded/bitbake
git clone https://github.com/openembedded/meta-openembedded.git openembedded/meta-openembedded
git clone https://github.com/limingle/meta-starfive-bsp.git openembedded/meta-starfive-bsp

Poky Build

cd yocto
export TEMPLATECONF=meta-starfive-bsp/conf
source poky/oe-init-build-env build
MACHINE=starfive-visionfive-jh7100 bitbake core-image-minimal

OpenEmbedded Build

cd yocto
export TEMPLATECONF=meta-starfive-bsp/conf
source openembedded/oe-init-build-env build
MACHINE=starfive-visionfive-jh7100 bitbake core-image-minimal

Use Repo

Make sure to install the repo command by Google first.

you can use repo-in-docker for convenience

Poky Environment

mkdir yocto && yocto
repo init -u https://github.com/limingle/yocto-manifests -m starfive-yocto.xml [-b honister]
repo sync

OpenEmbedded Environment

mkdir yocto && yocto
repo init -u https://github.com/limingle/yocto-manifests -m starfive-oe.xml [-b kirkstone]
repo sync

meta-starfive-bsp's People

Contributors

limingle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.