Skip to content

foss-for-synopsys-dwc-arc-processors/meta-synopsys

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Building basic images for ARC boards with OpenEmbedded

Preparation

Checkout OpenEmbedded sources

mkdir oe
cd oe
repo init -u https://github.com/foss-for-synopsys-dwc-arc-processors/meta-synopsys -b master -m tools/manifests/synopsys-oe.xml
repo sync

Setup environment

. ./openembedded-core/oe-init-build-env
bitbake-layers add-layer ../meta-openembedded/meta-oe
bitbake-layers add-layer ../meta-synopsys

Start building

  • vmlinux usable with nSIM simulator

    • for ARC700: MACHINE=nsim700 bitbake virtual/kernel
    • for ARCHS38: MACHINE=hapshs bitbake virtual/kernel
  • SD-card image

    • for AXS101: MACHINE=axs101 bitbake core-image-base
    • for AXS103: MACHINE=ax103 bitbake core-image-base
    • for HSDK: MACHINE=hsdk bitbake core-image-base

About

Synopsys ARC hardware support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published