Giter VIP home page Giter VIP logo

meta-openhw's Introduction

All development for Yocto CVA6 is now done in the OpenHWGroup repo.

meta-openhw

This README file contains information on the contents of the meta-cva6 layer.

This layer is compatible with honister.

Dependencies

This layer depends on:

System requirements

The system requirements for yocto are described here.

Adding the meta-cva6 layer to your build

First install the repo tool

mkdir ${HOME}/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
chmod a+x ${HOME}/bin/repo
PATH=${PATH}:~/bin

Create workspace

mkdir cva6-yocto && cd cva6-yocto
repo init -u https://github.com/ThalesGroup/meta-openhw -b master -m tools/manifests/openhw-yocto.xml
repo sync
repo start work --all

Setup Build Environment

. ./meta-openhw/setup.sh

Available Machines

This layer is available for:

  • cv[32|64]a6-genesys2: The Digilent FPGA board with the bitstream generated from the cva6 corev-apu.

Build and flash your image

To generate a console-only image for the cv32a6-genesys2:

MACHINE=cv32a6-genesys2 bitbake core-image-minimal

Image files will be located in build/tmp-glibc/deploy/images/cv32a6-genesys2.

Warning, you need to find the correct device image and fill it in the dd's of= parameter:

gunzip -c build/tmp-glibc/deploy/images/cv32a6-genesys2/core-image-minimal-cv32a6-genesys2.wic.gz | sudo dd of=/dev/sd$ bs=1M iflag=fullblock oflag=direct conv=fsync status=progress

The login is "root", no password is needed.

Tests done

The core-image-minimal has been tested for the 32 and 64bits version of corev-apu with release 3ddf797.

TFTP boot from u-boot is working.

meta-openhw's People

Contributors

eyssartk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

meta-openhw's Issues

Manifest: Cannot find remote ref refs/heads/master

When retrieving the openhw-yocto.xml manifest data I get the error:

manifest:
fata: cannot find remote ref refs/heads/master

In my opinion it is because in the manifest file the last line is not correct revision="master".
I think it should be "main" which id how the branch appears in github.
In the away:
< project name="meta-openhw" remote="openhwgroup" path="meta-openhw" revision="main" />

Best regards

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.